浏览代码

批量 2.0

yumeng 4 年之前
父节点
当前提交
b5b7cb6dff

+ 6 - 3
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/controller/KuaishouTemplateController.java

@@ -56,7 +56,7 @@ public class KuaishouTemplateController {
     private ICtopOauthTokenService oauthTokenService;
 
 
-    @AutoLog(value = "快手-定向模板-分页列表查询")
+    /*@AutoLog(value = "快手-定向模板-分页列表查询")
     @ApiOperation(value = "快手-定向模板-分页列表查询", notes = "快手-定向模板-分页列表查询")
     @GetMapping(value = "/list")
     public Result<List<JSONObject>> list(Long accountId,Integer platformOs) {
@@ -65,7 +65,10 @@ public class KuaishouTemplateController {
         result.setSuccess(true);
         result.setResult(list);
         return result;
-    }
+    }*/
+
+
+
     /**
      * 分页列表查询
      *
@@ -77,7 +80,7 @@ public class KuaishouTemplateController {
      */
     @AutoLog(value = "快手-定向模板-分页列表查询")
     @ApiOperation(value = "快手-定向模板-分页列表查询", notes = "快手-定向模板-分页列表查询")
-    @GetMapping(value = "/queryPageList")
+    @GetMapping(value = "/list")
     public Result<IPage<KuaishouTemplate>> queryPageList(KuaishouTemplate kuaishouTemplate,
                                                          @RequestParam(name = "pageNo", defaultValue = "1") Integer pageNo,
                                                          @RequestParam(name = "pageSize", defaultValue = "10") Integer pageSize,