|
@@ -147,7 +147,7 @@ func (this *CollectionController) ApplyAdd() {
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
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"
|