|
|
|
|
@ -4591,11 +4591,11 @@ class Information extends CI_Controller
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//获取cli_sn
|
|
|
|
|
$tourdata = json_decode(GET_HTTP($apiurl . "/thirdparty/ctmobilefirst/apish/getCliSn/?webcode=guilin¶m=" . $productCode));
|
|
|
|
|
$tourdata = json_decode(GET_HTTP($apiurl . "/thirdparty/ctmobilefirst/api/getCliSn/?webcode=guilin¶m=" . $productCode));
|
|
|
|
|
$data["clisn"] = $tourdata->clisn;
|
|
|
|
|
|
|
|
|
|
//获取price
|
|
|
|
|
$tourprice = json_decode(GET_HTTP($apiurl . "/thirdparty/ctmobilefirst/apish/getTourPrice/?webcode=guilin¶m=" . $productCode));
|
|
|
|
|
$tourprice = json_decode(GET_HTTP($apiurl . "/thirdparty/ctmobilefirst/api/getTourPrice/?webcode=guilin¶m=" . $productCode));
|
|
|
|
|
$dataform["tourprice"] = $tourprice->price;
|
|
|
|
|
//调取模板
|
|
|
|
|
$dataform["TourCode"] = $productCode;
|
|
|
|
|
|