Replace DB with Store in service/user (#321)

This commit is contained in:
zhaoyang
2022-01-28 19:03:34 +08:00
committed by GitHub
parent 8246d8f8a7
commit cd215a8392
17 changed files with 885 additions and 284 deletions

View File

@@ -28,7 +28,7 @@
"title": "Update the account password",
"run_check": false,
"request": {
"id": "user-1",
"userId": "user-1",
"oldPassword": "Password1",
"newPassword": "Password2",
"confirmPassword": "Password2"