Browse Source

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

csx 2 years ago
parent
commit
163904436d
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

@@ -45,7 +45,7 @@ type ReadCardResult struct {
45 45
 		CardInfo   string `json:"cardInfo"`
46 46
 		RegionCode string `json:"regionCode"`
47 47
 	} `json:"output"`
48
-	Code   int    `json:"CODE"`
48
+	Code   string `json:"CODE"`
49 49
 	ErrMsg string `json:"ERRMSG"`
50 50
 }
51 51