liuxiaolong
2022-04-02 1f705e2d679b2e0ba7c884e8d6fc8aa6a35a180e
add log
1个文件已修改
1 ■■■■ 已修改文件
hbusc.go 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
hbusc.go
@@ -266,6 +266,7 @@
    if bhsgo.Request(&dest, req, &pid, &mrt, milliSecs) {
        var reply Reply
        if err := json.Unmarshal(mrt.Data, &reply); err != nil {
            h.printLog("bhsgo.Request ret true, but unmarshal err:", err, " mrt.Data:", string(mrt.Data))
            return nil,err
        }