@@ -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'
+ })
}