Skip to content

Commit

Permalink
Merge pull request #2962 from mojinxun/feature/TenpayV3_服务商模式下退款查询问题
Browse files Browse the repository at this point in the history
服务商模式 V3退款订单查询 提示缺少sub_mchid #2954
  • Loading branch information
JeffreySu authored Dec 1, 2023
2 parents 6e0b4a1 + 6cf0729 commit c1b513d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ public async Task<RefundReturnJson> RefundAsync(RefundRequestData data, int time
/// <summary>
/// 查询单笔退款接口
/// </summary>
/// <param name="out_refund_no">商户系统内部的退款单号,商户系统内部唯一,只能是数字、大小写字母_-|*@ ,同一退款单号多次请求只退一笔。示例值:1217752501201407033233368018</param>
/// <param name="data">请求数据</param>
/// <param name="timeOut">超时时间,单位为ms</param>
/// <returns></returns>
public async Task<RefundReturnJson> RefundQueryAsync(RefundQueryRequestData data, int timeOut = Config.TIME_OUT)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public RefundQueryRequestData(string sub_mchid, string out_refund_no)
/// 子商户的商户号,由微信支付生成并下发。
/// 示例值:1900000109
/// </summary>
[JsonIgnore]
public string sub_mchid { get; set; }
#endregion

Expand Down

0 comments on commit c1b513d

Please sign in to comment.