diff --git a/CoreCms.Net.Configuration/SystemSettingDictionary.cs b/CoreCms.Net.Configuration/SystemSettingDictionary.cs index 89ede6f1..f6fcc1fc 100644 --- a/CoreCms.Net.Configuration/SystemSettingDictionary.cs +++ b/CoreCms.Net.Configuration/SystemSettingDictionary.cs @@ -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" }); diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/shop/setting/index.html b/CoreCms.Net.Web.Admin/wwwroot/views/shop/setting/index.html index ba9b1754..10c1e4d6 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/shop/setting/index.html +++ b/CoreCms.Net.Web.Admin/wwwroot/views/shop/setting/index.html @@ -975,7 +975,7 @@
-
客服ID,用于PC端,H5端对接在线客服系统
+
在线客服系统,用于小程序,PC端,H5端对接在线客服系统,详情请访问 https://corekf.com
腾讯地图
@@ -993,20 +993,25 @@
-
v1地址:【https://www.showapi.com/apiGateway/view/64】 v2地址:【https://www.showapi.com/apiGateway/view/2650】
+
通用接口平台,接口非常便宜,暂时用于快递查询,申请地址:https://www.showapi.com,v1地址:【https://www.showapi.com/apiGateway/view/64】 v2地址:【https://www.showapi.com/apiGateway/view/2650】
-
通用接口平台,接口非常便宜,暂时用于快递查询,申请地址:https://www.showapi.com
+
+ 对应【appKey管理】列表里面的【应用Id】 +
+
+ 对应【appKey管理】列表里面的【查看showapi_sign】的【showapi_sign】 +
统计代码