Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
ed5135ca
Commit
ed5135ca
authored
Sep 27, 2020
by
王昆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gsb
parent
d4c6de7c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
bpo-admin/app/base/service/impl/utilesignbaoSve.js
+5
-5
bpo-admin/app/config/settings.js
+2
-2
No files found.
bpo-admin/app/base/service/impl/utilesignbaoSve.js
View file @
ed5135ca
...
...
@@ -1228,11 +1228,11 @@ class UtilESignBaoService {
url
:
reqUrl
,
data
:
params
,
headers
:
{
//
'X-Tsign-Open-App-Id': '5111588557',
//
'X-Tsign-Open-App-Secret': '1595787e8d5b7d19f7b6798f16f41fc2'
//
测试
环境
'X-Tsign-Open-App-Id'
:
'7438811652'
,
'X-Tsign-Open-App-Secret'
:
'8a81096c06e0753ddf59154fcc98ecef'
,
'X-Tsign-Open-App-Id'
:
'5111588557'
,
'X-Tsign-Open-App-Secret'
:
'1595787e8d5b7d19f7b6798f16f41fc2'
//
TODO沙箱
环境
//
'X-Tsign-Open-App-Id': '7438811652',
//
'X-Tsign-Open-App-Secret': '8a81096c06e0753ddf59154fcc98ecef',
},
});
console
.
log
(
rs
);
...
...
bpo-admin/app/config/settings.js
View file @
ed5135ca
...
...
@@ -72,8 +72,8 @@ var settings = {
//e签宝接口Url
eSignBaoUrl
:
function
()
{
if
(
settings
.
env
==
"dev"
)
{
return
"https://smlo.tsign.cn/opentreaty-service"
;
//
return "https://o.tsign.cn/opentreaty-service";
// return "https://smlo.tsign.cn/opentreaty-service"; // 沙箱环境
return
"https://o.tsign.cn/opentreaty-service"
;
}
else
{
return
"https://o.tsign.cn/opentreaty-service"
;
}
...
...
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