发
This commit is contained in:
parent
339e9e3572
commit
07d00511d5
@ -13,13 +13,13 @@ if(!empty($_SERVER['REQUEST_URI'])&& (preg_match("@\/d\/@", strtolower($_SERVER[
|
||||
);
|
||||
|
||||
$router->add(
|
||||
"/api/oauth2/code",
|
||||
"/smsoauth2_qa/api/oauth2/code",
|
||||
array(
|
||||
"controller" => 'oauth2' ,
|
||||
"action" => 'code',
|
||||
)
|
||||
);
|
||||
|
||||
print_r($_SERVER['REQUEST_URI']);die;
|
||||
// $router->add(
|
||||
// "/smsoauth2_qa/api/oauth2/accesstoken",
|
||||
// array(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user