mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-24 16:18:51 +08:00
🐛 修复字段错误
Co-authored-by: 曾浩 <epdcgsi@dingtalk.com>
This commit is contained in:
parent
c7b1abc796
commit
5599c0d833
@ -84,7 +84,7 @@ public class RefundsRequest implements Serializable {
|
|||||||
/**
|
/**
|
||||||
* <pre>
|
* <pre>
|
||||||
* 字段名:商户订单号
|
* 字段名:商户订单号
|
||||||
* 变量名:out_order_no
|
* 变量名:out_trade_no
|
||||||
* 是否必填:与transaction_id二选一
|
* 是否必填:与transaction_id二选一
|
||||||
* 类型:string(64)
|
* 类型:string(64)
|
||||||
* 描述:
|
* 描述:
|
||||||
@ -92,8 +92,8 @@ public class RefundsRequest implements Serializable {
|
|||||||
* 示例值:P20150806125346
|
* 示例值:P20150806125346
|
||||||
* </pre>
|
* </pre>
|
||||||
*/
|
*/
|
||||||
@SerializedName(value = "out_order_no")
|
@SerializedName(value = "out_trade_no")
|
||||||
private String outOrderNo;
|
private String outTradeNo;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <pre>
|
* <pre>
|
||||||
|
Loading…
Reference in New Issue
Block a user