namespace QYZH.InteractiveMagazine.Models.Settings; /// /// 微信小程序配置 /// public class WeChatSettings { /// /// 应用Id /// public string? AppId { get; set; } /// /// 应用密钥 /// public string? AppSecret { get; set; } }