POST xuner/guide/shopguide/addOrUpdateCustomerInfoMore
AddOrUpdateCustomerInfoMore
请求信息
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": 1,
"PageSize": 2,
"cType": "sample string 3",
"filter": "sample string 4",
"openid": "sample string 5",
"Id": "sample string 6",
"content": "sample string 7",
"isDelete": "sample string 8",
"domain": "sample string 9"
}
响应信息
资源描述
AddOrUpdateCustomerInfoMore
gGuideResponseOfCommonReturn| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | CommonReturn |
无。 |
|
| req | string |
无。 |
|
| msg | string |
无。 |
|
| code | integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": {
"code": 1,
"msg": "sample string 2"
},
"req": "sample string 1",
"msg": "sample string 2",
"code": 3
}