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

Commit 9a0b3ab2 authored by zhanggb's avatar zhanggb

+redis.key:nft三要素认证缓存;

parent d37a2178
......@@ -172,4 +172,14 @@ public class AdamRscController {
}
return ResponseDto.success(true);
}
@ApiOperationSupport(order = 50)
@ApiOperation(value = "@API:NFT三要素", notes = "用于NFT认证成功的用户同步更新用户账号实名信息")
@ApiImplicitParams({
@ApiImplicitParam(type = "form", required = true, dataType = "String", name = "certmeta", value = "三要素加密信息"),
})
@PostMapping(value = {"syn/certmeta"})
public void syncUpdateReal(@NotBlank @RequestParam String certmeta) {
log.info("NFT三要素同步更新实名信息:{} => {}", certmeta, certmeta);
}
}
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