View Source WeChat.MiniProgram.SubscribeMessage (wechat v0.18.0)
订阅信息
Summary
Types
@type notify_code() :: String.t()
@type notify_type() :: String.t()
@type send_data() :: WeChat.SubscribeMessage.send_data()
Functions
See WeChat.SubscribeMessage.get_pub_template_key_words_by_id/2
.
@spec get_user_notify(WeChat.client(), WeChat.openid(), notify_type(), notify_code()) :: WeChat.response()
查询服务卡片状态 - 官方文档
服务卡片详细介绍: 新版一次性订阅消息开发指南
@spec set_user_notify( WeChat.client(), WeChat.openid(), notify_type(), notify_code(), send_data(), pay_check :: map() ) :: WeChat.response()
激活与更新服务卡片 - 官方文档
服务卡片详细介绍: 新版一次性订阅消息开发指南
@spec set_user_notify_ext( WeChat.client(), WeChat.openid(), notify_type(), notify_code(), data :: map() ) :: WeChat.response()
更新服务卡片扩展信息 - 官方文档
服务卡片详细介绍: 新版一次性订阅消息开发指南