Commit 41f3a3c8 by 王昆

gsb

parent 296b11ae
...@@ -6,7 +6,7 @@ class XbgApi extends apiBase { ...@@ -6,7 +6,7 @@ class XbgApi extends apiBase {
constructor() { constructor() {
super(); super();
this.restClient = system.getObject("util.restClient"); this.restClient = system.getObject("util.restClient");
this.url = "http://192.168.18.125:3000/api/xbgApi/"; this.url = "http://bpohhr.gongsibao.com/api/xbgApi/";
// this.url = "https://bpohhr.gongsibao.com/api/xbgApi/"; // this.url = "https://bpohhr.gongsibao.com/api/xbgApi/";
this.testCompanyIds = 12; this.testCompanyIds = 12;
this.ecompanyId = '1103817785420820481'; this.ecompanyId = '1103817785420820481';
...@@ -230,8 +230,8 @@ class XbgApi extends apiBase { ...@@ -230,8 +230,8 @@ class XbgApi extends apiBase {
} }
let params = { let params = {
idNo: "222403198301071778", // idNo: "222403198301071778",
// idNo: userInfo.id_card, idNo: userInfo.id_card,
ecid: userlabour.ecid, ecid: userlabour.ecid,
}; };
let rs = await this.restClient.execPost(params, this.url + "validLwbSign"); let rs = await this.restClient.execPost(params, this.url + "validLwbSign");
...@@ -268,8 +268,8 @@ class XbgApi extends apiBase { ...@@ -268,8 +268,8 @@ class XbgApi extends apiBase {
} }
let params = { let params = {
idNo: "222403198301071778", // idNo: "222403198301071778",
// idNo: userInfo.id_card, idNo: userInfo.id_card,
ecid: userlabour.ecid, ecid: userlabour.ecid,
}; };
......
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