setType("image"); $req->setMedia(array('type'=>'application/octet-stream','filename'=>'image.png', 'content' => file_get_contents('/Users/test/image.png'))); $resp=$c->execute($req, "******","https://oapi.dingtalk.com/media/upload"); var_dump($resp) ?>