mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-09-06 23:08:27 +08:00
1.修复bug
2.优化文档
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.egzosn.pay.union.bean;
|
||||
|
||||
import com.egzosn.pay.common.bean.TransactionType;
|
||||
import com.egzosn.pay.common.util.str.StringUtils;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
@@ -90,7 +91,9 @@ public enum UnionTransactionType implements TransactionType{
|
||||
//业务类型
|
||||
contentData.put(SDKConstants.param_bizType,this.getBizType());
|
||||
//渠道类型
|
||||
contentData.put(SDKConstants.param_channelType,this.getChannelType());
|
||||
if(StringUtils.isNotBlank(this.getChannelType())){
|
||||
contentData.put(SDKConstants.param_channelType,this.getChannelType());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user