客座期刊功能修复,审稿邮件错误修复
This commit is contained in:
@@ -1338,8 +1338,7 @@ class Reviewer extends Base
|
||||
$insert['code'] = $code;
|
||||
$insert['ctime'] = time();
|
||||
$this->login_auto_obj->insert($insert);
|
||||
$url = 'https://submission.tmrjournals.com/per_text?Art_id=' . $article_id . '&act=' . $code;
|
||||
return $url;
|
||||
return 'https://submission.tmrjournals.com/per_text?Art_id=' . $article_id . '&act=' . $code;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -11,7 +11,7 @@ use app\api\controller\Article as articlecontroller;
|
||||
|
||||
class Special extends Controller
|
||||
{
|
||||
|
||||
protected $ts_base_url = "http://ts.tmrjournals.com/";
|
||||
protected $user_obj = '';
|
||||
protected $captcha_obj = '';
|
||||
protected $user_act_obj = '';
|
||||
|
||||
Reference in New Issue
Block a user