GET api/v2/member/getintegralsum?guid={guid}
获取积分总数
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
guid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取积分总数
ReturnResultOfIntegralMemberContractName | Description | Type | Additional information |
---|---|---|---|
data | IntegralMemberContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "totalpoint": 1.0, "freezepoint": 2.0, "useabelpoint": -1.0 }, "code": 1, "message": "sample string 2" }