浏览代码

fix:remote unused code

jimmyyem 7 月之前
父节点
当前提交
8c18d0ae4e
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      internal/logic/wxcard/get_api_wx_card_qrcode_logic.go

+ 0 - 1
internal/logic/wxcard/get_api_wx_card_qrcode_logic.go

@@ -59,6 +59,5 @@ func (l *GetApiWxCardQrcodeLogic) GetApiWxCardQrcode(req *types.QrcodeReq, w htt
 	imageContent, _ := io.ReadAll(resp.Body)
 	w.Header().Set("Content-Type", "image/png")
 	w.Header().Set("Content-Length", strconv.Itoa(len(imageContent)))
-	//_, _ = fmt.Fprintf(w, "%s", imageContent)
 	_, _ = w.Write(imageContent)
 }