Commit b12dbe09 authored by jiangbowen's avatar jiangbowen

test conn

parent c868894b
No related merge requests found
......@@ -46,6 +46,12 @@ class LdapController extends Controller
'operation_type'=>'dept',
'operation'=>'add',
'data'=>['产品技术中心/测试部']
];
//编辑部门数据格式
$data = [
'operation_type'=>'dept',
'operation'=>'edit',
'data'=>['产品技术中心/测试部'=>'产品技术中心/测试部2']
];
// 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