提交 b65e56b9 编写于 作者: U UlricQin

report change value

上级 0b696202
......@@ -108,7 +108,7 @@ func report() error {
content := form.SN + form.IP + form.Ident + form.Name + form.Cate + form.UniqKey
var keys []string
for key := range fields {
keys = append(keys, key)
keys = append(keys, key, fields[key])
}
sort.Strings(keys)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册