rdluck 4 ani în urmă
părinte
comite
1edcaba6b6
1 a modificat fișierele cu 0 adăugiri și 3 ștergeri
  1. 0 3
      controllers/report_share.go

+ 0 - 3
controllers/report_share.go

@@ -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 为空"