锂源

锂源换电


提现列表查询

简要描述

-提现列表查询接口

请求URL
  • /liyuan_base/user/withdraw/select
请求方式
  • POST
参数
参数名 必选 类型 说明
storeId string 店铺id
userId string 用户id
status string 状态 1-通过 2-拒绝 3-待审核
userInfo string 基本信息(用户名或用户手机号)
idCard string 用户身份号
pageNo string 页码
pageSize string 每页显示条数
返回示例
{
    "code": 0,
    "info": {
        "list": [
            {
                "account": "18320284895",
                "createTime": 1639641238000,
                "id": 1,
                "money": 100.00,
                "payId": 1,
                "reviewBy": 2,
                "reviewRemark": "不通过",
                "reviewTime": 1639880359947,
                "status": 2,
                "statusName": "提现",
                "storeId": 1,
                "storeName": "门店烧烤",
                "type": 1,
                "typeName": "套餐订单",
                "useStatus": 1,
                "useStatusName": "未申请",
                "userId": 1,
                "userName": "Ace"
            }
        ],
        "pageTurn": {
            "currentPage": 1,
            "end": 1,
            "firstPage": 1,
            "nextPage": 1,
            "page": 1,
            "pageCount": 1,
            "pageSize": 100,
            "prevPage": 1,
            "rowCount": 1,
            "start": 0,
            "startIndex": 0
        },
        "userDepositTotalVo": {
            "totalAmount": 100.00,
            "totalQuantity": 1
        }
    },
    "tip": "请求成功"
}
返回参数说明
参数名 类型 说明
totalAmount int 总计总额
totalQuantity int 订单总数
account String 用户账号
id long 提现id
payId String 交易记录id
phone String 用户手机号
price String 提现金额
status int 状态 1-通过 2-拒绝 3-待审核
storeName String 店铺名称
type String 订单类型 1-押金退款 2-佣金提现
updateBy String 审核人id
updateTime String 审核时间
userId String 用户id
userName String 用户名称
userPurchaseId String 支付押金订单id
statusName String 状态名称
createTime String 申请时间
idCard String 身份证号
typeName String 订单类型名称
createTime String 申请时间
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML