> 백엔드 개발 > PHP 튜토리얼 > 请教个问题:获取在线多客服列表。返回errorcode:-1,系统繁忙。是怎么回事?

请教个问题:获取在线多客服列表。返回errorcode:-1,系统繁忙。是怎么回事?

WBOY
풀어 주다: 2016-06-06 20:15:22
원래의
1180명이 탐색했습니다.

/**

    • @多客服

    • @获取在线客服接待信息

    • @return kf_account 客服账号@微信别名

    • @return status 客服在线状态 1:pc在线,2:手机在线 若pc和手机同时在线则为 1+2=3

    • @return kf_id 客服工号

    • @return auto_accept 客服设置的最大自动接入数

    • @return accepted_case 客服当前正在接待的会话数
      */

    1. function get_online_kf_list($i=0){

      <code>   $url = "https://api.weixin.qq.com/cgi-bin/customservice/getonlinekflist?access_token=". $this->access_token;
         $res = $this->https_request($url);
         $data = json_decode($res, true);
         //返回{ "errcode": -1, "errmsg": "system error" } 系统繁忙,求指点。
         log_message('error', var_export($data, true), 'weixin-duokefu');
         if(isset($data['errcode'])&&$data['errcode']=='40001'){
             $i++;
             $this->getAccessToken();
             return $iget_online_kf_list($i):$data;
         }
         return $data;</code>
      로그인 후 복사
      로그인 후 복사

      }

    回复内容:

    /**

    • @多客服

    • @获取在线客服接待信息

    • @return kf_account 客服账号@微信别名

    • @return status 客服在线状态 1:pc在线,2:手机在线 若pc和手机同时在线则为 1+2=3

    • @return kf_id 客服工号

    • @return auto_accept 客服设置的最大自动接入数

    • @return accepted_case 客服当前正在接待的会话数
      */

    1. function get_online_kf_list($i=0){

      <code>   $url = "https://api.weixin.qq.com/cgi-bin/customservice/getonlinekflist?access_token=". $this->access_token;
         $res = $this->https_request($url);
         $data = json_decode($res, true);
         //返回{ "errcode": -1, "errmsg": "system error" } 系统繁忙,求指点。
         log_message('error', var_export($data, true), 'weixin-duokefu');
         if(isset($data['errcode'])&&$data['errcode']=='40001'){
             $i++;
             $this->getAccessToken();
             return $iget_online_kf_list($i):$data;
         }
         return $data;</code>
      로그인 후 복사
      로그인 후 복사

      }

    관련 라벨:
    php
    원천:php.cn
    본 웹사이트의 성명
    본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
    인기 튜토리얼
    더>
    최신 다운로드
    더>
    웹 효과
    웹사이트 소스 코드
    웹사이트 자료
    프론트엔드 템플릿