返回城市天气接口...登陆

城市天气接口

不羁2019-02-27 11:19:00224
<?php
	include 'function.php';
	$url = "http://v.juhe.cn/weather/citys";
	$params = array(
	    "key" => "db741b7e6bcb5d461ce892c1f16040fd"
	);
	$paramstring = http_build_query($params);
	$content = juheCurl($url, $paramstring);
	$result = json_decode($content, true);
	if ($result) {
	    return_json(0,$result);
	} else {
	    return_json(1,'接口出错');
	}


最新手记推荐

• 用composer安装thinkphp框架的步骤• 省市区接口说明• 用thinkphp,后台新增栏目• 管理员添加编辑删除• 管理员添加编辑删除

全部回复(0)我要回复

暂无评论~
  • 取消回复发送