1
0
mirror of synced 2025-12-17 04:43:15 +08:00

🎨 修复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

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>