m
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user