From 4dd1cd814118794b907d4cc25f758b0a8d750972 Mon Sep 17 00:00:00 2001 From: jianweie code Date: Wed, 26 Jun 2024 10:26:31 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E5=B9=B3=E5=8F=B0=E8=AE=BE=E7=BD=AE=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CoreCms.Net.Configuration/SystemSettingDictionary.cs | 8 ++++---- .../wwwroot/views/shop/setting/index.html | 11 ++++++++--- 2 files changed, 12 insertions(+), 7 deletions(-) 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】 +
统计代码