Browse Source

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx 3 years ago
parent
commit
e66fb6375d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/sg/his_api_controller.go

+ 1 - 1
controllers/sg/his_api_controller.go View File

2959
 	InfRefmsgid string `json:"inf_refmsgid"`
2959
 	InfRefmsgid string `json:"inf_refmsgid"`
2960
 	Infcode     string `json:"infcode"`
2960
 	Infcode     string `json:"infcode"`
2961
 	Output      struct {
2961
 	Output      struct {
2962
-		Result struct {
2962
+		Result []struct {
2963
 			OpspDiseCode string `json:"opsp_dise_code"`
2963
 			OpspDiseCode string `json:"opsp_dise_code"`
2964
 			OpspDiseName string `json:"opsp_dise_name"`
2964
 			OpspDiseName string `json:"opsp_dise_name"`
2965
 			Begndate     string `json:"begndate"`
2965
 			Begndate     string `json:"begndate"`