|
@@ -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);
|