Download the PHP package jncinet/qihucms-feedback without Composer
On this page you can find all versions of the php package jncinet/qihucms-feedback. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jncinet/qihucms-feedback
More information about jncinet/qihucms-feedback
Files in jncinet/qihucms-feedback
Download jncinet/qihucms-feedback
More information about jncinet/qihucms-feedback
Files in jncinet/qihucms-feedback
Vendor jncinet
Package qihucms-feedback
Short Description qihucms feedback.
License MIT
Homepage https://www.qihucms.com
Package qihucms-feedback
Short Description qihucms feedback.
License MIT
Homepage https://www.qihucms.com
Please rate this library. Is it a good library?
Informations about the package qihucms-feedback
站内留言反馈
安装
开始
数据迁移
发布资源
后台菜单
- 反馈记录
feedback
使用
路由参数说明
反馈列表
- 请求方式 GET
- 请求地址
feedback?limit=15每页显示条数&page=1页码
- 返回值
反馈发布
- 请求方式 POST
- 请求地址
feedback
-
请求参数
- 返回值
反馈详细
- 请求方式 GET
- 请求地址
feedback/{id=反馈ID}
- 返回值
反馈更新
- 请求方式 PATCH|PUT
- 请求地址
feedback/{id=反馈ID}
-
请求参数:
- 返回值
反馈删除
- 请求方式 DELETE
- 请求地址
feedback/{id=反馈ID}
- 返回值
数据库
反馈记录表:feedback
feedback
feedback?limit=15每页显示条数&page=1页码
feedback
请求参数
feedback/{id=反馈ID}
feedback/{id=反馈ID}
请求参数:
feedback/{id=反馈ID}
Field | Type | Length | AllowNull | Default | Comment |
---|---|---|---|---|---|
id | bigint | ||||
user_id | bigint | 0 | 会员ID | ||
title | varchar | 255 | 问题标题 | ||
content | text | 问题描述 | |||
reply | text | Y | NULL | 问题回复 | |
contact | varchar | 255 | Y | NULL | 联系方式 |
file | varchar | 255 | Y | NULL | 附件 |
status | int | 0 | 状态 | ||
created_at | timestamp | Y | NULL | 创建时间 | |
updated_at | timestamp | Y | NULL | 更新时间 |
All versions of qihucms-feedback with dependencies
PHP Build Version
Package Version
No informations.
The package jncinet/qihucms-feedback contains the following files
Loading the files please wait ....