mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-24 16:18:51 +08:00
🎨 修复放错位置的代码
This commit is contained in:
parent
1d817903ba
commit
76f6826461
@ -236,8 +236,8 @@ public class WxPayRefundV3Request implements Serializable {
|
|||||||
*/
|
*/
|
||||||
@SerializedName(value = "refund_quantity")
|
@SerializedName(value = "refund_quantity")
|
||||||
private Integer refundQuantity;
|
private Integer refundQuantity;
|
||||||
|
}
|
||||||
|
|
||||||
@SerializedName(value = "sub_mchid")
|
@SerializedName(value = "sub_mchid")
|
||||||
private String subMchid;
|
private String subMchid;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user