php中获取数据库数据怎么返回json格式

浏览:1307 发布日期:2019/06/13 分类:ThinkPHP5专区
{
    "data": [
        {
            "uid": "1", 
            "name": "幸福西饼生日蛋糕", 
            "image": "http://www.easybui.com/demo/images/list-img1.png", 
            "phone": "13800138000", 
            "address": "天河区岑村", 
            "price": 50, 
            "status": 0, 
            "distance": "3公里"
        }, 
        {
            "uid": "2", 
            "name": "王品台塑牛排", 
            "image": "http://www.easybui.com/demo/images/list-img2.png", 
            "phone": "13800138000", 
            "address": "体育西路191号佳兆业广场F3", 
            "price": 680, 
            "status": 1, 
            "distance": "5公里"
        }, 
        {
            "uid": "3", 
            "name": "丰源轩", 
            "image": "http://www.easybui.com/demo/images/list-img1.png", 
            "phone": "13800138000", 
            "address": "广州大道北2035号金铂广场5层", 
            "price": 85, 
            "status": 2, 
            "distance": "30公里"
        }, 
        {
            "uid": "4", 
            "name": "容禧御贡茶(江南新地店)", 
            "image": "http://www.easybui.com/demo/images/list-img2.png", 
            "phone": "13800138000", 
            "address": "江南西路46号", 
            "price": 15, 
            "status": 0, 
            "distance": "50公里"
        }, 
        {
            "uid": "5", 
            "name": "起滋源麻辣香锅(花城汇店)", 
            "image": "http://www.easybui.com/demo/images/list-img1.png", 
            "phone": "13800138000", 
            "address": "花城汇南区汉堡王20米处左手边", 
            "price": 96, 
            "status": 1, 
            "distance": "50公里"
        }, 
        {
            "uid": "6", 
            "name": "日式料理", 
            "image": "http://www.easybui.com/demo/images/list-img2.png", 
            "phone": "13800138000", 
            "address": "花城汇南区135号", 
            "price": 126, 
            "status": 0, 
            "distance": "50公里"
        },
        {
            "uid": "7", 
            "name": "日式料理", 
            "image": "http://www.easybui.com/demo/images/list-img2.png", 
            "phone": "13800138000", 
            "address": "花城汇南区135号", 
            "price": 126, 
            "status": 0, 
            "distance": "50公里"
        },
        {
            "uid": "8", 
            "name": "日式料理", 
            "image": "http://www.easybui.com/demo/images/list-img2.png", 
            "phone": "13800138000", 
            "address": "花城汇南区135号", 
            "price": 126, 
            "status": 0, 
            "distance": "50公里"
        },
        {
            "uid": "9", 
            "name": "日式料理", 
            "image": "http://www.easybui.com/demo/images/list-img2.png", 
            "phone": "13800138000", 
            "address": "花城汇南区135号", 
            "price": 126, 
            "status": 0, 
            "distance": "50公里"
        },
        {
            "uid": "10", 
            "name": "日式料理", 
            "image": "http://www.easybui.com/demo/images/list-img2.png", 
            "phone": "13800138000", 
            "address": "花城汇南区135号", 
            "price": 126, 
            "status": 0, 
            "distance": "50公里"
        },
        {
            "uid": "11", 
            "name": "日式料理", 
            "image": "http://www.easybui.com/demo/images/list-img2.png", 
            "phone": "13800138000", 
            "address": "花城汇南区135号", 
            "price": 126, 
            "status": 0, 
            "distance": "50公里"
        },
    ], 
    "info": "获取成功", 
    "status": 0
}
最佳答案
评论( 相关
后面还有条评论,点击查看>>