微信免单抽奖5.4.md
2.54 KB
1、参与抽奖的订单列表
参与抽奖的订单列表(/activity/lottery/getValidOrderList)
请求参数
参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 |
---|---|---|---|---|---|
uid | int | 否 | 20364598 | null | 用户ID |
limit | int | 是 | 1 | 每页展示条数 | |
page | int | 是 | 1 | 第几页 |
接口说明
注意,通用的头部没有列出。
请求示例
http://192.168.102.14:8090/activity/lottery/getValidOrderList?uid=20364598&limit=10&page=1&debug=XYZ
响应
code为200即为成功,否则是失败。
响应参数,data部分
响应成功JSON格式如下所示:
{
"code": 200,
"message": "success",
"md5": "",
"data": [
{
"id": 5553844,
"order_code": "160825664",
"order_type": 4,
"refund_status": 0,
"uid": 20364598,
"parent_order_code": "0",
"payment": 21,
"amount": 21,
"payment_status": "Y",
"user_confirm_paid": "N",
"use_limit_code": "N",
"payment_type": 2,
"counter_flag": "Y",
"status": 0,
"ordersGoodsList": [
{
"product_id": 275267,
"product_skn": 51153093,
"product_name": "Life·After Life 侧拉链长款长袖T恤",
"cn_alphabet": "LALA504LT06",
"good_id": 355689,
"goods_price": 11,
"goods_amount": 11,
"factory_color_name": "绿色",
"goods_image": null,
"goods_type": 1,
"expect_arrival_time": "",
"buy_num": 1,
"size_name": "L",
"color_name": "绿色"
}
]
},
{
"id": 5553598,
"order_code": "160950486",
"order_type": 4,
"refund_status": 0,
"uid": 20364598,
"parent_order_code": "0",
"payment": 0,
"amount": 43,
"payment_status": "N",
"user_confirm_paid": "N",
"use_limit_code": "N",
"payment_type": 2,
"counter_flag": "Y",
"status": 0,
"ordersGoodsList": [
{
"product_id": 193441,
"product_skn": 51111683,
"product_name": "Ha/J For Junior 女潮童90-140码不规则拼布长款T恤 ",
"cn_alphabet": "HAPPYATOMIC156005",
"good_id": 260257,
"goods_price": 11,
"goods_amount": 33,
"factory_color_name": "灰色",
"goods_image": null,
"goods_type": 1,
"expect_arrival_time": "",
"buy_num": 3,
"size_name": "130",
"color_name": "灰色"
}
]
}
]
}