保存公司认证信息
None.
Name | Description | Type | Additional information |
---|---|---|---|
HasData |
暂时没有用,确定是否以保存过信息的标志位,不存数据库 |
boolean |
None. |
ApplicantDate |
申请认证时间 = 认证信息最后修改时间 |
string |
None. |
AaId |
公司ID |
integer |
None. |
CompanyName |
公司名称 |
string |
None. |
LicenseNo |
营业执照 |
string |
None. |
BussinessAddr |
暂时不知道干嘛的 |
string |
None. |
Location |
经营地 |
integer |
None. |
Addr |
详细地址 |
string |
None. |
LegalPersonName |
法人代表姓名 |
string |
None. |
LegalPersonPhone |
法人手机号码 |
string |
None. |
LegalPersonNo |
法人代表身份证号码 |
string |
None. |
AccountName |
开户单位名称 |
string |
None. |
BankName |
开户银行 |
string |
None. |
CompanyAccount |
对公账户 |
string |
None. |
ApplicantName |
申请人姓名 |
string |
None. |
ApplicantPhone |
申请人手机号 |
string |
None. |
ApplicantVerified |
好像没有用到 |
boolean |
None. |
CompanyVerified |
好像没有用到 |
boolean |
None. |
StatusCode |
只读,认证状态 |
CompanyStatusCode |
None. |
AmountFilled |
柠檬云小姐姐给公司/个人汇款金额 |
decimal number |
None. |
AmountVeri |
验证金额 |
decimal number |
None. |
LicensePic |
营业执照 |
string |
None. |
LegalPersonIDA |
身份证-个人信息(正面) |
string |
None. |
LegalPersonIDB |
身份证-国徽(反面) |
string |
None. |
IsAccept |
是否已受理 |
integer |
None. |
Reason |
审核不通过原因 |
string |
None. |
ApplyBy |
只读,H5中确认提交会修改值 |
integer |
None. |
ApplyName |
只读,确认提交人名称 |
string |
None. |
ApplyDate |
只读,确认提交日期 |
date |
None. |
IsMobile |
是否是手机提交认证,是:1、否:0 |
integer |
None. |
{ "HasData": true, "ApplicantDate": "sample string 2", "AaId": 3, "CompanyName": "sample string 4", "LicenseNo": "sample string 5", "BussinessAddr": "sample string 6", "Location": 7, "Addr": "sample string 8", "LegalPersonName": "sample string 9", "LegalPersonPhone": "sample string 10", "LegalPersonNo": "sample string 11", "AccountName": "sample string 12", "BankName": "sample string 13", "CompanyAccount": "sample string 14", "ApplicantName": "sample string 15", "ApplicantPhone": "sample string 16", "ApplicantVerified": true, "CompanyVerified": true, "StatusCode": 1000, "AmountFilled": 19.0, "AmountVeri": 20.0, "LicensePic": "sample string 21", "LegalPersonIDA": "sample string 22", "LegalPersonIDB": "sample string 23", "IsAccept": 24, "Reason": "sample string 25", "ApplyBy": 1, "ApplyName": "sample string 26", "ApplyDate": "2024-11-25T01:44:03.9814688+08:00", "IsMobile": 27 }
<CompanyVerificationInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model.Company"> <AaId>3</AaId> <AccountName>sample string 12</AccountName> <Addr>sample string 8</Addr> <AmountFilled>19</AmountFilled> <AmountVeri>20</AmountVeri> <ApplicantDate>sample string 2</ApplicantDate> <ApplicantName>sample string 15</ApplicantName> <ApplicantPhone>sample string 16</ApplicantPhone> <ApplyBy>1</ApplyBy> <ApplyDate>2024-11-25T01:44:03.9814688+08:00</ApplyDate> <ApplyName>sample string 26</ApplyName> <BankName>sample string 13</BankName> <BussinessAddr>sample string 6</BussinessAddr> <CompanyAccount>sample string 14</CompanyAccount> <CompanyName>sample string 4</CompanyName> <HasData>true</HasData> <IsAccept>24</IsAccept> <IsMobile>27</IsMobile> <LegalPersonIDA>sample string 22</LegalPersonIDA> <LegalPersonIDB>sample string 23</LegalPersonIDB> <LegalPersonName>sample string 9</LegalPersonName> <LegalPersonNo>sample string 11</LegalPersonNo> <LegalPersonPhone>sample string 10</LegalPersonPhone> <LicenseNo>sample string 5</LicenseNo> <LicensePic>sample string 21</LicensePic> <Location>7</Location> <Reason>sample string 25</Reason> <StatusCode>未提交审核</StatusCode> </CompanyVerificationInfo>
Sample not available.
保存公司认证信息
booleantrue
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>