Browse Source

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

csx 2 years ago
parent
commit
abd586c833
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/nm/nm_controller.go

+ 1 - 1
controllers/nm/nm_controller.go View File

@@ -146,7 +146,7 @@ type ResultTwo10265 struct {
146 146
 
147 147
 func (c *NmController) Post2202() {
148 148
 
149
-	result, requestLog := service.Gdyb2202("150000CFSJM100000100005413", "20211227145332876188", "2021122714565410808111489", "赤峰费森血液透析中心", "李彩星", "150499", "150499", "MSDBYGxXm1Mtyi3PtOUB7n1ktcxwyW57", "H15049901371")
149
+	result, requestLog := service.Gdyb2202("150000CFSJM100000100005413", "20211227145332876188", "2021122714565410808111489", "赤峰费森血液透析中心", "李彩星", "150402", "150499", "MSDBYGxXm1Mtyi3PtOUB7n1ktcxwyW57", "H15049901371")
150 150
 	var dat map[string]interface{}
151 151
 	if err := json.Unmarshal([]byte(result), &dat); err == nil {
152 152
 	} else {