Commit eb4777b4 authored by testshenbd's avatar testshenbd

Merge branch 'master' of git.shenbd.com:qm-develop/shenbd

parents 5d326cca 6bb5fb4f
......@@ -101,11 +101,13 @@ class ShareServiceModel extends \Business\AbstractModel
$this->memberDb0Redis->tableCacheSet($fileName,$url,ApiConst::zero);
return $url;
}else{
return PathConst::wxDefaultPath;
return $this->getQrUrl($data['id']);
//return PathConst::wxDefaultPath;
}
}else{
//不是微信分享就是普通下载的二维码图片
return PathConst::downLoadQrcode;
return $this->getQrUrl($data['id']);
// return PathConst::downLoadQrcode;
}
}
if($data['type']==\Our\ApiConst::sharePlat){
......
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