瀏覽代碼

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

GuYun-D 3 月之前
父節點
當前提交
36ab374713
共有 1 個文件被更改,包括 1 次插入1 次删除
  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',