ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 订单一览获取 +++ get:/user/recharge/list/get.do *string:userId=1#用户Id *string:index=1#初始页 *string:pageSize=10#显示件数 <<< success { "code": "00000", "info": "信息获取成功。", "data": [ { "balanceAmount": 0, "createTime": "2016-12-01 09:46:18.0", "delFlg": "0", "freeAmount": 0, "id": "31", "orderId": "KC0201612021342376931", "orderType": "2", "payAmount": 100, "payType": "0", "remainBalance": 97900, "totalAmount": 100, "tradeId": "XXXX", "type": "0", "updateTime": "2016-12-01 09:46:18.0", "userId": "1" } ] } <<< error +++ ####参数接口描述(data中的内容):record |序号|名称|描述|备注| | -- | -- | -- | -- | | 1 |payAmount|充值金额|| | 2 |freeAmount|充值赠送金额|| | 3 |remainBalance|处理后余额|| | 4 |orderId|订单号|| | 5 |updateTime|交易时间||