GET api/SuperCard/GetUserSuperCardInfo

会员中心 - 获取超级会员信息

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

会员中心 - 获取超级会员信息

SuperCardUserInfoDto
NameDescriptionTypeAdditional information
ExpireTime

过期时间

date

None.

UserName

卡主姓名

string

None.

UserPhoneNumber

卡主电话号码

string

None.

CardNumber

卡号

string

None.

IsSuperCardUser

是否是超级会员卡用户

boolean

None.

JoinUserCount

加入超级会员卡用户总数

integer

None.

OrderCount

消费次数

integer

None.

SavingAmountYuan

节省金额(元)

decimal number

None.

SavingAmount

节省金额(分)

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<SuperCardUserInfoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Dto.SuperCards">
  <CardNumber>sample string 3</CardNumber>
  <ExpireTime>2024-04-18T12:04:37.7521245+08:00</ExpireTime>
  <JoinUserCount>4</JoinUserCount>
  <OrderCount>5</OrderCount>
  <SavingAmount>6</SavingAmount>
  <UserName>sample string 1</UserName>
  <UserPhoneNumber>sample string 2</UserPhoneNumber>
</SuperCardUserInfoDto>