change status from 1 to 0
This commit is contained in:
parent
160073df60
commit
071d7757d0
|
@ -196,7 +196,7 @@ module Mobile
|
|||
bpc.save
|
||||
{status: 0}
|
||||
else
|
||||
{status: 1, message: '当前client已经注册过了'}
|
||||
{status: 0, message: '当前client已经注册过了'}
|
||||
end
|
||||
else
|
||||
# 表示没有查到用户信息
|
||||
|
@ -217,7 +217,7 @@ module Mobile
|
|||
bpc.save
|
||||
{status: 0}
|
||||
else
|
||||
{status: 1, message: '当前client已经注册过了'}
|
||||
{status: 0, message: '当前client已经注册过了'}
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue