导出和记录属性的时候,替换特殊字符串
This commit is contained in:
@@ -24,6 +24,7 @@ func (sdk *SDK) GetLogItem(uid, event string, property map[string]any, timezone
|
||||
} else {
|
||||
et = gtime.Now()
|
||||
}
|
||||
safeProperty(property)
|
||||
pstr, err := json.Marshal(property)
|
||||
if err != nil {
|
||||
g.Log().Errorf(ctx, "GetLogItem Fail ! json marshal property err: %v", err)
|
||||
|
||||
Reference in New Issue
Block a user