对接在线报修的新增报修和报修详情接口
This commit is contained in:
@@ -113,12 +113,16 @@ export const getQueryRepair = (data) =>{
|
||||
export const getHouseList = (data) =>{
|
||||
return get('/api/resident/my/house/list',data)
|
||||
}
|
||||
// 报修详情
|
||||
export const getRepairDetail = (data) =>{
|
||||
return get('/repairOrder/queryRepairDetail',data)
|
||||
}
|
||||
|
||||
// 通用文件上传
|
||||
export const uploadImage = () => {
|
||||
return upload('');
|
||||
}
|
||||
// 上传单张图片(请根据后端实际地址修改)
|
||||
// 上传单张图片
|
||||
export const uploadFile = (filePath) => {
|
||||
return upload(filePath, '/common/upload');
|
||||
}
|
||||
Reference in New Issue
Block a user