修改密码
POST
http://127.0.0.1/laravel/public/api/user/editPassword
接口描述
修改密码
请求参数
参数名
类型
描述
必填
id
int
主键id
必填
email
string
邮箱
必填
password
string
密码
必填