Browse Source

🐞 fix: 修复排队免单列表获取失败

GuYun-D 2 weeks ago
parent
commit
36ab374713
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/freeQueuing.js

+ 1 - 1
src/api/freeQueuing.js

@@ -3,7 +3,7 @@ import request from '@/utils/request'
 // api docs: https://www.showdoc.com.cn/2275703555064913/11558417901706052
 
 // 查询免单列表
-export function bagetFreeQueuingListApi(params) {
+export function getFreeQueuingListApi(params) {
   return request({
     url: '/platform-participation-free/getAll',
     method: 'get',