|
const { password, mobile, set, r_mobile } = data;
|
|
const { password, mobile, set, r_mobile } = data;
|
|
if (is_exists) { throw new BusinessError(ErrorCode.DATA_EXISTED, '手机号已存在'); }
|
|
if (is_exists) { throw new BusinessError(ErrorCode.DATA_EXISTED, '手机号已存在'); }
|