Commit bce07b75 by 王勇飞

gyq

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