正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -50,7 +50,7 @@ class MinorLanguagesController extends BaseController | @@ -50,7 +50,7 @@ class MinorLanguagesController extends BaseController | ||
| 50 | */ | 50 | */ |
| 51 | public function getLanguages(){ | 51 | public function getLanguages(){ |
| 52 | $webLanguageModel = new WebLanguage(); | 52 | $webLanguageModel = new WebLanguage(); |
| 53 | - $lists = $webLanguageModel->list($this->map,'id',['short','chinese']); | 53 | + $lists = $webLanguageModel->list($this->map,'id',['id','short','chinese']); |
| 54 | $this->response('success',Code::SUCCESS,$lists); | 54 | $this->response('success',Code::SUCCESS,$lists); |
| 55 | } | 55 | } |
| 56 | } | 56 | } |
-
请 注册 或 登录 后发表评论