mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 18:46:10 +08:00 
			
		
		
		
	完善补充字段注释
This commit is contained in:
		| @ -13,12 +13,21 @@ import com.thoughtworks.xstream.annotations.XStreamAlias; | |||||||
| @XStreamAlias("xml") | @XStreamAlias("xml") | ||||||
| public class WxPayUnifiedOrderResult extends WxPayBaseResult { | public class WxPayUnifiedOrderResult extends WxPayBaseResult { | ||||||
|  |  | ||||||
|  |   /** | ||||||
|  |    * 微信生成的预支付回话标识,用于后续接口调用中使用,该值有效期为2小时 | ||||||
|  |    */ | ||||||
|   @XStreamAlias("prepay_id") |   @XStreamAlias("prepay_id") | ||||||
|   private String prepayId; |   private String prepayId; | ||||||
|  |  | ||||||
|  |   /** | ||||||
|  |    * 交易类型,取值为:JSAPI,NATIVE,APP等 | ||||||
|  |    */ | ||||||
|   @XStreamAlias("trade_type") |   @XStreamAlias("trade_type") | ||||||
|   private String tradeType; |   private String tradeType; | ||||||
|  |  | ||||||
|  |   /** | ||||||
|  |    * trade_type为NATIVE时有返回,用于生成二维码,展示给用户进行扫码支付 | ||||||
|  |    */ | ||||||
|   @XStreamAlias("code_url") |   @XStreamAlias("code_url") | ||||||
|   private String codeURL; |   private String codeURL; | ||||||
|  |  | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang