Commit 3110157b authored by GuanHua's avatar GuanHua

fix: 修改推荐店铺数据接口

parent a31fab34
...@@ -288,7 +288,7 @@ const appMallEdit: React.FC<ShopPreviewPropsType> = (props) => { ...@@ -288,7 +288,7 @@ const appMallEdit: React.FC<ShopPreviewPropsType> = (props) => {
shopId, shopId,
memberShopInGoodsList: memberShopInGoodsList memberShopInGoodsList: memberShopInGoodsList
} }
const res = await PublicApi.postTemplateWebMemberShopWebMemberShopInGoodsListAdorn(param) const res = await PublicApi.postTemplateMobileMemberShopMobileMemberShopInGoodsList(param)
message.destroy() message.destroy()
if (res.code === 1000) { if (res.code === 1000) {
const allShopList: any[] = res.data const allShopList: any[] = res.data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment