Felink API文档
简要描述
请求URL
请求方式
请求参数
参数名 必选 类型 说明
apiKey string ApiKey
nonce string 随机字符串
timestamp string 时间戳(秒)
sign string 签名
id integer 部门编号
name string 部门名称
parentId integer 父部门编号
请求示例
{
"nonce": "iGJASoKL",
"timestamp": "1649828681",
"apiKey": "a4s690Kx2W5U0Gu2",
"sign": "f6c2b273a7ecde42767c726d580a52c0",
"id": 2209,
"name": "我的部门",
"parentId": 0
}
响应示例
{
"code": 0,
"status": true,
"message": "修改成功",
"data": null
}