POST api/PinPaiZhanBi/list

Request Information

URI Parameters

None.

Body Parameters

mendianlirunDuibiPost
NameDescriptionTypeAdditional 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

PinPaiZhanBilistResult
NameDescriptionTypeAdditional 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>