feat(tenpayv3): 新增境外支付子商户进件相关接口

This commit is contained in:
Fu Diwei
2022-02-24 15:49:06 +08:00
parent ffcc010caf
commit 9a2ca2096f
19 changed files with 935 additions and 52 deletions

View File

@@ -15,6 +15,16 @@
/// </summary>
public const string BACKUP = "https://api2.mch.weixin.qq.com/v3";
/// <summary>
/// 香港域名。
/// </summary>
public const string REGION_HONGKONG = "https://api.mch.weixin.qq.com/hk/v3";
/// <summary>
/// 全球域名。
/// </summary>
public const string REGION_GLOBAL = "https://api.mch.weixin.qq.com/global/v3";
/// <summary>
/// 沙箱域名。
/// </summary>