服务界面-查看所有服务
请求地址: serviceInfos
HTTP请求方式: POST
响应结果示例
{
"ret_code": 0,
"ret_values": [
{
"id": 1,
"name": "电话", // 名称
"iconUrl": null, // 图标
"servicePackages": null
},
{
"id": 2,
"name": "视频",
"iconUrl": null,
"servicePackages": null
},
{
"id": 3,
"name": "免费随访加强版1号",
"iconUrl": "http://7xp6gb.com2.z0.glb.qiniucdn.com/2.pic.jpg",
"servicePackages": null
}
]
}