代理在线充值
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m6s

This commit is contained in:
2026-07-27 16:02:55 +08:00
parent a2166c8011
commit cbf909b878
42 changed files with 3121 additions and 195 deletions

View File

@@ -26,6 +26,18 @@ const (
IntegrationOperationCUCCRealnameCallback = "realname_callback"
// IntegrationInboundProcessingLease 表示入站回调 pending 记录允许恢复前的处理租约。
IntegrationInboundProcessingLease = time.Minute
// IntegrationProviderWechatPay 表示微信支付提供方。
IntegrationProviderWechatPay = "wechat_pay"
// IntegrationProviderAlipay 表示支付宝提供方。
IntegrationProviderAlipay = "alipay"
// IntegrationOperationPaymentPreCreate 表示扫码支付预下单。
IntegrationOperationPaymentPreCreate = "payment_precreate"
// IntegrationOperationPaymentQuery 表示支付订单查询。
IntegrationOperationPaymentQuery = "payment_query"
// IntegrationOperationPaymentCallback 表示支付渠道异步回调。
IntegrationOperationPaymentCallback = "payment_callback"
// IntegrationResourceTypeAgentRechargePayment 表示代理充值支付单资源。
IntegrationResourceTypeAgentRechargePayment = "agent_recharge_payment"
)
const (