mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-21 15:45:36 +08:00
fix ZMRobot function name and deprecate CQAPI
This commit is contained in:
@@ -308,7 +308,7 @@ class ZMRobot
|
||||
]);
|
||||
}
|
||||
|
||||
public function getCookie($domain = "") {
|
||||
public function getCookies($domain = "") {
|
||||
return CQAPI::processAPI($this->connection, [
|
||||
'action' => $this->getActionName(__FUNCTION__),
|
||||
'params' => [
|
||||
|
||||
Reference in New Issue
Block a user