简要描述:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | kevin | 2020-08-03 |
请求URL:
请求方式:
- GET
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
token | 是 | string | token参数 |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
module | 是 | string | 显示模块,请查看模块参数 |
type | 是 | string | 类型【user=用户,merchant=商户】 |
page | 是 | int | 页码 ,默认为 1 |
pagesize | 是 | int | 条数 ,默认为 10 |
pay_status | 是 | int | 1=待支付,2=已付款 |
返回示例:
正确时返回:
{
"status": 200,
"msg": "成功",
"data": {
"list": [
{
"order_id": 1,
"pay_status": 3,
"order_num": "20080317532371056660",
"service_name": "标题A-4-1",
"service_cover": "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png",
"service_time": "08:00-20:00",
"price": "100.00",
"wzb_currency": 0,
"pay_method": "WeChat",
"shop_address": "广东省深圳市龙岗区爱联小区",
"shop_longitude": "114.243548",
"shop_latitude": "22.703127",
"pay_method_msg": "微信支付",
"pay_status_msg": "取消支付"
},
],
"page": 1,
"pagesize": 10,
"total": 6
}
}
错误时返回:
{
"status": 0,
"msg": "参数错误"
}
list返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
order_id | int | 订单id |
pay_status | int | 支付状态 【0=待支付 ,1=支付成功 ,2=支付失败, 3=取消支付,4=退款中,5=已退款,6=待接单,7=服务中,8=订单完成,9=拒绝接单】 |
pay_status_msg | string | 状态提示 |
order_num | string | 订单号 |
service_name | string | 服务名称 |
service_cover | string | 服务封面 |
service_time | string | 服务时间 |
price | string | 金额 |
wzb_currency | int | 屋装币 |
pay_method | string | 支付方式【WeChat=微信 Alipay=支付宝 WZBCurrency=屋装币】 |
pay_method_msg | string | 支付方式提示 |
shop_address | string | 店铺地址 |
shop_longitude | string | 店铺经度 |
shop_latitude | string | 店铺纬度 |
noPayList.more_id | string | 分期id |
noPayList.order_num | string | 订单号 |
noPayList.price | string | 支付价格 |
noPayList.remark | string | 备注 |
noPayList.create_at | string | 创建时间 |
noPayList.pay_status | string | 支付状态 |
noPayList.number_of_periods | string | 分期数 |
noPayList.all_money | string | 分期总金额 |
noPayList.percentage | string | 分期倍数 |
is_set_number_of_periods | string | 是否设置分期【true=已设置,false=未设置】 |
备注:
- 无
作者:admin 创建时间:2020-08-03 18:51
更新时间:2025-04-01 15:40
更新时间:2025-04-01 15:40