提交 d30cf0ca 编写于 作者: KK's avatar KK

调试

上级 65ee08e1
......@@ -169,7 +169,7 @@ export class DingTalkService {
* @memberof DingTalkService
*/
private authentication(agentId: string, corpId: string, timeStamp: any, nonceStr: string, signature: any) {
this.dd.config({
dd.config({
agentId: agentId, // 必填,微应用ID
corpId: corpId,//必填,企业ID
timeStamp: timeStamp, // 必填,生成签名的时间戳
......@@ -183,9 +183,6 @@ export class DingTalkService {
'device.audio.translateVoice'
] // 必填,需要使用的jsapi列表,注意:不要带dd。
});
this.dd.error((error: any) => {
// alert('dd error: ' + error);
});
}
/**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册