Browse Source

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

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

+ 2 - 0
controllers/sg/his_api_controller.go View File

3549
 		data["dept"] = department.ID
3549
 		data["dept"] = department.ID
3550
 		data["config"] = config
3550
 		data["config"] = config
3551
 
3551
 
3552
+		fmt.Println(data)
3553
+
3552
 		bytesData, _ := json.Marshal(data)
3554
 		bytesData, _ := json.Marshal(data)
3553
 		req, _ := http.NewRequest("POST", "http://192.168.124.4:9532/"+"hbyb/2203", bytes.NewReader(bytesData))
3555
 		req, _ := http.NewRequest("POST", "http://192.168.124.4:9532/"+"hbyb/2203", bytes.NewReader(bytesData))
3554
 		resp, _ := client.Do(req)
3556
 		resp, _ := client.Do(req)