作者 lyh

gx

... ... @@ -50,7 +50,7 @@ class MinorLanguagesController extends BaseController
*/
public function getLanguages(){
$webLanguageModel = new WebLanguage();
$lists = $webLanguageModel->list($this->map,'id',['id','short','chinese']);
$lists = $webLanguageModel->list($this->map);
$this->response('success',Code::SUCCESS,$lists);
}
}
... ...