去除打印

This commit is contained in:
2025-09-28 16:29:08 +08:00
parent 87bb23a9a4
commit 612dd4eac1
10 changed files with 0 additions and 16 deletions

View File

@@ -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) => {