作者 xwp
1 个管道 的构建 通过 耗费 1 秒

注册记录手机号关系

... ... @@ -183,7 +183,7 @@ class User extends Backend
}
if ($row) {
echo json_encode($row);exit;
if(!empty($mobile_col)){
//处理已有手机号
$mobile = $currentSheet->getCellByColumnAndRow($col, $currentRow)->getValue();
... ...