GET api/LuckDraw?wxOpenType={wxOpenType}&aid={aid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
wxOpenType

string

Required

aid

string

Required

Body Parameters

None.

Response Information

Resource Description

AccountInfos
NameDescriptionTypeAdditional information
AccountId

globally unique identifier

None.

TrueName

string

None.

wxOpenId

string

None.

ShopID

integer

None.

MobilePhone

string

None.

Response Formats

application/json, text/json

Sample:
{
  "AccountId": "f903e669-55f7-417e-ab93-868b73f2841b",
  "TrueName": "sample string 2",
  "wxOpenId": "sample string 3",
  "ShopID": 4,
  "MobilePhone": "sample string 5"
}

application/xml, text/xml

Sample:
<AccountInfos xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Controllers">
  <AccountId>f903e669-55f7-417e-ab93-868b73f2841b</AccountId>
  <MobilePhone>sample string 5</MobilePhone>
  <ShopID>4</ShopID>
  <TrueName>sample string 2</TrueName>
  <wxOpenId>sample string 3</wxOpenId>
</AccountInfos>