mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🆕 【微信支付】增加服务商查询单笔退款的v3接口
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user