作者 sgj
1 个管道 的构建 失败 耗费 0 秒

备注

... ... @@ -403,7 +403,7 @@ class SecondController extends RestBaseController
public function teamList(){
$city=input('city');
if(!empty($city)){
$map=['city']=$city;
$map['city']=$city;
}
$Team=new TeamModel();
$map['status']=2;
... ...