app = $app; $this->request = $this->app->request; //客户端 $this->client = $this->request->header('client', ''); if ($this->client == "") { $this->client = $this->request->header('platform', 'MP-WEIXIN'); } //client $m = new MiniProgramPlatform(); } }