[2.13.0] fix bug of sn token invoke
This commit is contained in:
@@ -53,10 +53,10 @@ object CallerCloudListenerManager {
|
||||
/**
|
||||
* 分发获取到的设备sn
|
||||
*/
|
||||
fun invokeCloudTokenGot(sn: String) {
|
||||
fun invokeCloudTokenGot(token: String, sn: String) {
|
||||
M_CLOUD_LISTENER.forEach {
|
||||
val listener = it.value
|
||||
listener.tokenGot(sn)
|
||||
listener.tokenGot(token, sn)
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user