通知短信+运营短信,5秒速达,支持群发助手一键发送🚀高效触达和通知客户 广告
通过cnpm使用淘宝镜像: ``` npm install -g cnpm --registry=https://registry.npm.taobao.org ``` 将npm设置为淘宝镜像: ``` npm config set registry https://registry.npm.taobao.org ``` 查看cnpm镜像设置: ``` npm config get registry  ``` 查看cnpm镜像设置: ``` cnpm config get registry  ```