1
This commit is contained in:
@@ -233,7 +233,7 @@ function getArticleMainsFor2($article_id){
|
||||
$url = "http://api.tmrjournals.com/public/index.php/api/Web/getArticleMainsForJournal";
|
||||
$program['article_id'] = $article_id;
|
||||
$res = object_to_array(json_decode(myPost($url, $program)));
|
||||
$refers = isset($res['data']['refers']) ? $res['data']['refers'] : [];
|
||||
$refers = isset($res['data']['list']) ? $res['data']['list'] : [];
|
||||
return $refers;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user