Browse Source

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

csx 3 years ago
parent
commit
7ca2c28ec3
1 changed files with 3 additions and 0 deletions
  1. 3 0
      controllers/hb/hbyb_controller.go

+ 3 - 0
controllers/hb/hbyb_controller.go View File

@@ -41,6 +41,9 @@ func (c *HBybController) PostOne() {
41 41
 	certificates := c.GetString("certificates")
42 42
 
43 43
 	result, inputLog := service.Hbyb1101(certNo, org_name, doctor, fixmedins_code, insuplc_admdvs, mdtrtarea_admvs, secret_key, id_card_type, card_sn, certificates)
44
+	fmt.Println(result)
45
+	fmt.Println(inputLog)
46
+
44 47
 	var dat map[string]interface{}
45 48
 	if err := json.Unmarshal([]byte(result), &dat); err == nil {
46 49