licslan
2021-01-31 18:29
$ curl -H "Content-Type:application/json" -X POST 'http://127.0.0.1:8080/hi_band' -d '{"name":"testing","addr":"wuhan","birthday":"2003-06-20"}'
person bind error parsing time ""2003-06-20"" as ""2006-01-02T15:04:05Z07:00"": cannot parse """ as "T"
参考了一下 https://blog.csdn.net/qq_34621851/article/details/105313354还没有解决
我用postman 模拟的请求没问题
只能用 2006-01-02,而且还只有get 能用,post 还是会报错,不知道为什么
我也是遇到了同样的问题
Gin入门实战
15937 学习 · 55 问题
相似问题