获取当天任务列表数量
POST
/task/day/list
接口描述
目前还未完成所有的返回数据开发
请求参数
参数名
类型
描述
必填
token
string
登陆验证token
必填
now_time
string
当天的时间,例(2020-05-12)
必填
响应参数
参数名
类型
描述
必填
id
int
唯一ID
必填
flight_name
string
任务名称
必填
customer
string
客户号
必填
regist_no
string
注册号
必填
flight_model
string
机型
必填
order_no
string
发票号
必填
outside
string
其他
必填
makr
string
备注
必填
task_time
string
任务日期
必填
created_at
string
任务创建时间
必填
segment_id
int
航段信息的唯一ID
必填
flight_no
string
航班号
必填
flight_info_id
int
航班ID
必填
flight_type
int
1.普通2.公务3.调机4.急救5.专机
必填
port_date
string
进(出)港时间
必填
port_origin
string
进(出)港出发地
必填
port_destination
string
进(出)港目的地
必填
type
int
1:进港、2:出港
必填
oil_generation
string
油代
必填
baggage_nums
int
行李数量
必填
send_order_date
string
发送账单日期
必填
created_at
string
创建时间
必填
is_del
int
1已签到,2未签到
必填