摘 要
随着计算机技术的成熟,互联网的建立,如今,PC平台上有许多关于校园二手数码交易方面的应用程序,但由于使用时间和地点上的限制,用户在使用上存在着种种不方便,而开发一款基于微信小程序的校园二手数码交易平台,能够有效地解决这个问题。
本基于微信小程序的校园二手数码交易平台是针对校园二手数码交易方面而开发,采用微信开发者工具进行微信端开发,使用MYSQL数据库进行系统数据的储存,系统满足用户通过微信客户端进行查看、购买二手数码的需求。本小程序是以微信为入口的,可以说是在自带接近10亿的流量人口。整个系统不仅操作简单、便捷,而且节约用户的时间及资源成本等,仅需通过一部手机和微信号即可满足用户们的需求。
论文首先阐述了基于微信小程序的校园二手数码交易平台的开发背景,并对开发基于微信小程序的校园二手数码交易平台所采用的相关技术进行了详细的介绍,然后对此应用软件进行了需求分析、设计,最后对系统进行测试、维护,保证系统的正常运行。
关键词:微信小程序 ;微信开发者工具;校园二手数码交易;MYSQL数据库
Abstract
With the maturity of computer technology and the establishment of the Internet, nowadays, there are many applications for campus second-hand digital transactions on the PC platform. However, due to the limitations of the time and place of use, there are various inconveniences in the use of users, and development A campus second-hand digital trading platform based on WeChat applet can effectively solve this problem.
This campus second-hand digital transaction platform based on WeChat applet is developed for campus second-hand digital transactions. WeChat developer tools are used for WeChat terminal development, and MYSQL database is used for system data storage. The system satisfies users to view and view through WeChat client. The demand for buying second-hand digital. This small program is based on WeChat, which can be said to have a traffic population of close to 1 billion. The entire system is not only simple and convenient to operate, but also saves users' time and resource costs. It only needs a mobile phone and WeChat ID to meet the needs of users.
The paper first explained the development background of the campus second-hand digital trading platform based on WeChat applet, and detailed the related technologies used in the development of the campus second-hand digital trading platform based on WeChat applet, and then demanded the application software. Analyze, design, and finally test and maintain the system to ensure the normal operation of the system.
Keywords: WeChat applet; WeChat developer tool; campus second-hand digital transaction; MYSQL database
目 录
摘 要 I
ABSTRACT II
目 录 III
第1章 绪论 1
1.1研究背景 1
1.2设计原则 1
1.3论文组织结构 2
第2章 关键技术简介 3
2.1 微信小程序 3
2.2 微信开发者工具 3
2.3微信小程序API接口 3
2.4 WXML 、WXS、JS小程序编写语言 3
2.5 MYSQL数据库 4
第3章 系统分析 5
3.1 可行性分析 5
3.1.1技术可行性 5
3.1.2 经济可行性 5
3.1.3 操作可行性 5
3.1.4时间可行性 5
3.2 系统性能分析 6
3.3 系统功能分析 6
3.4 系统流程分析 9
3.4.1注册登录流程 9
3.4.2添加信息流程 9
3.5系统界面分析 10
第4章 系统设计 11
4.1系统结构设计 11
4.2系统顺序图设计 11
4.2.1登录模块顺序图 11
4.2.2添加信息模块顺序图 12
4.3系统数据库设计 12
4.3.1 数据库E-R图设计 12
4.3.2 数据库表设计 14
第5章 系统的实现 17
5.1微信端功能模块的实现 17
5.1.1注册登录界面 17
5.1.2首页界面 17
5.1.3二手商品界面 18
5.1.4商品求购界面 19
5.1.5我的收藏管理界面 20
5.1.6我的订单界面 21
5.2服务端功能模块的实现 22
5.2.1服务端登录界面 22
5.2.2用户管理界面 23
5.2.3卖家管理界面 23
5.2.4二手商品管理界面 24
5.2.5商品类型管理界面 24
5.2.6商品求购管理界面 25
第6章 系统测试 26
6.1 软件测试 26
6.2 测试的重要性 26
6.3 测试方法 27
6.4测试分析 27
第7章 总结 28
致 谢 29
参考文献 30
本基于微信小程序的校园二手数码交易平台满足了不同用户的功能需求,包括用户、卖家以及管理员,下面对这不同用户的功能需求进行简介。
(1)管理员功能分析
管理员可进行后台进行管理,包含个人中心、用户管理、校园公告管理、卖家管理、二手商品管理、订单信息管理、订单发货管理、管理员管理以及系统管理。
(2)卖家功能分析
卖家注册登录后主要功能模块包括首页、校园公告、二手商品(增删改查商品信息)以及我的(二手商品、订单信息、订单发货)。
(3)用户功能分析
没有账号的用户可进行注册操作,注册登录后主要功能模块包括首页、二手商品、商品求购以及我的(二手商品、商品求购、留言、通信、用户通知、退货、快递订单、我的收藏管理、用户充值、购物车以及我的订单)。