GET api/OrderTruck/GetVRobbingStatistic?pageIndex={pageIndex}&pageSize={pageSize}&beginOrderDate={beginOrderDate}&endOrderDate={endOrderDate}&status={status}

获取司机抢单统计(分页)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pageIndex

当前页

integer

Required

pageSize

每页条数

integer

Required

beginOrderDate

开始时间

date

None.

endOrderDate

结束时间

date

None.

status

支付状态Id

integer

None.

Body Parameters

None.

Response Information

Resource Description

InfoResultOfPagerSourceOfVRobbingStatisticApiDto
NameDescriptionTypeAdditional information
Data

PagerSourceOfVRobbingStatisticApiDto

None.

IsSuccess

是否成功:true:成功,false:失败

boolean

None.

Msg

返回消息

string

None.

Extra

特定信息

string

None.

Code

内部代码:[成功 000000|失败 000001|未登陆/未授权 000002]

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "Data": [
      {
        "TankNo": "sample string 1",
        "ArkTime": "2026-03-31 21:49:05",
        "Freight": 1.0,
        "DriverName": "sample string 2",
        "Status": 1,
        "PaymentStatusName": "sample string 3",
        "PresentTime": "2026-03-31 21:49:05",
        "DriverGrabDate": "2026-03-31 21:49:05",
        "PaymentMothodName": "sample string 4"
      },
      {
        "TankNo": "sample string 1",
        "ArkTime": "2026-03-31 21:49:05",
        "Freight": 1.0,
        "DriverName": "sample string 2",
        "Status": 1,
        "PaymentStatusName": "sample string 3",
        "PresentTime": "2026-03-31 21:49:05",
        "DriverGrabDate": "2026-03-31 21:49:05",
        "PaymentMothodName": "sample string 4"
      }
    ],
    "PageIndex": 1,
    "PageSize": 2,
    "RecordCount": 3,
    "PageCount": 4
  },
  "IsSuccess": true,
  "Msg": "sample string 2",
  "Extra": "sample string 3",
  "Code": "sample string 4"
}

application/xml, text/xml

Sample:
<InfoResultOfPagerSourceOfVRobbingStatisticApiDto8taVmWcUom1kJJU9 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMS.Core.ShareData">
  <Code>sample string 4</Code>
  <Extra>sample string 3</Extra>
  <IsSuccess>true</IsSuccess>
  <Msg>sample string 2</Msg>
  <Data>
    <PageCount>4</PageCount>
    <PageIndex>1</PageIndex>
    <PageSize>2</PageSize>
    <RecordCount>3</RecordCount>
    <Data xmlns:d3p1="http://schemas.datacontract.org/2004/07/CMS.Domain.Dto">
      <d3p1:VRobbingStatisticApiDto>
        <d3p1:ArkTime>2026-03-31T21:49:05.3254004+08:00</d3p1:ArkTime>
        <d3p1:DriverGrabDate>2026-03-31T21:49:05.3254004+08:00</d3p1:DriverGrabDate>
        <d3p1:DriverName>sample string 2</d3p1:DriverName>
        <d3p1:Freight>1</d3p1:Freight>
        <d3p1:PaymentMothodName>sample string 4</d3p1:PaymentMothodName>
        <d3p1:PaymentStatusName>sample string 3</d3p1:PaymentStatusName>
        <d3p1:PresentTime>2026-03-31T21:49:05.3254004+08:00</d3p1:PresentTime>
        <d3p1:Status>1</d3p1:Status>
        <d3p1:TankNo>sample string 1</d3p1:TankNo>
      </d3p1:VRobbingStatisticApiDto>
      <d3p1:VRobbingStatisticApiDto>
        <d3p1:ArkTime>2026-03-31T21:49:05.3254004+08:00</d3p1:ArkTime>
        <d3p1:DriverGrabDate>2026-03-31T21:49:05.3254004+08:00</d3p1:DriverGrabDate>
        <d3p1:DriverName>sample string 2</d3p1:DriverName>
        <d3p1:Freight>1</d3p1:Freight>
        <d3p1:PaymentMothodName>sample string 4</d3p1:PaymentMothodName>
        <d3p1:PaymentStatusName>sample string 3</d3p1:PaymentStatusName>
        <d3p1:PresentTime>2026-03-31T21:49:05.3254004+08:00</d3p1:PresentTime>
        <d3p1:Status>1</d3p1:Status>
        <d3p1:TankNo>sample string 1</d3p1:TankNo>
      </d3p1:VRobbingStatisticApiDto>
    </Data>
  </Data>
</InfoResultOfPagerSourceOfVRobbingStatisticApiDto8taVmWcUom1kJJU9>