普通钉钉用户账号开放
Re普通钉钉用户账号开放
dd.runtime.permission.requestOperateAuthCode({
corpId: _config.corpId,
agentId: _config.agentId,
onSuccess: function (result) {
tmpAuthCode = result.code; //这里的tmpAuthcode 就是临时授权码
},
onFail: function (err) {
alert(JSON.stringify(err));
}
});
赞0
踩0