Skip to content

Commit 9d5e22f

Browse files
authored
🎨 优化变量命名
1 parent 22a29c5 commit 9d5e22f

File tree

1 file changed

+1
-1
lines changed
  • weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/businesscircle

1 file changed

+1
-1
lines changed

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/businesscircle/PaidResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class PaidResult implements Serializable {
5454
* 示例值:123456
5555
*/
5656
@SerializedName("shop_number")
57-
private String shop_number;
57+
private String shopNumber;
5858

5959
/**
6060
* 小程序APPID

0 commit comments

Comments
 (0)