POST Charge/SubOrder

1.4.21 缴费提交支付

Request Information

URI Parameters

None.

Body Parameters

OrderChargeParamter
NameDescriptionTypeAdditional information
studentId

string

None.

ctype

1假期班 0 周末班

integer

None.

weeks

缴费周数/课次数

integer

None.

payType

1支付宝 2微信 3ApplePay

integer

None.

totalPay

应付金额 后台会再次计算比对

decimal number

None.

appId

CC英语:99,校内通:111

integer

None.

tradeType

交易类型,H5:MWEB

string

None.

billCreateIp

下单IP,H5支付用

string

None.

showUrl

支付宝支付成功返回地址

string

None.

buyMat

是否购买书本

integer

None.

shipping

邮费

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "studentId": "sample string 1",
  "ctype": 2,
  "weeks": 3,
  "payType": 4,
  "totalPay": 5.1,
  "appId": 6,
  "tradeType": "sample string 7",
  "billCreateIp": "sample string 8",
  "showUrl": "sample string 9",
  "buyMat": 10,
  "shipping": 11.0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.