POST api/TwoMenDianLiRun/mendianxiaoshouDuibi
Request Information
URI Parameters
None.
Body Parameters
mendianlirunDuibiPost| Name | Description | Type | Additional information |
|---|---|---|---|
| groupid | 数组: integer |
None. |
|
| year1 | integer |
None. |
|
| year2 | integer |
None. |
|
| day1 | integer |
None. |
|
| day2 | integer |
None. |
|
| tel |
登录账号 |
string |
None. |
| token |
token |
string |
None. |
| uid | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"groupid": [
1,
2
],
"year1": 1,
"year2": 2,
"day1": 3,
"day2": 4,
"tel": "sample string 5",
"token": "sample string 6",
"uid": 1
}
application/xml, text/xml
Sample:
<mendianlirunDuibiPost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Controllers">
<tel xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">sample string 5</tel>
<token xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">sample string 6</token>
<uid xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">1</uid>
<day1>3</day1>
<day2>4</day2>
<groupid xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</groupid>
<year1>1</year1>
<year2>2</year2>
</mendianlirunDuibiPost>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
mendianxiaoshouDuibiResult| Name | Description | Type | Additional information |
|---|---|---|---|
| list | 数组: mendianxiaoshouDuibiItem |
None. |
|
| totalSellcount1 | decimal number |
None. |
|
| totalSellcount2 | decimal number |
None. |
|
| totalSellcount3 | decimal number |
None. |
|
| totalSellcount4 | decimal number |
None. |
|
| code |
状态码,200成功,300错误,400缺少参数,500没有权限,301数据不存在... |
integer |
None. |
| msg |
成功或者错误的说明,例如:登录成功,token过期... |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"list": [
{
"month": 1,
"sell1": 2.0,
"sell2": 3.0,
"sell3": 4.0,
"sell4": 5.0
},
{
"month": 1,
"sell1": 2.0,
"sell2": 3.0,
"sell3": 4.0,
"sell4": 5.0
}
],
"totalSellcount1": 1.0,
"totalSellcount2": 2.0,
"totalSellcount3": 3.0,
"totalSellcount4": 4.0,
"code": 5,
"msg": "sample string 6"
}
application/xml, text/xml
Sample:
<mendianxiaoshouDuibiResult 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">5</code>
<msg xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">sample string 6</msg>
<list>
<mendianxiaoshouDuibiItem>
<month>1</month>
<sell1>2</sell1>
<sell2>3</sell2>
<sell3>4</sell3>
<sell4>5</sell4>
</mendianxiaoshouDuibiItem>
<mendianxiaoshouDuibiItem>
<month>1</month>
<sell1>2</sell1>
<sell2>3</sell2>
<sell3>4</sell3>
<sell4>5</sell4>
</mendianxiaoshouDuibiItem>
</list>
<totalSellcount1>1</totalSellcount1>
<totalSellcount2>2</totalSellcount2>
<totalSellcount3>3</totalSellcount3>
<totalSellcount4>4</totalSellcount4>
</mendianxiaoshouDuibiResult>