Browse Source

ross数据统计

zhijiezhao 2 years ago
parent
commit
e39da8f862
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/main/java/com/caimei/controller/wechat/WxAuthApi.java

+ 4 - 0
src/main/java/com/caimei/controller/wechat/WxAuthApi.java

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