Files
full/module/ec/mall/test/staff/set_password.http

8 lines
175 B
HTTP

POST http://127.0.0.1:12419/mall.Staff/SetPassword
content-type: application/json
Authorization: {{BSM_TOKEN}}
{
"password":"123456",
"password_confirmed":"123456"
}