GET api/Commen/TransferAccounts?oid={oid}&openid={openid}&name={name}&amount={amount}
“TransferAccounts”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| oid | “oid”的文档。 |
Define this parameter in the request URI. |
| openid | “openid”的文档。 |
Define this parameter in the request URI. |
| name | “name”的文档。 |
Define this parameter in the request URI. |
| amount | “amount”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"return_code": "sample string 1",
"return_msg": "sample string 2",
"mch_appid": "sample string 3",
"mchid": "sample string 4",
"device_info": "sample string 5",
"nonce_str": "sample string 6",
"result_code": "sample string 7",
"partner_trade_no": "sample string 8",
"payment_no": "sample string 9",
"payment_time": "sample string 10",
"txt": "sample string 11",
"ResultSuccess": false,
"ReturnSuccess": false
}
application/xml, text/xml
Sample:
<xml xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaiShengShi.Models"> <device_info>sample string 5</device_info> <mch_appid>sample string 3</mch_appid> <mchid>sample string 4</mchid> <nonce_str>sample string 6</nonce_str> <partner_trade_no>sample string 8</partner_trade_no> <payment_no>sample string 9</payment_no> <payment_time>sample string 10</payment_time> <result_code>sample string 7</result_code> <return_code>sample string 1</return_code> <return_msg>sample string 2</return_msg> <txt>sample string 11</txt> </xml>