GET api/SuperCard/GetAdminSuperCard?id={id}

后台-获取单条超级会员卡信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

后台-获取单条超级会员卡信息

mh163k_Mall_SuperCard
NameDescriptionTypeAdditional information
Id

主键

integer

None.

CardNum

会员卡卡号

string

None.

UserId

所属会员

integer

None.

UserName

姓名

string

None.

Phone

手机号

string

None.

VipCardType

会员卡类型

VipCardType

None.

CreateTime

下单时间

date

None.

PayTime

付款时间

date

None.

IsGift

是否赠卡

boolean

None.

ExpireTime

到期时间

date

None.

IsPay

是否已付款

boolean

None.

OrderNum

对应的支付订单号

string

None.

PayPrice

支付价格(分)

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<mh163k_Mall_SuperCard xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">
  <CardNum>sample string 2</CardNum>
  <CreateTime>2024-04-25T05:56:51.839642+08:00</CreateTime>
  <ExpireTime>2024-04-25T05:56:51.839642+08:00</ExpireTime>
  <Id>1</Id>
  <IsGift>true</IsGift>
  <IsPay>true</IsPay>
  <OrderNum>sample string 8</OrderNum>
  <PayPrice>9</PayPrice>
  <PayTime>2024-04-25T05:56:51.839642+08:00</PayTime>
  <Phone>sample string 5</Phone>
  <UserId>3</UserId>
  <UserName>sample string 4</UserName>
  <VipCardType>Month</VipCardType>
</mh163k_Mall_SuperCard>