正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -183,7 +183,7 @@ class User extends Backend | @@ -183,7 +183,7 @@ class User extends Backend | ||
183 | } | 183 | } |
184 | 184 | ||
185 | if ($row) { | 185 | if ($row) { |
186 | - | 186 | + echo json_encode($row);exit; |
187 | if(!empty($mobile_col)){ | 187 | if(!empty($mobile_col)){ |
188 | //处理已有手机号 | 188 | //处理已有手机号 |
189 | $mobile = $currentSheet->getCellByColumnAndRow($col, $currentRow)->getValue(); | 189 | $mobile = $currentSheet->getCellByColumnAndRow($col, $currentRow)->getValue(); |
-
请 注册 或 登录 后发表评论