取消加密
This commit is contained in:
parent
f8204dc2d8
commit
868b0c73ae
@ -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 字符串
|
||||
|
||||
Loading…
Reference in New Issue
Block a user