fix(work): 修复部分场景下无法反序列化空字符串字段为数值类型的问题

This commit is contained in:
Fu Diwei
2022-03-10 13:33:45 +08:00
parent 07e98d57e3
commit da4c1f15d7
3 changed files with 47 additions and 6 deletions

View File

@@ -22,7 +22,7 @@
},
"speech": "",
"sp_status": 1,
"sptime": 0,
"sptime": 1234567890,
"media_id": []
},
{
@@ -31,7 +31,7 @@
},
"speech": "",
"sp_status": 1,
"sptime": 0,
"sptime": "",
"media_id": []
}
]