离职继承-查询接替状态,分配给接替人多条客户,但是查询出来customer里面只有1条或是0条?
https://qyapi.weixin.qq.com/cgi-bin/externalcontact/resigned/transfer_result?access_token 主体id: wwce03f97db3c60070 参数1: { "handover_userid": "18081550369", "takeover_userid": "132394", "cursor":"" } 结果2: { "errcode": 0, "errmsg": "ok", "customer": [ { "external_userid": "wmckGjJwAA2m9rTtJQ7L_uAy4Zus_RPQ", "status": 1, "takeover_time": 1664612338 } ], "next_cursor": "" } 参数2: { "handover_userid": "18081550369", "takeover_userid": "niuniu", "cursor":"" } 结果2: { "errcode": 0, "errmsg": "ok", "customer": [], "next_cursor": "" }