data($result); } /** * @notes 更新提示词 * @author 段誉 * @date 2022/9/20 15:30 */ public function updatePrompt() { $params = (new PromptValidate())->post()->goCheck('update'); $result = ChatPromptLogic::updatePrompt($params); return $result ? $this->success() : $this->fail(ChatPromptLogic::getError()); } }