Commit 4389293d by 赵雅纹

触点对象改为小写

parent 59faed29
...@@ -89,8 +89,8 @@ class Http { ...@@ -89,8 +89,8 @@ class Http {
method: 'GET', method: 'GET',
header: { header: {
'buyer-token': this.getToken(), 'buyer-token': this.getToken(),
// 'TENTACLE_CONTENT': this.getTentacle(), 'tentacle_content': this.getTentacle(),
'TENTACLE_CONTENT': '{"id":"621346354647797760","tentacleType":3,"tentacleId":"611969009872691200","contentType":1}' // 'tentacle_content': '{"id":"621346354647797760","tentacleType":3,"tentacleId":"611969009872691200","contentType":1}'
}, },
data: parmas data: parmas
}) })
...@@ -100,8 +100,8 @@ class Http { ...@@ -100,8 +100,8 @@ class Http {
method: 'GET', method: 'GET',
header: { header: {
'tunnel-token': 'aa8a1bfb7f6c5031d172d94b6574293ef954a6f2d4e16657da008e0cc15588feD', 'tunnel-token': 'aa8a1bfb7f6c5031d172d94b6574293ef954a6f2d4e16657da008e0cc15588feD',
// 'TENTACLE_CONTENT': this.getTentacle(), 'tentacle_content': this.getTentacle(),
'TENTACLE_CONTENT': '{"id":"621346354647797760","tentacleType":3,"tentacleId":"611969009872691200","contentType":1}' // 'tentacle_content': '{"id":"621346354647797760","tentacleType":3,"tentacleId":"611969009872691200","contentType":1}'
}, },
data: parmas data: parmas
...@@ -120,8 +120,8 @@ class Http { ...@@ -120,8 +120,8 @@ class Http {
method: 'POST', method: 'POST',
header: { header: {
'buyer-token': this.getToken(), 'buyer-token': this.getToken(),
// 'TENTACLE_CONTENT': this.getTentacle() 'tentacle_content': this.getTentacle()
'TENTACLE_CONTENT': '{"id":"621346354647797760","tentacleType":3,"tentacleId":"611969009872691200","contentType":1}' // 'tentacle_content': '{"id":"621346354647797760","tentacleType":3,"tentacleId":"611969009872691200","contentType":1}'
}, },
data: parmas, data: parmas,
channel: channel channel: channel
...@@ -132,8 +132,8 @@ class Http { ...@@ -132,8 +132,8 @@ class Http {
method: 'POST', method: 'POST',
header: { header: {
'tunnel-token': 'aa8a1bfb7f6c5031d172d94b6574293ef954a6f2d4e16657da008e0cc15588feD', 'tunnel-token': 'aa8a1bfb7f6c5031d172d94b6574293ef954a6f2d4e16657da008e0cc15588feD',
// 'TENTACLE_CONTENT': this.getTentacle() 'tentacle_content': this.getTentacle()
'TENTACLE_CONTENT': '{"id":"621346354647797760","tentacleType":3,"tentacleId":"611969009872691200","contentType":1}' // 'tentacle_content': '{"id":"621346354647797760","tentacleType":3,"tentacleId":"611969009872691200","contentType":1}'
}, },
data: parmas, data: parmas,
channel: channel channel: channel
......
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