mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:43:26 +08:00
【新增】快递物流查询接口新增v2版本,实现v1与v2版本切换使用。
This commit is contained in:
@@ -204,6 +204,7 @@ namespace CoreCms.Net.Configuration
|
||||
//客服ID
|
||||
di.Add(SystemSettingConstVars.EntId, new DictionaryKeyValues() { sKey = "客服ID", 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 = "" });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user