mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-11 18:26:20 +08:00
feat(tenpayv3): 新增境外支付子商户进件相关接口
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user