【优化】优化平台设置描述

This commit is contained in:
jianweie code
2024-06-26 10:26:31 +08:00
parent ca79c8b4b4
commit 4dd1cd8141
2 changed files with 12 additions and 7 deletions

View File

@@ -201,12 +201,12 @@ namespace CoreCms.Net.Configuration
di.Add(SystemSettingConstVars.InvoiceSwitch, new DictionaryKeyValues() { sKey = "发票功能", sValue = "1" });
//支付宝小程序appid
di.Add(SystemSettingConstVars.MpAlipayAppid, new DictionaryKeyValues() { sKey = "支付宝小程序appid", sValue = "" });
//客服ID
di.Add(SystemSettingConstVars.EntId, new DictionaryKeyValues() { sKey = "客服ID", sValue = "" });
//客服密钥
di.Add(SystemSettingConstVars.EntId, new DictionaryKeyValues() { sKey = "客服密钥", sValue = "" });
//易源接口授权
di.Add(SystemSettingConstVars.ShowApiLogisticsVersion, new DictionaryKeyValues() { sKey = "物流接口版本", sValue = "1" });
di.Add(SystemSettingConstVars.ShowApiAppid, new DictionaryKeyValues() { sKey = "AppId", sValue = "" });
di.Add(SystemSettingConstVars.ShowApiSecret, new DictionaryKeyValues() { sKey = "授权Secret", sValue = "" });
di.Add(SystemSettingConstVars.ShowApiAppid, new DictionaryKeyValues() { sKey = "应用ID", sValue = "" });
di.Add(SystemSettingConstVars.ShowApiSecret, new DictionaryKeyValues() { sKey = "应用签名", sValue = "" });
//短信通用设置
di.Add(SystemSettingConstVars.SmsEnabled, new DictionaryKeyValues() { sKey = "是否开启短信", sValue = "1" });