Browse Source

异常处理

彭俊 6 năm trước cách đây
mục cha
commit
434aa4389d
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;
 
     }