文档
测试

动态留言列表

POST
/p/api/invoke/LzhbzlAction.getMomentLeaveMsgList

接口描述

礼品、供应商类型只能看到自己的留言

请求参数

参数名
类型
描述
必填
arg0
string
token
必填
arg1
json
query
必填

arg1

参数名
类型
描述
必填
associateId
int
动态id
必填

响应参数

参数名
类型
描述
必填
accountName
string
留言用户名
必填
content
string
内容
必填
avatar
string
头像
必填
createTime
date
创建时间
必填
replyList
array
回复
必填
supplierName
string
供应商名称
必填

说明 / 示例

```json { "count":1, "list":[ { "accountId":24677, "accountImageId":"", "accountName":"用户0131", "accountType":1, "associateId":12, "associateName":"蓝色", "avatar":"", "content":"这是一条动态留言", "createTime":1615441872000, "id":7, "isReply":false, "parentId":0, "replyList":[ { "accountId":24677, "accountImageId":"", "accountName":"用户0131", "accountType":2, "associateId":12, "associateName":"蓝色", "content":"这是一条来自app的供应商回复", "createTime":1615442183000, "id":8, "isReply":true, "parentId":7, "supplierId":7069, "supplierName":"测试供应商xxx", "type":3, "updateTime":1615442183000, "userId":8316, "userName":"徐航" } ], "supplierId":7069, "supplierName":"测试供应商xxx", "type":3, "updateTime":1615441872000, "userId":0 } ] } ```