|
@@ -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不能为空");
|
|
|
}
|