Download the PHP package jncinet/qihucms-qualification without Composer
On this page you can find all versions of the php package jncinet/qihucms-qualification. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jncinet/qihucms-qualification
More information about jncinet/qihucms-qualification
Files in jncinet/qihucms-qualification
Download jncinet/qihucms-qualification
More information about jncinet/qihucms-qualification
Files in jncinet/qihucms-qualification
Vendor jncinet
Package qihucms-qualification
Short Description qihucms user qualification.
License MIT
Homepage https://www.qihucms.com
Package qihucms-qualification
Short Description qihucms user qualification.
License MIT
Homepage https://www.qihucms.com
Please rate this library. Is it a good library?
Informations about the package qihucms-qualification
认证管理
安装
使用
数据迁移
发布资源
添加到会员模型
后台菜单
- 个人认证
qualification/pas
- 企业认证
qualification/cos
接口
个人认证
- 请求方式:POST
- 请求地址:qualification/pas
-
请求参数:
- 返回值:
个人认证查询
- 请求方式:GET
- 请求地址:qualification/pas
- 返回值:
企业认证
- 请求方式:POST
- 请求地址:qualification/cos
-
请求参数:
- 返回值:
企业认证查询
- 请求方式:GET
- 请求地址:qualification/cos
- 返回值:
数据库
个人认证记录表:qualification_pas
qualification/pas
qualification/cos
请求参数:
请求参数:
Field | Type | Length | AllowNull | Default | Comment |
---|---|---|---|---|---|
id | bigint | ||||
user_id | bigint | 会员ID | |||
real_name | varchar | 255 | 真实姓名 | ||
id_card_no | varchar | 255 | 身份证号 | ||
files | json | Y | NULL | 证明文件 | |
status | tinyint | 0 | 状态 | ||
created_at | timestamp | Y | NULL | 创建时间 | |
updated_at | timestamp | Y | NULL | 更新时间 |
企业认证记录表:qualification_cos
Field | Type | Length | AllowNull | Default | Comment |
---|---|---|---|---|---|
id | bigint | ||||
user_id | bigint | 会员ID | |||
company_name | varchar | 255 | 公司名称 | ||
company_id | varchar | 255 | 统一信用代码 | ||
files | json | Y | NULL | 证明文件 | |
contacts | varchar | 255 | 联系人 | ||
mobile | varchar | 255 | 手机号 | ||
varchar | 255 | Y | NULL | 邮箱 | |
address | varchar | 255 | Y | NULL | 地址 |
status | tinyint | 0 | 状态 | ||
created_at | timestamp | Y | NULL | 创建时间 | |
updated_at | timestamp | Y | NULL | 更新时间 |
All versions of qihucms-qualification with dependencies
PHP Build Version
Package Version
No informations.
The package jncinet/qihucms-qualification contains the following files
Loading the files please wait ....