POST api/TMSApp/AuthUser/IDCardIdentityOCR
身份证识别
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
身份证识别
MsgBaseOfIdCardRetName | Description | Type | Additional information |
---|---|---|---|
Status |
返回状态0:失败,1:成功 |
integer |
None. |
Msg |
返回消息 |
string |
None. |
Data |
返回数据内容,默认为空 |
IdCardRet |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Msg": "sample string 2", "Data": { "IdCardNumber": "sample string 1", "Name": "sample string 2", "EffectStartTime": "sample string 3", "EffectEndTime": "sample string 4" } }