This commit is contained in:
2020-01-24 16:15:26 +00:00
parent 0d01532e35
commit b1343db116
4 changed files with 24 additions and 13 deletions

View File

@@ -615,7 +615,7 @@ namespace AyaNova.Util
var c3 = f.Random.Int(1, 99999999);
var c4 = f.Random.Bool().ToString().ToLowerInvariant();
var c5 = f.Random.Decimal();
//2019-05-01T21:38:07Z
o.CustomFields = $@"{{c1:""{c1}"",c2:""{c2}"",c3:{c3},c4:{c4},c5:{c5}}}";