Skip to content

Commit f22de5e

Browse files
authored
Merge pull request #930 from huangshuni/master
修改init参数channel名
2 parents ac83f6b + 84f5f63 commit f22de5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default class JPush {
6262
*/
6363
static init(params: {
6464
appKey: string;
65-
titchannelle: string;
65+
channel: string;
6666
production: boolean;
6767
}): void;
6868

0 commit comments

Comments
 (0)