pull/103/head
Gordon 4 years ago
parent 6d67bb9d65
commit b219f8542b

@ -42,6 +42,9 @@ func JGAccountListPush(accounts []string, jsonCustomContent string, platform str
req.Header.Set("Authorization", common.GetAuthorization(config.Config.Push.Jpns.AppKey, config.Config.Push.Jpns.MasterSecret))
resp, err := client.Do(req)
if err != nil {
return nil, err
}
defer resp.Body.Close()
if err != nil {
return nil, err

Loading…
Cancel
Save