update server/routers/back-new/features/image/image.controller.js

This commit is contained in:
xingzhe.ru
2025-07-01 14:53:42 +00:00
parent 279c4fc86d
commit cede47157e

View File

@@ -23,7 +23,7 @@ exports.generate = async (req, res) => {
'Content-Type': 'application/x-www-form-urlencoded',
'Accept': 'application/json',
'Authorization': `Basic ${apiKey}`,
'RqUID': uuidv4()
'RqUID':'6f0b1291-c7f3-43c6-bb2e-9f3efb2dc98e'
},
}
);