Commit a0ed3168 authored by wanglei's avatar wanglei

[修改]修改上报事件

parent 887f5f7c
...@@ -59,7 +59,7 @@ object FCMManager { ...@@ -59,7 +59,7 @@ object FCMManager {
LogEx.logDebug("FCM", "token=$token") LogEx.logDebug("FCM", "token=$token")
val json = JSONObject() val json = JSONObject()
json.put("token", token) json.put("token", token)
event("fcm_message_received", ext = json) event("fcm_token", ext = json)
fcmToken = token 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