作者或者青年编委背调

This commit is contained in:
wyn
2026-06-05 11:14:10 +08:00
parent 66c3b86bd8
commit c658fc6196
2 changed files with 4 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ class AuthorBackgroundService
{
$this->email = trim((string) Env::get('author_bg.email', ''));
if ($this->email === '') {
$this->email = trim((string) Env::get('pubmed.email', 'contact@example.com'));
$this->email = trim((string) Env::get('pubmed.email', 'yananwang898@gmail.com'));
}
$this->scopusApiKey = trim((string) Env::get('scopus.api_key', ''));
if ($this->scopusApiKey === '') {