瀏覽代碼

签到管理 兑换配置 接口文件

DESKTOP-O04BTUJ\muzen 2 年之前
父節點
當前提交
fab315e46a
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      src/api/registration/exchange.js

+ 8 - 0
src/api/registration/exchange.js

@@ -51,4 +51,12 @@ export function remove(data){
     method: 'post',
     data
   })
+}
+
+// 套餐
+export function mealList(type, businessType) {
+  return request({
+    url: `/admin/goods/queryList/${type}/${businessType}`,
+    method: 'get'
+  })
 }