Explorar o código

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

DESKTOP-O04BTUJ\muzen %!s(int64=2) %!d(string=hai) anos
pai
achega
fab315e46a
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  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'
+  })
 }