bug反馈 #323
修改之前调用企业服务申请表单接口数据的企业信息为relationship形式
开始日期:
2017-06-14
计划完成日期:
2017-06-14
% 完成:
0%
预期时间:
描述
- 包含所有调用到得申请表单接口
返回示例
{
"meta": [],
"data": {
"type": "applyProductInfoForms",
"id": "200",
"attributes": {
"userIdentification": 1,
"name": "23editnamennamenamenamename",
"description": "23editdescription",
"url": "https:\/\/www.baidu.com",
"logo": "23editlogologologo",
"productInfoId": 5,
"status": 2,
"statusTime": 1497239816,
"updateTime": 1497239807,
"createTime": 1497239717
},
"relationships": {
"user": {
"data": {
"type": "OAusers",
"id": "152"
}
},
"companies": {
"data": {
"type": "companies",
"id": "1"
}
}
},
"links": {
"self": "127.0.0.1\/applyProductInfoForms\/200"
}
},
"included": [
{
"type": "companies",
"id": "1",
"attributes": {
"name": "\u6cb3\u5357\u4e09\u519c\u751f\u6001\u4ea7\u4e1a\u6709\u9650\u516c\u53f8",
"category": 1,
"certificate": [
""
],
"principalRealName": "\u5189\u8d85"
}
}
]
}