文档
测试

我的留言记录

POST
/p/api/invoke/LzhbzlAction.getMyLeaveMsgList

接口描述

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

请求参数

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

arg1

参数名
类型
描述
必填
type
int
类型(TYPE_供应商 = 1, TYPE_礼品 = 2)
必填

响应参数

参数名
类型
描述
必填
associateName
string
关联供应商名称/关联礼品名称
必填
content
string
内容
必填
associateId
string
关联供应商id/关联礼品id
必填
createTime
date
创建时间
必填
userImageId
string
商家用户头像
必填
userName
string
商家用户名称
必填

说明 / 示例

```json { "count":1, "list":[ { "accountId":0, "accountType":0, "associateId":13676, "associateName":"测试供应商xxx3", "content":"供应商回复", "createTime":1613986499000, "id":0, "isReply":false, "parentId":0, "supplierId":0, "type":1, "userId":14924, "userImageId":"5c33a7ee81e3403a840ee98bee7bd517.jpg", "userName":"徐航" } ] } ```