浏览代码

:art: 修复放错位置的代码

Binary Wang 3 年之前
父节点
当前提交
76f6826461

+ 3 - 3
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/request/WxPayRefundV3Request.java

@@ -236,8 +236,8 @@ public class WxPayRefundV3Request implements Serializable {
      */
     @SerializedName(value = "refund_quantity")
     private Integer refundQuantity;
-
-    @SerializedName(value = "sub_mchid")
-    private String subMchid;
   }
+
+  @SerializedName(value = "sub_mchid")
+  private String subMchid;
 }