Commit 4389293d by 赵雅纹

触点对象改为小写

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