Merge pull request #209 from trheyi/main

[_]
This commit is contained in:
Max 2022-10-17 23:01:23 +08:00 committed by GitHub
commit 4c78f7c204
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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