Browse Source

Merge branch 'feat-20230720-eidendtype' into temp-pre

李学松 2 years ago
parent
commit
ecd1d8d2b1

+ 2 - 0
hnqz-upms/hnqz-upms-biz/src/main/java/com/qunzhixinxi/hnqz/admin/controller/ApiController.java

@@ -4351,6 +4351,7 @@ public class ApiController {
 	 *
 	 * @return e-token
 	 */
+	@SysLog("获取e-token")
 	@GetMapping(value = "/eid")
 	public R<?> getEidToken(@RequestParam(value = "idCard") String idCard,
 							@RequestParam(value = "realName") String realName,
@@ -4380,6 +4381,7 @@ public class ApiController {
 	 * @param token e-token
 	 * @return 合身视频结果
 	 */
+	@SysLog("获取e-token合身视频结果")
 	@GetMapping(value = "/eid/result")
 	public R<?> getEidResult(@RequestParam(value = "token") String token,
 							 @RequestParam(value = "endType", required = false) String endType) {