Commit 2493c0c8 by 孙亚楠

d

parent 7860b996
...@@ -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(pobj, pobj2, req, res){ async getMerchantLiveAllProducts(params){
return await this.callms("sve_order", "getMerchantLiveAllProducts", params); return await this.callms("sve_order", "getMerchantLiveAllProducts", params);
} }
......
...@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment