refactor: reorganize modules and add Linux build tooling
This commit is contained in:
8
module/ec/mall/test/staff/set_password.http
Normal file
8
module/ec/mall/test/staff/set_password.http
Normal file
@@ -0,0 +1,8 @@
|
||||
POST http://127.0.0.1:12419/mall.Staff/SetPassword
|
||||
content-type: application/json
|
||||
Authorization: {{BSM_TOKEN}}
|
||||
|
||||
{
|
||||
"password":"123456",
|
||||
"password_confirmed":"123456"
|
||||
}
|
||||
Reference in New Issue
Block a user