feat: 完成支持微信扫码功能
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace Yi.Framework.AiHub.Domain.Managers.Fuwuhao;
|
||||
|
||||
public class FuwuhaoOptions
|
||||
{
|
||||
/// <summary>
|
||||
/// 微信公众号AppId
|
||||
/// </summary>
|
||||
public string AppId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 微信公众号AppSecret
|
||||
/// </summary>
|
||||
public string Secret { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user