|
@@ -134,6 +134,7 @@ public class CartHandlers {
|
|
|
@ResponseBody
|
|
|
@RequestMapping("/getCartNumByCartOpenId")
|
|
|
public ResultMsg getCartNumByCartOpenId(HttpServletRequest request) throws Exception {
|
|
|
+
|
|
|
ResultMsg remsg=new ResultMsg();
|
|
|
Member member = wechatUtils.getUserBySession(request);
|
|
|
if (member == null || member.getUserOpenid() == null || "null".equals(member.getUserOpenid())) {
|