GET api/WebChatApi/PlaceOrder?timeStamp={timeStamp}&sign={sign}&OrderType={OrderType}&openid={openid}&v={v}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| timeStamp | integer |
Required |
|
| sign | string |
Required |
|
| OrderType | integer |
Required |
|
| openid | string |
Required |
|
| v | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PlaceOrderInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| paySign | string |
None. |
|
| timestamp | integer |
None. |
|
| nonceStr | string |
None. |
|
| package | string |
None. |
|
| signType | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"paySign": "sample string 1",
"timestamp": 2,
"nonceStr": "sample string 3",
"package": "sample string 4",
"signType": "sample string 5"
},
{
"paySign": "sample string 1",
"timestamp": 2,
"nonceStr": "sample string 3",
"package": "sample string 4",
"signType": "sample string 5"
}
]