|
@@ -1,6 +1,7 @@
|
|
|
package com.caimei.controller.wechat;
|
|
|
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
+import com.caimei.aop.IpSave;
|
|
|
import com.caimei.model.ResponseJson;
|
|
|
import com.caimei.model.dto.ProductSaveDto;
|
|
|
import com.caimei.model.po.CmBrandAuthPo;
|
|
@@ -64,6 +65,7 @@ public class WxAuthApi {
|
|
|
@ApiImplicitParam(name = "pageNum", required = false, value = "第几页"),
|
|
|
@ApiImplicitParam(name = "pageSize", required = false, value = "一页多少条")
|
|
|
})
|
|
|
+ @IpSave(saveName = "已认证机构列表",saveParams = true)
|
|
|
@GetMapping("/club/list")
|
|
|
public ResponseJson<PageInfo<WxClubListVo>> getWxClubList(Integer authUserId, String appId, String lngAndLat, String clubName, Integer provinceId,
|
|
|
Integer cityId, Integer townId,
|
|
@@ -77,6 +79,7 @@ public class WxAuthApi {
|
|
|
|
|
|
@ApiOperation("已认证机构详情")
|
|
|
@ApiImplicitParam(required = false, name = "authId", value = "正品联盟机构Id")
|
|
|
+ @IpSave(saveName = "已认证机构详情",saveParams = true)
|
|
|
@GetMapping("/club/details")
|
|
|
public ResponseJson<WxClubDetailsVo> getWxClubDetails(Integer authId) {
|
|
|
return authClubService.getWxClubDetails(authId);
|
|
@@ -110,6 +113,7 @@ public class WxAuthApi {
|
|
|
@ApiImplicitParam(name = "pageNum", required = false, value = "第几页"),
|
|
|
@ApiImplicitParam(name = "pageSize", required = false, value = "一页多少条")
|
|
|
})
|
|
|
+ @IpSave(saveName = "认证商品列表",saveParams = true)
|
|
|
@GetMapping("/product/list")
|
|
|
public ResponseJson<PageInfo<WxProductListVo>> getWxProductList(Integer listType, Integer authId, Integer productTypeId,
|
|
|
String authParty, String snCode,
|