名称:短信列表
接口:/merchant/Lcm/smsList
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
说明
1.此方法需要登录
返回示例
{
"code": 200,
"message": "success",
"result": [
{
"id": 1,
"corner": "HOT",
"num": 1000,
"describe": "更多人选择",
"price": 0.01, //商品价格 单位元
"origin_price": 0,//商品价格 单位元
"expire": 0, //过期使劲,单位月
"expire_type": 1 //1代表永远有效,2代表有过期时间
},
{
"id": 2,
"corner": "HOT",
"num": 2400,
"describe": "优惠首选",
"price": 20,
"origin_price": 0,
"expire": 0,
"expire_type": 1
},
{
"id": 3,
"corner": "推荐",
"num": 5800,
"describe": "中型会议",
"price": 50,
"origin_price": 0,
"expire": 0,
"expire_type": 1
},
{
"id": 4,
"corner": "WOW",
"num": 12000,
"describe": "大型会议",
"price": 100,
"origin_price": 0,
"expire": 0,
"expire_type": 1
},
{
"id": 5,
"corner": "WOW",
"num": 25000,
"describe": "宣告天下",
"price": 200,
"origin_price": 0,
"expire": 0,
"expire_type": 1
}
]
}