Commit 9331af5f authored by 军师中郎将's avatar 军师中郎将

通用上传 获取 省厅平台接口封装

parent 4fdb9624
...@@ -46,10 +46,12 @@ public class TokenController { ...@@ -46,10 +46,12 @@ public class TokenController {
/** /**
* 通用获取省厅平台接口 * 通用获取省厅平台接口
* @param map 请求参数 接口的 condition 条件下的参数 * @param map 请求参数 接口的 condition 条件下的参数
* 例:
* map.put("updateTime","2022-11-28 14:01:00"); * map.put("updateTime","2022-11-28 14:01:00");
* map.put("pageSize",100); * map.put("pageSize",100);
* map.put("pageIndex",1); * map.put("pageIndex",1);
* @param domain * @param domain
* 例:界面文档下面的 domain
* professor/application/information * professor/application/information
* @return * @return
* @throws Exception * @throws Exception
...@@ -64,6 +66,7 @@ public class TokenController { ...@@ -64,6 +66,7 @@ public class TokenController {
/** /**
* *
* @param list list 里面 封装 map * @param list list 里面 封装 map
* 例:
* [{"id": "13", * [{"id": "13",
* "idNo": "321323198802176876", * "idNo": "321323198802176876",
* "expertEval": "很好", * "expertEval": "很好",
...@@ -73,6 +76,7 @@ public class TokenController { ...@@ -73,6 +76,7 @@ public class TokenController {
* "updateTime": "2024-01-06" } * "updateTime": "2024-01-06" }
* ] * ]
* @param domain * @param domain
* 例:界面文档下面的 domain
* professor/application/information * professor/application/information
* @return * @return
* @throws Exception * @throws Exception
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment