paidian/work-wx-alert

There is no license information available for the latest version (v0.5) of this package.

v0.5 2019-07-02 08:37 UTC

This package is not auto-updated.

Last update: 2024-10-31 13:05:40 UTC


README

该项目使用 composer 来完成加载

执行

composer config repositories.php-alert vcs git@git.int.haowumc.com:composer/php-alert-client.git
composer require paidian/work-wx-alert

如何使用

//通知单个或多个用户文本消息
user_text_alert('dongwei|lisida','快去领红包');

//通知一个企业微信群文本消息
chat_text_alert('api','系统挂了');