Commit 720a65d1 authored by yanghui's avatar yanghui

Merge branch 'dev_yh' into release_dev_107

parents 6b5ec2b5 dd1668b1
...@@ -6386,7 +6386,7 @@ if($searcharr['infotype']==4){ ...@@ -6386,7 +6386,7 @@ if($searcharr['infotype']==4){
//获取用户购买二维码 //获取用户购买二维码
public function getBuyQrImg($uid){ public function getBuyQrImg($uid){
$url = 'http://newrentlocal.house365.com/api/tf-app-ext/get-order-qrimg?user_id='.$uid; $url = 'http://localnewrent.house365.com/api/tf-app-ext/get-order-qrimg?user_id='.$uid;
$result = curl_get_contents($url); $result = curl_get_contents($url);
$result = $result ? json_decode($result,1) : array(); $result = $result ? json_decode($result,1) : array();
if(empty($result) || empty($result['data'])){ 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