Download the PHP package jncinet/qihucms-user-label without Composer
On this page you can find all versions of the php package jncinet/qihucms-user-label. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jncinet/qihucms-user-label
More information about jncinet/qihucms-user-label
Files in jncinet/qihucms-user-label
Download jncinet/qihucms-user-label
More information about jncinet/qihucms-user-label
Files in jncinet/qihucms-user-label
Vendor jncinet
Package qihucms-user-label
Short Description qihucms user label.
License MIT
Homepage https://www.qihucms.com
Package qihucms-user-label
Short Description qihucms user label.
License MIT
Homepage https://www.qihucms.com
Please rate this library. Is it a good library?
Informations about the package qihucms-user-label
安装
开始
数据迁移
发布资源
后台菜单
- 会员标签 => user-labels
接口
读取用户标签
- 请求方式:GET
- 请求链接:user/labels
- 请求参数:
- labels:[1,2,3] // 标签ID数组
- 返回值:
用户添加标签
- 请求方式:POST
- 请求链接:user/add-labels
- 请求参数:
- labels:[1,2,3] // 标签ID数组
- 返回值:
用户删除标签
- 请求方式:POST
- 请求链接:user/remove-labels
- 请求参数:
- 返回值:
数据库
标签表:labels
Field | Type | Length | AllowNull | Default | Comment |
---|---|---|---|---|---|
id | bigint | ||||
name | text | 标签名称 |
会员标签:label_user
Field | Type | Length | AllowNull | Default | Comment |
---|---|---|---|---|---|
id | bigint | ||||
label_id | bigint | 标签ID | |||
user_id | bigint | 会员ID |
All versions of qihucms-user-label with dependencies
PHP Build Version
Package Version
No informations.
The package jncinet/qihucms-user-label contains the following files
Loading the files please wait ....