POST AliPay/DoPost

“DoPost”的文档。

Request Information

Parameters

NameDescriptionAdditional information
model
“model”的文档。

Define this parameter in the request body.

Request body formats

application/xml, text/xml

Sample:
<AliPay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/myMvcApi.Controllers">
  <app_id>sample string 1</app_id>
  <biz_content>sample string 8</biz_content>
  <charset>sample string 3</charset>
  <method>sample string 2</method>
  <sign>sample string 5</sign>
  <sign_type>sample string 4</sign_type>
  <timestamp>sample string 6</timestamp>
  <version>sample string 7</version>
</AliPay>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>