Commit 369782a0 authored by wwccw0591's avatar wwccw0591

share

parent a95d33b5
...@@ -93,8 +93,8 @@ class ShareServiceModel extends \Business\AbstractModel ...@@ -93,8 +93,8 @@ class ShareServiceModel extends \Business\AbstractModel
$this->memberDb0Redis->tableCacheSet($fileName,$url,ApiConst::zero); $this->memberDb0Redis->tableCacheSet($fileName,$url,ApiConst::zero);
return $url; return $url;
}else{ }else{
// return $this->getQrUrl($data['id']); return $this->getQrUrl($data['id']);
return PathConst::wxDefaultPath; // return PathConst::wxDefaultPath;
} }
}else{ }else{
return $this->getQrUrl($data['id']); return $this->getQrUrl($data['id']);
......
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