POST api/AdminUser/ModifyPassAndBindingUser

后台-修改自己管理员密码和绑定网站前台用户(全站通用接口)

Request Information

URI Parameters

None.

Body Parameters

ModifyMyselfPassBindingUserDto
NameDescriptionTypeAdditional information
OldPassword

管理员旧密码

string

None.

NewPassword

管理员新密码(不传时不更改密码)

string

None.

userId

需绑定的前台用户id(不传时不绑定前台用户)

integer

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ModifyMyselfPassBindingUserDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.User">
  <NewPassword>sample string 2</NewPassword>
  <userId>3</userId>
  <OldPassword>sample string 1</OldPassword>
</ModifyMyselfPassBindingUserDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

后台-修改自己管理员密码和绑定网站前台用户(全站通用接口)

Object

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />