文档
测试

详情-使用中

POST
http://localhost:8080/applet/order/detail/using

接口描述

其他的字段同待使用 增加了上面的倒计时的计时器参数:count_down_hour count_down_min count_down_second 时分秒

请求参数

参数名
类型
描述
必填
user_id
string
示例:960fa4a695ee431a8624cca0ed1af5a9
必填
order_id
int
示例:5
必填
is_share
int
示例:0
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
errors
object
数据字典
必填
msg
string
示例:加载成功
必填
result
object
数据字典
必填
order_info
object
数据字典
必填
order_no
string
示例:SGPY202212321321
必填
order_hour
int
示例:5
必填
order_ennd_time_time
string
示例:03:25
必填
order_time
string
示例:2022-07-18 22:13:21
必填
order_price_remark
string
示例:团购券抵扣5小时
必填
order_end_time_date
string
示例:2022-09-01
必填
count_down_min
int
示例:41
必填
room_img
string
示例:https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1661501501610.jpg
必填
pay_time
string
示例:2022-07-01 22:15:01
必填
wifi_pwd
string
示例:88888888
必填
count_down_hour
int
示例:4
必填
order_status
string
示例:2
必填
order_begin_time_date
string
示例:2022-08-31
必填
wifi_name
string
示例:Sgpy
必填
order_end_time
string
示例:
必填
order_begin_time_time
string
示例:22:25
必填
room_img_list
array
数据列表
必填
count_down_second
int
示例:44
必填
store_name
string
示例:24H无人自助棋牌[德思勤店]
必填
order_begin_time
string
示例:2022-08-31 22:25
必填

说明 / 示例

{ "code": 1, "errors": { }, "msg": "加载成功", "result": { "order_info": { "order_no": "SGPY202212321321", "order_hour": 5, "order_ennd_time_time": "03:25", "order_time": "2022-07-18 22:13:21", "order_price_remark": "团购券抵扣5小时", "order_end_time_date": "2022-09-01", "count_down_min": 41, "room_img": "https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1661501501610.jpg", "pay_time": "2022-07-01 22:15:01", "wifi_pwd": "88888888", "count_down_hour": 4, "order_status": "2", "order_begin_time_date": "2022-08-31", "wifi_name": "Sgpy", "order_end_time": "", "order_begin_time_time": "22:25", "room_img_list": [ "" ], "count_down_second": 44, "store_name": "24H无人自助棋牌[德思勤店]", "order_begin_time": "2022-08-31 22:25" } } }