|
|
@@ -96,7 +96,7 @@ export const getActivityList = (params: {
|
|
|
storeId?: string; // 商户ID
|
|
|
storeName?: string; // 商户名称(模糊查询)
|
|
|
}) => {
|
|
|
- return http.get<ResPage<any>>(PORT_NONE + `/operationalActivity/detail`, params);
|
|
|
+ return storeAxiosInstance.get<ResPage<any>>(PORT_NONE + `/operationalActivity/detail`, { params });
|
|
|
};
|
|
|
|
|
|
/**
|