getConfig()); } /** * 设置APP配置信息 * @description 设置APP配置信息 * @return Response */ public function set() { $data = $this->request->params([ ['wechat_app_id', ""], ['wechat_app_secret', ""], ]); (new AppService())->setConfig($data); return success('SET_SUCCESS'); } }