[fea]
[退出登录链条]
This commit is contained in:
yangyakun
2024-09-23 15:16:53 +08:00
parent bb1f2279d5
commit 91389d308a
5 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
package com.mogo.eagle.core.function.api.och
/**
* 定义给 Och 业务层调用的接口
*/
interface IOchCommonFunctionCall {
/**
* 退出登录
*/
fun logout()
}