POST xuner/guide/shopguide/getCustomerExtPropertyInfo
查看会员补充信息(实现id查有无信息)
请求信息
URI 参数
无。
Body 参数
CustomerExtPropertyRequest| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| openid | string |
无。 |
|
| commonList | Collection of Common |
无。 |
|
| testList | string |
无。 |
请求格式
application/json, text/json
样例:
{
"openid": "",
"commonList": [
{
"brand": "",
"code": ""
}
],
"testList": ""
}
响应信息
资源描述
查看会员补充信息(实现id查有无信息)
gGuideResponseOfCustomerExtPropertyRequest| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | CustomerExtPropertyRequest |
无。 |
|
| msg |
信息 |
string |
无。 |
| code |
状态码 |
integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": {
"openid": "",
"commonList": [
{
"brand": "",
"code": ""
}
],
"testList": ""
},
"msg": "",
"code": 0
}