feat(wxapi): 封装公众平台、开放平台接口

This commit is contained in:
Fu Diwei
2021-05-28 19:23:28 +08:00
parent 7baae99cd8
commit dc78ea6577
1059 changed files with 56397 additions and 19 deletions

View File

@@ -28,5 +28,20 @@ namespace SKIT.FlurlHttpClient.Wechat.Api
/// 获取或设置微信 AppSecret。
/// </summary>
public string AppSecret { get; set; } = default!;
/// <summary>
/// 获取或设置即时配送公司帐号 AppKey。
/// </summary>
public string? ImmeDeliveryAppKey { get; set; }
/// <summary>
/// 获取或设置即时配送公司帐号 AppSecret。
/// </summary>
public string? ImmeDeliveryAppSecret { get; set; }
/// <summary>
/// 获取或设置米大师平台 AppKey。
/// </summary>
public string? MidasAppKey { get; set; }
}
}