wujianwei
2026-03-09 d830ca5b00f2628e666c591a7e500c15fef21ee2
1
2
3
4
5
6
7
8
9
10
11
const http = uni.$u.http
 
let data = [];
data.length
/**
 * 历史行程列表
 
 * @param data
 * @returns {HttpPromise<any>}
 */
export const getAssignedItineraryLogList = (data ={}) => http.get('app/car/assignedItineraryLogList',{params: {...data}});