作者 xwp
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();