change status from 1 to 0

This commit is contained in:
nigel007 2019-07-26 11:13:34 +08:00
parent 160073df60
commit 071d7757d0
1 changed files with 2 additions and 2 deletions

View File

@ -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