|
|
@@ -243,6 +243,7 @@ class User extends BaseModel
|
|
|
'loginip' => Request::instance()->ip(),
|
|
|
'login_type' => $routineUser['login_type'],
|
|
|
'cid' => $routineUser['cid'],
|
|
|
+ 'status' =>'normal',
|
|
|
]);
|
|
|
$routineUser['user_id'] = $res2['id'];
|
|
|
$routineUser['login_type'] = $routineUser['login_type'];
|
|
|
@@ -271,7 +272,6 @@ class User extends BaseModel
|
|
|
$routineInfo['unionid'] = $routine['unionId'];//用户在开放平台的唯一标识符
|
|
|
$routineInfo['login_type'] = 2;//用户类型
|
|
|
$routineInfo['cid'] = $routine['cid'];
|
|
|
- $routineInfo['status'] = 'normal';
|
|
|
$spid = 0;//绑定关系uid
|
|
|
$isCOde = false;
|
|
|
//获取是否有扫码进小程序
|