Commit 4fdb9624 authored by 军师中郎将's avatar 军师中郎将

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

parent fb571ee9
......@@ -45,7 +45,13 @@ public class TokenController {
/**
* 通用获取省厅平台接口
* @return AjaxResult
* @param map 请求参数 接口的 condition 条件下的参数
* map.put("updateTime","2022-11-28 14:01:00");
* map.put("pageSize",100);
* map.put("pageIndex",1);
* @param domain
* professor/application/information
* @return
* @throws Exception
*/
@GetMapping(value = "/currencyGetInfo")
......@@ -55,10 +61,20 @@ public class TokenController {
return AjaxResult.success(json);
}
/**
* 通用上报省厅平台接口
* @return AjaxResult
*
* @param list list 里面 封装 map
* [{"id": "13",
* "idNo": "321323198802176876",
* "expertEval": "很好",
* "selectionEvent": "安全检查",
* "selectionStartTime": "2024-01-06",
* "scorDesc": "说明很好",
* "updateTime": "2024-01-06" }
* ]
* @param domain
* professor/application/information
* @return
* @throws Exception
*/
@GetMapping(value = "/currencySetInfo")
......
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