|
@@ -21,7 +21,7 @@ class AuthController extends Controller
|
|
private $expireTimeExist = 24*60;
|
|
private $expireTimeExist = 24*60;
|
|
|
|
|
|
public function test(){
|
|
public function test(){
|
|
- return $this->error(ErrorCode::SAVE_USER_FAILED);
|
|
|
|
|
|
+ return $this->error(0);
|
|
// return $this->api(['test' => 'test']);
|
|
// return $this->api(['test' => 'test']);
|
|
}
|
|
}
|
|
/**
|
|
/**
|