yinxu46/frappe-result
最新稳定版本:v1.0.5
Composer 安装命令:
composer require yinxu46/frappe-result
包简介
README 文档
README
thinkphp6|thinkphp8 API Result 类库
安装
composer require yinxu46/frappe-result
使用
助手函数
失败
public function success()
{
return api_success($data = null, string $msg = "ok", int $code = 200);
}
成功
public function error()
{
return api_error($msg = "fail", int $code = 200);
}
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: mit
- 更新时间: 2024-03-28