锂源

锂源换电


租凭订单列表

简要描述
  • 用户注册接口
请求URL
  • /liyuan_base/rent/order/list
请求方式
  • POST
参数
参数名 必选 类型 说明
userId string 用户id
id string 租凭订单号
storeId string 店铺id
userName string 租赁用户(用户名称或用户手机号)
comboType string 套餐类型 1-日租 2月租
expireStatus string 到期状态 1-未生效 2-生效中 3-已到期 4-被取消
payStatus string 状态 1-未支付 2-已支付/已确认 3-待人工确认 4-用户取消支付 5-人工取消
payType string 支付方式 1-在线支付 2-集团代购 3-线下支付
startPayTime string 支付开始时间
endPayTime string 支付结束时间
pageNo string 页码
pageSize string 每页显示条数
返回示例
 {
    "code": 0,
    "info": {
        "list": [
            {
                "comboId": 628819919894654976,
                "comboName": "setComboName",
                "comboNum": 1,
                "comboPrice": 100.00,
                "comboType": 1,
                "createTime": 1639033962038,
                "expireStatus": 4,
                "expireStatusName": "被取消 ",
                "expireTime": 1639120362038,
                "id": 628819919894654977,
                "insuranceAmount": 10000.00,
                "insuranceName": "",
                "leaseDuration": "1天",
                "oInsuranceName": "",
                "payId": 1,
                "payStatus": 1,
                "payStatusName": "未支付",
                "payTime": 1639107281000,
                "payType": 3,
                "payTypeName": "线下支付",
                "phone": "18320284895",
                "rentAmount": 100.00,
                "status": 1,
                "storeId": 1,
                "storeName": "门店烧烤",
                "totalAmount": 100.00,
                "userId": 1,
                "userName": "李四"
            }
        ],
        "pageTurn": {
            "currentPage": 1,
            "end": 100,
            "firstPage": 1,
            "nextPage": 2,
            "page": 1,
            "pageCount": 2,
            "pageSize": 100,
            "prevPage": 1,
            "rowCount": 104,
            "start": 0,
            "startIndex": 0
        },
        "rentOrderTotal": {
            "totalAmount": 10100.00,
            "totalQuantity": 101
        }
    },
    "tip": "请求成功"
}
返回参数说明
参数名 类型 说明
totalAmount int 总计总额
totalQuantity int 订单总数
comboId int 套餐id
comboName String 套餐名称
comboNum int 套餐购买数量
comboPrice int 套餐单价
comboType int 套餐类型 1-日租 2月租
createTime long 下单时间
expireStatus int 到期状态
expireTime long 到期时间
id long 订单id
insuranceAmount int 保险金额
insuranceName int 必先保险名称
oInsuranceName int 自先保险名称
phone String 手机
rentAmount int 租金
status int 订单状态 1-有效 2-无效
storeId long 店铺id
storeName String 店铺名称
totalAmount int 总应付金额
userId long 用户id
userName String 用户名称
LeaseDuration String 租赁时长
expireStatusName String 到期状态名称
payStatusName String 支付状态名称
payTypeName String 支付方式名称
payStatus String 支付状态 1-未支付 2-已支付/已确认 3-待人工确认 4-用户取消支付 5-人工取消
payType String 支付方式 1-在线支付 2-集团代购 3-线下支付
payId String 交易id
payTime String 交易时间
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML