0
点赞
收藏
分享

微信扫一扫

TP6 封装三要素 成功返回 错误返回

数数扁桃 2022-02-19 阅读 102
class codeDate
{
// 正确返回三要素
    public function correct($code,$msg,$data=[''])
    {
        return json(['code'=>$code,'msg'=>$msg,'data'=>$data]);
    }
//    错误返回三要素
    public function error($code,$msg,$data=[''])
    {
        return json(['code'=>$code,'msg'=>$msg,'data'=>$data]);
    }
举报

相关推荐

Docker 三要素

tp6 RabbitMQ

安装tp6

面向对象三要素

tp5.1 封装api接口返回格式

绩效管理三要素

0 条评论