v4.0.18版本更新

This commit is contained in:
2026-09-08 13:47:42 +08:00
parent 23ba639e9b
commit 253430b291
14 changed files with 136 additions and 25 deletions
@@ -1,5 +1,6 @@
import { Controller, Get } from '@nestjs/common';
import {
isShowStoreRedeemCountEnabled,
parseMiniHomeBanners,
resolveClientBrandRuntime,
resolveMiniShareRuntime,
@@ -44,6 +45,7 @@ export class ClientConfigController {
(env.PARTNER_ONBOARD_CS_HINT ?? '').trim() ||
'使用问题、提现问题等随时可联系【杜康好客】客服',
share,
showStoreRedeemCount: isShowStoreRedeemCountEnabled(env),
};
}
}