[fea]
[all]
[first_autopilot_flag 和线路相关、下载轨迹order_id 规则变更]
This commit is contained in:
yangyakun
2024-12-26 15:07:57 +08:00
parent 8ac498006d
commit 81a302e474
12 changed files with 135 additions and 57 deletions

View File

@@ -25,7 +25,6 @@ interface IDataCenterBizListener {
return false
}
fun invokeAutopilotOrderId(orderID:String){}
fun invokeOchInfo(ochInfo: OchInfo) {}
}

View File

@@ -35,5 +35,4 @@ interface IOchFunctionCallNotify {
// 登录状态变化
fun notifyLoginStatus(isLogin: Boolean)
fun notifyOrderID(orderID:String)
}