|
|
@@ -64,7 +64,7 @@ func SettleCenterMediumSave(c *gin.Context) { |
|
|
|
// @Accept json |
|
|
|
// @Produce json |
|
|
|
// @Param args body md.SettleCenterDataDetailReq true "请求参数" |
|
|
|
// @Success 200 {string} "具体看返回内容 这是data里面的数据" |
|
|
|
// @Success 200 {object} md.SettleCenterDataDetailRes "具体看返回内容 这是data里面的数据" |
|
|
|
// @Failure 400 {object} md.Response "具体错误" |
|
|
|
// @Router /api/settleCenter/medium/detail [POST] |
|
|
|
func SettleCenterMediumDetail(c *gin.Context) { |
|
|
@@ -76,5 +76,7 @@ func SettleCenterMediumDetail(c *gin.Context) { |
|
|
|
e.OutErr(c, err1.Code, err1.Error()) |
|
|
|
return |
|
|
|
} |
|
|
|
svc.SettleCenterMediumDetail(c, req) |
|
|
|
res := svc.SettleCenterMediumDetail(c, req) |
|
|
|
e.OutSuc(c, res, nil) |
|
|
|
return |
|
|
|
} |