Files
full/module/base/mgt/test/dpt_modify.http

13 lines
204 B
Plaintext
Raw Permalink Normal View History

POST http://rest.apinb.com/mgt/dpt/modify
Content-Type: application/json
Authorization: {{BSM_TOKEN}}
{
"id": 1,
"name": "修改后的部门名",
"leader_id": 2,
"parent_id": 0,
"status": 1
}