摘 要
随着“互联网+”的大潮兴起,平台型应用再受热捧。其中,微信小程序凭借其强大的用户基础及其应用时的便捷而深受欢迎。在此基础上,以小程序为载体的社群电商,将具有相同兴趣的社群成员组织在一起,推广与之需求高度匹配的产品或服务,轻松实现流量变现。因此,结合以上优势设计并实现基于PHP的茶叶商铺小程序,具有一定的研究意义和商业价值,符合我国互联网精准化营销和个性化服务的趋势。
本系统主要由微信小程序客户端、服务器、数据管理端构成,服务器采用 ThinkPHP5框架技术,客户端采用微信小程序的MINA框架,数据管理端采用 CMS框架。客户端的页面实现通过网络与服务器REST API接口通信获取 MySQL数据。本人重点参与网上购物系统客户端、服务器以及数据库的设计、开发、测试工作。 在系统的设计与实现过程中,对客户端的代码进行全局的MVC模式设计控制,采用template模板增加代码的复用性,并创建客户端用户的token管理机制进行用户身份验证与权限分级。本文重点阐述茶叶商铺小程序客户端的商品信息展示、商品分类、购物车、下单支付,个人信息管理及数据库设计六大模块的设计和实现过程。采用了PHP作为后台开发语言,HTML+JS+CSS作为前端开发语言,遵守微信的开发规范,完成了茶叶商铺小程序的基本功能,系统运行流畅,可以正常使用。
关键词:电商;PHP;茶叶商铺小程序;购物
ABSTRACT
With the rise of "Internet ", platform-based applications are becoming more popular. Among them, WeChat Mini Program with its strong user base and its application when convenient and popular. On the basis of this, the community e-commerce with the small program as the carrier, will have the same interest community members to organize together, promotes the product or the service which is highly matched with its demand, realizes the flow realization easily. Therefore, combining the above advantages to design and implement the PHP based Jiale fresh fruit and vegetable Mini Programs has certain research significance and commercial value, which is in line with the trend of precision marketing and personalized service in China's Internet.
The system is mainly composed of WeChat Mini Program client, server, data management end, the server adopts ThinkPHP5 framework technology, the client adopts the Minia framework of WeChat Mini Program, and the data management end adopts CMS framework. The client's page implementation acquires MySQL data by communicating with the server REST API interface through the network. I focus on the online shopping system client, server and database design, development, testing work. In the design and implementation of the system, the client code for the global MVC pattern design control, using templat e Template increases the reusability of the code, and creates the client user's token management mechanism for user authentication and permission grading. This paper focuses on the design and implementation of the six modules of the commodity information display, commodity classification, shopping cart, order payment, personal information management and database design of the small program client. Using PHP as the background development language, HTML JSCSS as the front-end development language, following the development specifications of WeChat, completed the basic functions of the happy fruit and vegetable Mini Programs, the system runs smoothly, can be used normally.
Keywords: E-commerce; PHP; Happy Fruit and Vegetable Mini Programs; Shopping
目 录
摘 要 I
ABSTRACT II
第1章 绪论 1
1.1 研究背景及意义 1
1.2 国内外研究综述 1
1.2.1国外研究现状 1
1.2.2国内研究现状 2
1.3 研究的主要内容 4
第2章 系统相关技术研究 6
2.1 微信小程序 6
2.2 ThinkPHP 5 框架 8
2.3 RESTFul API 9
2.4 微信支付技术 11
2.5 MySQL数据库 13
第3章 需求分析与可行性研究 15
3.1 市场定位分析 15
3.2 可行性分析 15
3.3 需求目标 16
3.3.1 概述 16
3.3.2 商城整体说明 16
第4章 系统解决方案 18
4.1 设计方案的论证 18
4.1.1 设计方案的选择 18
4.1.2 工具的选择 18
4.2 设计方案的说明 19
4.2.1 系统总体描述 19
4.2.2 系统角色类型 19
4.2.3 系统规划 21
4.2.4 预期目的 21
4.2.5 技术要求 22
第5章 系统详细设计 23
5.1 系统模块架构 23
5.2 系统功能说明 24
5.2.1 系统登录模块 24
5.2.2 茶叶商铺小程序设置模块 24
5.2.3 茶叶商铺小程序内容更改模块 26
5.2.4 茶叶商铺小程序管理员模块 27
5.2.5 基本商城功能模块 28
5.3 数据字典 29
第6章 系统实现 33
6.1 模块实现的理论基础 33
6.2 系统登录模块的实现 33
6.3 设置茶叶商铺小程序信息模块的实现 33
6.4 茶叶商铺小程序选货模块的实现 41
6.4.1 选货模块 41
6.4.2 选货后编辑及提交模块 42
6.5 管理员审核模块 45
第7章 系统测试 47
7.1 概述 47
7.2 系统测试用例 47
7.3 测试总结 49
总 结 50
致 谢 51
参考文献 52