unissoft-bj / ihostsvc

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

获取reception list REST #27

Open unissoft-bj opened 9 years ago

unissoft-bj commented 9 years ago

获取reception列表

提交参数:account,type{open/close/all},时间下限,时间上限,时长,flag{重要/锁定},page(多页时的分页)

返回参数:list

标记flag 序号id 标题 title 开始时间 结束时间 时长 内容

flag : reception的状态,重要,锁定(预留) id : reception id title : 系统自动分配,销售顾问姓名+@+日期 开始时间:接待开始时间(销售顾问按下遥控开关的时间点) 结束时间:接待结束时间(销售顾问在web app点击接待结束的时间点) 时长 : 结束时间-开始时间 内容: 销售顾问在web app页面输入的data字段,全部放在内容中

页面布局: 三个标签,打开的,关闭的,全部 分页 列表1 列表2 列表3 分页

ycyn521 commented 9 years ago

增加一个pageCounts getReceptionList(String type[open|closed|all],String timeStart,String timeEnd,int duration(单位 分钟),String flag[important|locked],int pageCounts,int page) return:[reception1{...},reception2{...},...]

michaelyin commented 9 years ago
  1. no filtering.
  2. use the new template (wordpress module)
michaelyin commented 9 years ago

get /secure/reception json: start time, end time, and receptions per page, for #31, add flag for linking receptions.

return json: list of reception summary