|
|
|
@ -354,6 +354,8 @@ class search extends CI_Controller{
|
|
|
|
|
|
|
|
|
|
print_r(json_encode($obj));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//获取国际火车出发规则
|
|
|
|
|
public function get_station_rules(){
|
|
|
|
@ -425,6 +427,12 @@ class search extends CI_Controller{
|
|
|
|
|
header('Content-type: application/json');
|
|
|
|
|
print_r(json_encode($return_json));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**获取价格信息 */
|
|
|
|
|
public function get_priceinfo($train_no){
|
|
|
|
|
$obj = $this->BIZ_intel_train_model->get_priceinfo($train_no);
|
|
|
|
|
print_r(json_encode($obj));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//获取价格(废弃)
|
|
|
|
@ -678,6 +686,8 @@ class search extends CI_Controller{
|
|
|
|
|
// echo $this->RUB_Rate . '<br/>';
|
|
|
|
|
return $this->USD_Rate;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|