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