success('模块列表', get_one_two_array(CommonConstant::get_module_list(), 'id', 'name')); } /** * 出差类型列表 * * @Apidoc\Method("POST") */ public function get_evection_list() { $this->success('出差类型列表', get_one_two_array(EvectionConstant::get_type_list(), 'id', 'name')); } }