GET api/pay/tftest
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MZTFResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| isSucc | integer |
None. |
|
| msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSucc": 1,
"msg": "sample string 2"
}
application/xml, text/xml
Sample:
<MZTFResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MT.HISCom.YBJKCom.QG"> <isSucc>1</isSucc> <msg>sample string 2</msg> </MZTFResponse>