消息通知

接口地址:/customer/msg
请求方式 get
参数:
返回格式:
说明:
type = 1为留言(即购买者评论教程的某个步骤); = 2为回复留言(即教程作者回复评论),此时有origin_id字段,即初始留言的id
Last updated
Was this helpful?

请求方式 get
说明:
type = 1为留言(即购买者评论教程的某个步骤); = 2为回复留言(即教程作者回复评论),此时有origin_id字段,即初始留言的id
Last updated
Was this helpful?
Was this helpful?
{
"code": 1,
"data": {
"items": [
{
"id": 1,
"tid": 4759,
"step_id": 7,
"type": 1,
"uid2": 678,
"nickname": "大师兄",
"avatar": "http://img.oss.aliyun.com",
"content": "这个教程做的很好啊",
"time": "2017-10-02 11:12:00",
"is_read":1
},
{
"id": 2,
"tid": 4759,
"step_id": 4,
"type": 2,
"origin_id": 1,
"uid2": 278,
"nickname": "wenyan",
"avatar": "http://img.oss.aliyun.com",
"content": "这个教程做的很好啊",
"time": "2017-10-02 11:12:08",
"is_read":0
}
]
},
"msg": "success"
}