sbzhu / weworkapi_php

official lib of wework api
https://work.weixin.qq.com/api/doc
355 stars 286 forks source link

CorpAPI.class.php中,BatchJobGetResult方法中的$jobId大小写不一致,导致参数错误 #12

Closed xiaoyouxi01 closed 6 years ago

xiaoyouxi01 commented 6 years ago
    public function BatchJobGetResult($jobId)
    {
        self::_HttpCall(self::BATCH_JOB_GET_RESULT, 'GET', array('jobid'=>$jobid)); 
        return Batch::Array2BatchJobResult($this->rspJson);
    }

$jobId、$jobid 大小写不一致,调用接口报错。

sbzhu commented 6 years ago

谢谢~