我是否尝试在换行符上拆分消息并使用以下脚本: def mesType = ""; def lines = message.getPayload().split("\n"); if ( lines[0][0..6] == '123456' ...
確定! 回上一頁