移除版本bug

This commit is contained in:
zzs
2017-04-21 14:46:56 +08:00
parent f814835b28
commit 613221daed

View File

@@ -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()