取消加密

This commit is contained in:
yy2205 2025-05-23 09:25:02 +08:00
parent f8204dc2d8
commit 868b0c73ae

View File

@ -735,9 +735,9 @@ async function process() {
data.watermarkText = data.step + queryParams.value.doctorDiagResult
// console.log(data)
data.imagePath = processImageApi.urlToAddress(data.imagePath)
let str = JSON.stringify(data)
let str64 = encodeBase64(str)
const processResponse = await processImageApi.processImg(str64)
// let str = JSON.stringify(data)
// let str64 = encodeBase64(str)
const processResponse = await processImageApi.processImg(data)
console.log("processResponse",processResponse)
// 1. JSON data