2023-09-14 18:40:44 +08:00
|
|
|
package com.ruoyi.wisdomarbitrate.service;
|
|
|
|
|
|
|
|
|
|
import com.ruoyi.wisdomarbitrate.domain.IdentityAuthentication;
|
2023-09-27 13:28:32 +08:00
|
|
|
import com.tencentcloudapi.common.exception.TencentCloudSDKException;
|
2023-09-14 18:40:44 +08:00
|
|
|
|
|
|
|
|
public interface IdentityAuthenticationService {
|
|
|
|
|
|
|
|
|
|
|
2023-09-21 19:25:50 +08:00
|
|
|
IdentityAuthentication selectIdentityAuthentication(IdentityAuthentication identityAuthentication);
|
|
|
|
|
|
|
|
|
|
|
2023-09-27 13:28:32 +08:00
|
|
|
IdentityAuthentication selectIdentityAuthenticaEIDtoken();
|
2023-10-03 13:40:56 +08:00
|
|
|
|
|
|
|
|
IdentityAuthentication selectIdentityAuthenticaRespon(IdentityAuthentication ientityAuthentication);
|
2023-09-14 18:40:44 +08:00
|
|
|
}
|