Commit e4c3f04d authored by Bill's avatar Bill

fix: 商家活动页接口

parent 65dc8a98
......@@ -138,7 +138,7 @@ const Add = () => {
}, [initialValue]);
const fetchMallData = async (params: { siteId: string, environment: string}) => {
const { code, data } = await PublicApi.getManageShopFindShopsBySiteIdAndEnvironment(params);
const { code, data } = await PublicApi.postManageWebShopWebAll(params as any, { ctlType: 'none' });
if (code === 1000) {
return data.map((_item) => {
return {
......
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