This commit is contained in:
Max 2022-10-17 23:00:42 +08:00
parent 3c04bd8d37
commit c37f5b8fd7

View file

@ -246,7 +246,7 @@ func processService(process *gou.Process) interface{} {
req.WithSid(process.Sid) req.WithSid(process.Sid)
} }
res, err := req.RootCall(args...) res, err := req.Call(args...)
if err != nil { if err != nil {
// parse Exception // parse Exception
code := 500 code := 500