POST Index/getblockDetail

获取当前用户最新试块

Request Information

URI Parameters

None.

Body Parameters

userQuery
NameDescriptionTypeAdditional information
code

string

None.

userId

string

None.

wId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "code": "sample string 1",
  "userId": "sample string 2",
  "wId": 3
}

application/xml, text/xml

Sample:
<userQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pmddwApi.Models.Query">
  <code>sample string 1</code>
  <userId>sample string 2</userId>
  <wId>3</wId>
</userQuery>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

获取当前用户最新试块

commonResultOfListOfblockDetailResult
NameDescriptionTypeAdditional information
success

boolean

None.

code

integer

None.

singInfo

string

None.

userId

string

None.

unionid

string

None.

UID

integer

None.

counts

integer

None.

data

Collection of blockDetailResult

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "code": 2,
  "singInfo": "sample string 3",
  "userId": "sample string 4",
  "unionid": "sample string 5",
  "UID": 6,
  "counts": 7,
  "data": [
    {
      "BlockPart": "sample string 1",
      "BlockDate": "sample string 2",
      "BlockType": 3,
      "DateCounts": 4,
      "TemCounts": 5.0,
      "ProviceName": "sample string 6",
      "CityName": "sample string 7",
      "BlockBYZS": 8,
      "BlockTTJZS": 9,
      "BlockKSZS": 10,
      "BlockLevel": "sample string 11",
      "BlockFL": 12,
      "BlockBYDate": 13,
      "Percents": 14
    },
    {
      "BlockPart": "sample string 1",
      "BlockDate": "sample string 2",
      "BlockType": 3,
      "DateCounts": 4,
      "TemCounts": 5.0,
      "ProviceName": "sample string 6",
      "CityName": "sample string 7",
      "BlockBYZS": 8,
      "BlockTTJZS": 9,
      "BlockKSZS": 10,
      "BlockLevel": "sample string 11",
      "BlockFL": 12,
      "BlockBYDate": 13,
      "Percents": 14
    }
  ]
}

application/xml, text/xml

Sample:
<commonResultOfArrayOfblockDetailResultzqlVNa7P xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pmddwApi.Models.Result">
  <UID>6</UID>
  <code>2</code>
  <counts>7</counts>
  <data>
    <blockDetailResult>
      <BlockBYDate>13</BlockBYDate>
      <BlockBYZS>8</BlockBYZS>
      <BlockDate>sample string 2</BlockDate>
      <BlockFL>12</BlockFL>
      <BlockKSZS>10</BlockKSZS>
      <BlockLevel>sample string 11</BlockLevel>
      <BlockPart>sample string 1</BlockPart>
      <BlockTTJZS>9</BlockTTJZS>
      <BlockType>3</BlockType>
      <CityName>sample string 7</CityName>
      <DateCounts>4</DateCounts>
      <Percents>14</Percents>
      <ProviceName>sample string 6</ProviceName>
      <TemCounts>5</TemCounts>
    </blockDetailResult>
    <blockDetailResult>
      <BlockBYDate>13</BlockBYDate>
      <BlockBYZS>8</BlockBYZS>
      <BlockDate>sample string 2</BlockDate>
      <BlockFL>12</BlockFL>
      <BlockKSZS>10</BlockKSZS>
      <BlockLevel>sample string 11</BlockLevel>
      <BlockPart>sample string 1</BlockPart>
      <BlockTTJZS>9</BlockTTJZS>
      <BlockType>3</BlockType>
      <CityName>sample string 7</CityName>
      <DateCounts>4</DateCounts>
      <Percents>14</Percents>
      <ProviceName>sample string 6</ProviceName>
      <TemCounts>5</TemCounts>
    </blockDetailResult>
  </data>
  <singInfo>sample string 3</singInfo>
  <success>true</success>
  <unionid>sample string 5</unionid>
  <userId>sample string 4</userId>
</commonResultOfArrayOfblockDetailResultzqlVNa7P>