feat:【代码优化】减少部分模块的 import * 的 API

This commit is contained in:
YunaiV
2025-10-27 09:34:45 +08:00
parent d2db16c8c6
commit 86c68b5466
35 changed files with 185 additions and 164 deletions

View File

@@ -55,7 +55,7 @@ async function initGiveCouponList() {
// return;
// }
// const tempLateIds = Object.keys(rewardRule.value.giveCouponTemplateCounts);
// const data = await CouponTemplateApi.getCouponTemplateList(tempLateIds);
// const data = await getCouponTemplateList(tempLateIds);
// if (!data) {
// return;
// }