This commit is contained in:
wangmingqing 2023-05-30 14:49:08 +08:00
parent 7de57c6e96
commit fdaead9293

View File

@ -11,7 +11,7 @@ if(!empty($_SERVER['REQUEST_URI'])&& (preg_match("@\/d\/@", strtolower($_SERVER[
"params"=>3
)
);
print_r($router);die;
$router->add(
"/smsoauth2_qa/api/oauth2/code",
array(
@ -59,6 +59,7 @@ if(!empty($_SERVER['REQUEST_URI'])&& (preg_match("@\/d\/@", strtolower($_SERVER[
"action" => 'shorturl',
)
);
print_r($router);die;
}else if($_SERVER['HTTP_HOST'] == '127.0.0.1'){
$router->add(
"/tiffany/api/:controller/:action/:params",