GET {version}/Member/GetUserIsMember
用户是否是会员
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ApiResultOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| Message | string |
None. |
|
| Data | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"Message": "sample string 2",
"Data": true
}
application/xml, text/xml
Sample:
<ApiResultOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TinyFx.Web.Results"> <Code>sample string 1</Code> <Data>true</Data> <Message>sample string 2</Message> </ApiResultOfboolean>