POST api/pay/testydzf
Request Information
URI Parameters
None.
Body Parameters
YDZFByZFBDto| Name | Description | Type | Additional information |
|---|---|---|---|
| AccessToken | string |
None. |
|
| UserId | string |
None. |
|
| sSFZ | string |
None. |
|
| sXM | string |
None. |
|
| sMZH | string |
None. |
|
| Money | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccessToken": "sample string 1",
"UserId": "sample string 2",
"sSFZ": "sample string 3",
"sXM": "sample string 4",
"sMZH": "sample string 5",
"Money": 6.0
}
application/xml, text/xml
Sample:
<YDZFByZFBDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wechatpay.Dto"> <AccessToken>sample string 1</AccessToken> <Money>6</Money> <UserId>sample string 2</UserId> <sMZH>sample string 5</sMZH> <sSFZ>sample string 3</sSFZ> <sXM>sample string 4</sXM> </YDZFByZFBDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
YDZFLinkDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Link | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Link": "sample string 1"
}
application/xml, text/xml
Sample:
<YDZFLinkDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wechatpay.Dto"> <Link>sample string 1</Link> </YDZFLinkDto>