作者 yangfu

提交机会

... ... @@ -27,16 +27,25 @@
### 阶段二接口完成进度
|功能|完成状态|时间|接口路径
|---|---|----|----|
|我的机会-我提交的| | | |
|机会详情| | | |
|机会更新| | | |
|机会删除| | | |
|我的机会-我的审核| | | |
|机会审核(评分/修改公开状态)| | | |
|用户评分配置| | | |
|用户机会权限| | | |
|机会池| | | |
|消息-点赞|进行中| |v1/message/msgInteractive|
|消息-评论|进行中| |v1/message/msgInteractive|
|机会评论列表| | |/v1/chance/comments|
|点赞/取消点赞| | |v1/chance/sympathyAction|
|我来评论|完成|2019.11.21|/v1/chance/iComment|
|我的评论|完成|2019.11.21|/v1/chance/iComments|
|评论详情-继续评论|完成|2019.11.26|/v1/chance/commentDetailsMulti|
|评论详情-不能评论|完成|2019.11.26|/v1/chance/commentDetailsSingle|
|我的点赞| | |v1/chance/favorite|
|我的收藏| | |v1/chance/favorite|
|我的点赞| | |v1/chance/favorite|
|我的评论|完成|2019.11.21|/v1/chance/iComments|
|我来评论|完成|2019.11.21|/v1/chance/iComment|
|机会审核消息| | |v1/message/msgInteractive|
|我提交的机会| | | v1/chance/chances|
|我审核的机会| | | v1/chance/chances|
... ...
... ... @@ -233,7 +233,7 @@ func ChanceSubmit(header *protocol.RequestHeader, request *protocol.ChanceSubmit
//3.添加机会 添加文件
chance = &models.Chance{
Id: idgen.Next(),
UserId: header.Uid,
UserId: header.UserId,
CompanyId: header.CompanyId,
ChanceTypeId: template.ChanceTypeId,
AuditTemplateId: template.Id,
... ...