quguofeng 1 rok temu
rodzic
commit
bbf7f3027b
1 zmienionych plików z 0 dodań i 1 usunięć
  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,