GET api/v2/member/integral/summary/{memberguid}

获取积分汇总

Request Information

URI Parameters

NameDescriptionTypeAdditional information
memberguid

string

Required

Body Parameters

None.

Response Information

Resource Description

获取积分汇总

ReturnResultOfListOfMemberIntegralRespContract
NameDescriptionTypeAdditional information
data

Collection of MemberIntegralRespContract

None.

code

状态码:100成功,其他自定义

integer

None.

message

提示消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "data": [
    {
      "totalpoint": 1.0,
      "expiredate": "2024-12-23T19:31:42.761396+08:00"
    },
    {
      "totalpoint": 1.0,
      "expiredate": "2024-12-23T19:31:42.761396+08:00"
    }
  ],
  "code": 1,
  "message": "sample string 2"
}