mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-09 12:36:16 +08:00
移除版本bug
This commit is contained in:
@@ -84,7 +84,7 @@ public class PayResponse {
|
||||
.async(false)
|
||||
.msgType(MsgType.text.name()) //消息类型
|
||||
.payType(PayType.aliPay.name()) //支付账户事件类型
|
||||
.transactionType(AliTransactionType.UNAWARE.name())//交易类型,有关回调的可在这处理
|
||||
// .transactionType(AliTransactionType.UNAWARE.name())//交易类型,有关回调的可在这处理
|
||||
.interceptor(new AliPayMessageInterceptor(payId)) //拦截器
|
||||
.handler(autowire(new AliPayMessageHandler(payId))) //处理器
|
||||
.end()
|
||||
|
||||
Reference in New Issue
Block a user