POST xuner/guide/shopguide/supplierConfig
GetReplayPhrase
请求信息
URI 参数
无。
Body 参数
SupplierConfigRequest| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| openid | string |
无。 |
|
| name | string |
无。 |
|
| sex | string |
无。 |
|
| born |
出生日期 |
string |
无。 |
| birth |
生日 |
string |
无。 |
请求格式
application/json, text/json
样例:
{
"openid": "sample string 1",
"name": "sample string 2",
"sex": "sample string 3",
"born": "sample string 4",
"birth": "sample string 5"
}
响应信息
资源描述
GetReplayPhrase
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
}