zhoudw
2022-02-21 a247286b252017c86c7ae5a4f19019c89d6ee60f
ws_server.php
@@ -124,7 +124,7 @@
        $url = $msgContent['url'];
        $data = $msgContent['data'];
        $action = substr($url, strrpos($url, "/") + 1);
        $this->log('action','ws','ws',$action);
        // $this->log('action','ws','ws',$action);
        switch ($action)
        {
        case "reg":
@@ -250,7 +250,6 @@
    function log($title,$folder,$finename,$msg)
    {
        return;
        $logs = json_encode($msg);
        $msg = "[".date('Y-m-d H:i:s')."]\t- INFO - ".$title." - ".$logs."\n";
        //判断目的文件夹是否存在? 如果不存在就生成