Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
15f6cf4d
Commit
15f6cf4d
authored
May 09, 2020
by
庄冰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feishu
parent
0a38ebd3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
center-channel/app/base/service/impl/common/feishuLoginSve.js
+1
-1
center-channel/app/base/service/impl/utilsSve/utilsFeishuSve.js
+6
-0
No files found.
center-channel/app/base/service/impl/common/feishuLoginSve.js
View file @
15f6cf4d
...
@@ -38,7 +38,7 @@ class feishuLoginService{
...
@@ -38,7 +38,7 @@ class feishuLoginService{
}
}
var
userInfoObj
=
userInfoRes
.
data
;
var
userInfoObj
=
userInfoRes
.
data
;
var
createUserParams
=
{
var
createUserParams
=
{
// uapp_id,channel_userid,channel_username,channel_nickname,open_id,he
};
};
}
}
...
...
center-channel/app/base/service/impl/utilsSve/utilsFeishuSve.js
View file @
15f6cf4d
...
@@ -31,6 +31,7 @@ class UtilsFeishuService{
...
@@ -31,6 +31,7 @@ class UtilsFeishuService{
return
system
.
getResultFail
(
"未知事件"
);
return
system
.
getResultFail
(
"未知事件"
);
}
}
}
}
return
system
.
getResultFail
(
"未知事件"
);
}
}
//订阅验证
//订阅验证
async
subscribeVerification
(
pobj
){
async
subscribeVerification
(
pobj
){
...
@@ -151,3 +152,8 @@ class UtilsFeishuService{
...
@@ -151,3 +152,8 @@ class UtilsFeishuService{
}
}
}
}
module
.
exports
=
UtilsFeishuService
;
module
.
exports
=
UtilsFeishuService
;
// var task = new UtilsFeishuService();
// task.resendAppTicket().then(res=>{
// console.log(res,"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa");
// })
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment