Commit 1466559a authored by wanglei's avatar wanglei

[版号]升版号,解决gid获取导致的反复崩溃问题,fcm_message_received还不能改,这个获取token

parent f8e650dc
......@@ -59,7 +59,7 @@ object FCMManager {
LogEx.logDebug("FCM", "token=$token")
val json = JSONObject()
json.put("token", token)
event("fcm_token", ext = json)
event("fcm_message_received", ext = json)
fcmToken = token
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment