@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.
@@ -2882,7 +2882,8 @@ function lotteryDrawResult(params) {
2882
2882
  function getTopicInfo(params) {
2883
2883
  return FUtil.Request({
2884
2884
  method: 'GET',
2885
- url: "/v2/activities/item/getInfoByCode",
2885
+ // url: `/v2/activities/item/getInfoByCode`,
2886
+ url: "/v2/activities/item/getInfoByCode4Client",
2886
2887
  params: params
2887
2888
  });
2888
2889
  }