GET api/s/yg/UpdateUserPwd?SID={SID}&UserID={UserID}&PWD={PWD}&NewPwd={NewPwd}&LastPwd={LastPwd}
设置登录密码
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
SID | globally unique identifier |
Required |
|
UserID | globally unique identifier |
Required |
|
PWD | string |
Required |
|
NewPwd | string |
Required |
|
LastPwd | string |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.