feat: add commit HASH to extra v2

This commit is contained in:
liruichen 2023-09-08 10:59:10 +08:00
parent 2ab1b3cc12
commit 7e18447f9a

View File

@ -116,7 +116,7 @@ func register (host string) {
continue
}
register_extra = os.Getenv("ECHO_APP_ID") + "{{.CommitID}}"
register_extra = fmt.Sprintf("%v_%v", os.Getenv("ECHO_APP_ID"), {{.CommitID}})
// 注册,直接将元信息放在 ws 地址中
v := url.Values{}
v.Set("hostname", ps.hostname)