浏览代码

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

csx 2 年前
父节点
当前提交
d47a2cfdc6
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      controllers/sg/his_api_controller.go

+ 0 - 7
controllers/sg/his_api_controller.go 查看文件

690
 	data["fopd"] = fopd
690
 	data["fopd"] = fopd
691
 	data["trig_scen"] = trig_scen
691
 	data["trig_scen"] = trig_scen
692
 
692
 
693
-	fmt.Println(data)
694
-	fmt.Println(fed)
695
-	fmt.Println(fdds)
696
-	fmt.Println(orders)
697
-	fmt.Println(pd)
698
-	fmt.Println(pp)
699
-	fmt.Println(fopd)
700
 	client := &http.Client{}
693
 	client := &http.Client{}
701
 	bytesData, _ := json.Marshal(data)
694
 	bytesData, _ := json.Marshal(data)
702
 	var req *http.Request
695
 	var req *http.Request