public class WxaMessageApi extends Object
WxaMessageApi()
ApiResult
sendImage(String openId, String mediaId)
sendLink(String openId, String title, String description, String url, String thumb_url)
sendText(String openId, String text)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public WxaMessageApi()
public ApiResult sendText(String openId, String text)
openId
text
public ApiResult sendImage(String openId, String mediaId)
mediaId
public ApiResult sendLink(String openId, String title, String description, String url, String thumb_url)
title
description
url
thumb_url
Copyright © 2020. All rights reserved.