[fea]
[暴露orderId]
This commit is contained in:
yangyakun
2024-09-27 19:46:49 +08:00
parent 9346d4b722
commit e87b63f770
3 changed files with 20 additions and 0 deletions

View File

@@ -76,4 +76,9 @@ interface IEagleBaseFunctionCall4Och {
*/
fun setOchLoginNo(loginNo: String?){}
/**
* Och设置 启动自动驾驶附带的orderId
*/
fun setOchAutopilotOrderId(orderId:String?){}
}