pb-sxp-ui 1.20.45 → 1.20.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -20569,8 +20569,8 @@ const StructurePage = (_a) => {
20569
20569
  return;
20570
20570
  }
20571
20571
  // 构建 CMS 接口的 URL 和请求体
20572
- // apiUrl 应该是域名(如 http://localhost:8001),然后拼接 /api/console/ad/multiCta/rec/detail
20573
- finalApiUrl = `${apiUrl}/api/console/ad/multiCta/rec/detail`;
20572
+ // apiUrl 应该是域名(如 https://us-sxp3-be.chatlabs.net),然后拼接 /console/ad/multiCta/rec/detail
20573
+ finalApiUrl = `${apiUrl}/console/ad/multiCta/rec/detail`;
20574
20574
  bodyToSend = { storyId };
20575
20575
  }
20576
20576
  else {