POST xuner/soc/Social/checkmemberexists
判断是否是会员
请求信息
URI 参数
无。
Body 参数
CheckMemberRequest名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
openId | string |
无。 |
|
dbId | string |
无。 |
|
isWxMini | string |
无。 |
|
Platform | string |
无。 |
请求格式
application/json, text/json
样例:
{ "openId": "sample string 1", "dbId": "sample string 2", "isWxMini": "sample string 3", "Platform": "sample string 4" }
响应信息
资源描述
判断是否是会员
gSocResponseOfObject名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
data | Object |
无。 |
|
req | string |
无。 |
|
msg | string |
无。 |
|
code | integer |
无。 |
响应格式
application/json, text/json
样例:
{ "data": {}, "req": "sample string 2", "msg": "sample string 3", "code": 4 }