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.
环境
系统/平台: Linux
nodejs 版本: 12
API版本:3.34.0
问题
建议登录密码md5可选,当用户传入md5的密码则不再执行md5。
这样做多人任务时,用户就不需要传明文密码进行登录。
建议代码
有两个方案,都需要增加新的请求参数
md5_password
,区别在于参数的类型。方案一
此处query还是需要password
方案二
此处query不需要password
最后
在手机登录的api的
password
中也做此修改。The text was updated successfully, but these errors were encountered: