20201112
This commit is contained in:
@@ -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)){
|
||||
|
||||
Reference in New Issue
Block a user