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

类 WxMpGuideBuyerServiceImpl

    • 构造器详细资料

      • WxMpGuideBuyerServiceImpl

        public WxMpGuideBuyerServiceImpl()
    • 方法详细资料

      • addGuideBuyerRelation

        public List<WxMpGuideBuyerResp> addGuideBuyerRelation(String account,
         String openid,
         List<WxMpAddGuideBuyerInfo> infos)
         throws WxErrorException 
        从接口复制的说明: WxMpGuideBuyerService
        为顾问分配客户(批量)
         请求地址: POST https://api.weixin.qq.com/cgi-bin/guide/addguidebuyerrelation?access_token=ACCESS_TOKEN
         文档地址:https://developers.weixin.qq.com/doc/offiaccount/Shopping_Guide/buyer-account/shopping-guide.addGuideBuyerRelation.html
         
        指定者:
        addGuideBuyerRelation 在接口中 WxMpGuideBuyerService
        参数:
        account - 顾问微信号(guide_account和guide_openid二选一,若同时请求,默认为guide_account)
        openid - 顾问openid或者unionid(guide_account和guide_openid二选一)
        infos - 客户列表
        返回:
        客户列表添加结果 list
        抛出:
        WxErrorException - .
      • delGuideBuyerRelation

        public List<WxMpGuideBuyerResp> delGuideBuyerRelation(String account,
         String openid,
         List<String> buyerOpenIds)
         throws WxErrorException 
        从接口复制的说明: WxMpGuideBuyerService
        为顾问移除客户(批量)
         请求地址: POST https://api.weixin.qq.com/cgi-bin/guide/delguidebuyerrelation?access_token=ACCESS_TOKEN
         文档地址:https://developers.weixin.qq.com/doc/offiaccount/Shopping_Guide/buyer-account/shopping-guide.delGuideBuyerRelation.html
         
        指定者:
        delGuideBuyerRelation 在接口中 WxMpGuideBuyerService
        参数:
        account - 顾问微信号(guide_account和guide_openid二选一,若同时请求,默认为guide_account)
        openid - 顾问openid或者unionid(guide_account和guide_openid二选一)
        buyerOpenIds - 客户openid列表,不超过200
        返回:
        客户列表移除结果 list
        抛出:
        WxErrorException - the wx error exception
      • getGuideBuyerRelationList

        public WxMpGuideBuyerInfoList getGuideBuyerRelationList(String account,
         String openid,
         int page,
         int num)
         throws WxErrorException 
        从接口复制的说明: WxMpGuideBuyerService
        获取顾问的客户列表
         请求地址: POST https://api.weixin.qq.com/cgi-bin/guide/getguidebuyerrelationlist?access_token=ACCESS_TOKEN
         文档地址:https://developers.weixin.qq.com/doc/offiaccount/Shopping_Guide/buyer-account/shopping-guide.getGuideBuyerRelationList.html
         
        指定者:
        getGuideBuyerRelationList 在接口中 WxMpGuideBuyerService
        参数:
        account - 顾问微信号(guide_account和guide_openid二选一,若同时请求,默认为guide_account)
        openid - 顾问openid或者unionid(guide_account和guide_openid二选一)
        page - 分页页数,从0开始,用于组内顾问分页获取
        num - 每页数量
        返回:
        顾问的客户列表 guide buyer relation list
        抛出:
        WxErrorException - .
      • rebindGuideAcctForBuyer

        public List<WxMpGuideBuyerResp> rebindGuideAcctForBuyer(String oldAccount,
         String oldOpenid,
         String account,
         String openid,
         List<String> buyerOpenIds)
         throws WxErrorException 
        从接口复制的说明: WxMpGuideBuyerService
        为客户更换顾问(批量)
         请求地址: POST https://api.weixin.qq.com/cgi-bin/guide/rebindguideacctforbuyer?access_token=ACCESS_TOKEN
         文档地址:https://developers.weixin.qq.com/doc/offiaccount/Shopping_Guide/buyer-account/shopping-guide.rebindGuideAcctForBuyer.html
         
        指定者:
        rebindGuideAcctForBuyer 在接口中 WxMpGuideBuyerService
        参数:
        oldAccount - 原顾问微信号(old_guide_account和new_guide_account配套使用)
        oldOpenid - 原顾问openid或者unionid(old_guide_openid和new_guide_openid配套使用)
        account - 新顾问微信号(new_guide_account和new_guide_openid二选一)
        openid - 新顾问openid或者unionid(new_guide_account和new_guide_openid二选一)
        buyerOpenIds - 客户列表,不超过200
        返回:
        客户列表换绑结果 list
        抛出:
        WxErrorException - .
      • rebindGuideAcctForBuyer

        public void rebindGuideAcctForBuyer(String oldAccount,
         String oldOpenid,
         String account,
         String openid,
         String userOpenid)
         throws WxErrorException 
        从接口复制的说明: WxMpGuideBuyerService
        为客户更换顾问(单个)
        指定者:
        rebindGuideAcctForBuyer 在接口中 WxMpGuideBuyerService
        参数:
        oldAccount - 原顾问微信号(old_guide_account和new_guide_account配套使用)
        oldOpenid - 原顾问openid或者unionid(old_guide_openid和new_guide_openid配套使用)
        account - 新顾问微信号(new_guide_account和new_guide_openid二选一)
        openid - 新顾问openid或者unionid(new_guide_account和new_guide_openid二选一)
        userOpenid - 用户openid
        抛出:
        WxErrorException - 。
      • updateGuideBuyerRelation

        public void updateGuideBuyerRelation(String account,
         String openid,
         String userOpenid,
         String nickname)
         throws WxErrorException 
        从接口复制的说明: WxMpGuideBuyerService
        修改客户昵称
         请求地址: POST https://api.weixin.qq.com/cgi-bin/guide/updateguidebuyerrelation?access_token=ACCESS_TOKEN
         文档地址:https://developers.weixin.qq.com/doc/offiaccount/Shopping_Guide/buyer-account/shopping-guide.updateGuideBuyerRelation.html
         
        指定者:
        updateGuideBuyerRelation 在接口中 WxMpGuideBuyerService
        参数:
        account - 顾问微信号(guide_account和guide_openid二选一,若同时请求,默认为guide_account)
        openid - 顾问openid或者unionid(guide_account和guide_openid二选一)
        userOpenid - 客户openid
        nickname - 客户昵称
        抛出:
        WxErrorException - .
      • getGuideBuyerRelationByBuyer

        public WxMpGuideBuyerRelation getGuideBuyerRelationByBuyer(String openid)
         throws WxErrorException 
        从接口复制的说明: WxMpGuideBuyerService
        查询客户所属顾问
         请求地址: POST https://api.weixin.qq.com/cgi-bin/guide/getguidebuyerrelationbybuyer?access_token=ACCESS_TOKEN
         文档地址:https://developers.weixin.qq.com/doc/offiaccount/Shopping_Guide/buyer-account/shopping-guide.getGuideBuyerRelationByBuyer.html
         
        指定者:
        getGuideBuyerRelationByBuyer 在接口中 WxMpGuideBuyerService
        参数:
        openid - 客户openid
        返回:
        客户顾问关系信息 guide buyer relation by buyer
        抛出:
        WxErrorException - .
      • getGuideBuyerRelation

        public WxMpGuideBuyerInfo getGuideBuyerRelation(String account,
         String openid,
         String userOpenid)
         throws WxErrorException 
        从接口复制的说明: WxMpGuideBuyerService
        查询指定顾问和客户的关系
         请求地址: POST https://api.weixin.qq.com/cgi-bin/guide/getguidebuyerrelation?access_token=ACCESS_TOKEN
         文档地址:https://developers.weixin.qq.com/doc/offiaccount/Shopping_Guide/buyer-account/shopping-guide.getGuideBuyerRelation.html
         
        指定者:
        getGuideBuyerRelation 在接口中 WxMpGuideBuyerService
        参数:
        account - 顾问微信号(guide_account和guide_openid二选一,若同时请求,默认为guide_account)
        openid - 顾问openid或者unionid(guide_account和guide_openid二选一)
        userOpenid - 客户openid
        返回:
        客户信息 guide buyer relation
        抛出:
        WxErrorException - .
跳过导航链接

Copyright © 2024. All rights reserved.

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