LiuJ 7 saat önce
ebeveyn
işleme
cfe882cc0d
1 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 4 4
      app/Controller/PublicController.php

+ 4 - 4
app/Controller/PublicController.php

@@ -3214,7 +3214,7 @@ class PublicController extends AbstractController
         var_dump($result, '-----------------------------');
         $result = json_decode($result, true);
         var_dump($result);
-        if ($result['msg'] == 'notfund') {
+        if ($result['msg'] == 'notfond') {
             return Result::error('未匹配到数据');
         }
         unset($result['data']['mima']);
@@ -3249,7 +3249,7 @@ class PublicController extends AbstractController
         var_dump($result, '-----------------------------');
         $result = json_decode($result, true);
         var_dump($result, '-----------------1------------');
-        if ($result['msg'] == 'notfund') {
+        if ($result['msg'] == 'notfond') {
             return Result::error('未匹配到数据');
         }
         unset($result['data']['mima']);
@@ -3288,7 +3288,7 @@ class PublicController extends AbstractController
         var_dump($result, '-----------------------------');
         $result = json_decode($result, true);
         var_dump($result);
-        if ($result['msg'] == 'notfund') {
+        if ($result['msg'] == 'notfond') {
             return Result::error('未匹配到数据');
         }
         unset($result['data']['mima']);
@@ -3322,7 +3322,7 @@ class PublicController extends AbstractController
         var_dump($result, '-----------------------------');
         $result = json_decode($result, true);
         var_dump($result);
-        if ($result['msg'] == 'notfund') {
+        if ($result['msg'] == 'notfond') {
             return Result::error('未匹配到数据');
         }
         unset($result['data']['mima']);