This commit is contained in:
wangjinlei
2022-12-07 10:37:51 +08:00
parent 1271058def
commit c7cdf8a31f
668 changed files with 116142 additions and 20 deletions

View File

@@ -39,6 +39,10 @@ class Auto extends Controller {
$this->reviewer_info_obj = Db::name('user_reviewer_info');
}
public function phpinfo(){
phpinfo();
}
public function testEmail() {
$journal_info = $this->journal_obj->where('journal_id', 4)->find();
$maidata['email'] = "751475802@qq.com";