Exemplo n.º 1
0
 public function actionCheckcarfit()
 {
     $res = MallService::checkcarfit($_POST['data']);
     echo json_encode($res);
 }