Download the PHP package qvbilam/audit without Composer
On this page you can find all versions of the php package qvbilam/audit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package audit
说明
使用 数美天净 智能审核
安装
通过 composer 拉取包
或者通过命令: composer require qvbilam/audit
使用
验证文本
验证图片
返回结果示例
Laravel 中使用
.env
文件添加配置:
配置 config/services.php :
通过自动注入方式使用:
或者使用服务名称方式使用:
结果
方法 | 类型 | 描述 |
---|---|---|
toJson() | string | 返回json结果集 |
toArray() | array | 返回array结果集 |
isPass() | bool | 是否通过审核 |
isReview() | bool | 是否需要人工审核 |
isReject() | bool | 是否拒绝 |
getRequestId() | string | 获取请求id |
getStatus() | int | 获取审核状态 |
getDescription() | string | 获取描述说明 |
getRiskType() | string | 获取风险类型 |
getScore() | int | 获取危险分数[0, 1000] |
All versions of audit with dependencies
PHP Build Version
Package Version
The package qvbilam/audit contains the following files
Loading the files please wait ....