摘要:
调试执行的sql语句 User::get(1); echo User::getLastSql(); 方法直接返回当前的查询SQL而不执行fetchSql echo User::fetchSql()->find(1); 手动抛出HTTP异常 throw new \think\exception\HttpException(404, '页面不存在'); 或者使用助手函数 abort... 阅读全文
posted @ 2017-11-12 22:16
yolo_bean
阅读(136)
评论(0)
推荐(0)
摘要:
永久素材上传接口又超出限制了 阅读全文
posted @ 2017-11-12 13:34
yolo_bean
阅读(99)
评论(0)
推荐(0)