package com.ruoyi.wisdomarbitrate.service; import com.ruoyi.wisdomarbitrate.domain.IdentityAuthentication; import com.tencentcloudapi.common.exception.TencentCloudSDKException; public interface IdentityAuthenticationService { IdentityAuthentication selectIdentityAuthentication(IdentityAuthentication identityAuthentication); IdentityAuthentication selectIdentityAuthenticaEIDtoken(); IdentityAuthentication selectIdentityAuthenticaRespon(IdentityAuthentication ientityAuthentication); }