예제 #1
0
 /**
  * 获得设备二维码,用于其他设备向这台设备安装
  */
 public function token()
 {
     return Response::json(Token::obtainDevice());
 }