Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-platform-enterprise
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
base_platform_enterprise
gic-platform-enterprise
Commits
70c684e0
Commit
70c684e0
authored
May 22, 2020
by
guojuxing
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/developer' into developer
parents
a39744bd
32880cb1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
AppletQrcodeApiServiceImpl.java
...rprise/service/outer/impl/AppletQrcodeApiServiceImpl.java
+1
-1
SmsUtils.java
...vice/src/main/java/com/gic/enterprise/utils/SmsUtils.java
+1
-1
No files found.
gic-platform-enterprise-service/src/main/java/com/gic/enterprise/service/outer/impl/AppletQrcodeApiServiceImpl.java
View file @
70c684e0
...
...
@@ -42,7 +42,7 @@ public class AppletQrcodeApiServiceImpl implements AppletQrcodeApiService {
qrcodePathDTO
.
setUrl
(
uploadResult
.
getUrl
());
qrcodePathDTO
.
setDownloadUrl
(
uploadResult
.
getDownloadUrl
());
qrcodePathDTO
.
setPath
(
path
+
"?pageId="
+
i
);
ServiceResponse
.
success
(
qrcodePathDTO
);
return
ServiceResponse
.
success
(
qrcodePathDTO
);
}
return
ServiceResponse
.
failure
(
ErrorCode
.
SYSTEM_ERROR
.
getCode
(),
"生成小程序二维码异常"
);
}
...
...
gic-platform-enterprise-service/src/main/java/com/gic/enterprise/utils/SmsUtils.java
View file @
70c684e0
...
...
@@ -51,7 +51,7 @@ public class SmsUtils {
if
(
StringUtils
.
isBlank
(
noticeCode
))
{
return
SmsTypeEnum
.
MARKETING
.
getCode
();
}
if
(
NoticeConstant
.
PARAMS
_VERIFY_CODE
.
equals
(
noticeCode
))
{
if
(
NoticeConstant
.
NOTICE_WXA
_VERIFY_CODE
.
equals
(
noticeCode
))
{
return
SmsTypeEnum
.
AUTH_CODE
.
getCode
();
}
else
{
return
SmsTypeEnum
.
NOTICE
.
getCode
();
...
...
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