会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
空 的技术分享
博客园
首页
新随笔
联系
订阅
管理
2020年11月13日
The JSON value could not be converted to System.Nullable`1[System.DateTime]. Path: $.addTime | LineNumber: 0 | BytePositionInLine:
摘要: Blazor 使用WebApiClientCore报错 是因为Json格式化时候 日期时间中间必须要带T 解决方案就是yyyy-MM-dd HH:mm:ss 中间增加个T //解决方案 改成yyyy-MM-ddTHH:mm:ss builder.Services.AddHttpApi<IServic
阅读全文
posted @ 2020-11-13 21:20 ToLing·
阅读(2980)
评论(0)
推荐(0)
编辑