【bug】一键登录报错Internal Server Error #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
问题描述
一键登录bug,报错Internal Server Error,无法完成登录
手机
在荣耀和vivo手机上都复现
阿里云一键登录的完整流程:客户端成功获取 token,但将 token 传给后端 /api/user/oneKeyLogin 接口时,后端返回了 500 错误。核心问题是后端服务在接收 token 并调用阿里云手机号验证接口时发生了内部异常,而非客户端或阿里云 SDK 层面的问题。
需要后台看看接口。