You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
2.3 KiB
Plaintext

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<html>
<head>
<title>组织结构管理</title>
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="../../GPM/themes/default/easyui.css" />
<script type="text/javascript" src="//res.wx.qq.com/open/js/jweixin-1.2.0.js"></script>
<script type="text/javascript" src="//open.work.weixin.qq.com/wwopen/js/jwxwork-1.0.0.js"></script>
<script type="text/javascript" src="/WF/Scripts/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="/WF/Scripts/jquery/jquery.easyui.min.js"></script>
<script src="/WF/Scripts/jquery/locale/easyui-lang-zh_CN.js" type="text/javascript"></script>
<script src="/WF/Scripts/QueryString.js" type="text/javascript"></script>
<link href="/DataUser/Style/ccbpm.css" rel="stylesheet" type="text/css" />
<!-- 引入新版本的类库. -->
<script src="/WF/Scripts/config.js" type="text/javascript"></script>
<script src="/WF/Comm/Gener.js" type="text/javascript"></script>
<script type="text/javascript">
//初始化
$(function () {
});
</script>
<style type="text/css">
</style>
</head>
<body class="easyui-layout">
<form id="cc">
<fieldset>
<legend> CCBPM为什么需要读取通讯录的权限</legend>
<ul>
<li>由于企业微信对通讯录读取数据的限制</li>
<li>不授权无法拿到用户名称,部门名称,标签、职务、岗位等信息,流程是运转到这个基础上的。</li>
<li>一些节点都需要绑定岗位、职务、部门来计算。</li>
</ul>
<legend> 如何授予我们通讯录读写的权限?</legend>
<ul>
<li>请您按照如下步骤来执行。</li>
</ul>
<legend>第1步:使用管理员扫码登录企业微信管理后台。</legend>
<ul>
<li> xxxxx </li>
</ul>
<legend>第2步:找到企业通讯录并打开开启API授权。</legend>
<ul>
<li>xxxxxx</li>
</ul>
<legend>第3步:点击如下按钮指定同步。</legend>
<ul>
<li><a href="">同步企业通讯录数据</a></li>
</ul>
</fieldset>
</form>
</body>
</html>