🆕 【微信支付】增加服务商查询单笔退款的v3接口

This commit is contained in:
四叶草
2023-08-04 02:43:59 +00:00
committed by Binary Wang
parent bdafa81184
commit 8eb780200c
3 changed files with 35 additions and 1 deletions

View File

@@ -29,4 +29,16 @@ public class WxPayRefundQueryV3Request implements Serializable {
*/
@SerializedName(value = "out_refund_no")
private String outRefundNo;
/**
* <pre>
* 字段名:子商户号
* 变量名sub_mchid
* 是否必填:是
* 类型string[1, 32]
* 描述:子商户的商户号,由微信支付生成并下发。
* 示例值1900000109
* </pre>
*/
@SerializedName(value = "sub_mchid")
private String subMchid;
}