quguofeng 1 năm trước cách đây
mục cha
commit
bbf7f3027b
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      application/api/controller/Index.php

+ 0 - 1
application/api/controller/Index.php

@@ -317,7 +317,6 @@ class Index extends Api
      */
     public function like(){
         $uid = $this->auth->id;
-        echo $uid;exit();
         if($this->auth->score > 0){
             $data = [
                 'uid'=>$uid,