POST WechatApp/GetOrderChargeInfo
3.8.10 微信小程序确认订单页获取活动缴费支付详情
Request Information
URI Parameters
None.
Body Parameters
GetOrderChargeInfoRequestInfoModel| Name | Description | Type | Additional information |
|---|---|---|---|
| wechatAppId |
小程序id |
string |
None. |
| activityId |
活动ID |
string |
None. |
| studentId |
学生Id |
string |
None. |
| schoolId |
校区Id |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"wechatAppId": "sample string 1",
"activityId": "sample string 2",
"studentId": "sample string 3",
"schoolId": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |