|
@@ -147,7 +147,7 @@ func (this *CollectionController) ApplyAdd() {
|
|
|
// @Title 获取申请详情
|
|
|
// @Description 获取申请详情接口
|
|
|
// @Param ApplyCollectionId query int true "ID"
|
|
|
-// @Success Ret=200 {object} cygx.GetCygxProductInteriorDetailResp
|
|
|
+// @Success Ret=200 {object} cygx.CygxApplyCollectionDetailResp
|
|
|
// @router /apply/detail [get]
|
|
|
func (this *CollectionController) ApplyDetail() {
|
|
|
br := new(models.BaseResponse).Init()
|
|
@@ -162,7 +162,7 @@ func (this *CollectionController) ApplyDetail() {
|
|
|
br.Ret = 408
|
|
|
return
|
|
|
}
|
|
|
- resp := new(models.CygxBannerYxSurveyRespDetailResp)
|
|
|
+ resp := new(models.CygxApplyCollectionDetailResp)
|
|
|
applyCollectionId, _ := this.GetInt("ApplyCollectionId")
|
|
|
if applyCollectionId < 1 {
|
|
|
br.Msg = "请输入详情ID"
|