正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
@@ -189,7 +189,7 @@ class Bind extends Api | @@ -189,7 +189,7 @@ class Bind extends Api | ||
189 | $this->error('连接错误', ['status' => 3]); | 189 | $this->error('连接错误', ['status' => 3]); |
190 | } | 190 | } |
191 | $data = db('study')->where('unique', $unique)->field('name,gender,sno')->find(); | 191 | $data = db('study')->where('unique', $unique)->field('name,gender,sno')->find(); |
192 | - $this->success('扫码成功', [$data, 'status' => 1]); | 192 | + $this->success('扫码成功', $data); |
193 | } | 193 | } |
194 | 194 | ||
195 | /** | 195 | /** |
@@ -4973,7 +4973,7 @@ | @@ -4973,7 +4973,7 @@ | ||
4973 | 4973 | ||
4974 | </div> | 4974 | </div> |
4975 | <div class="col-md-6" align="right"> | 4975 | <div class="col-md-6" align="right"> |
4976 | - Generated on 2023-03-14 11:56:02 <a href="./" target="_blank">校园活动</a> | 4976 | + Generated on 2023-03-14 11:57:04 <a href="./" target="_blank">校园活动</a> |
4977 | </div> | 4977 | </div> |
4978 | </div> | 4978 | </div> |
4979 | 4979 |
-
请 注册 或 登录 后发表评论