A complete set of graduation projects based on the WeChat cinema seat selection and ticket purchase applet (2) development technical documents

Blogger introduction: Author of the books "Introduction to Vue.js and Practical Mall Development" and "WeChat Mini Program Mall Development", CSDN blog expert, online education expert, CSDN Diamond Lecturer; specializes in graduation design education and coaching 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

Cinema ticket purchase applet system-database ER diagram

image.png

Cinema ticket purchase applet system-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

Backend 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/qita

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/shipin

Movie

caidan_2ji.php

movie property setter

shipin_add.php

Movie entry page

shipin_add_act.php

movie entry program

shipin_list.php

Movie list

shipin_del.php

movie delete

shipin_xiugai.php

Movie modification page

shipin_xiugai_act.php

movie editing program

shipin_mulu.php

Movie show directory page

mulu1_add.php

Movie date schedule page

mulu1_add_act.php

Movie date scheduler processing

mulu1_xiugai.php

Movie date modification page

mulu1_xiugai_act.php

Movie date modification program processing

mulu2_add.php

Movie date next show entry page

mulu2_add_act.php

Movie date next show entry process

mulu2_xiugai.php

Movie date next show modification page

mulu2_xiugai_act.php

Procedure for modifying movie date and next show

dingdan_list.php

Movie order list

dingdan_del.php

Movie order delete

pingglun_list.php

Movie review list

pingglun_del.php

Movie review deleted

pinglun_chuli.php

Movie review review processing

Cinema ticket purchase applet system - applet interface file

Mini program interface

Program name

Include

front page

wx_lunbo.php

Get the top carousel image

wx_news_list.php

Get 3 latest news

wx_dianying_top4.php

Get the latest 4 movies

Information

wx_news_list_byid.php

Get information list

wx_news_info.php 

Get information details

film center

wx_dianying_all.php

Read all movies

Movie details

wx_dianying_xinxi_byid.php

Get general introduction information about movies

wx_dianying_xinxi_jieshao_byid.php

Get movie introduction information

wx_dianying_Pinlun_list.php

Get comment information

wx_dianying_shoucang_add.php

录入收藏信息

电影订座购票

wx_dianying_xinxi_byid.php

获取电影简介

wx_dianying_riqi_list_byid.php

根据电影的id,获取排片的日期 列表

wx_dianying_changci_list_byid.php

选择日期:根据电影id,拍片的日期,获取具体的场次

wx_dianying_changci_xiangqing_byid.php

选择场次:根据具体的场次获取对应的选座情况

wx_dianying_dingzuo_add.php

提交信息

留言

wx_api_liuyan.php

提交留言

会员

wx_check_reg_yonghu.php

普通用户注册

wx_check_login_yonghu.php

普通用户登录

wx_check_reg_yonghu-weixin.php

微信登录

wx_dianying_yuyue_list_byUserid.php

获取用户订单列表

wx_dianying_dingdan_del.php

取消订单

wx_dianying_dingdan_fukuan.php

模拟付款

wx_dianying_AddPinLun.php

提交评论内容

wx_dianying_shoucang_list.php

用户的收藏列表

wx_dianying_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)

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

电影分类属性表:dianying_fenlei

字段名

类型

备注

id

Int

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

caidan_mingcheng

varchar

菜单名称,允许空

caidan_lujing

varchar

菜单路径,允许空

caidan_jibie

int

菜单级别,允许空

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

caidan_suoshu

int

菜单所属上级菜单的id,允许空

paixu_id

int

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

电影表:shipin

字段名

类型

备注

id

Int

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

diqu_lxid

int

地区类型id

leixing_lxid

int

类型id

niandai_lxid

int

年代类型id

xinxi_biaoti

varchar

电影标题

xinxi_riqi

date

信息日期

shichang

int

时长

sp_jiage

int

价格

xinxi_jianjie_yn

tinyint

是否有简介:

xinxi_jianjie

text

简介

xinxi_tupian_yn

tinyint

是否有图片:

xinxi_tupian

varchar

信息图片

xinxi_ding

tinyint

是否置顶:

xinxi_neirong

text

电影内容介绍

riqi

datetime

信息发布的日期

shijian

datetime

信息发布的时间

电影订单表: shipin_dingdan

字段名

类型

备注

id

int

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

u_id

int

用户id:用户id

dianying_id

int

电影id

dianying_mc

varchar

电影名称

yuyue_riqi

varchar

预约日期

yuyue_riqiid

int

Appointment date id

yuyue_changci

varchar

Book a session

yuyue_changciid

int

Reservation session id

yuyue_zuoweis

varchar

seat

yuyue_piaoshu

int

Number of votes

yuyue_feiyong

int

cost

hold

varchar

date

shijian

varchar

time

zt

tinyint

Status: 1 means pending payment, 2 means payment, 3 means evaluation completed

shijian_fukuan

datetime

Payment time

Movie directory table: shipin_mulu

Field name

type

Remark

id

int

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

xinxi_biaoti

longtext

Catalog name (time or event)

ting

varchar

What is the hall number?

xinxi_riqi

date

date

xinxi_neirong

longtext

Time or session remarks

add_riqi

date

Entry date

add_shijian

datetime

Entry Time

tushu_id

int

movie id

tushu_mc

longtext

movie title

mulu_jibie

int

Catalog level: date level 1, event level 2

up_id

int

Superior id: up_id=0 of date

up_mc

longtext

Superior name

Reference source: https://www.hzyaoyi.cn/pc_jiaocheng_tushu_index.php?/67/1927.html

Guess you like

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