1
This commit is contained in:
@@ -357,6 +357,22 @@ class Auto extends Base
|
||||
return jsonSuccess($re);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 推送邮件到作者当文章推送到官网时
|
||||
*/
|
||||
public function pushEmailToAuthor(){
|
||||
$data = $this->request->post();
|
||||
$rule = new Validate([
|
||||
''=>'require'
|
||||
]);
|
||||
if(!$rule->check($data)){
|
||||
return jsonError($rule->getError());
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取动态gpt内容
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user