mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-24 22:09:17 +08:00
getui
This commit is contained in:
parent
f40369d061
commit
691e2580e5
@ -140,6 +140,7 @@ func (g *Getui) request(url string, content interface{}, token string, returnStr
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
client := &http.Client{}
|
client := &http.Client{}
|
||||||
|
log.Debug(operationID, utils.GetSelfFuncName(), "json:", string(con))
|
||||||
req, err := http.NewRequest("POST", config.Config.Push.Getui.PushUrl+url, bytes.NewBuffer(con))
|
req, err := http.NewRequest("POST", config.Config.Push.Getui.PushUrl+url, bytes.NewBuffer(con))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
Loading…
x
Reference in New Issue
Block a user