zoukankan      html  css  js  c++  java
  • 参考接口文档完成的json数据

    {
        "errcode": 0,
        "errmsg": "",
        "data": {
          "start": 0,
          "count": 10,
          "total": 120,
          "subjects": [
            {
              "postype": "客服5",
              "posname": "世界500强客服,包吃住~",
              "city": "北京",
              "duration": "2017-12-15~2017-12-18",
              "createtime": "1小时前",
              "companytype": "知名企业",
              "salary": "365元/日"
            },
            {
              "postype": "客服6",
              "posname": "世界500强客服,包吃住~",
              "city": "北京",
              "duration": "2017-12-15~2017-12-18",
              "createtime": "1小时前",
              "companytype": "知名企业",
              "salary": "365元/日"
            },
            {
              "postype": "客服7",
              "posname": "世界500强客服,包吃住~",
              "city": "北京",
              "duration": "2017-12-15~2017-12-18",
              "createtime": "1小时前",
              "companytype": "知名企业",
              "salary": "365元/日"
            },
            {
              "postype": "客服1",
              "posname": "世界500强客服,包吃住~",
              "city": "北京",
              "duration": "2017-12-15~2017-12-18",
              "createtime": "1小时前",
              "companytype": "知名企业",
              "salary": "365元/日"
            },
            {
              "postype": "客服2",
              "posname": "世界500强客服,包吃住~",
              "city": "北京",
              "duration": "2017-12-15~2017-12-18",
              "createtime": "1小时前",
              "companytype": "知名企业",
              "salary": "365元/日"
            },
            {
              "postype": "客服3",
              "posname": "世界500强客服,包吃住~",
              "city": "北京",
              "duration": "2017-12-15~2017-12-18",
              "createtime": "1小时前",
              "companytype": "知名企业",
              "salary": "365元/日"
            },
            {
              "postype": "客服4",
              "posname": "世界500强客服,包吃住~",
              "city": "北京",
              "duration": "2017-12-15~2017-12-18",
              "createtime": "1小时前",
              "companytype": "知名企业",
              "salary": "365元/日"
            }
          ]
        }
    }
  • 相关阅读:
    swift 中 Self 与self
    Swift 中的泛型
    mac 报文件已损坏 怎么办
    winxp秘钥
    字符串拷贝函数strcpy, strcat, sprintf, strncpy, strncat和snprintf的区别
    【原创】Linux应用程序完整调用自己写的字符设备驱动过程
    idea中新建git分支,并提交到远程github
    (JS-PHP)使用RSA算法进行加密通讯
    Linux日志相关的命令
    hibernate中关于is null的查询
  • 原文地址:https://www.cnblogs.com/naniandongzhi/p/9297754.html
Copyright © 2011-2022 走看看