文档
测试

拼团订单-今日拼团

POST
http://localhost:8080/app/today/spellOrder

接口描述

页面底部的联系客服的按钮的kf_url从个人中心带过去

请求参数

参数名
类型
描述
必填
user_id
string
当前登录用户id 示例:4c3dcd469f894c5689b1c96e74716cda
必填
spell_status
int
状态 1正在拼团 2已拼中 3待开团 示例:3
必填
sign
string
请求接口签名 示例:e3dacdd85393e14ba3cbcd97c2484e91
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
errors
object
数据字典
必填
msg
string
示例:操作成功
必填
result
object
数据字典
必填
is_open_continue_spell
int
是否开启智能连拼 0否 1是
必填
total_num
int
总次数 示例:30
必填
spelled_time
int
已拼次数 示例:0
必填
left_spell_time
int
剩余次数 示例:30
必填
user_group_coupon
int
拼团券 示例:10
必填
spelled_out_time
int
未拼中次数 示例:0
必填
spelled_in_time
int
拼中次数 示例:0
必填
order_list
array
订单列表
必填
order_no
string
订单编号 示例:202109031140391630640439176
必填
goods_name
string
产品名称 示例:溪谷珍香米2.5kg
必填
goods_price
float
产品价格 示例:99.98
必填
spell_open_time
string
开团时间 待开团列表页使用 示例:2021-09-03 16:00:00
必填
spelled_time
string
拼中时间 已拼中列表页使用 示例:
必填
goods_num
int
产品数量 示例:1
必填
id
string
主键id 用不到 示例:454d090e4f504f69aaa669b47739e5cc
必填
order_time
string
下单时间 示例:2021-09-03 11:40:39
必填
goods_img
string
产品图标 示例:https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1630319945642.jpg
必填

说明 / 示例

{ "code": 1, "errors": { }, "msg": "操作成功", "result": { "total_num": 30, "spelled_time": 0, "left_spell_time": 30, "user_group_coupon": 10, "spelled_out_time": 0, "order_list": [ { "order_no": "202109031140391630640439176", "goods_name": "溪谷珍香米2.5kg", "goods_price": 99.98, "spell_open_time": "2021-09-03 16:00:00", "spelled_time": "", "goods_num": 1, "id": "454d090e4f504f69aaa669b47739e5cc", "order_time": "2021-09-03 11:40:39", "goods_img": "https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1630319945642.jpg" } ], "spelled_in_time": 0 } }