Browse Source

feat: save

gemercheung 10 tháng trước cách đây
mục cha
commit
e24c53d3a2
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/api/module/message.ts

+ 3 - 0
src/api/module/message.ts

@@ -6,6 +6,9 @@ import { Alova, url } from '../alova'
  */
 export const fetchMessageList = (num: string) => {
   return Alova.Get(url.messageList, {
+    headers: {
+      'Content-Type': 'application/x-www-from-urlencoded; charset=UTF-8'
+    },
     params: {
       num
     }