feat(tenpayv3): 新增境外商户委托代扣相关接口

This commit is contained in:
Fu Diwei
2023-04-06 11:17:35 +08:00
parent 48f6fc8033
commit d02a9fa140
121 changed files with 3004 additions and 197 deletions

View File

@@ -1,4 +1,4 @@
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3
{
/// <summary>
/// 微信支付 API 接口域名。
@@ -21,9 +21,9 @@
public const string REGION_HONGKONG = "https://api.mch.weixin.qq.com/hk/v3";
/// <summary>
/// 全球域名。
/// 香港全球域名。
/// </summary>
public const string REGION_HONGKONG_GLOBAL = "https://apihk.mch.weixin.qq.com/global/v3";
public const string REGION_HONGKONG_GLOBAL = "https://apihk.mch.weixin.qq.com/v3/global";
/// <summary>
/// 沙箱域名。