YII2 rest 使用过程中的几个问题 [ 2.0 版本 ]
Yii 2.0.6
{
"items": [
{
"id": 9,
"uid": 1064,
"comment": "artengo是迪卡侬的球拍类子品牌"
},
{
"id": 412,
"uid": 1152,
"comment": "Qqqqqqqqqq"
}
],
"_links": {
"self": {
"href": "http://api.restful.com/v1/reveal/list?document_id=7&fields=id%2Cuid%2Ccomment&page=1"
},
"next": {
"href": "http://api.restful.com/v1/reveal/list?document_id=7&fields=id%2Cuid%2Ccomment&page=2"
},
"last": {
"href": "http://api.restful.com/v1/reveal/list?document_id=7&fields=id%2Cuid%2Ccomment&page=4"
}
},
"_meta": {
"totalCount": 64,
"pageCount": 4,
"currentPage": 1,
"perPage": 20
}
}
1、怎么向_meta , _link中增加自定义的键值对
2、怎么增加类似的_meta,_link这样的自定义集合
3、expand不起作用呢?是这个字段储存的内容本身应该是对象吗?
共 2 个回答
trylife Beijing
注册时间:2015-03-26
最后登录:2020-12-07
在线时长:51小时55分
最后登录:2020-12-07
在线时长:51小时55分
- 粉丝39
- 金钱1626
- 威望40
- 积分2536