问答新增/编辑

This commit is contained in:
gongfuxiang
2019-03-31 01:22:56 +08:00
parent 8e5b4d76f1
commit e9f54dc779
8 changed files with 173 additions and 17 deletions

View File

@ -94,7 +94,7 @@ class Answer extends Common
$params = $this->data_post;
$params['user'] = $this->user;
return AnswerService::Add($params);
return AnswerService::AnswerSave($params);
}
}
?>