Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
huatu_API
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liudong1993
huatu_API
Commits
9130e131
Commit
9130e131
authored
Sep 16, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
54c3f6ff
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
TravelContractModule.cs
REBORN.Module.DMCModule/TravelContractModule.cs
+2
-1
No files found.
REBORN.Module.DMCModule/TravelContractModule.cs
View file @
9130e131
...
@@ -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
:
fals
e
,
isProduction
:
Config
.
IsOnlin
e
,
appId
:
htKey
.
Name
,
appId
:
htKey
.
Name
,
signKey
:
htKey
.
Code
signKey
:
htKey
.
Code
);
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment