瀏覽代碼

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

csx 2 年之前
父節點
當前提交
163904436d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/nm/nm_controller.go

+ 1 - 1
controllers/nm/nm_controller.go 查看文件

@@ -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