Wechat App Mall Server

screenshot of Wechat App Mall Server
express

小程序商城服务端

Overview:

The content provides a detailed outline of the technical stack and API endpoints for implementing a WeChat mini-program shopping platform. It covers different categories such as admin, home, orders, WeChat integration, user management, general functions, and shopping carts.

Features:

  • Admin:

    • Delete User
    • Delete Item
    • Add Item
    • Add Class
    • Delete Class
    • Add Coupon
    • Coupon List
    • Upload Banner
  • Home:

    • Get Banner List
    • Get Hot List
    • Get List
    • Get Item
  • Orders:

    • Create Order
    • Get Order Details
    • Order List
    • Update Order
  • WeChat:

    • Get User Information
  • User:

    • Bind Mobile
    • Add City
    • Edit City
    • Set Default City
    • City List
    • Get Coupon
    • Coupon List
  • General:

    • Get Class List
  • Shopping Cart:

    • Add to Cart
    • Cart List
    • Delete Item from Cart
    • Edit Cart

Summary:

This detailed technical documentation outlines the API endpoints and functionalities required to set up a WeChat mini-program shopping platform. It covers various aspects such as admin management, user interactions, order processing, WeChat integration, and shopping cart functions. By following the installation guide and utilizing the provided API endpoints, developers can efficiently build and deploy a robust e-commerce solution within a WeChat mini-program environment.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.