uni-app使用阿里云移动推送,在调用aliyunPush.bindTag方法绑定TAG时报错,报错信息 Error reason :”标签参数输入错误,account is empty“,这种情况怎么解决?
根据错误提示可以看出:account is empty,需要先调用aliyunPush.bindAccount方法。