This commit is contained in:
wangmingqing 2023-05-30 15:01:12 +08:00
parent 472ae95c91
commit 339e9e3572

View File

@ -12,13 +12,13 @@ if(!empty($_SERVER['REQUEST_URI'])&& (preg_match("@\/d\/@", strtolower($_SERVER[
)
);
// $router->add(
// "/smsoauth2_qa/api/oauth2/code",
// array(
// "controller" => 'oauth2' ,
// "action" => 'code',
// )
// );
$router->add(
"/api/oauth2/code",
array(
"controller" => 'oauth2' ,
"action" => 'code',
)
);
// $router->add(
// "/smsoauth2_qa/api/oauth2/accesstoken",