2
This commit is contained in:
parent
3146c5f900
commit
df565f243d
@ -9,6 +9,7 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"hospital-admin-api/config"
|
"hospital-admin-api/config"
|
||||||
"hospital-admin-api/global"
|
"hospital-admin-api/global"
|
||||||
|
"hospital-admin-api/utils"
|
||||||
"io"
|
"io"
|
||||||
"net/http"
|
"net/http"
|
||||||
"time"
|
"time"
|
||||||
@ -290,6 +291,8 @@ func (r ReportPreRequest) ReportPre() (bool, error) {
|
|||||||
return false, err
|
return false, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
utils.LogJsonInfo("上报处方平台:", jsonData)
|
||||||
|
|
||||||
// 准备请求体
|
// 准备请求体
|
||||||
requestBody := bytes.NewBuffer(jsonData)
|
requestBody := bytes.NewBuffer(jsonData)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user