|
@@ -24,7 +24,7 @@ var msg = {
|
|
|
window.msg = msg
|
|
|
window.pushMessage = {}
|
|
|
|
|
|
-post(config.pushInner,Object.assign({featureType: '1,4,5,6,7,22'},msg)).then((res)=>{
|
|
|
+post(config.pushInner,Object.assign({featureType: '1,4,5,6,7,22',ruleType:config.ruleTypeMap['22']},msg)).then((res)=>{
|
|
|
var data = res.data
|
|
|
if(data.code == 0){
|
|
|
var result = data.data;
|
|
@@ -71,7 +71,7 @@ post(config.pushInner,Object.assign({featureType: '1,4,5,6,7,22'},msg)).then((re
|
|
|
}
|
|
|
})
|
|
|
|
|
|
-post(config.pushTreatment,Object.assign({featureType: '8'},msg)).then((res)=>{
|
|
|
+post(config.pushTreatment,Object.assign({featureType: '8',ruleType:config.ruleTypeMap['8']},msg)).then((res)=>{
|
|
|
var data = res.data
|
|
|
if(data.code == 0){
|
|
|
var result = data.data;
|