Commit 9a19acd1 authored by 赵啸非's avatar 赵啸非

添加宜宾环境

parent b6c8a5c6
...@@ -39,6 +39,15 @@ Content-Type: application/json ...@@ -39,6 +39,15 @@ Content-Type: application/json
client.global.set("Dept_id", JSON.parse(response.body).data.id); client.global.set("Dept_id", JSON.parse(response.body).data.id);
%} %}
###部门业务
POST {{baseUrl}}/dept/getBusinessByDept
Content-Type: application/json
{
"id":1
}
###部门查看 ###部门查看
GET {{baseUrl}}/dept/info?id={{Dept_id}} GET {{baseUrl}}/dept/info?id={{Dept_id}}
Accept: application/json Accept: application/json
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment