文献校对功能完善
This commit is contained in:
@@ -898,7 +898,17 @@ class Preaccept extends Base
|
||||
|
||||
return jsonSuccess($re);
|
||||
}
|
||||
|
||||
public function getArticleMainById(){
|
||||
$data = $this->request->post();
|
||||
$rule = new Validate([
|
||||
"am_id"=>"require"
|
||||
]);
|
||||
if(!$rule->check($data)){
|
||||
return jsonError($rule->getError());
|
||||
}
|
||||
$am_info = $this->article_main_obj->where("am_id",$data['am_id'])->find();
|
||||
return jsonSuccess($am_info);
|
||||
}
|
||||
|
||||
public function changeH1(){
|
||||
$data = $this->request->post();
|
||||
|
||||
Reference in New Issue
Block a user