likang 2 년 전
부모
커밋
2748341a14
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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];
 
 }