We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904a282 commit b16520eCopy full SHA for b16520e
README.md
@@ -1,5 +1,3 @@
1
-[](https://travis-ci.org/jpush/jpush-api-php-client)
2
-
3
# JPush API client library for PHP
4
5
> **此分支已不再维护,如果你的 PHP 版本大于 5.3.3 请使用 Master 分支的代码,或通过 Composer 下载安装 v3.5.0 以上版本。**
src/JPush/core/PushPayload.php
@@ -579,7 +579,7 @@ private function __processResp($response) {
579
}
580
581
private function generateSendno() {
582
- return rand(100000, 4294967294);
+ return rand(100000, getrandmax());
583
584
585
-}
+}
0 commit comments