新增上报处方平台接口
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user