GET api/{area}/LuckDraw/GetAccountInfo?wxOpenType={wxOpenType}&aid={aid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| wxOpenType | string |
Required |
|
| aid | string |
Required |
|
| area | string |
None. |
Body Parameters
None.
Response Information
Resource Description
AccountInfos| Name | Description | Type | Additional 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": "4808830b-354e-4ccd-9090-f5792755f31c",
"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>4808830b-354e-4ccd-9090-f5792755f31c</AccountId> <MobilePhone>sample string 5</MobilePhone> <ShopID>4</ShopID> <TrueName>sample string 2</TrueName> <wxOpenId>sample string 3</wxOpenId> </AccountInfos>