1 Star 0 Fork 3.4K

纪长季 / zscat-me+uniapp+app+springcloud 商城

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
test 1.11 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
mallplus 提交于 2020-01-09 10:17 . 添加最新版本
CartMarkingVo vo = new CartMarkingVo();
vo.setMemberId(orderInfo.getMemberId());
vo.setPayAmount(orderInfo.getPayPrice());
vo.setShopOrderGoodsList(orderGoods);
vo.setScope(2);
vo.setOpenId(user.getOpenid());
markingFegin.sendManualCoupon(vo);
markingFegin.sendFillFillCoupon(vo);
markingFegin.sendShopCoupon(vo);
项目启动:
启动认证中心mall-uaa
启动用户中心mall-bussiness/user-center
启动网关mall-gateway/zuul-gateway
下面是业务模块,不一定需要全部启动
启动订单中心mall-bussiness/order-center
启动会员中心mall-bussiness/member-center
启动商品中心mall-bussiness/goods-center
启动营销中心mall-bussiness/marking-center
启动内容中心mall-bussiness/cms-center
启动前端工程: 解压跟目录的mallcloud-admin-vue.zip,为后台管理的vue前端,
需要安装nodejs环境,然后进入此目录,npm install ,成功后执行 npm run dev
Java
1
https://gitee.com/jichangji/zscat_sw.git
git@gitee.com:jichangji/zscat_sw.git
jichangji
zscat_sw
zscat-me+uniapp+app+springcloud 商城
master

搜索帮助

14c37bed 8189591 565d56ea 8189591