[6.6.0]
[fea] [退出登录链条]
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package com.mogo.eagle.core.function.api.och
|
||||
|
||||
/**
|
||||
* 定义给 Och 业务层调用的接口
|
||||
*/
|
||||
interface IOchCommonFunctionCall {
|
||||
|
||||
/**
|
||||
* 退出登录
|
||||
*/
|
||||
fun logout()
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user