$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  阳光小白  阅读(1447)  评论(0)    收藏  举报