update 回复空回首页

This commit is contained in:
gallonyin
2022-12-19 16:30:04 +08:00
parent 56b0662f5d
commit 88d8f7beb6

View File

@@ -37,6 +37,7 @@ object WeworkOperationImpl {
if (receivedContent.isNullOrEmpty()) { if (receivedContent.isNullOrEmpty()) {
LogUtils.d("未发现发送内容") LogUtils.d("未发现发送内容")
uploadCommandResult(message, ExecCallbackBean.ERROR_ILLEGAL_DATA, "发送内容为空", startTime, listOf(), titleList) uploadCommandResult(message, ExecCallbackBean.ERROR_ILLEGAL_DATA, "发送内容为空", startTime, listOf(), titleList)
goHome()
return false return false
} }
val successList = arrayListOf<String>() val successList = arrayListOf<String>()