|
@@ -53,7 +53,11 @@ function getConf() {
|
|
|
return post(config.getPushSet,{hospitalId:hospitalIdUrl||msg.hospitalId||1,planCode: planCode})
|
|
|
}
|
|
|
function getPushInfo() {
|
|
|
- return post(config.pushInner,Object.assign({},msg,{featureType: '1,4,5,6,7,8,9,10,11',hospitalId:hospitalIdUrl||msg.hospitalId,ruleType:config.ruleTypeMap['22']}))
|
|
|
+ return post(config.pushInner, Object.assign({}, msg, {
|
|
|
+ featureType: '1,4,5,6,7,8,9,10,12',
|
|
|
+ hospitalId: hospitalIdUrl || msg.hospitalId,
|
|
|
+ ruleType: config.ruleTypeMap['22']
|
|
|
+ }))
|
|
|
|
|
|
}
|
|
|
function getPusgWarning(){
|