用户充值
purchase
POST
/user/payment/purchase
获取支付二维码。
Path Parameters
Name | Type | Description |
---|---|---|
amount | number | 充值金额 |
code
POST
/user/code
使用充值码充值。
Path Parameters
Name | Type | Description |
---|---|---|
code | string | 充值码 |
getchargelog
POST
/getChargeLog
获取用户充值记录,include cookie,另外,大小写一定要分清!
codes
Array 的结构如下:
属性 | Type | 说明 |
code | Text | 充值方式 |
number | Number | 充值金额 |
usedatetime | Text | 充值时间 |
最后更新于