This commit is contained in:
2021-12-23 14:01:13 +08:00
parent 4e0cb3c02c
commit 11fe0d4ccb
3 changed files with 78 additions and 74 deletions

View File

@@ -89,7 +89,7 @@ func send(openID string, arg IArg, recall bool) error {
msg := arg.Arg(openID)
if msg == nil {
return errcode.New(1, "arg == nil")
return nil
}
resp := &Resp{}
err = httpc.RequestWithInterface(httpc.POST, url, httpc.JSON, msg, nil, resp)