Commit 6fdc20e2 authored by GuanHua's avatar GuanHua

fix: 修改b端商城装修接口

parent 3110157b
......@@ -204,7 +204,7 @@ const appMallEdit: React.FC<ShopPreviewPropsType> = (props) => {
shopId,
memberShopInGoodsList: memberShopInGoodsList
}
const res = await PublicApi.postTemplateWebMemberShopWebMemberShopInGoodsListAdorn(param)
const res = await PublicApi.postTemplateMobileMemberShopMobileMemberShopInGoodsList(param)
message.destroy()
if (res.code === 1000) {
const allShopList: any[] = res.data
......
......@@ -5,7 +5,7 @@
"module": "esnext",
"moduleResolution": "node",
"importHelpers": true,
"jsx": "react",
"jsx": "react-jsx",
"noImplicitAny": false,
"esModuleInterop": true,
"sourceMap": true,
......
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