Browse Source

医保对接

csx 4 years ago
parent
commit
0272b91ed9
2 changed files with 3 additions and 2 deletions
  1. 2 2
      conf/app.conf
  2. 1 0
      controllers/his_api_controller.go

+ 2 - 2
conf/app.conf View File

@@ -1,6 +1,6 @@
1 1
 appname = 血透
2
-httpport = 9529
3
-runmode = dev
2
+httpport = 9531
3
+runmode = prod
4 4
 
5 5
 #
6 6
 copyrequestbody = true

+ 1 - 0
controllers/his_api_controller.go View File

@@ -1440,6 +1440,7 @@ type ResultEleven struct {
1440 1440
 			MedinsSetlId    string  `json:"medins_setl_id"`
1441 1441
 			RefdSetlFlag    string  `json:"refd_setl_flag"`
1442 1442
 			SetlTime        string  `json:"setl_time"`
1443
+			MedType         string  `json:"med_type"`
1443 1444
 		} `json:"setlinfo"`
1444 1445
 	} `json:"output"`
1445 1446
 	RefmsgTime  string      `json:"refmsg_time"`