摘要: 与微信小程序进行交互式,提示出错因为前端传进来的是String,后端接收的是Integer,所以报错 写类型转换器: @Component public class ConverterAction implements Converter<String,Integer> { @Override pu 阅读全文
posted @ 2021-10-21 23:23 花生又叫二花深 阅读(607) 评论(0) 推荐(0)