🎨 修复out_trade_no 字段命名不规范问题

Co-authored-by: vcpgfw <zhaopf@xtkg.com>
This commit is contained in:
Pancras 2020-11-10 10:21:41 +08:00 committed by GitHub
parent 6037002c27
commit bf4c8c2064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>