Silent 6 years ago
parent
commit
4489969f91
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/Http/Controllers/WeChat/ApiController.php

+ 0 - 1
app/Http/Controllers/WeChat/ApiController.php

@@ -213,7 +213,6 @@ class ApiController extends Controller
                 $result = 'ok';
                 $result = 'ok';
             }
             }
         }
         }
-        dd($res, $result);
         $now = Carbon::today()->toDateTimeString();
         $now = Carbon::today()->toDateTimeString();
         $checkCard = CheckCard::where([
         $checkCard = CheckCard::where([
             ['begin_date_time', '>', $now]
             ['begin_date_time', '>', $now]