@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 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 || '提交反馈失败');
@@ -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 || '提交反馈失败');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cpzxrobot/sdk",
3
- "version": "1.3.124",
3
+ "version": "1.3.125",
4
4
  "description": "提供给上海正芯数智APP第三方H5应用使用的SDK",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {