正在显示
1 个修改的文件
包含
4 行增加
和
0 行删除
@@ -216,7 +216,11 @@ class Car extends Backend | @@ -216,7 +216,11 @@ class Car extends Backend | ||
216 | &end_address=".$route['end_address']." | 216 | &end_address=".$route['end_address']." |
217 | &price=".$route['price']; | 217 | &price=".$route['price']; |
218 | $url_data=trim($urldata); | 218 | $url_data=trim($urldata); |
219 | + print_r($url_data); | ||
219 | $url_data=urlencode($url_data); | 220 | $url_data=urlencode($url_data); |
221 | + print_r("================"); | ||
222 | + print_r($url_data); | ||
223 | + return; | ||
220 | $place_image=$this->getQRCode($url_data); | 224 | $place_image=$this->getQRCode($url_data); |
221 | $result = Db::name('driver')->where('id','=',$driver["id"])->update(['place_image'=>$place_image['fileurl']]); | 225 | $result = Db::name('driver')->where('id','=',$driver["id"])->update(['place_image'=>$place_image['fileurl']]); |
222 | } | 226 | } |
-
请 注册 或 登录 后发表评论