瀏覽代碼

添加一下 api 模块

lvhao 3 月之前
父節點
當前提交
03efba4805
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/CoreApp/config/routes.php

+ 1 - 1
core/CoreApp/config/routes.php

@@ -5,7 +5,7 @@ $route['default_controller'] = 'start';
 $route['phone'] = "start/phone";
 $route['phone'] = "start/phone";
 $route['userlogin'] = "userlogin/login";
 $route['userlogin'] = "userlogin/login";
 
 
-$route['lyapi/(v[0-9]+)/(.+)$'] = 'lyerpapi//$1/$2';
+$route['lyapi/(v[0-9]+)/(.+)$'] = 'Lyerpapi//$1/$2';
 
 
 $route['404_override'] = '';
 $route['404_override'] = '';
 $route['translate_uri_dashes'] = FALSE;
 $route['translate_uri_dashes'] = FALSE;