新增上报处方平台接口

This commit is contained in:
2023-09-14 09:43:17 +08:00
parent 296199e760
commit 992a51267c
2 changed files with 28 additions and 2 deletions
-1
View File
@@ -267,7 +267,6 @@ func NoticePreOrderCancel(orderNo string) (bool, error) {
// ReportPre 上报处方
func (r ReportPreRequest) ReportPre() (bool, error) {
// 将 JSON 数据编码为字节数组
jsonData, err := json.Marshal(r)
if err != nil {
return false, err