正在显示
1 个修改的文件
包含
0 行增加
和
2 行删除
| @@ -138,8 +138,6 @@ class LoginController extends BaseController | @@ -138,8 +138,6 @@ class LoginController extends BaseController | ||
| 138 | */ | 138 | */ |
| 139 | public function stringTranslation(){ | 139 | public function stringTranslation(){ |
| 140 | $str = Translate::tran($this->param['str'], 'en'); | 140 | $str = Translate::tran($this->param['str'], 'en'); |
| 141 | - var_dump($str); | ||
| 142 | - die(); | ||
| 143 | $this->response('success',Code::SUCCESS,strtolower($str)); | 141 | $this->response('success',Code::SUCCESS,strtolower($str)); |
| 144 | } | 142 | } |
| 145 | 143 |
-
请 注册 或 登录 后发表评论