Commit b50c2413 authored by jiangbowen's avatar jiangbowen

test conn

parent 2b1c12a7
......@@ -52,6 +52,12 @@ class LdapController extends Controller
'operation_type'=>'dept',
'operation'=>'edit',
'data'=>['产品技术中心2/测试部2'=>'产品技术中心/测试部35']
];
//删除部门数据格式
$data = [
'operation_type'=>'dept',
'operation'=>'del',
'data'=>['产品技术中心2/测试部35']
];
// var_dump($data);
if ($data['operation_type'] == 'emp') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment