发
This commit is contained in:
parent
7de57c6e96
commit
fdaead9293
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user