likang 1 year ago
parent
commit
2748341a14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      catch/api/service/dispose.php

+ 1 - 1
catch/api/service/dispose.php

@@ -471,7 +471,7 @@ public function second_create_direction($mac,$label){
    }
    
    debug_log("second_dirt","最终结果".json_encode(["dir"=>$res,"time"=>$time]));
-    return ["dir"=>$res,"time"=>$time];
+    return ["dirt"=>$res,"time"=>$time];
 
 }