@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.
- package/dist/tools-lib.cjs.development.js +2 -1
- package/dist/tools-lib.cjs.development.js.map +1 -1
- package/dist/tools-lib.cjs.production.min.js +1 -1
- package/dist/tools-lib.cjs.production.min.js.map +1 -1
- package/dist/tools-lib.esm.js +2 -1
- package/dist/tools-lib.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/service-API/activities.ts +2 -1
|
@@ -2882,7 +2882,8 @@ function lotteryDrawResult(params) {
|
|
|
2882
2882
|
function getTopicInfo(params) {
|
|
2883
2883
|
return FUtil.Request({
|
|
2884
2884
|
method: 'GET',
|
|
2885
|
-
url:
|
|
2885
|
+
// url: `/v2/activities/item/getInfoByCode`,
|
|
2886
|
+
url: "/v2/activities/item/getInfoByCode4Client",
|
|
2886
2887
|
params: params
|
|
2887
2888
|
});
|
|
2888
2889
|
}
|