Files
tuiguangzhushou/application/route.php
2020-08-06 15:26:41 +08:00

30 lines
1.1 KiB
PHP

<?php
// +----------------------------------------------------------------------
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
// +----------------------------------------------------------------------
// | Copyright (c) 2006~2016 http://thinkphp.cn All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
return [
'__pattern__' => [
'name' => '\w+',
'id' => '\d+',
'uid' => '\d+',
],
'__domain__' => [
'www.tgzs.skl2010.com' => 'mobile',
'm.tgzs.skl2010.com' => 'mobile',
'console.tgzs.skl2010.com' => 'system',
'api.tgzs.skl2010.com' => 'openapi',
'*' => 'index',
],
// 'u/:uid' => ['user/index', ['domain' => 'm.helper.cnskl.com']],
]; // 'new/:id','News/read',);