作者 sgj
1 个管道 的构建 失败 耗费 6 秒

报名后逻辑修改

... ... @@ -520,9 +520,9 @@ class ActivityController extends AdminBaseController
'app_id' => $appId,
'secret' => $secret,
];
$wechat=new Application($config);
$notice=$wechat->mini_program->notice;
try{
try{
$wechat=new Application($config);
$notice=$wechat->mini_program->notice;
$result= $notice->send($message);
}catch(Exception $e){
$e->getMessage();
... ...
... ... @@ -59,6 +59,9 @@
data-action="{:url('volunteer/delete')}" data-subcheck="true" data-msg="你确定删除吗?">
{:lang('DELETE')}
</button>
<button onclick="sendSms()" class="btn btn-primary btn-sm js-ajax-submit">
批量发送短信
</button>
</div>
<thead>
<tr>
... ... @@ -136,6 +139,10 @@
$('#forms').action=search;
}
function sendSms() {
}
</script>
... ...