Commit b872b3c8 by 王昆

gsb

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