GET api/Integral?VIP={VIP}

查询积分接口

Request Information

URI Parameters

NameDescriptionTypeAdditional information
VIP

需要查询的VIP卡号

string

Required

Body Parameters

None.

Response Information

Resource Description

FResponsesOfNullableOfDecimal
NameDescriptionTypeAdditional 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>