Commit fb9009d6 authored by yanghui's avatar yanghui

我的订单

parent dd1668b1
......@@ -6386,7 +6386,7 @@ if($searcharr['infotype']==4){
//获取用户购买二维码
public function getBuyQrImg($uid){
$url = 'http://localnewrent.house365.com/api/tf-app-ext/get-order-qrimg?user_id='.$uid;
$url = 'http://newrent.house365.com/api/tf-app-ext/get-order-qrimg?user_id='.$uid;
$result = curl_get_contents($url);
$result = $result ? json_decode($result,1) : array();
if(empty($result) || empty($result['data'])){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment