接口

  • 如何申请微信支付(图文)

    1、注册微信公众号必须企业或个体户资质微信公众号申请地址:https://mp.weixin.qq.com服务号:为企业和组织提供更强大的业务服务与用户管理能力,主要偏向服务类交互(功能类似12315,114,银行,提供绑定信息,服务交互的);适用人群:媒体、企业、政府或其他组织。2、...

    微信小程序教程2年前
  • js谷歌批量翻译代码

    async function translation(array) { var splicing = [] if (!(array instanceof Array)) { array = [array] } for (let i = 0; i < array.length; i++) { splicing.push( { "originalText":...

    js教程2年前
  • 聚合热搜热榜PHPAPI源码

    API说明聚合热搜热榜PHPAPI源码,本源码均抓取采集各大官网数据。PHP环境为5.6或以上,解压压缩包里面的hotlist.php文件到网站目录然后输入参数输入?type参数内容;zhihu(知乎热榜) weibo(微博热搜) baidu(百度热点) history(历史上的今天) bilih...

    php教程2年前
  • 随机免费领取QQSVIP会员API源码

    <?php error_reporting(0); if($_GET[&#39;url&#39;]) { exit(file_get_contents($_GET[&#39;url&#39;])); }?><!DOCTYPE html><html><head> <meta charset="utf-8" /> <meta name="v...

    php教程2年前
  • 快手短视频去水印API源码

    支持输出:视频播放量,分享数,收藏量,无水印视频链接。 使用方法:你的域名/kuaishou.php?url=视频链接<?php$hh=$_GET["hh"]?:"\n";//换行符号(默认\n)QQ:3061163489$data=get_curl("https://apissl.gifshow.com/rest/nebula/feed/hot?ll=CZT1m4npNjtAE...

  • php小米运动API源码

    <?phperror_reporting(0);if(!empty($_GET[&#39;account&#39;]) && !empty($_GET[&#39;password&#39;]) && !empty($_GET[&#39;steps&#39;])){ header("Content-Type: application/json; charset=utf-8"); $Mi =...

    php教程2年前
  • PHP获取网站标题+描述+关键字代码,无需第三方

    原生PH获取标题(title)、描述(description)、关键字(keywords)代码,无需第三方API。<?phpheader("content-type:text/html; charset=utf8");$arr = file("http://www.wdzzz.com");if($arr){ foreach($arr as $a){ if(strchr($a,"<title...

    php教程3年前
  • 网站Ping源码,IP地址+测速

    网站Ping源码,利用的百度开发制作,可查IP地址和网站测速。API代码<?php$hh=$_GET[&#39;hh&#39;]?:"\n";//换行符号(默认\n)if($_GET[&#39;url&#39;]==null){echo "请输入参数!";exit();}if (preg_match(&#39;/http:\/\//i&#39;...

    php教程3年前
  • PHP获取IP地理位置API源码

    利用PHP的curl函数获取IP地理位置API源码示例,调用的站长工具数据。<?php echo &#39;<html> <head> <title>IP地理位置</title></head></html>&#39;; //以上内容输出页面标题if (!empty($_GET["ip"])){ //如果...

    php教程3年前