Skip to content

Commit

Permalink
修复validate api无法正常使用的BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
xiezefan committed Jan 22, 2016
1 parent 3255b89 commit 113fe2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JPush/core/PushPayload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class PushPayload {
private static $EFFECTIVE_DEVICE_TYPES = array('ios', 'android', 'winphone');
private static $LIMIT_KEYS = array('X-Rate-Limit-Limit'=>'rateLimitLimit', 'X-Rate-Limit-Remaining'=>'rateLimitRemaining', 'X-Rate-Limit-Reset'=>'rateLimitReset');
const PUSH_URL = 'https://api.jpush.cn/v3/push';
const PUSH_VALIDATE_URL = ' https://api.jpush.cn/v3/push/validate';
const PUSH_VALIDATE_URL = 'https://api.jpush.cn/v3/push/validate';
private $client;
private $platform;

Expand Down

0 comments on commit 113fe2d

Please sign in to comment.