using Common; using Common.Model.PennyTest; namespace Business.PennyTest { public interface IPennyTestBusiness { JsonRxResponse SavePennyTestCustomerCertificate(PennyTestCustomerCert cert); JsonRxResponse RealNameCheck(RealNameRequest req); JsonRxResponse Start(string user, string reSendCode); JsonRxResponse VerifyCertificate(PennyCertVerifyRequestModel model); JsonRxResponse Start_V4(string user, string reSendCode); } }