sendCodeToWx($request->all(),$request->header('Authorization')); if($status){ return $this->json_return(200,'',$data); }else{ return $this->json_return(201,$data); } return $this->json_return(200,'', ['token' => $jwtToken]); } }