wechatService = $wechatService; } /** * 公众号分享 */ public function share() { $res = $this->wechatService->share(); return jsonSuccess(json_decode($res,true)); } }