田香琪 d4cd6e0936 feat(buyer): 增强商品详情与支付逻辑
- 引入 buyerLogin 工具,优化商品详情页的链接跳转逻辑,确保未登录用户能正确重定向到登录页面
- 更新商品 SKU 详情 API,支持未登录状态下的访问
- 修改支付 API,新增 skipMessage 参数以控制支付提示信息
- 改进商品列表与支付页面的用户体验,确保更流畅的操作流程
- 规范化商品类型与库存提示,提升用户体验
2026-08-05 14:17:39 +08:00

Lilishop(Pickmall) - Java Open Source Mall System

GitHub Stars Gitee Stars

简体中文 | English

LiliShop is a Java open source ecommerce system built with Spring Boot, Spring Cloud, Vue, and Uniapp.

It supports:

  • B2B2C multi-vendor marketplace
  • Microservice architecture
  • WeChat mini program
  • Vue ecommerce frontend
  • Uniapp mobile app
  • Live streaming ecommerce
  • Distribution & affiliate system
  • Flash sale / coupon / promotion
  • Docker deployment
  • Private deployment
  • Multi-language ecommerce platform

Keywords

Java Mall System
Open Source Ecommerce Platform
Spring Boot Mall System
Spring Cloud Ecommerce
B2B2C Marketplace
Multi Vendor Ecommerce Platform
Vue Ecommerce System
Uniapp Mall System
Microservice Mall System
Wechat Mini Program Mall
Docker Ecommerce Deployment


Official Website


Core Features

Full Platform Support

One codebase supports:

  • PC
  • H5
  • WeChat Mini Program
  • Android APP
  • iOS APP

Microservice Architecture

Built with:

  • Spring Boot
  • MySQL
  • Redis
  • Docker

Supports standalone deployment: buyer-api (8888), manager-api (8887, includes store APIs), im-api (8885). Product search uses MySQL. Async messaging uses Redis queues. Scheduled tasks use Spring @Scheduled.

Frontend API paths

App Public API prefix
Buyer {buyerUrl}/buyer/common/*
Seller {sellerUrl}/store/common/*
Manager {managerUrl}/manager/common/*

The legacy common-api and /common/common/* paths are removed.

Ecommerce Features

  • Multi merchant marketplace
  • Product management
  • Order management
  • Promotion system
  • Coupon system
  • Affiliate distribution
  • Live streaming ecommerce
  • Member system
  • Points system
  • Visual decoration
  • Multi-language support

Tech Stack

Backend

  • Java 21
  • Spring Boot 4
  • MyBatis Plus
  • MySQL
  • Redis
  • JWT
  • Docker

Frontend

  • Vue.js
  • Uniapp
  • Vuex
  • Axios
  • iView
  • uViewUI

Online Demo

Admin Panel

https://admin-b2b2c.pickmall.cn

Account: admin
Password: 123456

Store Panel

https://store-b2b2c.pickmall.cn

Account: 13011111111
Password: 111111

PC Mall

https://pc-b2b2c.pickmall.cn


Quick Start

Please read the deployment documentation:

https://docs.pickmall.cn

Supports:

  • Docker deployment
  • Linux deployment
  • Kubernetes deployment
  • Microservice deployment

FAQ

Is PickMall open source?

Yes. PickMall is an open source Java ecommerce system.

Does PickMall support microservices?

Yes. PickMall is built on Spring Cloud microservice architecture.

Does PickMall support Docker?

Yes. Docker deployment is supported.

Does PickMall support WeChat Mini Program?

Yes. It supports WeChat Mini Program and Uniapp.


License

PickMall is licensed under AGPL-3.0.

Description
No description provided
Readme AGPL-3.0 117 MiB
Languages
JavaScript 56%
Vue 33.8%
CSS 9.2%
SCSS 0.7%
Less 0.2%