fix:修复bug
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user