上传文件调整:接口超时处理调整未30秒 --提交人:阳华祥

This commit is contained in:
yang.huaxiang
2020-12-03 13:09:44 +08:00
parent f0972cc9cf
commit 20e20b1a0f
2 changed files with 85 additions and 72 deletions

View File

@@ -61,7 +61,7 @@ export function getOrderDetail(data) {
})
}
export function getOrderDetail1(data) {
return request1({
return request({
url: getUrl('/sale/order/orderDetail', 1),
method: 'post',
data
@@ -85,7 +85,7 @@ export function autchCodeCheck(data) {
}
// 上传图片
export function uploadImg(data) {
return request({
return request1({
url: getUrl('/uploadImage', 1, 2),
method: 'post',
data