之前不是在店铺注册里写过吗

来源:6-7 店铺列表展示之Contoller层的实现

qq_蓝骏毅_04076633

2020-05-20

@RequestMapping(value="/getshoplist",method=RequestMethod.GET)
@ResponseBody
private Map<String, Object> getShopList(HttpServletRequest request) {
Map<String, Object> modelMap = new HashMap<String, Object>();
//通过Session获取登录后的user信息
PersonInfo user = (PersonInfo) request.getSession().getAttribute(“user”);
}

写回答

1回答

翔仔

2020-05-21

没懂,能否详细地表述一下?店铺注册的时候都没店铺,哪来的getshoplist呀

0
0

Java双版本(SSM到SpringBoot)校园商铺全栈开发

SSM商铺V1.0,解决毕设痛点;SpringBoot商铺V2.0,满足工作刚需

5113 学习 · 8144 问题

查看课程