@freelog/tools-lib 0.1.193 → 0.1.194

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.
@@ -2876,7 +2876,8 @@ function lotteryDrawResult(params) {
2876
2876
  function getTopicInfo(params) {
2877
2877
  return FUtil.Request({
2878
2878
  method: 'GET',
2879
- url: "/v2/activities/item/getInfoByCode",
2879
+ // url: `/v2/activities/item/getInfoByCode`,
2880
+ url: "/v2/activities/item/getInfoByCode4Client",
2880
2881
  params: params
2881
2882
  });
2882
2883
  }