七月迭代短暂完结,还有很多后端的关键东西没有弄,这是一版赶时间做的东西
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m26s

This commit is contained in:
2026-07-25 17:06:58 +08:00
parent ad9f613dd6
commit 73f5125d3d
249 changed files with 17137 additions and 877 deletions

View File

@@ -18,6 +18,12 @@ const (
SystemConfigCacheTTL = 5 * time.Minute
// SystemConfigModuleCarrierCallback 是运营商回调配置模块。
SystemConfigModuleCarrierCallback = "carrier_callback"
// SystemConfigModulePayment 是 C 端支付方式配置模块。
SystemConfigModulePayment = "c2b.payment"
// SystemConfigPaymentAllowedCard 定义卡资产允许的支付方式集合。
SystemConfigPaymentAllowedCard = "c2b.payment.card_allowed_methods"
// SystemConfigPaymentAllowedDevice 定义设备资产允许的支付方式集合。
SystemConfigPaymentAllowedDevice = "c2b.payment.device_allowed_methods"
// SystemConfigCarrierCallbackCTCCRealnameEnabled 控制电信实名回调是否执行业务处理。
SystemConfigCarrierCallbackCTCCRealnameEnabled = "carrier_callback.ctcc_realname.enabled"
// SystemConfigCarrierCallbackCMCCRealnameEnabled 控制移动实名回调是否执行业务处理。