【新增】快递物流查询接口新增v2版本,实现v1与v2版本切换使用。

This commit is contained in:
jianweie code
2023-12-29 21:35:34 +08:00
parent d722161e65
commit 892c9eb284
8 changed files with 663 additions and 131 deletions

View File

@@ -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 = "" });