POST api/XiaoChengXu/PostHuiYuanInfo
获取会员信息
Request Information
URI Parameters
None.
Body Parameters
xcxHuiyuanInfoPost| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| openid | string |
None. |
|
| token |
token |
string |
None. |
| uid | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"openid": "sample string 1",
"token": "sample string 2",
"uid": 1
}
application/xml, text/xml
Sample:
<xcxHuiyuanInfoPost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Controllers"> <openid xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">sample string 1</openid> <token xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">sample string 2</token> <uid xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">1</uid> <id>1</id> </xcxHuiyuanInfoPost>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
xcxHuiyuanInfoResult| Name | Description | Type | Additional information |
|---|---|---|---|
| kahao | string |
None. |
|
| id | integer |
None. |
|
| yue |
余额 |
decimal number |
None. |
| tel | string |
None. |
|
| name | string |
None. |
|
| xingbie | byte |
None. |
|
| age | integer |
None. |
|
| shengao | decimal number |
None. |
|
| tizhong | decimal number |
None. |
|
| chima | string |
None. |
|
| kuzichima | string |
None. |
|
| yaowei | string |
None. |
|
| kuchang | string |
None. |
|
| jifen | integer |
None. |
|
| shengri | string |
None. |
|
| nickname | string |
None. |
|
| wxHeaderUrl | string |
None. |
|
| code |
状态码,200成功,300错误,400缺少参数,500没有权限,301数据不存在... |
integer |
None. |
| msg |
成功或者错误的说明,例如:登录成功,token过期... |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"kahao": "sample string 1",
"id": 2,
"yue": 3.0,
"tel": "sample string 4",
"name": "sample string 5",
"xingbie": 64,
"age": 6,
"shengao": 1.1,
"tizhong": 1.1,
"chima": "sample string 7",
"kuzichima": "sample string 8",
"yaowei": "sample string 9",
"kuchang": "sample string 10",
"jifen": 1,
"shengri": "sample string 11",
"nickname": "sample string 12",
"wxHeaderUrl": "sample string 13",
"code": 14,
"msg": "sample string 15"
}
application/xml, text/xml
Sample:
<xcxHuiyuanInfoResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Controllers"> <code xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">14</code> <msg xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">sample string 15</msg> <age>6</age> <chima>sample string 7</chima> <id>2</id> <jifen>1</jifen> <kahao>sample string 1</kahao> <kuchang>sample string 10</kuchang> <kuzichima>sample string 8</kuzichima> <name>sample string 5</name> <nickname>sample string 12</nickname> <shengao>1.1</shengao> <shengri>sample string 11</shengri> <tel>sample string 4</tel> <tizhong>1.1</tizhong> <wxHeaderUrl>sample string 13</wxHeaderUrl> <xingbie>64</xingbie> <yaowei>sample string 9</yaowei> <yue>3</yue> </xcxHuiyuanInfoResult>