quguofeng 1 year ago
parent
commit
bbf7f3027b
1 changed files with 0 additions and 1 deletions
  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,