Commit 566fbd16 by 王昆

gbs

parent f6421a19
...@@ -6,8 +6,8 @@ class XbgApi extends apiBase { ...@@ -6,8 +6,8 @@ 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://192.168.18.125:3000/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';
this.recruitSve = system.getObject("service.operator.recruitSve"); this.recruitSve = system.getObject("service.operator.recruitSve");
......
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