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
062b11c9
Commit
062b11c9
authored
Nov 26, 2019
by
王昆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gsb
parent
3be13105
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
9 deletions
+4
-9
xgg-admin/app/base/service/svems.base.js
+1
-6
xgg-admin/app/base/system.js
+3
-3
No files found.
xgg-admin/app/base/service/svems.base.js
View file @
062b11c9
...
@@ -197,12 +197,7 @@ class ServiceBase {
...
@@ -197,12 +197,7 @@ class ServiceBase {
async
callms
(
sveName
,
apiName
,
params
)
{
async
callms
(
sveName
,
apiName
,
params
)
{
var
reqUrl
=
this
.
micro
[
sveName
];
var
reqUrl
=
this
.
micro
[
sveName
];
console
.
log
(
reqUrl
,
"-----------------------------"
);
console
.
log
(
sveName
);
console
.
log
(
apiName
);
console
.
log
(
params
);
console
.
log
(
reqUrl
);
console
.
log
(
"-----------------------------"
);
if
(
!
reqUrl
)
{
if
(
!
reqUrl
)
{
return
system
.
getResult
(
null
,
"未找到【"
+
sveName
+
"】服务,请检查settings文件是否存在"
);
return
system
.
getResult
(
null
,
"未找到【"
+
sveName
+
"】服务,请检查settings文件是否存在"
);
...
...
xgg-admin/app/base/system.js
View file @
062b11c9
...
@@ -192,9 +192,9 @@ class System {
...
@@ -192,9 +192,9 @@ class System {
var
odomain
=
"http://123.57.217.203"
var
odomain
=
"http://123.57.217.203"
return
{
return
{
common
:
"xggsvecommon-service"
+
path
,
common
:
"xggsvecommon-service"
+
path
,
merchant
:
odomain
+
":20500
"
+
path
,
merchant
:
"xggsveinvoice-service
"
+
path
,
order
:
odomain
+
":20600
"
+
path
,
order
:
"xggsvemerchant-service
"
+
path
,
invoice
:
odomain
+
":20700
"
+
path
,
invoice
:
"xggsveorder-service
"
+
path
,
}
}
}
}
}
}
...
...
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