用户充值

purchase

POST /user/payment/purchase

获取支付二维码。

Path Parameters

NameTypeDescription

amount

number

充值金额

{"ret":1,"qrcode":"...","amount":"14","pid":"7BF5F0D8"}

code

POST /user/code

使用充值码充值。

Path Parameters

NameTypeDescription

code

string

充值码

getchargelog

POST /getChargeLog

获取用户充值记录,include cookie,另外,大小写一定要分清!

{"ret":1,"codes":[...]}

codes Array 的结构如下:

属性

Type

说明

code

Text

充值方式

number

Number

充值金额

usedatetime

Text

充值时间

最后更新于