Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Developer #2818

Merged
merged 17 commits into from
Apr 28, 2023
Merged

Developer #2818

merged 17 commits into from
Apr 28, 2023

Conversation

JeffreySu
Copy link
Owner

No description provided.


param.Append($"{item.Key}={item.Value}&");
}
return $"{prefix}{param.ToString().Trim(new char[] { '&' })}";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

return $"{prefix}{string.Join("&", param)}"; 这部分是否可以这样调整更简洁高效

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#2821 已处理

@FrancisFYK FrancisFYK self-requested a review April 25, 2023 16:05
/// </summary>
/// <param name="sub_mchid">子商户的商户号,由微信支付生成并下发。</param>
/// <param name="order_no">微信支付订单号 / 商户系统内部订单号</param>
public RefundQueryRequestData(string sub_mchid, string out_refund_no)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

param 参数名未对应

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#2821 已处理

@JeffreySu JeffreySu merged commit cd8001d into master Apr 28, 2023
1 check was pending
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants