正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -138,6 +138,8 @@ class LoginController extends BaseController | @@ -138,6 +138,8 @@ 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(); | ||
| 141 | $this->response('success',Code::SUCCESS,strtolower($str)); | 143 | $this->response('success',Code::SUCCESS,strtolower($str)); |
| 142 | } | 144 | } |
| 143 | 145 |
-
请 注册 或 登录 后发表评论