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

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

xqd
@@ -205,6 +205,7 @@ class ApiController extends Controller
         $res = $client->get($url);
         $res = json_decode((string)$res->getBody());
         $result = 'no';
+        Log::info($res);
         if($res->status == 0) {
             $radius = Setting::where('key', 'check_card_radius')->first();
             $radius = empty($radius) ? 1000 : $radius->value;