POST xuner/guide/shopguide/getReplayPhrase
快捷回复->预设、自建
请求信息
URI 参数
无。
Body 参数
ReplayPhraseRequest| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| pageNum |
取第几页的数据 |
integer |
无。 |
| PageSize |
每页多少条数据,默认10 |
integer |
无。 |
| cType |
客户类型 |
string |
无。 |
| filter |
过滤条件 |
string |
无。 |
| openid |
openid |
string |
无。 |
| Id |
Id |
string |
无。 |
| content |
内容 |
string |
无。 |
| isDelete |
是否删除 |
string |
无。 |
| domain |
域id |
string |
无。 |
请求格式
application/json, text/json
样例:
{
"pageNum": 0,
"PageSize": 0,
"cType": "",
"filter": "",
"openid": "",
"Id": "",
"content": "",
"isDelete": "",
"domain": ""
}
响应信息
资源描述
快捷回复->预设、自建
gGuideResponseOfReplayPhrase| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | ReplayPhrase |
无。 |
|
| msg |
信息 |
string |
无。 |
| code |
状态码 |
integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": {
"systemReplayPhraseList": [
{
"id": 0,
"phrase": "",
"salesId": 0,
"gmtCreate": "0001-01-01T00:00:00",
"supplierId": 0
}
],
"ownReplayPhraseList": [
{
"id": 0,
"phrase": "",
"salesId": 0,
"gmtCreate": "0001-01-01T00:00:00",
"supplierId": 0
}
]
},
"msg": "",
"code": 0
}