des3key = Str::random(24); $model->save(); return $this->response()->success('操作成功')->refresh(); } public function dialog() { $this->confirm('确定要刷新D3key吗?'); } }