🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 提现订单信息获取 +++ get:/user/withdrawOrder/getlist.do *string:userId=1#用户ID *string:index=1#初始页 *string:pageSize=10#显示件数 <<< success { "code": "00000", "info": "信息获取成功。", "data": [ { "accountId": "38", "batchNo": "", "batchStatus": "", "createTime": "2017-02-08 11:16:44.0", "delFlg": "0", "id": "965", "orderId": "TX201702081116432427", "type": "提现到支付宝", "updateTime": "2017-02-08 18:17:50.0", "updateUserId": "", "userId": "374", "withdrawAmount": 0.01, "withdrawFee": 1, "withdrawStatus": "审核中", "withdrawTotalAmount": 101 } ] } <<< error +++ ####参数接口描述(data中的内容):list |序号|名称|描述|备注| | -- | -- | -- | -- | | 1 |orderId|提现订单号|| | 2 |type|提现类型|0:提现到余额,1:提现到支付宝,2:邀请会员奖励| | 3 |withdrawAmount|提现金额|| | 4|withdrawFee|提现手续费|| | 5|withdrawTotalAmount|提现总金额|| | 6|withdrawStatus|提现状态|状态0:审核中,1:已提现/已入账,2:审核失败|