zoukankan      html  css  js  c++  java
  • 写了半天的返回

    {
        "rescode":"1",
        "arrayList":[{
            "queNo":"20001",
            "queContent":"问题内容"
        },
        ...
        ]
    }
    
    {
        "rescode":"1",
        "arrayList":[{
            "materialsUrl":"www.photourl.com"
        },
        ...
        ]
    }    
    
    {
        "rescode":"1",
        "messageSeq":"1222",
        "sendTime":"2014-02-23",
        "arrayList":[{
            "messageSeq":"1234",
            "meetMessage":"消息内容",
            "senderName":"张三",
            "sendTime":"2014-02-23",
            "mobile":"13888888888"
        },
        ...
        ]
    }
    
    
    {
        "rescode":"1",
        "hotelOutUrl":"www.hotelOutUrl.com",
        "longtitude":"23.2",
        "latitude":"34.5",
        "deviceList":[{
            "deviceUrl":"www.deviceUrl.com"
        },
        ...
        ],
        "secneryList":[{
            "secneryNo":"12",
            "seceneryName":"景点名称",
            "seceneyUrl":"www.seceneyUrl.com",
            "summary":"景点简介"
        },
        ...
        ],
        "routeList":[{
            "routeNo":"123",
            "routeAgendaNo":"2345",
            "routeName":"路线名称",
            "distance":"2kilometers",
            "busroute":"公交路线",
            "taxiroute":"大车路线"
        },
        ...
        ],
    }
    
    {
        "rescode":"1",
        "sceneryList":[{
            "welcomeCall":"欢迎",
            "content":"关于XX的致辞",
            "subCompany":"子公司",
            "welcomeDate":"2013-03-34"
        },
        ...
        ],
        "routeList":[{
            "summary":"简介",
            "photoUrl":"www.photourl.com",
            "summaryNo":"123",
            "name":"名称",
            "businessTime":"9:00-23:00",
            "trafficGuide":"交通指南",
            "address":"地址",
            "phone":"1388888888"
        },
        ...
        ]
    }
    
    {
        "rescode":"1",
        "arrayList":[{
            "agendaId":"1234",
            "agendaName":"议程名称",
            "startTime":"2013-4-24"
        },
        ...
        ]
    }
    
    {
        "rescode":"1",
        "arrived":"24",
        "absence":"1",
        "arrayList":[{
            "absenceName":"张三疯"
        },
        ...
        ]
    }
    
    {
        "rescode":"1",
        "arrayList":[{
            "name":"文件名称",
            "url":"www.fileurl.com"
        },
        ...
        ]
    }
    
    {
        "rescode":"1",
        "name":"关于XX的会议",
        "city":"上海'
    }
    
    {
        "rescdoe":"1",
        "groupList":[{
            "groupNo":"123",
            "groupName":"组名称"
        },
        ...
        ],
        "memberList":[{
            "memberName":"小苹果"
        },
        ...
        ]
    }
    
    {
        "rescode":"1",
        "groupList":[{
            "groupNo":"23,24,25",
            "messageCount":"12,45,9"
        },
        ...
        ]
    }
    
    {
        "rescode":"1",
        "menuList":[{
            "menuNo":"12",
            "menuName":"菜单名称",
            "menuUrl":"www.menuurl.com"
        },
        ...
        ]
    }
    
        
  • 相关阅读:
    TensorFlow学习('utf-8' codec can't decode byte 0xff in position 0: invalid start byte)
    Python常用库之三:Matplotlib
    线性回归 Python实现
    go 算法 查询字符在字符串中的位置
    Python与Go快速排序
    Python与Go斐波那契数列
    Python与Go选择排序
    Python与Go插入排序
    Python与Go冒泡排序
    git clone直接提交用户名和密码
  • 原文地址:https://www.cnblogs.com/lixiong-iOS/p/3812103.html
Copyright © 2011-2022 走看看