Skip to content

个人封装的laravel-json格式返回器(作者:姚留洋)

Notifications You must be signed in to change notification settings

762301880/response

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json格式接口返回器

个人封装的laravel-json格式返回器(作者:姚留洋,个人博客地址

使用方法

在控制器中引用类

use Response\ResponseLayout;

调用方法

# 参数1,`bool`类型就是说返回的是正确的还是错误的。参数2,`msg`返回成功或者错误的信息,参数3,`data`,为数组的形式['data'=>$data]
return ResponseLayout::apply(true,'成功',['data'=>$data]);

About

个人封装的laravel-json格式返回器(作者:姚留洋)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages