Commit 15f6cf4d by 庄冰

feishu

parent 0a38ebd3
......@@ -38,7 +38,7 @@ class feishuLoginService{
}
var userInfoObj = userInfoRes.data;
var createUserParams = {
// uapp_id,channel_userid,channel_username,channel_nickname,open_id,he
};
}
......
......@@ -31,6 +31,7 @@ class UtilsFeishuService{
return system.getResultFail("未知事件");
}
}
return system.getResultFail("未知事件");
}
//订阅验证
async subscribeVerification(pobj){
......@@ -151,3 +152,8 @@ class UtilsFeishuService{
}
}
module.exports = UtilsFeishuService;
// var task = new UtilsFeishuService();
// task.resendAppTicket().then(res=>{
// console.log(res,"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa");
// })
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