[2.13.0] fix bug of sn token invoke
This commit is contained in:
@@ -2,5 +2,5 @@ package com.mogo.eagle.core.function.api.cloud
|
||||
|
||||
interface IMoGoCloudListener {
|
||||
|
||||
fun tokenGot(sn:String)
|
||||
fun tokenGot(token: String, sn: String)
|
||||
}
|
||||
Reference in New Issue
Block a user