Skip to content

Commit 2800511

Browse files
committed
update the annotation of code
1 parent a20e793 commit 2800511

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
$app_key='7ebc243ae2b37128472b0875';
55
$sendno=9;
66

7-
echo phpinfo();
7+
//echo phpinfo();
88
$client = new JpushClient($app_key,$master_secret,0);
99

1010
//send message by tag

lib/jpush_api_php_client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class JpushClient
1515
private $app_key;
1616
//密匙
1717
private $masterSecret;
18-
//离线市场
18+
//离线时长
1919
private $time_to_live ;
2020

2121
/**

0 commit comments

Comments
 (0)