Skip to content

Commit 4f906d4

Browse files
committed
update mathod name getReceivedApi
1 parent 2800511 commit 4f906d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/jpush_api_php_client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public function getReceivedApi($msg_ids)
209209
{
210210
$receivedVO = new ReceivedVO($this->app_key, $this->masterSecret, $msg_ids);
211211
$baseClent = new BaseClent();
212-
return $baseClent->getReceiedData($receivedVO);
212+
return $baseClent->getReceivedData($receivedVO);
213213
}
214214
}
215215
?>

lib/jpush_api_php_client/baseClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ public function send($sendVO)
5555
}
5656

5757
/**
58-
* 获取接收数据
58+
* 获取消息接收数量信息
5959
* @param unknown $receivedVO
6060
*/
61-
public function getReceiedData($receivedVO)
61+
public function getReceivedData($receivedVO)
6262
{
6363
//加密字符串
6464
$secretEncode = new SecretEncode();

0 commit comments

Comments
 (0)