export function truckDepart(payload){
console.log(payload)
return request({
url: ‘/truckDepart’,
method: “post”,
headers: {‘Content-Type’: ‘application/x-www-form-urlencoded’},
data: Qs.stringify(payload,{ indices: false })
})
}
axios传递数组
最新推荐文章于 2024-05-25 11:49:01 发布