@@ -134,6 +134,6 @@ window.SERVICE_ID = {
nodeAxisDesc: 90, // 节点统计指示器名称解释
/***-----速运行李------***/
- expressTransportationUpload: 20037, // 速运行李数据查询
+ expressTransportationUpload: 20034, // 速运行李数据上传
expressTransportation: 1803432, // 速运行李数据查询
}
@@ -80,6 +80,7 @@ export function UploadFile(params) {
'content-type': 'multipart/form-data',
},
data: params,
+ noToken: true,
})