siteid(); $this->wechat = new Weapp($site_id); } /** * 小程序消息推送 */ public function relateWeixin() { Log::write('微信小程序消息'); $this->wechat->relateWeixin(); } }