Commit bce07b75 by 王勇飞

gyq

parent 6263979f
...@@ -107,8 +107,8 @@ class UserCtl extends CtlBase { ...@@ -107,8 +107,8 @@ class UserCtl extends CtlBase {
async pmlogin (pobj, qobj, req) { async pmlogin (pobj, qobj, req) {
//平台注册设置平台的应用ID //平台注册设置平台的应用ID
let verifyres = await this.captchaSve.apiValidator({key:pobj.key,code:pobj.code}); let verifyres = await this.captchaSve.apiValidator({key:pobj.key,code:pobj.code});
if (verifyres.status !== 0) if (verifyres.status !== 0)
return verifyres; return verifyres;
let rtn = await this.service.pmlogin(pobj, qobj, req); let rtn = await this.service.pmlogin(pobj, qobj, req);
let msg = null let msg = null
if (!rtn) {//登录错误 if (!rtn) {//登录错误
......
...@@ -687,7 +687,7 @@ module.exports = new TxHandler(); ...@@ -687,7 +687,7 @@ module.exports = new TxHandler();
"bizId": "5892748825678", "bizId": "5892748825678",
"contactsPhone": "18510669321", "contactsPhone": "18510669321",
"userId": "10973452443103825", "userId": "10973452443103825",
"orderId": "341184456620456778900", "orderId": "3411844566204567789111",
"areatype": "city", "areatype": "city",
"area": "100010", "area": "100010",
"topOrgCode": "rong_yi_suan", "topOrgCode": "rong_yi_suan",
......
...@@ -49,7 +49,7 @@ var settings = { ...@@ -49,7 +49,7 @@ var settings = {
}, },
bookUrl: function () { bookUrl: function () {
if (this.env == "localhost") { if (this.env == "localhost") {
return "http://192.168.210.185:8889"; return "http://192.168.1.4:8889";
} else { } else {
return "http://icdeliver-service"; return "http://icdeliver-service";
} }
...@@ -63,7 +63,8 @@ var settings = { ...@@ -63,7 +63,8 @@ var settings = {
}, },
pushUrl: function () { pushUrl: function () {
if (this.env == "localhost") { if (this.env == "localhost") {
return "http://192.168.18.101:4018/api/queueAction/plsroducer/springBoard"; //return "http://192.168.18.101:4018/api/queueAction/plsroducer/springBoard";
return "http://192.168.1.4:4018/api/queueAction/plsroducer/springBoard";
} else { } else {
return "http://logs-sytxpublic-msgq-service/api/queueAction/producer/springBoard"; return "http://logs-sytxpublic-msgq-service/api/queueAction/producer/springBoard";
} }
......
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