摘要: 模型使用 //可以直接通过model使用模型,不需要再引入 $argc = model('admin/Users')->where('uid',1)->find(); 验证字段 先引入Validate,use think\Validate; $rule = [ 'openid' => 'requir 阅读全文
posted @ 2023-04-17 18:01 天宁哦 阅读(152) 评论(0) 推荐(0)