public interface WxMpMarketingService
| 限定符和类型 | 方法和说明 | 
|---|---|
| void | addUserAction(List<WxMpUserAction> actions)回传数据. | 
| long | addUserActionSets(String type,
                 String name,
                 String description)
 创建数据源. | 
| WxMpAdLeadResult | getAdLeads(Date beginDate,
          Date endDate,
          List<WxMpAdLeadFilter> filtering,
          Integer page,
          Integer pageSize)
 获取朋友圈销售线索数据接口. | 
| List<WxMpUserActionSet> | getUserActionSets(Long userActionSetId)
 获取数据源信息. | 
long addUserActionSets(String type, String name, String description) throws WxErrorException
创建数据源. 接口调用请求说明 https://wximg.qq.com/wxp/pdftool/get.html?id=rkalQXDBM&pa=39
type - 用户行为源类型name - 用户行为源名称 必填description - 用户行为源描述,字段长度最小 1 字节,长度最大 128 字节WxErrorException - the wx error exceptionList<WxMpUserActionSet> getUserActionSets(Long userActionSetId) throws WxErrorException
获取数据源信息.
userActionSetId - 数据源唯一IDWxErrorException - the wx error exceptionvoid addUserAction(List<WxMpUserAction> actions) throws WxErrorException
actions - 用户行为源类型WxErrorException - the wx error exceptionWxMpAdLeadResult getAdLeads(Date beginDate, Date endDate, List<WxMpAdLeadFilter> filtering, Integer page, Integer pageSize) throws WxErrorException, IOException
获取朋友圈销售线索数据接口. 接口调用请求说明 http请求方式: POST http://api.weixin.qq.com/cgi-bin/media/voice/translatecontent?access_token=ACCESS_TOKEN&lfrom=xxx<o=xxx
beginDate - 开始日期endDate - 结束日期filtering - 过滤条件page - 页码,获取指定页数据pageSize - 一页获取的数据条数(1-100)WxErrorException - .IOException - .Copyright © 2024. All rights reserved.