$sql = "select count(*) as num from api_log where uid='{$this->uid}'";
                $data = DB::select($sql);


                $data = array_map('get_object_vars', $data);

posted on 2018-02-02 18:20  阳光小白  阅读(1400)  评论(0编辑  收藏  举报