fix:修复bug

This commit is contained in:
2026-02-27 11:35:45 +08:00
parent 36a8e4c51b
commit a1d4e16d83
11 changed files with 72 additions and 24 deletions
+4
View File
@@ -10,3 +10,7 @@ export const getMarketingDishList = (marketActivityId: string) =>
// 查询精选菜品列表
export const getFeaturedDishList = (data: Record<string, any>) =>
http.post<any[]>('/app/merchantDish/featuredDishList', data, data);
//获取店铺详情
export const getStoreDetailById = (storeId: string) =>
http.post<any>('/app/merchant/detail/' + storeId);