Ken преди 3 дни
родител
ревизия
462d9755ab
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      app/Http/Controllers/api/Home.php

+ 2 - 0
app/Http/Controllers/api/Home.php

@@ -119,6 +119,8 @@ class Home extends Controller
     {
 //        $target = 27;
         $target =  request()->input('a',15);
+        echo $target;
+        echo "\n";
         $matchingNumbers = $this->getMatchingNumbers($target);
         if ($matchingNumbers !== null) {
             echo "找到的数字是:" . implode(", ", $matchingNumbers);