(replyMsg: ReplyMsgType)
| 31 | } |
| 32 | |
| 33 | setReplyMsg(replyMsg: ReplyMsgType) { |
| 34 | if (_isNil(replyMsg)) { |
| 35 | return; |
| 36 | } |
| 37 | |
| 38 | _set(this.payload, ['meta', 'reply'], _pick(replyMsg, replyMsgFields)); |
| 39 | } |
| 40 | |
| 41 | /** |
| 42 | * 生成待发送的消息体 |
no outgoing calls
no test coverage detected