소스 검색

医保对接

csx 4 년 전
부모
커밋
078f2c58a6
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      controllers/his_api_controller.go

+ 3 - 0
controllers/his_api_controller.go 파일 보기

@@ -16,7 +16,9 @@ import (
16 16
 	"reflect"
17 17
 	"strconv"
18 18
 	"strings"
19
+	"syscall"
19 20
 	"time"
21
+	"unsafe"
20 22
 )
21 23
 
22 24
 type HisApiController struct {
@@ -67,6 +69,7 @@ func HisManagerApiRegistRouters() {
67 69
 	beego.Router("/api/hisprescription/get", &DialysisApiController{}, "Get:GetLastOrNextHisPrescription")
68 70
 
69 71
 	beego.Router("/api/callhisprescription/get", &DialysisApiController{}, "Get:GetCallHisPrescription")
72
+}
70 73
 
71 74
 func (c *HisApiController) Sscard() {
72 75
 	//r := CardInit()