Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-api-boot-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-api-boot-master
Commits
bb48d8b0
Commit
bb48d8b0
authored
Jan 07, 2025
by
honghy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SendChamp客户端修改发送参数格式
parent
8ae5a0b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
StrUtils.java
...n/java/cn/iocoder/yudao/framework/http/util/StrUtils.java
+0
-3
SmsSendServiceImpl.java
...r/yudao/module/system/service/sms/SmsSendServiceImpl.java
+1
-0
No files found.
yudao-framework/yudao-common/src/main/java/cn/iocoder/yudao/framework/http/util/StrUtils.java
View file @
bb48d8b0
...
...
@@ -330,9 +330,6 @@ public class StrUtils {
* @return 转义后的值
*/
private
static
String
escapeValue
(
Object
value
)
{
if
(
value
instanceof
String
)
{
return
((
String
)
value
).
replaceAll
(
"[^a-zA-Z0-9_]"
,
""
);
}
return
value
.
toString
();
}
}
yudao-module-system/yudao-module-system-impl/src/main/java/cn/iocoder/yudao/module/system/service/sms/SmsSendServiceImpl.java
View file @
bb48d8b0
...
...
@@ -390,6 +390,7 @@ public class SmsSendServiceImpl implements SmsSendService {
if
((
Objects
.
isNull
(
businessProperties
)
||
!
businessProperties
.
isDebug
())
&&
smsChannel
.
getStatus
()
==
0
)
{
smsProducer
.
sendSmsSendMessageV2
(
smsSendMessage
);
}
return
sendLogId
;
}
...
...
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