B2B2C商城
开发手册
开发教程
API接口
下单流程接口
用户中心接口
使用手册
统计管理
商品管理
模板管理
新手入门
多商家首页布局规则
第三方账号注册流程
商家中心
店铺管理
商品管理
账号管理
常见问题
其他
公众号接入
系统安装
支付相关
名片小程序
获取消息通知
URL地址 | http://www.tpshop.com/index.php?m=api&c=user&a=message_notice |
请求方式 | get |
参数列表
参数 | 是否必须 | 说明 |
无 |
示例:
成功返回:
{
"status": 1,
"msg": "获取成功",
"result": [
{
"category": 0, //类型,0系统消息,1物流通知,2优惠促销,3商品提醒,4我的资产,5商城好店
"message_id": 26, //消息id
"status": 0, //状态 0未查看,1已查看
"send_time": 1495616640, //消息时间
"type": 0, //个体消息:0,全体消息:1
"message": "商品详情" //消息内容
},
{
"category": 1,
"message_id": 11,
"status": 1,
"send_time": 1490270725,
"type": 0,
"message": "阿斯蒂芬"
},
{
"category": 2,
"message_id": 12,
"status": 0,
"send_time": 1490271503,
"type": 0,
"message": "风飞沙"
},
{
"category": 4,
"message_id": 3,
"status": 0,
"send_time": 1489716594,
"type": 0,
"message": "测下站内信"
}
]
}