实现身份认证功能

This commit is contained in:
qitz
2023-09-27 13:28:32 +08:00
parent 657ddb761a
commit 626ec17b45
8 changed files with 111 additions and 9 deletions
@@ -18,6 +18,16 @@ public class IdentityAuthenticationController extends BaseController {
@Autowired
private IdentityAuthenticationService identityAuthenticationService;
/**
* 查询身份认证EIDtoken
*/
@PostMapping("/selectIdentityAuthenticaEIDtoken")
public AjaxResult selectIdentityAuthenticaEIDtoken()
{
IdentityAuthentication ientityAuthentication = identityAuthenticationService.selectIdentityAuthenticaEIDtoken();
return success(ientityAuthentication);
}
@@ -148,4 +148,5 @@ elegent:
cycle: 10
identityAuthentication:
credentialSecretId: 123
credentialSecretKey: 367
credentialSecretKey: 367
merchantId: 356