Skip to content

Commit 84f5f63

Browse files
committed
修改init参数channel名
1 parent ac83f6b commit 84f5f63

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)