请求参数:
{
"name": "部门A",
"parentid": 3,
"id": 5294967290
}
返回:
{
"errcode": 60008,
"errmsg": "Warning: wrong json format. department existed, hint: [1621830871_197_e3af9d5ea49c66909105e6ea38631732], from ip: 119.147.213.34, more info at https://open.work.weixin.qq.com/devtool/query?e=60008"
}
疑问:
id确实不存在,发现上送的id小于 2的32次方-2就可以,但是接口文档定义的又是 32位整型?谁能解答下到底多大?
你好,部门id 2的32次方应该是 4294967296这个值吧,传这个值是能够创建成功的