基于微信的汽车4S店服务展示毕业论文

 2021-04-12 05:04

摘 要

近年来,随着的普及,越来越多的人接触到了“微信”这一开放的公众平台,而微信所提供的创新沟通方式,也很快的融入到了人们生活当中。以微信作为信息传递的媒介,实现基于4s店车辆信息的查询,使用微信订阅号的形式构建web APP,带给用户更加便利的在线择车体验。平台展示择车相比传统的进店购车,可以极大地节约建设成本,通过页面数据,对车的性能进行更加全面的了解,以及通过数据的对比,用户更容易选出满意的车型,灵活开放,功能强大,这项技术强调的是展示与比对。为所有预备购车的用户,提供一个更加清晰,全面的车辆展示服务平台。

本文从分析在线车站系统的发展趋势出发,针对现在常见的汽车展示网站优缺点进行了具体分析,给出了系统的功能结构。此系统能够改进人们购车手段,减少线下购车的不方便性。

以用户为核心,以车主的声音为基础,设计一个基于微信公众平台的4s店展示应用,以微信作为信息传递的媒介,实现了基于4s店车辆信息的查询,比对,购车,及售后服务,使用微信订阅号的形式构建web APP,带给用户更加便利的在线择车体验。

关键词:汽车展示服务系统 微信信息系统 PHP技术

The design and implementation of 4S auto shop display system based on WeChat

ABSTRACT

In recent years, with the popularity of the network, more and more people come into contact with the WeChat, an open public platform, WeChat provides innovative communication, also quickly into the lives of people. Taking WeChat as information transmission media, the 4S shop vehicle information query based on the use of WeChat subscription number to form web APP, gives the user more convenient online selection of car experience. Choose the car into the store display platform compared to the traditional Car Buying, can greatly reduce the construction cost, the page data, more comprehensive understanding of the performance of the car, and through the comparison of the data, users are more likely to choose satisfactory models, flexible and open, powerful, stressed that this technology is on display and. Provide a more clear and comprehensive vehicle display service platform for all users who are ready to buy a car. In this paper, the system uses Android, Java, JDBC technology, MyEclipse, AVD, ADT, DDMS and other development tools as well as the development environment. The mobile client uses Activity components and develops in accordance with the MVC model. Its network of the Secretary in accordance with the HTTP protocol as a standard to achieve communication between client and server. In the background of the operating environment and development environment using MYSQL as its background database server.

In this paper, based on the analysis of the development trend of the online station system, this paper analyzes the advantages and disadvantages of the common automobile display websites, and gives the function structure of the system. This system can improve the way people buy cars, reduce the inconvenience of buying cars under the line.

To the user as the core, to the owner of the voice based design of a public platform based on WeChat 4S store display applications, with WeChat as information transmission media, based on the vehicle 4S shop information query, comparison, Car Buying, and customer service, use WeChat subscription number to form web APP, gives the user more convenient choose online car experience

Key words:Automobile exhibition service system; WeChat information system; PHP Technology

目 录

摘 要 I

ABSTRACT II

第1章 绪论 1

1.1 Android手机点菜软件简介 1

1.2 Android平台简单介绍 1

1.3 主要开发思想和技术 1

1.3.1 MVC模式 1

1.3.2 MySQL 2

1.3.3整体技术 2

第2章 系统需求分析和设计 4

2.1系统分析 4

2.1.1 可行性分析 4

2.1.2 系统需求分析 5

2.1.3 系统功能模块 5

2.2 数据库设计 6

2.2.1 表结构分析 6

2.2.2 表结构关系 7

2.2.3 表的详细设计 8

2.3 主要开发工具 9

2.3.1 Eclipse介绍 9

2.3.2 DroidDraw 介绍 10

2.3.3 ADT 介绍 10

第3章 系统实现 11

3.1 用户登录注册 11

3.1.1 登录注册说明 11

3.1.2 登录注册实现 12

3.2 点菜功能 15

3.2.1点菜功能说明 15

3.2.2点菜功能实现 17

3.3 我的订单 18

3.3.1 订单管理说明 18

3.3.2 订单管理实现 19

3.4 健康资讯 20

3.4.1健康资讯说明 20

3.4.2 健康资讯实现 20

3.5 联系客服 21

3.5.1 联系客户说明 21

3.5.2 联系客户实现 22

第4章 分析实现结果及测试 23

4.1 系统实现分析 23

4.1.1系统框架结构分析 23

4.1.2系统架构模式分析 24

4.2 系统测试 25

4.2.1测试目的 25

4.2.2测试方法 25

4.2.3测试过程 25

第5章 总结 28

参考文献 29

附 录 30

致 谢 33

绪论

1.1微信4S汽车店展示系统简介

汽车店展示系统是面向广大使用人群设计的,手机用户登录微信后可以关注以获得服务,提供的服务包括:、养、预约试驾、车主、客服等完善的功能,用户进店看车的舟车,用户不用空出时间,要闲暇时间动动,就能掌握车辆信息新,也省去了4S店的人工服务,简化服务程,为用户4s的节时间本,提供更多的便利。用户携带手机,拥有,在联网条件下使用该功能,省去额,该系统功能界面清操作简单,极大了用户。

1.2 微信平台简单介绍

微信公众平台是通过公众号为用户提供资讯和服务的平台,而公众平台开发接口则是提供服务的基础,在公众平台网站中创建公众号、获取接口权限。

识别用户,每个针每个会产生一个安全的,如果需要多、移动应用之间共通,则需前往开放平台,将这些和应用到一个开下,绑定后,一个用户虽然对多个和应用有多个的,但他对所有这些同一开放下的和应用,只有一个。

1.3 主要开发思想和技术

采用架构,利用做为4s店展示APP客户端,公众平台自定义接口作为I/O通道,APPServer端,负责逻辑和数据处理,以文字、图片、语音等方式,向用户和提供交互服务。APPServer通过API和开放互连(OpenDConnectivity,ODBC)与统、进行通讯。

您需要先支付 80元 才能查看全部内容!立即支付

课题毕业论文、开题报告、任务书、外文翻译、程序设计、图纸设计等资料可联系客服协助查找,优先添加企业微信。