namespace Yi.Framework.WeChat.MiniProgram; public class WeChatMiniProgramOptions { /// /// AppId /// public string AppID { get; set; } /// /// App密钥 /// public string AppSecret { get; set; } }