作者 yangfu

提交机会

@@ -27,16 +27,25 @@ @@ -27,16 +27,25 @@
27 ### 阶段二接口完成进度 27 ### 阶段二接口完成进度
28 |功能|完成状态|时间|接口路径 28 |功能|完成状态|时间|接口路径
29 |---|---|----|----| 29 |---|---|----|----|
  30 +|我的机会-我提交的| | | |
  31 +|机会详情| | | |
  32 +|机会更新| | | |
  33 +|机会删除| | | |
  34 +|我的机会-我的审核| | | |
  35 +|机会审核(评分/修改公开状态)| | | |
  36 +|用户评分配置| | | |
  37 +|用户机会权限| | | |
  38 +|机会池| | | |
30 |消息-点赞|进行中| |v1/message/msgInteractive| 39 |消息-点赞|进行中| |v1/message/msgInteractive|
31 |消息-评论|进行中| |v1/message/msgInteractive| 40 |消息-评论|进行中| |v1/message/msgInteractive|
32 |机会评论列表| | |/v1/chance/comments| 41 |机会评论列表| | |/v1/chance/comments|
33 |点赞/取消点赞| | |v1/chance/sympathyAction| 42 |点赞/取消点赞| | |v1/chance/sympathyAction|
34 -|我来评论|完成|2019.11.21|/v1/chance/iComment|  
35 -|我的评论|完成|2019.11.21|/v1/chance/iComments|  
36 |评论详情-继续评论|完成|2019.11.26|/v1/chance/commentDetailsMulti| 43 |评论详情-继续评论|完成|2019.11.26|/v1/chance/commentDetailsMulti|
37 |评论详情-不能评论|完成|2019.11.26|/v1/chance/commentDetailsSingle| 44 |评论详情-不能评论|完成|2019.11.26|/v1/chance/commentDetailsSingle|
38 -|我的点赞| | |v1/chance/favorite|  
39 |我的收藏| | |v1/chance/favorite| 45 |我的收藏| | |v1/chance/favorite|
  46 +|我的点赞| | |v1/chance/favorite|
  47 +|我的评论|完成|2019.11.21|/v1/chance/iComments|
  48 +|我来评论|完成|2019.11.21|/v1/chance/iComment|
40 |机会审核消息| | |v1/message/msgInteractive| 49 |机会审核消息| | |v1/message/msgInteractive|
41 |我提交的机会| | | v1/chance/chances| 50 |我提交的机会| | | v1/chance/chances|
42 |我审核的机会| | | v1/chance/chances| 51 |我审核的机会| | | v1/chance/chances|
@@ -233,7 +233,7 @@ func ChanceSubmit(header *protocol.RequestHeader, request *protocol.ChanceSubmit @@ -233,7 +233,7 @@ func ChanceSubmit(header *protocol.RequestHeader, request *protocol.ChanceSubmit
233 //3.添加机会 添加文件 233 //3.添加机会 添加文件
234 chance = &models.Chance{ 234 chance = &models.Chance{
235 Id: idgen.Next(), 235 Id: idgen.Next(),
236 - UserId: header.Uid, 236 + UserId: header.UserId,
237 CompanyId: header.CompanyId, 237 CompanyId: header.CompanyId,
238 ChanceTypeId: template.ChanceTypeId, 238 ChanceTypeId: template.ChanceTypeId,
239 AuditTemplateId: template.Id, 239 AuditTemplateId: template.Id,