yxy/y-json

返回json

1.0.0 2025-03-14 05:56 UTC

This package is not auto-updated.

Last update: 2025-04-12 04:42:17 UTC


README


/***
* @method static JsonResponse success(mixed $message = '成功', ?array $data = null)  返回成功信息
* @method static JsonResponse fail(mixed $message = '失败', ?array $data = null) 返回失败信息
* @method static JsonResponse table(array $data = []) 返回layui表格成功信息
* @method static JsonResponse create(int $status, mixed $message, ?array $data = null) 创建响应
 */