仅处理111的图片请求

This commit is contained in:
yy2205 2025-06-05 14:57:34 +08:00
parent 315aa9bca2
commit 8e0b1d0aff

View File

@ -751,6 +751,7 @@ async function process() {
// let str = JSON.stringify(data) // let str = JSON.stringify(data)
// let str64 = encodeBase64(str) // let str64 = encodeBase64(str)
const processResponse = await processImageApi.processImg(data,processImageApi.apiUrl111) const processResponse = await processImageApi.processImg(data,processImageApi.apiUrl111)
// await processImageApi.processImg(data,processImageApi.apiUrl222)
console.log("processResponse",processResponse) console.log("processResponse",processResponse)
// 1. JSON data // 1. JSON data