|
@@ -18,7 +18,6 @@ type ReportShareController struct {
|
|
|
// @Success 200 {object} models.ReportShareDetailResp
|
|
|
// @router /share/detail [get]
|
|
|
func (this *ReportShareController) Detail() {
|
|
|
- fmt.Println("sssssssssss")
|
|
|
br := new(models.BaseResponse).Init()
|
|
|
defer func() {
|
|
|
this.Data["json"] = br
|
|
@@ -26,8 +25,6 @@ func (this *ReportShareController) Detail() {
|
|
|
}()
|
|
|
|
|
|
reportCode:= this.GetString("ReportCode")
|
|
|
- fmt.Println("reportCode")
|
|
|
- fmt.Println(reportCode)
|
|
|
if reportCode =="" {
|
|
|
br.Msg = "参数错误"
|
|
|
br.ErrMsg = "参数错误,reportCode 为空"
|