Browse Source

医保对接

csx 4 years ago
parent
commit
078f2c58a6
1 changed files with 3 additions and 0 deletions
  1. 3 0
      controllers/his_api_controller.go

+ 3 - 0
controllers/his_api_controller.go View File

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