时间:2021-07-01 10:21:17 帮助过:19人阅读
就写个接口嘛,找个文件夹放着就可以了
接收参数就是使用$_GET,$_POST来获取
返回数据是用 echo json_encode(xxxx); 而不是 echo json_decode(xxxx);
返回时需要加上header,
header('content-type:application/json');
接收参数就是使用$_GET,$_POST来获取
返回数据是用 echo json_encode(xxxx); 而不是 echo json_decode(xxxx);
返回时需要加上header,
header('content-type:application/json');