添加项目文件。
This commit is contained in:
17
QYZH.InteractiveMagazine.Models/Settings/WeChatSettings.cs
Normal file
17
QYZH.InteractiveMagazine.Models/Settings/WeChatSettings.cs
Normal file
@ -0,0 +1,17 @@
|
||||
namespace QYZH.InteractiveMagazine.Models.Settings;
|
||||
|
||||
/// <summary>
|
||||
/// 微信小程序配置
|
||||
/// </summary>
|
||||
public class WeChatSettings
|
||||
{
|
||||
/// <summary>
|
||||
/// 应用Id
|
||||
/// </summary>
|
||||
public string? AppId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 应用密钥
|
||||
/// </summary>
|
||||
public string? AppSecret { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user