作者 郭文星

123

... ... @@ -216,7 +216,11 @@ class Car extends Backend
&end_address=".$route['end_address']."
&price=".$route['price'];
$url_data=trim($urldata);
print_r($url_data);
$url_data=urlencode($url_data);
print_r("================");
print_r($url_data);
return;
$place_image=$this->getQRCode($url_data);
$result = Db::name('driver')->where('id','=',$driver["id"])->update(['place_image'=>$place_image['fileurl']]);
}
... ...