更新 v1.12

This commit is contained in:
dengsgo
2019-12-17 16:38:14 +08:00
parent 46df7a206a
commit 4d5e13daf5
5 changed files with 28 additions and 13 deletions

View File

@@ -62,7 +62,7 @@ func (n *NetNotifier) dispatch(params *postParams) {
return
}
req.Header.Set("Content-Type", "application/json;charset=UTF-8")
req.Header.Set("User-Agent", "FileBoy Net Notifier v1.10")
req.Header.Set("User-Agent", "FileBoy Net Notifier v1.12")
resp, err := client.Do(req)
if err != nil {
log.Println(PreError, "notifier call failed. err:", err)