update 回复空回首页
This commit is contained in:
@@ -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>()
|
||||||
|
|||||||
Reference in New Issue
Block a user