Wechat strongarm

Component ID

2679142

Component name

Wechat strongarm

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

783

Component created

Component changed

Component body

本模块是Wechat 模块的一个增强补充,主要对菜单事件的一个扩展。

Wechat模块默认的自定义数据事件,只能通过hook_wechat_build_response_message($response, $request)来通过写模块和代码实现推送自定义消息,但是Wechat Strongarm对此进行了扩展,有以下几个额外数据源选择:

  1. 默认
  2. 远程数据
  3. 微信
  4. 自定义文章列表

远程数据
远程数据是通过指定一个url,url返回json数据即可,对应的json的key与微信的格式有一个映射,比如:标题、URL、图片、描述四个字段的映射。

PS:本模块主要由木辉同学开发。
@Credit by广州专业Drupal开发。