文档
测试

礼包采购页面数据加载

POST
http://e5mg24.natappfree.cc/app/baiyi/gift/list

请求参数

参数名
类型
描述
必填
user_id
string
当前登录用户id 示例:cab441114a40493daf2b7266db59daee
必填
sign
string
请求接口签名 示例:7c6a0395790fd7418c462c449ee6ba33
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
errors
object
数据字典
必填
msg
string
示例:数据加载成功
必填
result
object
数据字典
必填
gift_list
array
数据列表
必填
img_path
string
礼包图片 示例:https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1627369974246.png
必填
price
int
礼包价格 示例:300
必填
id
string
礼包id 进入详情页使用 示例:a4142cca6a0f461091bcb3d1f027fe82
必填
title
string
礼包标题 示例:云小宝V5循环送礼包
必填

说明 / 示例

{ "code": 1, "errors": { }, "msg": "数据加载成功", "result": { "gift_list": [ { "img_path": "https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1627369974246.png", "price": 300, "id": "a4142cca6a0f461091bcb3d1f027fe82", "title": "云小宝V5循环送礼包" }, { "img_path": "", "price": 920, "id": "c0779987cef04567b5f1003cac277d1e", "title": "10台特惠礼包" }, { "img_path": "", "price": 1, "id": "ddcd248dbd934cd6bc53f11ad6a8cf30", "title": "测试返现规则" }, { "img_path": "", "price": 8800, "id": "d039df02a9584951bfb6d9897251591e", "title": "100台特惠礼包" } ] } }