dever hace 6 años
padre
commit
034036ef66
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/Api.php

+ 2 - 2
src/Api.php

@@ -68,7 +68,7 @@ class Api
 	 *
 	 * @return mixed
 	 */
-	public function page()
+	public function page($param = array())
 	{
 		$this->init($param);
 		if (!$this->refer) {
@@ -82,7 +82,7 @@ class Api
 	 *
 	 * @return mixed
 	 */
-	public function qrcode()
+	public function qrcode($param = array())
 	{
 		$this->init($param);
 		$url = $this->method->qrcode($this->get(2), $this->refer);