mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修正接口参数顺序
This commit is contained in:
parent
e79ddef850
commit
e21f1c8415
@ -63,7 +63,7 @@ class Push
|
|||||||
if (empty($this->appid) || empty($this->openid) || empty($this->receive)) {
|
if (empty($this->appid) || empty($this->openid) || empty($this->receive)) {
|
||||||
throw new Exception('微信API实例缺失必要参数[appid,openid,event].');
|
throw new Exception('微信API实例缺失必要参数[appid,openid,event].');
|
||||||
}
|
}
|
||||||
return $this->call($this->openid, $this->appid, $this->receive);
|
return $this->call($this->appid, $this->openid, $this->receive);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user