记得上下班打卡 | git大法好,push需谨慎

Commit c1ed2db2 authored by 张国柄's avatar 张国柄

~api:adam+根据uid查取脱敏身份信息;

parent c5521639
...@@ -484,7 +484,7 @@ public class AdamUserController { ...@@ -484,7 +484,7 @@ public class AdamUserController {
@ApiImplicitParams({ @ApiImplicitParams({
@ApiImplicitParam(type = "form", required = true, dataType = "String", name = "id", value = "手机号"), @ApiImplicitParam(type = "form", required = true, dataType = "String", name = "id", value = "手机号"),
}) })
@GetMapping(value = "info/identity") @GetMapping(value = "info/identity2")
public ResponseDto<AdamUserIdentityInfoVo> identityInfoByUID(@RequestParam(required = false) String id) { public ResponseDto<AdamUserIdentityInfoVo> identityInfoByUID(@RequestParam(required = false) String id) {
String uid = StringUtils.isBlank(id) ? CurrentUtil.getCurrentUid() : id; String uid = StringUtils.isBlank(id) ? CurrentUtil.getCurrentUid() : id;
AdamUserInfoVo userInfoVo; AdamUserInfoVo userInfoVo;
......
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