POST xuner/guide/shopguide/getMessages

查询会员与店铺员工消息列表

请求信息

URI 参数

无。

Body 参数

TextMessage
名称描述类型附加信息
openId

string

无。

TextContent

string

无。

请求格式

application/json, text/json

样例:
{
  "openId": "",
  "TextContent": ""
}

响应信息

资源描述

查询会员与店铺员工消息列表

gGuideResponseOfListOfTextMessage
名称描述类型附加信息
data

Collection of TextMessage

无。

msg

信息

string

无。

code

状态码

integer

无。

响应格式

application/json, text/json

样例:
{
  "data": [
    {
      "openId": "",
      "TextContent": ""
    }
  ],
  "msg": "",
  "code": 0
}