This commit is contained in:
wangjinlei
2021-12-21 16:54:13 +08:00
parent b4f5cd59bb
commit e00dd3913b
8 changed files with 785 additions and 99 deletions

View File

@@ -185,6 +185,19 @@ function jsonError($msg){
return json(['code'=>1,'msg'=>$msg]);
}
function choiseJabbr($article_id,$jabbr){
if($article_id<1799&&$jabbr=="Cancer Adv"){
return "TMR Cancer";
}
if($article_id<910&&$jabbr=="Microenviron Microecol Res"){
return "Tumor Microenviron Res";
}
if($article_id<1799&&$jabbr=="Med Theor Hypothesis"){
return "TMR Theory Hypoth";
}
return $jabbr;
}
function myPost($url, $param=array()){
if(!is_array($param)){