Skip to content

Commit bf4c8c2

Browse files
Pancratiusvcpgfw
andauthored
🎨 修复out_trade_no 字段命名不规范问题
Co-authored-by: vcpgfw <[email protected]>
1 parent 6037002 commit bf4c8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/ecommerce/PartnerTransactionsRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public class PartnerTransactionsRequest implements Serializable {
100100
* </pre>
101101
*/
102102
@SerializedName(value = "out_trade_no")
103-
private String out_trade_no;
103+
private String outTradeNo;
104104

105105
/**
106106
* <pre>

0 commit comments

Comments
 (0)