Pre Merge pull request !62 from chuanwei/v2.x

pull/62/MERGE
chuanwei 2022-05-31 02:24:10 +00:00 committed by Gitee
commit 24e2bbafbd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions

View File

@ -255,13 +255,13 @@
{
"name": "重设密码",
"value": "ResetPassword",
"api": "/api/system/user/reset_password/{id}/",
"api": "/api/system/user/{id}/reset_password/",
"method": 2
},
{
"name": "重置密码",
"value": "DefaultPassword",
"api": "/api/system/user/reset_to_default_password/{id}/",
"api": "/api/system/user/{id}/reset_to_default_password/",
"method": 2
},
{