Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dmhub-plugin
Project
Project
Details
Activity
Releases
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
qinxunjia
dmhub-plugin
Commits
d5a8021d
Commit
d5a8021d
authored
Jul 22, 2020
by
qinxunjia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化bug
parent
4755e7e5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
BgySmsServiceImpl.java
...m/bgy/sms/channel/bgy/service/impl/BgySmsServiceImpl.java
+1
-1
application-prod.yml
src/main/resources/application-prod.yml
+0
-1
application.yml
src/main/resources/application.yml
+1
-0
No files found.
src/main/java/com/bgy/sms/channel/bgy/service/impl/BgySmsServiceImpl.java
View file @
d5a8021d
...
...
@@ -123,7 +123,7 @@ public class BgySmsServiceImpl implements BgySmsService {
if
(!
sendSuccessCode
.
equals
(
retCode
))
{
return
new
CLBizResponse
(
ResponseCode
.
UPSTREAM_FAIL
.
getCode
(),
err
);
}
else
{
return
new
CLBizResponse
(
ResponseCode
.
UPSTREAM_FAIL
.
getCode
(),
err
);
return
new
CLBizResponse
(
ResponseCode
.
SUCCESS
);
}
}
...
...
src/main/resources/application-prod.yml
View file @
d5a8021d
...
...
@@ -9,7 +9,6 @@ server:
spring
:
datasource
:
db1
:
jdbc-url
:
${dataSource1_url}
driverClassName
:
com.mysql.cj.jdbc.Driver
...
...
src/main/resources/application.yml
View file @
d5a8021d
...
...
@@ -9,6 +9,7 @@ info:
spring
:
profiles
:
active
:
test
# active: ${sms-active}
mybatis-plus
:
mapper-locations
:
classpath:mapper/*.xml
...
...
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