Explorar el Código

[AI旅游] 翻译接入

tangyuanwang hace 1 mes
padre
commit
a9427465d0
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      app/Http/Controllers/Manager/Citys.php

+ 2 - 1
app/Http/Controllers/Manager/Citys.php

@@ -75,7 +75,8 @@ class Citys extends Controller
                     $result[$key]['name'] = $target_text;
                 }
             }
-            return json_send(['code' => 'success', 'msg' => '获取成功', 'data' => $result]);
+            
         }
+        return json_send(['code' => 'success', 'msg' => '获取成功', 'data' => $result]);
     }
 }