前端往后端回传数据,后端显示为空

1. uni前端能打印出回传的数据

!](https://img-blog.csdnimg.cn/direct/df505a81375940d5967ee207c867d88f.png)

可见前端能传入,但是此时报错TypeError: Cannot read property ‘indexOf’ of null

2.springboot后端显示为空

在这里插入图片描述
在这里插入图片描述

3.问题原因与解决办法

原因:实体类属性字段不能以大写开头,若以大写开头,需添加@JsonProperty()注解
在这里插入图片描述
添加注解后,问题解决
在这里插入图片描述

Logo

技术共进,成长同行——讯飞AI开发者社区

更多推荐