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

PHP京东图床上传接口源码

[复制链接]

37

主题

170

回帖

479

积分

中级会员

积分
479
发表于 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;
}
回复

使用道具 举报

332

主题

1万

回帖

2万

积分

论坛元老

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

使用道具 举报

256

主题

1478

回帖

3848

积分

论坛元老

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

使用道具 举报

192

主题

1027

回帖

2748

积分

金牌会员

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

使用道具 举报

37

主题

170

回帖

479

积分

中级会员

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

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

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



回复

使用道具 举报

195

主题

2815

回帖

6343

积分

论坛元老

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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-7-1 12:20 , Processed in 0.016438 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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