@cpzxrobot/sdk 1.3.124 → 1.3.125
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/aiform_gateway.ts +0 -4
- package/dist/aiform_gateway.js +0 -4
- package/package.json +1 -1
package/aiform_gateway.ts
CHANGED
|
@@ -289,10 +289,6 @@ export class AiformGateway extends Object {
|
|
|
289
289
|
return axios.post(`/api/v2/aiform/file/reply`, {
|
|
290
290
|
code,
|
|
291
291
|
reply
|
|
292
|
-
}, {
|
|
293
|
-
headers: {
|
|
294
|
-
'Content-Type': 'application/x-www-form-urlencoded'
|
|
295
|
-
}
|
|
296
292
|
}).then((res) => {
|
|
297
293
|
if (res.data.code !== 200) {
|
|
298
294
|
throw new Error(res.data.message || '提交反馈失败');
|
package/dist/aiform_gateway.js
CHANGED
|
@@ -246,10 +246,6 @@ class AiformGateway extends Object {
|
|
|
246
246
|
return axios.post(`/api/v2/aiform/file/reply`, {
|
|
247
247
|
code,
|
|
248
248
|
reply
|
|
249
|
-
}, {
|
|
250
|
-
headers: {
|
|
251
|
-
'Content-Type': 'application/x-www-form-urlencoded'
|
|
252
|
-
}
|
|
253
249
|
}).then((res) => {
|
|
254
250
|
if (res.data.code !== 200) {
|
|
255
251
|
throw new Error(res.data.message || '提交反馈失败');
|