mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-11-01 00:46:54 +08:00 
			
		
		
		
	🐛 Revert "class BaseWxPayResult add a field named signType"
This reverts commit 10fd006f32.
			
			
This commit is contained in:
		| @@ -104,11 +104,6 @@ public abstract class BaseWxPayResult { | ||||
|    */ | ||||
|   @XStreamAlias("sign") | ||||
|   private String sign; | ||||
|   /** | ||||
|    * 签名类型. | ||||
|    */ | ||||
|   @XStreamAlias("sign_type") | ||||
|   private String signType; | ||||
|  | ||||
|   //以下为辅助属性 | ||||
|   /** | ||||
| @@ -185,7 +180,6 @@ public abstract class BaseWxPayResult { | ||||
|     subMchId = readXmlString(d, "sub_mch_id"); | ||||
|     nonceStr = readXmlString(d, "nonce_str"); | ||||
|     sign = readXmlString(d, "sign"); | ||||
|     signType = readXmlString(d, "sign_type"); | ||||
|   } | ||||
|  | ||||
|   protected static Integer readXmlInteger(Node d, String tagName) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang