多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
>[info] 批量移除Wi-Fi信息 调用本接口,批量移除指定考勤组的Wi-Fi信息。 **官方文档地址:** [链接](https://open.dingtalk.com/document/orgapp-server/batch-remove-wifi-under-attendance-group) ***** * 代码: ~~~ $op_user_id = '1114511560774'; $group_key = '371DBC00FB0191E71866F6A585F07F5D'; $wifi_key_list = '4CA2BC497F759D96CD6AC23FB8268CC5'; $res = GroupManagement::groupWifisRemove($op_user_id, $group_key, $wifi_key_list); echo $res; ~~~ * 返回: ``` { "errcode": 0, "errmsg": "ok", "result": { "success_list": [ "4CA2BC497F759D96CD6AC23FB8268CC5" ] }, "success": true, "request_id": "16lzq0dleei26" } ```