在fronted_cart服务中实现结算,新建方法:去结算,方法返回值:Result,方法的参数:String [] ids,String userId
在业务层中RedisCartServiceImpl,实现结算的方法,首先获取购物车,在购物车中选择出用户选中的商品。
电商项目(二十二)用户结算

相关文章:

  • 2022-12-23
  • 2021-06-19
  • 2021-12-31
  • 2021-09-07
  • 2021-08-21
  • 2021-06-06
  • 2021-04-21
  • 2021-10-12
猜你喜欢
  • 2021-12-05
  • 2021-12-19
  • 2021-09-20
  • 2021-07-01
  • 2022-12-23
  • 2021-12-18
  • 2021-06-19
相关资源
相似解决方案