This commit is contained in:
wangmingqing 2023-05-30 15:04:22 +08:00
parent 339e9e3572
commit 07d00511d5

View File

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