This commit is contained in:
白茶清欢 2023-02-12 18:35:06 +08:00
parent 3b6f7dc289
commit ac8216d895

View File

@ -223,7 +223,7 @@ func (df *DataFilter) dealDiffArr(diffArr []string) string {
if len(jsonResultList) == 0 {
return ""
}
newPath := util.String.GenRandomString("", 8)
newPath := util.String.GenRandom("", 8)
var result map[string]interface{}
_ = json.Unmarshal([]byte(df.source), &result)
JSONObject, _ := gabs.Consume(result)