|
|
@@ -298,7 +298,7 @@
|
|
|
fetch(this.httpUrl + '/scrm/v1/wxcp-corp/p/getAgentConfig', {
|
|
|
method: 'post',
|
|
|
body: JSON.stringify({
|
|
|
- bId: this.bId,
|
|
|
+ bid: this.bId,
|
|
|
url: window.location.href,
|
|
|
}),
|
|
|
headers: {
|
|
|
@@ -439,7 +439,7 @@
|
|
|
fetch(this.httpUrl + '/scrm/v1/wxcp-corp/p/getAgentConfig', {
|
|
|
method: 'post',
|
|
|
body: JSON.stringify({
|
|
|
- bId: this.bId,
|
|
|
+ bid: this.bId,
|
|
|
url: window.location.href,
|
|
|
}),
|
|
|
headers: {
|