急,iOS 接口 问题, 为什么php写的接口安卓开发人员可以拿出数据,而ios不行,急
急急急,为什么php后台写的接口安卓那边的开发人员可以拿出数据,而我这边ios缺那不到数据呢,。下面是php写的接口。<?phpinclude_once('api.cla...
急急急,为什么php后台写的接口安卓那边的开发人员可以拿出数据,而我这边ios缺那不到数据呢,。
下面是php写的接口。
<?php
include_once('api.class.php');
if(!isset($_POST['marketcity'])){
$json['status']=0;
echo json_encode($json);
exit;
}
$API=new api();
$API->Select('city',"where cityname='$_POST[marketcity]'");
$result=$API->mysql_db->result;
$row=mysql_fetch_array($result);
$API->Select('marketstype',"where marketcity='$row[cityid]'",'market');
$result=$API->mysql_db->result;
if(mysql_num_rows($result)>0){
while($array=mysql_fetch_array($result)){
foreach($array as $key=>$value){
$market[$key]=$value;
}
$json['status']=1;
$json['value'][]=$market;
}
}
if(!isset($json)){
$json['status']=-1;
}
echo json_encode($json);
?> 展开
下面是php写的接口。
<?php
include_once('api.class.php');
if(!isset($_POST['marketcity'])){
$json['status']=0;
echo json_encode($json);
exit;
}
$API=new api();
$API->Select('city',"where cityname='$_POST[marketcity]'");
$result=$API->mysql_db->result;
$row=mysql_fetch_array($result);
$API->Select('marketstype',"where marketcity='$row[cityid]'",'market');
$result=$API->mysql_db->result;
if(mysql_num_rows($result)>0){
while($array=mysql_fetch_array($result)){
foreach($array as $key=>$value){
$market[$key]=$value;
}
$json['status']=1;
$json['value'][]=$market;
}
}
if(!isset($json)){
$json['status']=-1;
}
echo json_encode($json);
?> 展开
3个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询