Authored by mali

图片上传的接口切换

... ... @@ -65,7 +65,7 @@
width: 171,
height: 120,
realInputName: "brandLogo",
url: contextPath + '/fileupload/uploadFile',
url: contextPath + '/fileupload/upload',
queryParams: {
bucket: "goodsimg"
},
... ...
... ... @@ -52,7 +52,7 @@
width: 171,
height: 120,
realInputName: "colorValue",
url: contextPath + '/fileupload/uploadFile',
url: contextPath + '/fileupload/upload',
queryParams: {
bucket: "goodsimg"
},
... ...
... ... @@ -405,7 +405,7 @@
width: 104,
height: 104,
realInputName: "goodsImage",
url: contextPath + '/fileupload/uploadFile',
url: contextPath + '/fileupload/upload',
queryParams: {
bucket: "goodsimg"
},
... ...