jmessage-react-plugin
jmessage-react-plugin copied to clipboard
JMessage 无法正常登录
我在 App.js 进行了如下配置:
const params = {
appKey: 'xxxxxxxxxxxxx',
isOpenMessageRoaming: true,
isProduction: false,
channel: '',
};
JMessage.init(params);
之前可以正常登录使用,但是今天早上十点左右,突然无法正常登录。
错误日志如下:
请问这是什么原因导致的? 为什么会提示 AppKey为''呢?
可以了吗