|
@@ -153,7 +153,7 @@ class Api
|
|
|
public function qrcode($param = array())
|
|
|
{
|
|
|
$this->init($param);
|
|
|
- $url = $this->method->qrcode($this->get(2), $this->refer);
|
|
|
+ return $this->method->qrcode($this->get(2), $this->refer);
|
|
|
Dever::apply('sdk/qrcode');
|
|
|
return \QRcode::png($url);
|
|
|
}
|