Graduation project based on the WeChat vaccine appointment applet (3) Development of technical documents

Introduction to the blogger: Author of "Vue.js Introduction and Actual Mall Development" and "WeChat Mini Program Mall Development", CSDN blog expert, online education expert, CSDN diamond lecturer; focus on graduation design education and counseling for college students.

All projects come with basic knowledge video courses from entry to mastery, free of charge

The project is equipped with corresponding development documents, proposal report, task statement, PPT, thesis template, etc.

Contact details are available at the end of the article

Development Summary

Development operating system: windows10 + 4G memory + 500G

Mini program development: WeChat developer tools (MINA framework)

Backend environment: PHPstudy integrated environment

Backend development language: PHP

Backend development tool: Dreamweaver or PhpStorm (choose your own development tool)

Database: mysql8

Database management tool: navicat

Other development languages: html + css +javascript

Database ER diagram

image.png

Backend management system files

Path: The background source code ht directory is the background

Green shows the system framework, don’t move it

Location

program name

illustrate

Source code root directory

login.php

Backend login page

Source code root directory

check_u_login.php

Background login handler

ht

Backend root directory

index.php

Background Home

left.php

Backstage left menu

u_logout.php

sign out

ht/quanxian

password management

mima.php

Password change page

mima_act.php

Password change program

ht/zixun

Information

zixun_add.php

Information entry page

zixun_add_act.php

Information entry database program

zixun_list.php

Information list

zixun_xiugai.php

Information modification page

zixun_xiugai_act.php

Information modification procedure

zixun_del.php

information removal process

ht/ guanggao

Advertisements and messages

ad_index_wx.php

Carousel settings page

ad_index_wx_baocun

Carousel chart setting program processing

liuyan_list.php

Message List

liuyan_delt.php

Delete message

ht/huiyuan

member

hy_list.php

member list

hy_del.php

Member delete

ht/ yimiao

vaccine

caidan_1ji.php

Level 1 classification management of vaccine attributes

caidan_2ji.php

21-level classification management of vaccine attributes

yimiao_add.php

Vaccine entry page

yimiao_add_act.php

Vaccine entry process

yimiao_list.php

Vaccine list

yimiao_del.php

Vaccine deleted

yimiao_xiugai.php

Vaccine modification page

yimiao_xiugai_act.php

Vaccine modification procedure processing

yuyue_list.php

Vaccine appointment list

yuyue_del.php

Vaccine appointment deleted

yuyue_leixing_xiugai.php

Vaccine Appointment Status Modification Page

yuyue_leixing_xiugai_act.php

Vaccine Appointment Status Handler

Mini program interface file

Mini program interface

program name

Include

front page

wx_lunbo.php

Get the top carousel image array (multiple images)

wx_news_list.php

Get 3 latest news

wx_yimiao_top4.php

Get the latest 4 pieces of vaccine information

All vaccines

wx_yimiao_all.php

Get a list of all vaccines

Vaccine details

wx_yimiao_xinxi_byid.php

Loading Vaccine Introduction

wx_yimiao_xinxi_jieshao_byid.php

Get vaccine introduction information

wx_yimiao_shoucang_add.php

Enter collection information

Make a vaccine appointment

wx_yimiao_xinxi_byid.php

Get vaccine information

wx_yimiao_haoyuan_yes.php

Obtain information about vaccine appointments

wx_yimiao_ding_add.php

Submit vaccine appointment information

Information information

wx_news_list_byid.php

Get information list

wx_news_info.php 

Get information Details

message

wx_api_liuyan.php

Submit Message

member

wx_check_reg_yonghu.php

Ordinary user registration

wx_check_login_yonghu.php

Ordinary user login

wx_check_reg_yonghu-weixin.php

WeChat login

wx_yimiao_yuyue_list_byUserid.php

Get user reservation list

wx_yimiao_dingdan_fukuan.php

Simulate payment interface

wx_yimiao_dingdan_del.php

取消申请接口

wx_yimiao_shoucang_list.php

获取用户收藏列表

wx_yimiao_shoucang_del.php

收藏删除

wx_huiyuan_xinxi_byid.php

读取会员信息

wx_huiyuan_xinxi_update_byid.php

更新会员信息

wx_huiyuan_mima_act.php

密码修改

数据库表

广告表:guanggao

字段名

类型

备注

id

Int

自动递增;菜单的id(主键),不允许空

wz1

longtext

广告1的文字

tpdz1

longtext

广告1的图片地址

ljdz1

longtext

广告1的链接地址

wz2

longtext

广告2的文字

tpdz2

longtext

广告2的图片地址

ljdz2

longtext

广告2的链接地址

wz3

longtext

广告3的文字

tpdz3

longtext

广告3的图片地址

ljdz3

longtext

广告3的链接地址

会员表:huiyuan

字段名

类型

备注

id

int

自动递增;菜单的id(主键),不允许空

shouji

varchar

手机号:用户名

mima

varchar

密码

xingming

varchar

姓名

qq

varchar

QQ号

email

varchar

Email

wx_openid

varchar

登录微信的openid

wx_nicheng

varchar

微信昵称

wx_touxiang

varchar

微信头像图片地址

add_riqi

date

写入数据库日期

add_shijian

datetime

写入数据库时间

beizhu

text

备注

留言表:liuyan

字段名

类型

备注

id

Int

自动递增;菜单的id(主键),不允许空

xingming

varchar

姓名

dianhua

varchar

电话

youxiang

varchar

邮箱

zhuti

varchar

主题

neirong

longtext

内容

riqi

datetime

留言录入数据库的日期

shijian

datetime

留言录入数据库的时间

资讯表:zixun

字段名

类型

备注

id

Int(11)

自动递增;菜单的id(主键),不允许空

xinxi_lxid1

int(11)

外键:信息1级类型的id,参考资讯类型表的id

xinxi_biaoti

varchar(250)

信息标题

xinxi_riqi

date

信息日期

xinxi_neirong

text

内容:

add_riqi

date

写入数据库日期

add_shijian

datetime

写入数据库时间

资讯分类表:zixun_fenlei

字段名

类型

备注

id

Int(11)

自动递增;菜单的id(主键),不允许空

caidan_mingcheng

varchar(50)

菜单名称,允许空

paixu_id

int(11)

排序数字,数字大的在前面,允许空

疫苗分类表:yimiao_fenlei

字段名

类型

备注

id

Int

自动递增;菜单的id(主键),不允许空

caidan_mingcheng

varchar

菜单名称,允许空

caidan_jibie

int

菜单级别,允许空

这里做到3级:值可以是:1 | 2 | 3

caidan_suoshu

int

The id of the parent menu to which the menu belongs, empty is allowed

paixu_id

int

Sort the numbers, the bigger numbers come first, empty is allowed

Vaccine table: yimiao

Field name

type

Remark

id

Int

Automatically increment; menu id (primary key), empty is not allowed

diqu_lxid

int

region type id

leixing_lxid

int

typeid

niandai_lxid

int

age type id

xinxi_biaoti

varchar

Message title

xinxi_riqi

date

message date

shichang

int

length of stay

sp_jiage

int

price

shumu

int

number of sources

xinxi_tupian

varchar

infographics

xinxi_neirong

text

content:

add_riqi

date

Date entered into database

add_shijian

datetime

Enter database time

Vaccine order form: yimiao_dingdan

Field name

type

Remark

id

int

Automatically increment; menu id (primary key), empty is not allowed

u_id

int

userid: userid

yimiao_id

int

vaccine id

yimiao_mc

varchar

Vaccine name

yuyue_riqi

varchar

Appointment date

yuyue_riqiid

int

Appointment date id, day of the week

yuyue_zuoweis

varchar

seat

yuyue_piaoshu

int

number of votes

yuyue_feiyong

int

cost

hold

date

date

shijian

datetime

time

zt

tinyint

Status: 1 means pending payment, 2 means paid

zt_beizhu

varchar

Status operation notes

shijian_fukuan

datetime

Payment time

lianxiren

varchar

Contact person

dianhua

varchar

Telephone

beizhu

varchar

Remark

Vaccine Collection Form: yimiao_shoucang

Field name

type

Remark

id

int

Automatically increment; menu id (primary key), empty is not allowed

u_id

int

userid: userid

yimiao_id

int

vaccine id

yimiao_mc

varchar

Vaccine name

hold

date

date

shijian

datetime

time

Reference source: https://www.hzyaoyi.cn/pc_jiaocheng_tushu_index.php?/45/1581.html

Guess you like

Origin blog.csdn.net/u013818205/article/details/132788571