Commit 9130e131 authored by liudong1993's avatar liudong1993

1

parent 54c3f6ff
...@@ -15,6 +15,7 @@ using OneTwoThreeZeroOne.ContractService; ...@@ -15,6 +15,7 @@ using OneTwoThreeZeroOne.ContractService;
using OneTwoThreeZeroOne.EContracts; using OneTwoThreeZeroOne.EContracts;
using Newtonsoft.Json; using Newtonsoft.Json;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using REBORN.Common;
namespace REBORN.Module.DMCModule namespace REBORN.Module.DMCModule
{ {
...@@ -1745,7 +1746,7 @@ namespace REBORN.Module.DMCModule ...@@ -1745,7 +1746,7 @@ namespace REBORN.Module.DMCModule
if (htKey == null) { msg = "key尚未配置"; return null; } if (htKey == null) { msg = "key尚未配置"; return null; }
var service = new TourismContractService( var service = new TourismContractService(
isProduction: false, isProduction: Config.IsOnline,
appId: htKey.Name, appId: htKey.Name,
signKey: htKey.Code signKey: htKey.Code
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment