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