conversation

This commit is contained in:
wangchuxiao
2023-05-22 19:00:46 +08:00
parent 60bc755b36
commit 708f55004c
3 changed files with 15 additions and 15 deletions
-1
View File
@@ -36,7 +36,6 @@ func Call[A, B, C any](
}
data, err := rpc(cli, c, &req)
if err != nil {
log.ZError(c, "rpc call error", err, "req", req)
apiresp.GinError(c, err) // RPC调用失败
return
}