Silent 6 năm trước cách đây
mục cha
commit
a55d3ea1b1

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

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