API:https://api.sunweihu.com/api/sjtx/api.php参数:lx【1.男头:a1 2.女头:b1 3.动漫:c1 4.动漫女头:c2 5.动漫男头:c3】 public function getUserAvatar() { // 获取图片数据 $data = file_get_contents('https://api.sunweihu.com/api/sjtx/api.php?lx=c2'); // 获取图片信息 $info = getimagesizefromstring($data); ob_clean(); // 获取图片类型 $img_type = explode("/",$info['mime']); // 生成目录地址 $dir_local = $_SERVER['DOCUMENT_ROOT'] . '/' . 'images/' . 'avatar/' . date('Ymd'); // 生成图片名称 $img_local =
/** * https://api.sunweihu.com/api/qqxt/api.php接口可接受一个参数【qq】 * 传入随机参数可获取对应QQ用户的昵称,拿这些昵称就可以当作测试数据 **/ public function getUserName() { $nickname = null; while (!$nickname) { $http_result = httpGet('https://api.sunweihu.com/api/qqxt/api.php?qq='.mt_rand(1000000,2000000000)); $data = json_decode(str_replace(array("\r\n", "\r", "\n"), "", http_result )); if ($data->code == 1) { $nickname = $data->name;
SK
Devil in My Mind.