Ken 2 天之前
父节点
当前提交
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);