jxhspring 2 mesi fa
parent
commit
959fa6bc6d

+ 3 - 5
3-开发设计文档/3-5-服务监督模块/1121-服务监督模块-大屏展示-接口设计.md

@@ -434,9 +434,9 @@
 
 
 
-- 接口地址:/interface4ext/supervision/appealStatement/getAppealWorkorderStatus
+- 接口地址:/interface4ext/supervision/appealStatement/getAppealWorkorderStatus?pageNum=1&pageSize=8
 
-- 请求方式:get请求
+- 请求方式:POST
 
 - 参数:params.startAppealTime 开始日期 格式 yyyy-MM-dd
 
@@ -447,9 +447,7 @@
     "params": {
         "startAppealTime": "2024-01-01",   
         "endAppealTime": "2024-11-30"
-    },
-    "pageNum": 1,
-    "pageSize": 10
+    }
 }
 ```