# OVERVIEW

qiye-wechat 用来支持企业微信的应用服务。

### 参考文档

企业微信官方文档：`https://work.weixin.qq.com/api/doc`

全局错误码：`https://work.weixin.qq.com/api/doc#10649`

# INSTALL

`npm install qiye-wechat` --registry=http://npmjs.gagogroup.cn

# 使用说明

### 发送消息

```typescript

MessageService.sendTextMsg(type WechatTextMsg);

```

# 更新日志

**0.0.1**

* access_token获取，支持硬盘缓存和redis缓存。

**0.0.8**

* 应用消息发送



# 后续版本支持

* 企业通讯录管理
* 外部联系人管理
* 应用管理
* 应用菜单管理