GET api/VIPValue?vip={vip}
会员余额查询
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
vip | string |
Required |
Body Parameters
None.
Response Information
Resource Description
FResponsesOfNullableOfDecimalName | Description | Type | Additional information |
---|---|---|---|
Flag | string |
None. |
|
Message | string |
None. |
|
data | decimal number |
None. |
Response Formats
application/json, text/json
示例:
{ "flag": "sample string 1", "message": "sample string 2", "data": 1.0 }
application/xml, text/xml
示例:
<FResponsesOfNullableOfdecimal5F2dSckg xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/F360Service.Models"> <Flag>sample string 1</Flag> <Message>sample string 2</Message> <data>1</data> </FResponsesOfNullableOfdecimal5F2dSckg>