POST api/pay/getzfbusersqinfo
Request Information
URI Parameters
None.
Body Parameters
MZCZPayInfoDto| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | string |
None. |
|
| cJE | decimal number |
None. |
|
| sKH | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"userId": "sample string 1",
"cJE": 2.0,
"sKH": "sample string 3"
}
application/xml, text/xml
Sample:
<MZCZPayInfoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wechatpay.Dto"> <cJE>2</cJE> <sKH>sample string 3</sKH> <userId>sample string 1</userId> </MZCZPayInfoDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
AlipayOpenAuthUserauthRelationshipQueryResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| QueryDetail | string |
None. |
|
| Code | string |
None. |
|
| Msg | string |
None. |
|
| SubCode | string |
None. |
|
| SubMsg | string |
None. |
|
| Body | string |
None. |
|
| IsError | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"QueryDetail": "sample string 1",
"Code": "sample string 2",
"Msg": "sample string 3",
"SubCode": "sample string 4",
"SubMsg": "sample string 5",
"Body": "sample string 6",
"IsError": true
}
application/xml, text/xml
Sample:
<AlipayOpenAuthUserauthRelationshipQueryResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aop.Api.Response"> <body xmlns="http://schemas.datacontract.org/2004/07/Aop.Api">sample string 6</body> <code xmlns="http://schemas.datacontract.org/2004/07/Aop.Api">sample string 2</code> <msg xmlns="http://schemas.datacontract.org/2004/07/Aop.Api">sample string 3</msg> <subCode xmlns="http://schemas.datacontract.org/2004/07/Aop.Api">sample string 4</subCode> <subMsg xmlns="http://schemas.datacontract.org/2004/07/Aop.Api">sample string 5</subMsg> <QueryDetail>sample string 1</QueryDetail> </AlipayOpenAuthUserauthRelationshipQueryResponse>