Commit d2b912fa by 王昆

gsb

parent d83af709
......@@ -14,7 +14,7 @@ class XbgApi extends apiBase {
yd: {
signCompanyIds: [10173],
payCompanyIds: ['1152185172836229121', '1152186076306087937', '1165922409285480450', '1169516233595670529', '1174219506669584386', '1197064800073707522', '1199605424102690818'],
compantInfo: {
companyInfo: {
companyName: "上海韵达货运有限公司",
taxType: "一般纳税人",
contactName: "陈梁",
......@@ -31,7 +31,7 @@ class XbgApi extends apiBase {
tfb: {
signCompanyIds: [11410],
payCompanyIds: ['1187270470698082306', '1187272600083308546', '1187274198010056705', '1202100969987661826'],
compantInfo: {
companyInfo: {
companyName: "杭州淘粉吧网络技术股份有限公司",
taxType: "一般纳税人",
contactName: "王萍",
......@@ -48,6 +48,7 @@ class XbgApi extends apiBase {
}
this.userConfig = {
26: this.companyConfig.yd,
29: this.companyConfig.yd,
30: this.companyConfig.tfb
}
......@@ -60,7 +61,7 @@ class XbgApi extends apiBase {
}
async setCompanyIds(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