public void viewUrl() { AuthUrlResponse response = companyAuthService.ViewUrl("基本认证公司"); Console.WriteLine("申请查看认证信息的页面地址成功,链接:{0},Token:{1}", response.url, response.token); }
public void FullUrl() { AuthUrlResponse response = companyAuthService.FullUrl("基本认证公司", "123123", "", ""); Console.WriteLine("申请加强认证链接成功,链接:{0},Token:{1}", response.url, response.token); }