mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
fix(work): 修复部分场景下无法反序列化空字符串字段为数值类型的问题
This commit is contained in:
@@ -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": []
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user