Commit 8872ad25 by 宋毅

tj

parent 6cb4b88f
......@@ -27,7 +27,7 @@ class UtilsNeedSve extends AppServiceBase {
*/
async getItemByNeedNo(pobj, actionBody) {
if (!actionBody.needNo) {
return system.getResult(null, "actionBody.intentionBizId can not be empty,100380");
return system.getResult(null, "actionBody.needNo can not be empty,100380");
}
var reqUrl = this.centerOrderUrl + "action/need/springBoard";
var itemResult = await this.restPostUrl(pobj, reqUrl);
......
......@@ -57,7 +57,7 @@ var settings = {
},
centerOrderUrl: function () {
if (this.env == "dev") {
return "http://192.168.0.103:4011/";
return "http://centerapp.apps.com:4011/";
} else {
return "http://center-order-service/";
}
......
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