dever 6 years ago
parent
commit
034036ef66
1 changed files with 2 additions and 2 deletions
  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);