You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
环境
系统/平台: 安卓手机 红米7 termux软件 aarch64
nodejs 版本: v13.0.0
API版本: 3.25.3
出现问题
在termux里运行服务器后,尝试使用手机号码登陆。
以下操作均在在手机浏览器里进行:
输入网址可以获取验证码,验证验证码成功(返回200)。但是输入http://localhost:3000/login
后,返回{"code":301,"msg":"需要登录"}
/status## 重现步骤
4: 输入pkg install nodejs
5: pkg install git; git clone <你的项目地址>;cd xx
6: npm install;node app.js
期待效果
查看登陆状态,是301,期望200
The text was updated successfully, but these errors were encountered: