|
...
|
...
|
@@ -114,7 +114,7 @@ class LoginController extends BaseController |
|
|
|
*/
|
|
|
|
public function stringTranslation(){
|
|
|
|
$str = Translate::tran($this->param['str'], 'en');
|
|
|
|
$this->response('success',Code::SUCCESS,$str);
|
|
|
|
$this->response('success',Code::SUCCESS,strtolower($str));
|
|
|
|
}
|
|
|
|
|
|
|
|
public function ceshi(){
|
...
|
...
|
|