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
2493c0c8
Commit
2493c0c8
authored
Jul 06, 2020
by
孙亚楠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
7860b996
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
esign-merchant/app/base/service/impl/order/orderSve.js
+1
-1
esign-merchant/app/base/system.js
+4
-4
No files found.
esign-merchant/app/base/service/impl/order/orderSve.js
View file @
2493c0c8
...
@@ -14,7 +14,7 @@ class OrderService extends ServiceBase {
...
@@ -14,7 +14,7 @@ class OrderService extends ServiceBase {
* @param res
* @param res
* @returns {Promise<{msg: *, data, bizmsg: *|string, status: number}|*|{msg: string, data, bizmsg: (*|string), status: number}>}
* @returns {Promise<{msg: *, data, bizmsg: *|string, status: number}|*|{msg: string, data, bizmsg: (*|string), status: number}>}
*/
*/
async
getMerchantLiveAllProducts
(
p
obj
,
pobj2
,
req
,
re
s
){
async
getMerchantLiveAllProducts
(
p
aram
s
){
return
await
this
.
callms
(
"sve_order"
,
"getMerchantLiveAllProducts"
,
params
);
return
await
this
.
callms
(
"sve_order"
,
"getMerchantLiveAllProducts"
,
params
);
}
}
...
...
esign-merchant/app/base/system.js
View file @
2493c0c8
...
@@ -188,13 +188,13 @@ class System {
...
@@ -188,13 +188,13 @@ class System {
let
dev
=
"http://39.107.234.14"
;
let
dev
=
"http://39.107.234.14"
;
return
{
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_uc
:
dev
+
":3651"
+
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