删除打印

This commit is contained in:
liaofei 2019-11-27 15:46:34 +08:00
parent 6058e10800
commit 703baa519d

View File

@ -87,7 +87,6 @@ class WechatTemplateService implements ProviderInterface
try {
return WechatService::sendTemplate($openid, $tempid, $data, $url, $defaultColor);
} catch (\Exception $e) {
dump($e->getMessage());
return false;
}
}