wxm007
Results
1
issues of
wxm007
public Long sendTemplate(String accessToken, String openId, String templateId, String link, List fields) { Preconditions.checkNotNullAndEmpty(accessToken, "accessToken"); Preconditions.checkNotNullAndEmpty(openId, "openId"); Preconditions.checkNotNullAndEmpty(templateId, "templateId"); String url = "http://api.weixin.qq.com/cgi-bin/message/template/send?access_token=" + accessToken; Map params = this.buildTemplateParams(openId, templateId,...