Commit b872b3c8 by 王昆

gsb

parent d2b912fa
...@@ -6,6 +6,7 @@ class XbgApi extends apiBase { ...@@ -6,6 +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 = "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';
...@@ -61,7 +62,7 @@ class XbgApi extends apiBase { ...@@ -61,7 +62,7 @@ class XbgApi extends apiBase {
} }
async setCompanyIds(qobj) { async setCompanyIds(qobj) {
var config = this .userConfig[qobj.userId]; var config = this.userConfig[qobj.userId];
if (!config) { if (!config) {
return; return;
} }
...@@ -69,7 +70,7 @@ class XbgApi extends apiBase { ...@@ -69,7 +70,7 @@ class XbgApi extends apiBase {
} }
async setPayCompanyIds(qobj) { async setPayCompanyIds(qobj) {
var config = this.this.userConfig[qobj.userId]; var config = this.userConfig[qobj.userId];
if (!config) { if (!config) {
return; return;
} }
......
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