Browse Source

异常处理

彭俊 6 years ago
parent
commit
434aa4389d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Application/Sports/Controller/RollingBall.php

+ 0 - 1
Application/Sports/Controller/RollingBall.php

@@ -54,7 +54,6 @@ class RollingBall extends Controller{
             'matchData'=>$result
         ];
 
-        dd($data);
         return $data;
 
     }