Commit be2621ff by 孙龙

批量发送消息

parent d2fb461f
......@@ -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","请选择对应消息模板");
}
......
......@@ -216,7 +216,7 @@
$("#submit123").click(function(){
layui.use(['layer', 'form'], function(){
layer.confirm('您是如何看待前端开发?', {
layer.confirm('确定提交?', {
btn: ['确定','取消'] //按钮
}, function(){
if($("#choose-tpl").val() == '0'){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment