12345678910111213141516171819202122232425262728 |
- <?php
- $_h5ios_route_file = EXTEND_PATH."huosdk/h5ios/helper.php";
- if (file_exists($_h5ios_route_file)) {
- require $_h5ios_route_file;
- }
- return [
- 'oa/oacallback/index' => 'oa/Oacallback/index',
-
- 'down/down/visitlog' => 'down/Down/visitLog',
- 'down/down/downlog' => 'down/Down/downLog',
- 'down/visitlog' => 'down/Down/visitLog',
- 'down/downlog' => 'down/Down/downLog',
- 'toutiao/start' => 'promotion/v8.Toutiao/start',
- 'baidu/start' => 'promotion/v8.Baidu/start',
- 'uc/start' => 'promotion/v8.Uc/start',
-
- ];
|