getList()); } /** * 同步微信公众号消息模板 * @description 同步微信公众号消息模板 * @return Response */ public function sync() { $data = $this->request->params([ ['keys', []] ]); $weapp_template_service = new WeappTemplateService(); $weapp_template_service->syncAll($data['keys']); return success('SUCCESS'); } }