2
This commit is contained in:
parent
3146c5f900
commit
df565f243d
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user