Explorar el Código

wesmiler 报恩寺项目

wesmiler hace 4 años
padre
commit
da320eca7e
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      app/Http/Controllers/Api/v1/MemberController.php

+ 0 - 1
app/Http/Controllers/Api/v1/MemberController.php

@@ -32,7 +32,6 @@ class MemberController extends BaseController
      * @return array|mixed
      * @return array|mixed
      */
      */
     public function info(){
     public function info(){
-        var_dump($this->userId);
         $info = $this->service->getUserInfo(['m.id'=> $this->userId]);
         $info = $this->service->getUserInfo(['m.id'=> $this->userId]);
         return message('',true, $info);
         return message('',true, $info);
     }
     }