Download the PHP package jncinet/qihucms-information without Composer
On this page you can find all versions of the php package jncinet/qihucms-information. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jncinet/qihucms-information
More information about jncinet/qihucms-information
Files in jncinet/qihucms-information
Download jncinet/qihucms-information
More information about jncinet/qihucms-information
Files in jncinet/qihucms-information
Vendor jncinet
Package qihucms-information
Short Description qihucms information.
License MIT
Homepage https://www.qihucms.com
Package qihucms-information
Short Description qihucms information.
License MIT
Homepage https://www.qihucms.com
Keywords informationqihucms
Please rate this library. Is it a good library?
Informations about the package qihucms-information
会员好友、消息
安装
开始
数据迁移
发布资源
定时删除一个月前的消息
后台菜单
- 会员消息
information/messages
- 会员好友
information/friends
- 好友验证问题
information/friend-policies
使用
路由参数说明
好友列表
添加好友
如果会员设置了加好友规则,则须通过验证才能成为好友。
审核好友申请
修改好友备注名称
删除好友
有消息的好友列表
好友消息列表
发布消息
更新消息阅读状态
清空消息
- 请求方式:DELETE
- 请求地址:information/messages/{id=好友关系ID}?all=true
- 返回值
批量删除消息
- 请求方式:DELETE
- 请求地址:information/messages/{id=好友关系ID}?ids=1,2,3
- 返回值
删除消息一条消息
- 请求方式:DELETE
- 请求地址:information/messages/{id=消息ID}
- 返回值
事件调用
数据库
好友策略表:information_friend_policies
information/messages
information/friends
information/friend-policies
如果会员设置了加好友规则,则须通过验证才能成为好友。
Field | Type | Length | AllowNull | Default | Comment |
---|---|---|---|---|---|
id | bigint | 会员ID | |||
user_id | bigint | 会员ID | |||
question | varchar | 66 | Y | NULL | 问题 |
answer | varchar | 255 | Y | NULL | 答案 |
password | varchar | 255 | Y | NULL | 密码 |
created_at | timestamp | Y | NULL | 创建时间 | |
updated_at | timestamp | Y | NULL | 更新时间 |
好友关系表:information_friends
Field | Type | Length | AllowNull | Default | Comment |
---|---|---|---|---|---|
id | bigint | ||||
user_id | bigint | 会员ID | |||
friend_id | bigint | 好友ID | |||
friend_name | varchar | 66 | Y | NULL | 好友备注名称 |
status | tinyint | 0 | 状态 | ||
created_at | timestamp | Y | NULL | 创建时间 | |
updated_at | timestamp | Y | NULL | 更新时间 |
好友消息表:information_messages
Field | Type | Length | AllowNull | Default | Comment |
---|---|---|---|---|---|
id | bigint | ||||
user_id | bigint | 会员ID | |||
information_friend_id | bigint | 好友关系 | |||
message | text | 好友备注名称 | |||
type | tinyint | 0 | 信息类型 | ||
status | tinyint | 0 | 接收状态 | ||
created_at | timestamp | Y | NULL | 创建时间 | |
updated_at | timestamp | Y | NULL | 更新时间 |
All versions of qihucms-information with dependencies
PHP Build Version
Package Version
No informations.
The package jncinet/qihucms-information contains the following files
Loading the files please wait ....