POST api/PinPaiZhanBi/list2
Request Information
URI Parameters
None.
Body Parameters
PinPaiZhanBilistPost| Name | Description | Type | Additional information |
|---|---|---|---|
| groupids | 数组: integer |
None. |
|
| pinpai | string |
None. |
|
| bdt | string |
None. |
|
| edt | string |
None. |
|
| tel |
登录账号 |
string |
None. |
| token |
token |
string |
None. |
| uid | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"groupids": [
1,
2
],
"pinpai": "sample string 1",
"bdt": "sample string 2",
"edt": "sample string 3",
"tel": "sample string 4",
"token": "sample string 5",
"uid": 1
}
application/xml, text/xml
Sample:
<PinPaiZhanBilistPost 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 4</tel>
<token xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">sample string 5</token>
<uid xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">1</uid>
<bdt>sample string 2</bdt>
<edt>sample string 3</edt>
<groupids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</groupids>
<pinpai>sample string 1</pinpai>
</PinPaiZhanBilistPost>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PinPaiZhanBilistResult| Name | Description | Type | Additional information |
|---|---|---|---|
| list | 数组: PinPaiZhanBilistItem |
None. |
|
| total1 | decimal number |
None. |
|
| total2 | decimal number |
None. |
|
| total3 | decimal number |
None. |
|
| total4 | decimal number |
None. |
|
| code |
状态码,200成功,300错误,400缺少参数,500没有权限,301数据不存在... |
integer |
None. |
| msg |
成功或者错误的说明,例如:登录成功,token过期... |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"list": [
{
"ppname": "sample string 1",
"sell1": 2,
"sell2": 3,
"sell3": 4,
"sell4": 5.0
},
{
"ppname": "sample string 1",
"sell1": 2,
"sell2": 3,
"sell3": 4,
"sell4": 5.0
}
],
"total1": 1.0,
"total2": 2.0,
"total3": 3.0,
"total4": 4.0,
"code": 5,
"msg": "sample string 6"
}
application/xml, text/xml
Sample:
<PinPaiZhanBilistResult 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>
<PinPaiZhanBilistItem>
<ppname>sample string 1</ppname>
<sell1>2</sell1>
<sell2>3</sell2>
<sell3>4</sell3>
<sell4>5</sell4>
</PinPaiZhanBilistItem>
<PinPaiZhanBilistItem>
<ppname>sample string 1</ppname>
<sell1>2</sell1>
<sell2>3</sell2>
<sell3>4</sell3>
<sell4>5</sell4>
</PinPaiZhanBilistItem>
</list>
<total1>1</total1>
<total2>2</total2>
<total3>3</total3>
<total4>4</total4>
</PinPaiZhanBilistResult>