|
@@ -21,8 +21,10 @@ class AuthController extends Controller
|
|
private $expireTimeExist = 24*60;
|
|
private $expireTimeExist = 24*60;
|
|
|
|
|
|
public function test(){
|
|
public function test(){
|
|
-// return $this->error(0);
|
|
|
|
- return $this->api(1);
|
|
|
|
|
|
+ //test
|
|
|
|
+ return $this->error(0);
|
|
|
|
+ //product
|
|
|
|
+// return $this->api(1);
|
|
}
|
|
}
|
|
/**
|
|
/**
|
|
* @api {post} /api/auth/login 登陆(login)
|
|
* @api {post} /api/auth/login 登陆(login)
|