提示改为中文 2903

This commit is contained in:
lizanle 2015-04-08 18:22:53 +08:00
parent d1b5d28ff0
commit a04122bb8e
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ module Mobile
present :data, {token: key.access_token, user: api_user}, using: Entities::Auth
present :status, 0
else
raise 'Unauthorized.'
raise "无效的用户名或密码"
end
end