您的浏览器已禁用 JavaScript。
跳过导航链接
me.chanjar.weixin.mp.api.impl

类 WxMpGuideMassedJobServiceImpl

    • 构造器详细资料

      • WxMpGuideMassedJobServiceImpl

        public WxMpGuideMassedJobServiceImpl()
    • 方法详细资料

      • addGuideMassedJob

        public WxMpGuideMassed addGuideMassedJob(String account,
         String openid,
         String taskName,
         String taskRemark,
         Long pushTime,
         List<String> userOpenIds,
         List<WxMpGuideMaterialInfo> materialInfos)
         throws WxErrorException 
        从接口复制的说明: WxMpGuideMassedJobService
        添加群发任务
         请求地址: POST https://api.weixin.qq.com/cgi-bin/guide/addguidemassendjob?access_token=ACCESS_TOKEN
         文档地址:https://developers.weixin.qq.com/doc/offiaccount/Shopping_Guide/task-account/shopping-guide.addGuideMassendJob.html
         
        指定者:
        addGuideMassedJob 在接口中 WxMpGuideMassedJobService
        参数:
        account - 顾问微信号(guide_account和guide_openid二选一)
        openid - 顾问openid或者unionid(guide_account和guide_openid二选一)
        taskName - 群发任务名称,不超过16字
        taskRemark - 群发任务备注,不超过100字
        pushTime - 任务下发给顾问的时间, 秒级时间戳, 范围为当前时间开始到最近一个月内
        userOpenIds - 客户openid列表
        materialInfos - 不超过3个素材
        返回:
        群发任务id与客户openid列表 wx mp guide massed
        抛出:
        WxErrorException - 。
      • getGuideMassedJobList

        public List<WxMpGuideMassedInfo> getGuideMassedJobList(String account,
         String openid,
         List<Integer> taskStatus,
         Integer offset,
         Integer limit)
         throws WxErrorException 
        从接口复制的说明: WxMpGuideMassedJobService
        获取群发任务列表
         请求地址: POST https://api.weixin.qq.com/cgi-bin/guide/getguidemassendjoblist?access_token=ACCESS_TOKEN
         文档地址:https://developers.weixin.qq.com/doc/offiaccount/Shopping_Guide/task-account/shopping-guide.getGuideMassendJobList.html
         
        指定者:
        getGuideMassedJobList 在接口中 WxMpGuideMassedJobService
        参数:
        account - 顾问微信号(guide_account和guide_openid二选一)
        openid - 顾问openid或者unionid(guide_account和guide_openid二选一)
        taskStatus - 获取指定状态的任务(为空则表示拉取所有状态的任务)
        offset - 偏移位置(从什么位置开始拉取)
        limit - 条数(默认50)
        返回:
        群发任务列表 guide massed job list
        抛出:
        WxErrorException - 。
      • updateGuideMassedJob

        public void updateGuideMassedJob(String taskId,
         String taskName,
         String taskRemark,
         Long pushTime,
         List<String> userOpenIds,
         List<WxMpGuideMaterialInfo> materialInfos)
         throws WxErrorException 
        从接口复制的说明: WxMpGuideMassedJobService
        修改群发任务 无法修改已经执行的任务,返回参数错误
         请求地址: POST https://api.weixin.qq.com/cgi-bin/guide/updateguidemassendjob?access_token=ACCESS_TOKEN
         文档地址:https://developers.weixin.qq.com/doc/offiaccount/Shopping_Guide/task-account/shopping-guide.updateGuideMassendJob.html
         
        指定者:
        updateGuideMassedJob 在接口中 WxMpGuideMassedJobService
        参数:
        taskId - 任务ID
        taskName - 群发任务名称,不超过16字
        taskRemark - 群发任务备注,不超过100字
        pushTime - 下发时间, 秒级时间戳, 范围为当前时间开始到最近一个月内
        userOpenIds - 客户openid列表
        materialInfos - 不超过3个素材
        抛出:
        WxErrorException - 。
      • cancelGuideMassedJob

        public void cancelGuideMassedJob(String taskId)
         throws WxErrorException 
        从接口复制的说明: WxMpGuideMassedJobService
        取消群发任务 取消给顾问分配的群发任务, 已执行的任务无法取消。
         请求地址: POST https://api.weixin.qq.com/cgi-bin/guide/cancelguidemassendjob?access_token=ACCESS_TOKEN
         文档地址:https://developers.weixin.qq.com/doc/offiaccount/Shopping_Guide/task-account/shopping-guide.cancelGuideMassendJob.html
         
        指定者:
        cancelGuideMassedJob 在接口中 WxMpGuideMassedJobService
        参数:
        taskId - 任务ID
        抛出:
        WxErrorException - .
跳过导航链接

Copyright © 2024. All rights reserved.

AltStyle によって変換されたページ (->オリジナル) /