Skip to content

Commit

Permalink
Merge pull request node-webot#21 from node-webot/material
Browse files Browse the repository at this point in the history
添加永久素材的管理接口
  • Loading branch information
JacksonTian committed Mar 21, 2015
2 parents ab88af6 + 6adcdab commit bdae6e8
Show file tree
Hide file tree
Showing 3 changed files with 400 additions and 7 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ API.mixin(require('./lib/api_user'));
API.mixin(require('./lib/api_qrcode'));
// 媒体管理(上传、下载)
API.mixin(require('./lib/api_media'));
// 永久素材管理接口
API.mixin(require('./lib/api_material'));
// 客服消息
API.mixin(require('./lib/api_message'));
// 模板消息
Expand Down
Loading

0 comments on commit bdae6e8

Please sign in to comment.