BindCloudChannel
- 绑定阿里云 push 账号
方法名 | 参数传递 | 说明 |
---|---|---|
BindCloudChannel | {Account:'13000000000'} | 用户绑定阿里云推送账号 |
/*
* params:
* {
* Account: 账号绑定唯一标识
* }
*/
PublicLib.BindCloudChannel({ Account: "13000000000" });
1
2
3
4
5
6
7
2
3
4
5
6
7
方法名 | 参数传递 | 说明 |
---|---|---|
BindCloudChannel | {Account:'13000000000'} | 用户绑定阿里云推送账号 |
/*
* params:
* {
* Account: 账号绑定唯一标识
* }
*/
PublicLib.BindCloudChannel({ Account: "13000000000" });