duanshenglang há 3 meses atrás
pai
commit
022eb50c35

BIN
lottery.zip


+ 2 - 2
lottery/clientSop.html

@@ -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: {

+ 1 - 1
lottery/clientSopTip.html

@@ -235,7 +235,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: {

+ 2 - 2
lottery/groupSop.html

@@ -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: {
@@ -438,7 +438,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: {

+ 1 - 1
lottery/groupSopTip.html

@@ -235,7 +235,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: {

+ 1 - 1
lottery/smartTab.html

@@ -462,7 +462,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: {

+ 1 - 1
lottery/userProfile.html

@@ -727,7 +727,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: {