mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
🎨 增加缺失字段subMchid
This commit is contained in:
parent
669b4ea7c2
commit
1984b28ce3
@ -236,5 +236,8 @@ public class WxPayRefundV3Request implements Serializable {
|
||||
*/
|
||||
@SerializedName(value = "refund_quantity")
|
||||
private Integer refundQuantity;
|
||||
|
||||
@SerializedName(value = "sub_mchid")
|
||||
private String subMchid;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user