Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-ui
·
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
zhengyouwei
8 years ago
Commit
a7595171dc227dd1c6b2f6234006aacbc7efe27a
1 parent
1e7aebaf
add
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
monitor-ui-ctrl/src/main/java/com/ui/ctrl/SmsUpctrl.java
monitor-ui-ctrl/src/main/java/com/ui/ctrl/SmsUpctrl.java
View file @
a759517
...
...
@@ -42,6 +42,7 @@ public class SmsUpctrl {
@RequestMapping
(
"/deliverMessageVoice"
)
@ResponseBody
public
QcloudSmsUpResp
voiceUp
(
@RequestBody
QcloudVoiceUp
qcloudVoiceUp
)
{
logger
.
info
(
"qcloud voice up {}"
,
JSON
.
toJSONString
(
qcloudVoiceUp
));
httpRestClient
.
defaultPost
(
"/smsup/voiceUp"
,
qcloudVoiceUp
,
BaseResponse
.
class
);
return
new
QcloudSmsUpResp
(
0
,
""
);
}
...
...
Please
register
or
login
to post a comment