소스 검색

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