实现身份认证功能
This commit is contained in:
+10
@@ -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
|
||||
Reference in New Issue
Block a user