Commit 960b2c1e by zhaoxiqing

gsb

parent cd0c4122
...@@ -7,8 +7,8 @@ class XbgApi extends apiBase { ...@@ -7,8 +7,8 @@ class XbgApi extends apiBase {
constructor() { constructor() {
super(); super();
this.restClient = system.getObject("util.restClient"); this.restClient = system.getObject("util.restClient");
this.url = "http://127.0.0.1:3333/api/xbgApi/"; //this.url = "http://127.0.0.1:3333/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