Commit 7d97dfe2 authored by hujun's avatar hujun

新增冻结客户注册

parent 2b45b93f
......@@ -239,7 +239,7 @@ class Member extends Basic
return $this->response(101, '手机号码为空');
}
if (empty($user_data->id)) {
if (empty($user_data->id) || ($user_data->status == -1)) {
if ($this->request->param('code') == $code && $code != '') {
$referrer_source = $this->request->param('referrer_source');
$referrer_id = $this->request->param('referrer_id');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment