This commit is contained in:
wangchuxiao
2023-05-09 17:23:43 +08:00
parent aaf746d6dc
commit f8a2721406
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -36,6 +36,7 @@ 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
}