🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
>[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" } ```