设为首页收藏本站

简体中文 繁體中文 English 日本語 Deutsch 한국 사람 بالعربية TÜRKÇE português คนไทย Français

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 100|回复: 5

PHP京东图床上传接口源码

[复制链接]

38

主题

184

回帖

524

积分

高级会员

积分
524
发表于 2019-1-28 14:53:38 | 显示全部楼层 |阅读模式
200,
'imgurl'=>        'https://img'.rand(10,14).'.360buyimg.com/uba/'.$matches[1]
);
exit(json_encode($arr));
function get_curl($url, $post=0, $referer=0, $cookie=0, $header=0, $ua=0, $nobaody=0){
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
$httpheader[] = "Accept:application/json";
$httpheader[] = "Accept-Encoding:gzip,deflate,sdch";
$httpheader[] = "Accept-Language:zh-CN,zh;q=0.8";
$httpheader[] = "Connection:close";
curl_setopt($ch, CURLOPT_HTTPHEADER, $httpheader);
if ($post) {
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $post);
}
if ($header) {
curl_setopt($ch, CURLOPT_HEADER, true);
}
if ($cookie) {
curl_setopt($ch, CURLOPT_COOKIE, $cookie);
}
if($referer){
if($referer==1){
curl_setopt($ch, CURLOPT_REFERER, 'http://m.qzone.com/infocenter?g_f=');
}else{
curl_setopt($ch, CURLOPT_REFERER, $referer);
}
}
if ($ua) {
curl_setopt($ch, CURLOPT_USERAGENT, $ua);
}
else {
curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Linux; U; Android 4.0.4; es-mx; HTC_One_X Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0");
}
if ($nobaody) {
curl_setopt($ch, CURLOPT_NOBODY, 1);
}
curl_setopt($ch, CURLOPT_TIMEOUT, 3);
curl_setopt($ch, CURLOPT_ENCODING, "gzip");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$ret = curl_exec($ch);
curl_close($ch);
return $ret;
}
回复

使用道具 举报

501

主题

1万

回帖

3万

积分

论坛元老

积分
31373
发表于 2019-1-28 14:55:28 | 显示全部楼层
没看懂。字数补丁
回复

使用道具 举报

258

主题

1486

回帖

3880

积分

论坛元老

积分
3880
发表于 2019-1-28 14:57:02 | 显示全部楼层
mark
回复

使用道具 举报

206

主题

1168

回帖

3148

积分

论坛元老

积分
3148
发表于 2019-1-28 15:23:39 | 显示全部楼层
搞点大姐姐上传 然后举报走一波,会有奖金拿吗
回复

使用道具 举报

38

主题

184

回帖

524

积分

高级会员

积分
524
 楼主| 发表于 2019-1-28 15:24:50 | 显示全部楼层

ohmyga 发表于 2019-1-28 15:23

搞点大姐姐上传 然后举报走一波,会有奖金拿吗



回复

使用道具 举报

203

主题

2989

回帖

6791

积分

论坛元老

积分
6791
发表于 2019-1-28 15:23:00 | 显示全部楼层
{"code":200,"imgurl":"https:\/\/img11.360buyimg.com\/uba\/ERROR.UPLOAD_FORMAT"}
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|Discuz! X

GMT+8, 2026-3-30 21:46 , Processed in 0.015414 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

快速回复 返回顶部 返回列表