Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haoban3.0
haoban-manage3.0
Commits
1a2bb6c3
Commit
1a2bb6c3
authored
Oct 09, 2022
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
ad133b1a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
QwFriendApiServiceImpl.java
...nage/service/service/out/impl/QwFriendApiServiceImpl.java
+5
-1
QwTimesUtils.java
...java/com/gic/haoban/manage/service/util/QwTimesUtils.java
+4
-1
No files found.
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/out/impl/QwFriendApiServiceImpl.java
View file @
1a2bb6c3
...
...
@@ -48,7 +48,11 @@ public class QwFriendApiServiceImpl implements QwFriendApiService {
@Override
public
ServiceResponse
<
Map
<
String
,
String
>>
pendingIdCheck
(
String
enterpriseId
)
{
return
null
;
String
unionid
=
"orXl9t6P-XBJQyaNCaJj38GLyYd0"
;
String
openid
=
"o0Yvd0246SId1HwEjQa54LzMcFU0"
;
String
wxaUnionid
=
"orXl9t6P-XBJQyaNCaJj38GLyYd0"
;
String
wxaOpenid
=
"oBZYC0SBJdJb_RsUr1F2EkKyguC4"
;
return
this
.
pendingIdCheck
(
enterpriseId
,
unionid
,
openid
,
wxaUnionid
,
wxaOpenid
);
}
@Override
...
...
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/util/QwTimesUtils.java
View file @
1a2bb6c3
...
...
@@ -177,7 +177,10 @@ public class QwTimesUtils {
title
=
"即将达到可调用次数"
;
}
}
if
(
sendFlag
)
{
String
alertKey
=
qwInterface
.
getName
()+
enterpriseId
+
"alert"
;
if
(
sendFlag
&&
null
==
RedisUtil
.
getCache
(
alertKey
))
{
RedisUtil
.
setCache
(
alertKey
,
1
,
1000
*
60
*
60
*
24L
);
EnterpriseDTO
enterpriseDTO
=
enterpriseService
.
getEnterpriseById
(
enterpriseId
);
String
brandName
=
enterpriseDTO
.
getBrandName
();
// 达到上限时文案
...
...
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