Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
李洋
/
消息系统
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
be2621ff
authored
May 24, 2019
by
孙龙
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
批量发送消息
parent
d2fb461f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
app/Http/Controllers/MessageApiController.php
resources/views/message/sendmanualmessage.blade.php
app/Http/Controllers/MessageApiController.php
View file @
be2621ff
...
...
@@ -603,7 +603,7 @@ class MessageApiController extends Controller
$connection
->
close
();
return
back
()
->
with
(
"success_batch_msg"
,
"上传成功"
);
}
catch
(
\Exception
$e
){
//
dump($e->getMessage());
dump
(
$e
->
getMessage
());
$channel
->
tx_rollback
();
return
back
()
->
with
(
"error_batch_msg"
,
"请选择对应消息模板"
);
}
...
...
resources/views/message/sendmanualmessage.blade.php
View file @
be2621ff
...
...
@@ -216,7 +216,7 @@
$
(
"#submit123"
).
click
(
function
(){
layui
.
use
([
'layer'
,
'form'
],
function
(){
layer
.
confirm
(
'
您是如何看待前端开发
?'
,
{
layer
.
confirm
(
'
确定提交
?'
,
{
btn
:
[
'确定'
,
'取消'
]
//按钮
},
function
(){
if
(
$
(
"#choose-tpl"
).
val
()
==
'0'
){
...
...
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