员工修改密码
此接口用签名方式校验
接口地址:/employee/changepwd
请求方式 put
参数:
ts 时间戳
sign 签名,时间戳+盐的md值 md5(ts + salt)
id: 员工id
password: 密码
返回格式:
{
"code": 1,
"data": {},
"msg": "success"
}Last updated
Was this helpful?
此接口用签名方式校验
请求方式 put
ts 时间戳
sign 签名,时间戳+盐的md值 md5(ts + salt)
id: 员工id
password: 密码
{
"code": 1,
"data": {},
"msg": "success"
}Last updated
Was this helpful?
Was this helpful?