We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://localhost:4000/2022/05/25/api/api-yapi-change-user-role-by-mongo/
YApi 后端使用的是 MongoDB,先进入命令行管理工具: mongo 然后进入 yapi 数据库: use yapi 随后查询下指定用户的用户 id: db.getCollection(“user”).find({“username”:”glmapper”}) 也可以用邮箱来查: db.getCollection(“user”).find({“email”:”g&#x
The text was updated successfully, but these errors were encountered:
No branches or pull requests
http://localhost:4000/2022/05/25/api/api-yapi-change-user-role-by-mongo/
YApi 后端使用的是 MongoDB,先进入命令行管理工具: mongo 然后进入 yapi 数据库: use yapi 随后查询下指定用户的用户 id: db.getCollection(“user”).find({“username”:”glmapper”}) 也可以用邮箱来查: db.getCollection(“user”).find({“email”:”g&#x
The text was updated successfully, but these errors were encountered: