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

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

parent 4fdb9624
......@@ -46,10 +46,12 @@ public class TokenController {
/**
* 通用获取省厅平台接口
* @param map 请求参数 接口的 condition 条件下的参数
* 例:
* map.put("updateTime","2022-11-28 14:01:00");
* map.put("pageSize",100);
* map.put("pageIndex",1);
* @param domain
* 例:界面文档下面的 domain
* professor/application/information
* @return
* @throws Exception
......@@ -64,6 +66,7 @@ public class TokenController {
/**
*
* @param list list 里面 封装 map
* 例:
* [{"id": "13",
* "idNo": "321323198802176876",
* "expertEval": "很好",
......@@ -73,6 +76,7 @@ public class TokenController {
* "updateTime": "2024-01-06" }
* ]
* @param domain
* 例:界面文档下面的 domain
* professor/application/information
* @return
* @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