duanshenglang 3 月之前
父节点
当前提交
022eb50c35
共有 7 个文件被更改,包括 8 次插入8 次删除
  1. 二进制
      lottery.zip
  2. 2 2
      lottery/clientSop.html
  3. 1 1
      lottery/clientSopTip.html
  4. 2 2
      lottery/groupSop.html
  5. 1 1
      lottery/groupSopTip.html
  6. 1 1
      lottery/smartTab.html
  7. 1 1
      lottery/userProfile.html

二进制
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: {