master
赵鹏 1 year ago
parent 2ef5c393ee
commit 4f2b893a7a

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

Loading…
Cancel
Save