mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-04 20:57:47 +08:00
🎨 修复out_trade_no 字段命名不规范问题
Co-authored-by: vcpgfw <zhaopf@xtkg.com>
This commit is contained in:
parent
6037002c27
commit
bf4c8c2064
@ -100,7 +100,7 @@ public class PartnerTransactionsRequest implements Serializable {
|
|||||||
* </pre>
|
* </pre>
|
||||||
*/
|
*/
|
||||||
@SerializedName(value = "out_trade_no")
|
@SerializedName(value = "out_trade_no")
|
||||||
private String out_trade_no;
|
private String outTradeNo;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <pre>
|
* <pre>
|
||||||
|
Loading…
Reference in New Issue
Block a user