POST xuner/guide/shopguide/getMessages

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

请求信息

URI 参数

无。

Body 参数

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

string

无。

TextContent

string

无。

请求格式

application/json, text/json

样例:
{
  "openId": "sample string 1",
  "TextContent": "sample string 2"
}

响应信息

资源描述

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

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

Collection of TextMessage

无。

req

string

无。

msg

string

无。

code

integer

无。

响应格式

application/json, text/json

样例:
{
  "data": [
    {
      "openId": "sample string 1",
      "TextContent": "sample string 2"
    },
    {
      "openId": "sample string 1",
      "TextContent": "sample string 2"
    }
  ],
  "req": "sample string 1",
  "msg": "sample string 2",
  "code": 3
}