文档
测试

获取我的订单列表

POST
http://localhost:8003/api/Order/getOrderListByAccount

请求头

参数名
类型
描述
必填
token
string
示例:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhZG1pbiIsInN1YiI6InVzZXIiLCJhdWQiOiIxODI2MjI3NTEzMiIsImV4cCI6MTY0Njc1NzUxOSwibmJmIjoxNjQ2NzUwMzE5LCJpYXQiOjE2NDY3NTAzMTksImp0aSI6ImFkYWNiNzkwZGJmZTA0ZThkMzA0YTZhNjNlYWU4ZmZlIiwibG9naW5fdHlwZSI6InVzZXIiLCJjb21weV9pZCI6MzJ9.ObUqVjNlWKxNtLX-9Fx6A8GZxvHPzmX_EO4tNaoIZ6Y
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:数据请求成功!
必填
status
string
示例:1
必填
data
object
数据字典
必填
total
int
示例:2
必填
per_page
int
示例:5
必填
current_page
int
示例:1
必填
last_page
int
示例:1
必填
data
array
数据列表
必填
id
int
示例:1
必填
order_id
string
示例:1111111
必填
title
string
示例:1
必填
image
string
示例:1
必填
image_path
string
示例:http://localhost:8003/uploads/111.png
必填
city
string
示例:1
必填
work_address
string
示例:1
必填
issue_type
int
示例:1
必填
order_type
string
示例:1
必填
contacts
string
示例:11
必填
contacts_phone
string
示例:1
必填
basket_num
string
示例:1
必填
money
string
示例:1
必填
gps_x
string
示例:1
必填
gps_y
string
示例:1
必填
create_user
string
示例:18262275132
必填
create_time
string
示例:1970-01-01 08:00:01
必填
update_time
string
示例:1970-01-01 08:00:01
必填
order_status
string
示例:2
必填
receiver_id
string
示例:18262275132
必填
basket_spcification_length
string
示例:11
必填
basket_material
string
示例:1
必填
floor_high
string
示例:1
必填
note
string
示例:1
必填
sus_type
string
示例:1
必填
height_metre
string
示例:1
必填
ship_type
string
示例:1
必填
ship_type_length
string
示例:11
必填
shift_type
string
示例:1
必填
damage_part
string
示例:1
必填
build_num
string
示例:1
必填
term_days
string
示例:1
必填
enginee_type
string
示例:11
必填
order_comment
string
示例:1
必填
order_score
string
示例:1
必填
worker_score
string
示例:1
必填
take_time
string
示例:1
必填
createuser
object
数据字典
必填
phone
string
示例:18262275132
必填
name
string
示例:师傅
必填
type
int
示例:4
必填
picture_name
object
示例:null
必填
picture_url
object
示例:null
必填
picture_path
object
示例:null
必填
receiveuser
object
数据字典
必填
phone
string
示例:18262275132
必填
name
string
示例:师傅
必填
type
int
示例:4
必填
picture_name
object
示例:null
必填
picture_url
object
示例:null
必填
picture_path
object
示例:null
必填
orderfile
array
数据列表
必填
file_name
string
示例:111.png
必填
file_path
string
示例:http://localhost:8003/uploads/111.png
必填
order_id
string
示例:1111111
必填
errcode
string
示例:数据请求成功
必填