|
|
@@ -1,5 +1,6 @@
|
|
|
package com.fs.app.controller;
|
|
|
|
|
|
+import com.fs.app.annotation.Login;
|
|
|
import com.fs.common.annotation.Log;
|
|
|
import com.fs.common.constant.LiveKeysConstant;
|
|
|
import com.fs.common.core.controller.BaseController;
|
|
|
@@ -135,6 +136,7 @@ public class LiveGoodsController extends AppBaseController
|
|
|
* 获取直播店铺
|
|
|
* */
|
|
|
@GetMapping("/liveStore/{liveId}")
|
|
|
+ @Login
|
|
|
public R liveGoodsStore(@PathVariable Long liveId,@RequestParam String key)
|
|
|
{
|
|
|
|