namespace Yi.Framework.AiHub.Domain.Managers.Fuwuhao;
public class FuwuhaoOptions
{
///
/// 微信公众号AppId
///
public string AppId { get; set; }
///
/// 微信公众号AppSecret
///
public string Secret { get; set; }
///
/// 回调token
///
public string CallbackToken { get; set; }
}