unissoft-bj / ihostsvc

system services & data services on ihost
0 stars 0 forks source link

获取reception detail REST #28

Open unissoft-bj opened 9 years ago

unissoft-bj commented 9 years ago

提交参数: reception id 返回参数:reception的data field(合并成字符串);reception的关键词识别(索引)(关键词、时间点);reception的录音文件位置;与之关联的上一个reception;与之关联的下一个reception

页面布局: titlexxxxxx (在这里安排按钮,关闭此reception)(预留功能:新建一个新的reception) 前一个:xx (在这里安排按钮,建立或者修改前置reception) 描述:xxxx - xxx - xxxx (在这里安排按钮,进入修改描述的页面) 索引:....xxx.........................xxxxxx..........................xxxx..........................xxxx(省略号代表时长,点击关键词则从此关键词时间点前3秒钟开始播放) 录音:播放器 下一个:xx

ycyn521 commented 9 years ago

获取接待详情: getReceptionDetail(String receptionId) return:receptionInfo {...,preReceptionId,nextReceptionId}

michaelyin commented 9 years ago

get /secure/reception/id

return reception json

get /secure/audio/id return json which contains audio stream.

post /secure/reception/ param: reception json object

===later============ post /secure/audio