zhangzengfei
2023-11-29 7e8b91aff60f16b14c863cf577843c42554f143a
test code
1个文件已修改
13 ■■■■■ 已修改文件
hbusc.go 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
hbusc.go
@@ -301,14 +301,17 @@
    if err != nil {
        return err
    }
    rep := bhome_msg.MsgRequestTopicReply{
        Data: data,
    }
    if bhsgo.SendReply(src, &rep) {
        return nil
    }
    return errors.New("reply return false")
    h.printLog(rep)
    return nil
    //if bhsgo.SendReply(src, &rep) {
    //    return nil
    //}
    //
    //return errors.New("reply return false")
}
func (h *BHBus) RequestCenter() ([]*bhome_msg.MsgQueryProcReply_Info, error) {