mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 16:03:25 +08:00
【新增】快递物流查询接口新增v2版本,实现v1与v2版本切换使用。
This commit is contained in:
@@ -612,6 +612,10 @@ namespace CoreCms.Net.Configuration
|
||||
/// <summary>
|
||||
/// 易源接口授权key
|
||||
/// </summary>
|
||||
public const string ShowApiLogisticsVersion = "showApiLogisticsVersion";
|
||||
/// <summary>
|
||||
/// 易源接口授权key
|
||||
/// </summary>
|
||||
public const string ShowApiAppid = "showApiAppid";
|
||||
/// <summary>
|
||||
/// 易源接口授权密钥
|
||||
|
||||
@@ -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