CT通用接口fix

master
赵鹏 10 months ago
parent d25d5f04ab
commit f2f0276782

@ -462,7 +462,9 @@ class Api extends CI_Controller {
}
/**
* 获取线路类型列表
*/
function getLineTypeList(){
$list = $this->api_model->getLineTypeList();
echo json_encode($list,JSON_NUMERIC_CHECK);

Loading…
Cancel
Save