Browse Source

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

DESKTOP-O04BTUJ\muzen 2 years ago
parent
commit
fab315e46a
1 changed files with 8 additions and 0 deletions
  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'
+  })
 }