dever 5 years ago
parent
commit
9279c94840
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/Api.php

+ 4 - 0
src/Api.php

@@ -125,6 +125,10 @@ class Api
 	 */
 	public function search($param = array())
 	{
+		$this->account_id = Dever::input('account_id', false);
+		if (!$this->account_id) {
+			Dever::alert('没有账户信息');
+		}
 		$this->pay();
 		$this->order_id = $this->getParam($param, 'order_id');
 		return $this->method->search($this->order_id);