This commit is contained in:
wucongxing8150 2024-08-19 16:37:24 +08:00
parent 3146c5f900
commit df565f243d

View File

@ -9,6 +9,7 @@ import (
"fmt"
"hospital-admin-api/config"
"hospital-admin-api/global"
"hospital-admin-api/utils"
"io"
"net/http"
"time"
@ -290,6 +291,8 @@ func (r ReportPreRequest) ReportPre() (bool, error) {
return false, err
}
utils.LogJsonInfo("上报处方平台:", jsonData)
// 准备请求体
requestBody := bytes.NewBuffer(jsonData)