module WeixinAuthorize::Api::Mass
def mass_delete_with_msgid(msg_id)
请注意,只有已经发送成功的消息才能删除删除消息只是将消息的图文详情页失效,已经收到的用户,还是能在其本地看到消息卡片。
def mass_delete_with_msgid(msg_id) mass_url = "#{mass_base_url}/delete" http_post(mass_url, {"msg_id" => msg_id}) end
def mass_delete_with_msgid(msg_id) mass_url = "#{mass_base_url}/delete" http_post(mass_url, {"msg_id" => msg_id}) end