错误信息乱码处理

This commit is contained in:
李子铭 2024-09-14 14:03:29 +08:00
parent 4bd9c4185b
commit 164bf9fe3d
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ func verify(notify *po.Notify, appKey string) bool {
var kvStr []string
for _, kv := range kvRows {
if kv.Key != "sign" && kv.Key != "version" {
if kv.Key != "sign" && kv.Key != "version" && kv.Value != "" {
kvStr = append(kvStr, kv.Key+"="+kv.Value)
}
}