Git Product home page Git Product logo

Comments (2)

TommyLemon avatar TommyLemon commented on April 28, 2024

获取动态及发布者用户:

{
    "Moment": {},
    "User": {
        "id@": "Moment/userId"
    }
}

都是单个对象啊,所以返回的也是单个对象:

{
    "Moment": {
        "id": 12,
        "userId": 70793,
        "date": "2017-02-08 16:06:11.0",
        "content": "1111534034",
        "praiseUserIdList": [
            70793,
            93793
        ],
        "pictureList": [
            "http://static.oschina.net/uploads/img/201604/22172508_eGDi.jpg",
            "http://static.oschina.net/uploads/img/201604/22172507_rrZ5.jpg",
            "http://static.oschina.net/uploads/img/201604/22172507_Pz9Y.png"
        ]
    },
    "User": {
        "id": 70793,
        "sex": 0,
        "name": "Strong",
        "tag": "djdj",
        "head": "http://static.oschina.net/uploads/user/585/1170143_50.jpg?t=1390226446000",
        "contactIdList": [
            38710,
            82002
        ],
        "pictureList": [
            "http://static.oschina.net/uploads/img/201604/22172508_eGDi.jpg",
            "http://static.oschina.net/uploads/img/201604/22172507_rrZ5.jpg",
            "https://camo.githubusercontent.com/788c0a7e11a",
            "https://camo.githubusercontent.com/f513f67"
        ],
        "date": "2017-02-01 19:21:50.0"
    },
    "code": 200,
    "msg": "success"
}

包裹一层数组 "[]":{} 就对了。
但你的这个例子中 id 的 引用赋值 路径不对哦,
应该改成
完整路径(绝对) []/Moment/userId

{
    "[]": {
        "Moment": {},
        "User": {
            "id@": "[]/Moment/userId"
        }
    }
}


缺省路径(相对) /Moment/userId

{
    "[]": {
        "Moment": {},
        "User": {
            "id@": "/Moment/userId"
        }
    }
}

from apijson.

TommyLemon avatar TommyLemon commented on April 28, 2024

APIJSON引用赋值的视频教程
https://v.youku.com/v_show/id_XMzU0MDgzOTIwOA==.html?spm=a2hzp.8244740.0.0

from apijson.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.