Browse Source

feat: 禁用接口提示

zhangyuhan 8 months ago
parent
commit
9a7886210e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      apps/mobile/src/api/modules/public.js

+ 2 - 0
apps/mobile/src/api/modules/public.js

@@ -359,6 +359,7 @@ export function getConfiguration(data) {
   return request({
     url: '/publicapply/configuration/get',
     method: 'post',
+    noToast: true,
     data
   })
 }
@@ -368,6 +369,7 @@ export function getIsSub(data) {
   return request({
     url: '/publicapply/subscribe/isSub',
     method: 'post',
+    noToast: true,
     data
   })
 }