示例#1
0
文件: PPM.php 项目: ozerich/ppm-sdk
 public function playFastGame($team_id)
 {
     $url = $this->factory->getRouter()->playFastGame($team_id);
     $this->downloader->post($url, ['lineup' => 1, 'tactics' => 1]);
 }