Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
chenchao
6 years ago
Commit
734d7406ae64f38299ca8a8264e62408bf76e434
1 parent
c9c95727
add log
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
order/src/main/java/com/yohoufo/order/service/proxy/SendSmsService.java
order/src/main/java/com/yohoufo/order/service/proxy/SendSmsService.java
View file @
734d740
...
...
@@ -29,7 +29,7 @@ public class SendSmsService {
private
String
messageUrl
;
public
void
smsSendByMobile
(
String
content
,
List
<
String
>
mobileList
)
{
log
.
info
(
"smsSendByMobile start
."
);
log
.
info
(
"smsSendByMobile start
, content {}, mobileList {}"
,
content
,
mobileList
);
if
(
StringUtils
.
isEmpty
(
content
)
||
CollectionUtils
.
isEmpty
(
mobileList
))
{
log
.
warn
(
"smsSendByMobile fail! content is null or mobileList is empty"
);
return
;
...
...
Please
register
or
login
to post a comment