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
af1ff0bc
Commit
af1ff0bc
authored
Jul 06, 2020
by
孙亚楠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
6f1c47c0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
esign-admin/app/base/controller/impl/merchant/merchantCtl.js
+1
-1
esign-admin/app/base/system.js
+5
-5
No files found.
esign-admin/app/base/controller/impl/merchant/merchantCtl.js
View file @
af1ff0bc
...
...
@@ -27,7 +27,7 @@ class MerchantUserCtl extends CtlBase {
async
merchantOfInfo
(
params
,
pobj2
,
req
)
{
try
{
params
.
id
=
params
.
merchant_id
;
params
.
id
=
params
.
id
||
params
.
merchant_id
;
let
res
=
await
this
.
merchantSve
.
merchantOfInfo
(
params
);
if
(
res
.
data
)
{
await
this
.
userSve
.
setRowsUser
([
res
.
data
],
"bd_id"
,
"bd"
);
...
...
esign-admin/app/base/system.js
View file @
af1ff0bc
...
...
@@ -188,20 +188,20 @@ class System {
let
dev
=
"http://39.107.234.14"
;
return
{
// 产品引擎
engine_product
:
local
+
":3571"
+
path
,
engine_product
:
dev
+
":3571"
+
path
,
// 计费引擎
engine_fee
:
local
+
":3572"
+
path
,
engine_fee
:
dev
+
":3572"
+
path
,
// 认证引擎
engine_auth
:
local
+
":3573"
+
path
,
engine_auth
:
dev
+
":3573"
+
path
,
// 签约引擎
engine_sign
:
local
+
":3574"
+
path
,
engine_sign
:
dev
+
":3574"
+
path
,
// 用户服务
sve_uc
:
dev
+
":3651"
+
path
,
// 商户服务
sve_merchant
:
dev
+
":3652"
+
path
,
// 订单服务
sve_order
:
local
+
":3653"
+
path
,
sve_order
:
dev
+
":3653"
+
path
,
}
}
else
{
return
{
...
...
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