文档
测试

sale_list

GET
http://game.myqmajiang.com:8091/gateway/client/sale_list

响应参数

参数名
类型
描述
必填
resp_code
string
示例:0000
必填
msg
string
示例:操作成功
必填
ut
string
示例:0.72000Ms
必填
um
string
示例:1.2734Kb
必填
data
array
数据列表
必填
id
number
示例:32
必填
name
string
示例:笔笔赠送
必填
link
string
示例:
必填
img
string
示例:http://game.myqmajiang.com:8091/uploads/sale/1572008123.jpg
必填
add_time
number
示例:1572008132
必填
is_del
number
示例:0
必填
is_stop
number
示例:0
必填
is_hot
number
示例:0
必填
is_new
number
示例:1
必填
jump_type
number
示例:2
必填
client_page
string
示例:shop
必填
success
boolean
示例:true
必填

说明 / 示例

{ "resp_code": "0000", "msg": "操作成功", "ut": "0.72000Ms", "um": "1.2734Kb", "data": [{ "id": 32, "name": "笔笔赠送", "link": "", "img": "http://game.myqmajiang.com:8091/uploads/sale/1572008123.jpg", "add_time": 1572008132, "is_del": 0, "is_stop": 0, "is_hot": 0, "is_new": 1, "jump_type": 2, "client_page": "shop" }, { "id": 29, "name": "首冲钜惠", "link": "", "img": "http://game.myqmajiang.com:8091/uploads/sale/1570544304.jpg", "add_time": 1570544336, "is_del": 0, "is_stop": 0, "is_hot": 0, "is_new": 1, "jump_type": 2, "client_page": "shop" }], "success": true }