liyongli 2 years ago
parent
commit
934cb8e9c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/index.js

+ 1 - 1
src/api/index.js

@@ -175,7 +175,7 @@ export function reportingReply(ori) {
     api: '/clue/reply',
     data: ori.data,
     type: 'ajax',
-    method: 'GET',
+    method: 'POST',
     headers: {
       Authorization: localStorage.getItem('token'),
     },