去除打印
This commit is contained in:
@@ -34,7 +34,6 @@ export const uploadOcrFile = (filePath) => {
|
||||
authorization: 'Bearer ' + wx.getStorageSync("token")
|
||||
},
|
||||
success: (res) => {
|
||||
console.log("res", res)
|
||||
resolve(res?.data ? JSON.parse(res?.data) : res?.data);
|
||||
},
|
||||
fail: (err) => {
|
||||
|
Reference in New Issue
Block a user