POST ResetPassword?userid={userid}&password={password}&newpassword={newpassword}
“Post”的文档。
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
userid | “userid”的文档。 |
Define this parameter in the request URI. |
password | “password”的文档。 |
Define this parameter in the request URI. |
newpassword | “newpassword”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "Code": 1, "Msg": "sample string 2" }