فهرست منبع

V1.1.3 自动投放 修改sql

yumeng 4 سال پیش
والد
کامیت
40b11abbb0

+ 1 - 1
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/ai/controller/AiKuaiShouAppInfoController.java

@@ -161,7 +161,7 @@ public class AiKuaiShouAppInfoController {
     public JSONObject queryPageList(@RequestBody JSONObject requestJson) {
         JSONObject returnJson = new JSONObject();
         try {
-            Long account_id = requestJson.getLong("account_id");
+            Long account_id = requestJson.getLong("accountId");
             if (Check.isNull(account_id)) {
                 throw new Exception("账户id不能为空");
             }