Based on the WeChat company's small program system graduation project finished product (13) about us interface description

Main introduction: The author of "Vue.js Introduction and Mall Development" and "WeChat Mini Program Mall Development", CSDN blog expert, online education expert, CSDN diamond lecturer; focusing on graduation design education and guidance for college students.

All projects come with basic knowledge video courses from beginners to masters, free of charge

The project is equipped with corresponding development documents, opening reports, task books, PPT, paper templates, etc.

Contact information is available at the end of the article

Purpose: The main goal of this topic is to design and realize a company website system based on WeChat applets. Front-end users use applets, background management uses PHP-based development, and storage uses Mysql database; add company information, information, products, etc. through the background. Users log in through the applet to view company information, news, products, cases, etc.

Database Table

About us: aboutus

field name

type

Remark

id

int

Auto-increment; the id (primary key) of the menu, empty is not allowed

xinxi_lxid1

xinxi_biaoti

varchar

Title: Company Profile, Enterprise Qualification, Corporate Culture, Company Introduction, Company Profile

xinxi_neirong

Text

content

To store relevant project data about us

image.png

daemon

ht/ aboutus

about Us

zixun_list.php

About usProject list

zixun_xiugai.php

Item modification page

zixun_xiugai_act.php

Project Modification Procedure Handling

applet interface

about Us

wx_api_gywm.php

get information about us

Interface: http://localhost:500/wx_api_gywm.php

Parameter: id is required

Interface sample: http://localhost:500/wx_api_gywm.php?id=15

1

<p>企业文化企业文化企业文化</p><p>111111111111111</p><p>222222222222</p>

Parameter description: id=15 means company introduction; id=16 means corporate culture; id=17 means enterprise qualification; id=18 means contact us

Reference source: https://www.hzyaoyi.cn/pc_jiaocheng_tushu_index.php?/37/1441.html

Guess you like

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