renderSuccess([]); } /** * 帮助中心 * @return array * @throws \think\db\exception\DataNotFoundException * @throws \think\db\exception\ModelNotFoundException * @throws \think\exception\DbException */ public function help() { $model = new WxappHelp; $list = $model->getList(); return $this->renderSuccess(compact('list')); } }