Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
zhangshaowu
/
pipi-helper
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 44dd2de1
authored
Oct 16, 2022
by
liushuangwu
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
xiaoshanOpenId
1 parent
efe136d0
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletions
src/main/java/com/pipihelper/project/feishu/dto/FeiShuConfig.java
src/main/java/com/pipihelper/project/scheduled/MassageNoticeScheduleService.java
src/main/resources/application-prod.yml
src/main/java/com/pipihelper/project/feishu/dto/FeiShuConfig.java
View file @
44dd2de
...
@@ -26,6 +26,7 @@ public class FeiShuConfig {
...
@@ -26,6 +26,7 @@ public class FeiShuConfig {
private
String
appId
;
private
String
appId
;
private
String
appSecret
;
private
String
appSecret
;
private
String
ChatId
;
private
String
ChatId
;
private
String
xiaoshanOpenId
;
//小单openId
private
String
tableId
;
private
String
tableId
;
private
String
peopleTableId
;
private
String
peopleTableId
;
...
...
src/main/java/com/pipihelper/project/scheduled/MassageNoticeScheduleService.java
View file @
44dd2de
...
@@ -139,7 +139,7 @@ public class MassageNoticeScheduleService {
...
@@ -139,7 +139,7 @@ public class MassageNoticeScheduleService {
FeiShuChatDTO
feiShuChatDTO
=
new
FeiShuChatDTO
();
FeiShuChatDTO
feiShuChatDTO
=
new
FeiShuChatDTO
();
feiShuChatDTO
.
setName
(
"按摩群 "
+
DateUtil
.
today
());
feiShuChatDTO
.
setName
(
"按摩群 "
+
DateUtil
.
today
());
feiShuChatDTO
.
setOwnerId
(
pushPainBOList
.
get
(
0
).
getOpen
Id
());
feiShuChatDTO
.
setOwnerId
(
feiShuConfig
.
getChat
Id
());
feiShuChatDTO
.
setUserIdList
(
userIdList
);
feiShuChatDTO
.
setUserIdList
(
userIdList
);
String
chatId
=
feiShuApiService
.
createChatList
(
feiShuChatDTO
);
String
chatId
=
feiShuApiService
.
createChatList
(
feiShuChatDTO
);
massageService
.
sendMassageMsgCardToPiPiChat
(
pushPainBOList
,
chatId
);
massageService
.
sendMassageMsgCardToPiPiChat
(
pushPainBOList
,
chatId
);
...
...
src/main/resources/application-prod.yml
View file @
44dd2de
...
@@ -16,6 +16,7 @@ feishu:
...
@@ -16,6 +16,7 @@ feishu:
appId
:
cli_a3c0cb967f619013
appId
:
cli_a3c0cb967f619013
appSecret
:
NdqjzD2Bkaif6HyU8KCXGbFJzDhEEimt
appSecret
:
NdqjzD2Bkaif6HyU8KCXGbFJzDhEEimt
ChatId
:
oc_2c70ffa8559b1bdd75c4dca0490b7a05
ChatId
:
oc_2c70ffa8559b1bdd75c4dca0490b7a05
xiaoshanOpenId
:
od-41a0dc296e8761e3708560eeea68bbf6
# 腾讯云配置参数
# 腾讯云配置参数
tx
:
tx
:
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment