|
@@ -1,6 +1,7 @@
|
|
|
package com.gree.mall.contest.controller.mini.goods;
|
|
|
|
|
|
import com.baomidou.mybatisplus.core.metadata.IPage;
|
|
|
+import com.gree.mall.contest.annotation.ApiNotAuth;
|
|
|
import com.gree.mall.contest.bean.goods.*;
|
|
|
import com.gree.mall.contest.bean.user.UserWxBean;
|
|
|
import com.gree.mall.contest.logic.goods.CategoryLogic;
|
|
@@ -59,7 +60,7 @@ public class MiniGoodsController {
|
|
|
return ResponseHelper.success(categoryBeans);
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+ @ApiNotAuth
|
|
|
@GetMapping("/category/list")
|
|
|
@Operation(summary = "分类列表")
|
|
|
public ResponseHelper<List<GoodsCategory>> category(
|