1, how to add data
2, code
"posts": {
"code": 0,
"msg": "",
"result": [
{
"id": 1,
"make": "Hello",
"model": "Ketty",
"type": 1,
"price": 10
},
{
"id": 2,
"make": "dddd",
"model": "fffff",
"type": 0,
"price": 20
},
]
}
3. Add data to result
{
"id": 3,
"make": "GGGGGGG",
"model": "",
"type": 0,
"price": 20
}