This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user