POST api/Manage/VertifyBill?msg={msg}

票据识别

Request Information

URI Parameters

NameDescriptionTypeAdditional information
msg

string

Required

Body Parameters

None.

Response Information

Resource Description

BaseResponse
NameDescriptionTypeAdditional information
msg

消息

string

None.

result

是否成功

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "msg": "sample string 1",
  "result": true
}

application/xml, text/xml

Sample:
<BaseResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WXProgramApi">
  <msg>sample string 1</msg>
  <result>true</result>
</BaseResponse>