Browse Source

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

csx 3 years ago
parent
commit
ee1a190149
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/js/jsyb_controller.go

+ 1 - 0
controllers/js/jsyb_controller.go View File

@@ -481,6 +481,7 @@ func (c *JSybController) ReadCard() {
481 481
 	pCardInfo, pBusiCardInfo := c.GetBasBaseInfo()
482 482
 	pBusiCardInfo = Remove0000(pBusiCardInfo)
483 483
 	pCardInfo = Remove0000(pCardInfo)
484
+	fmt.Println(":", ConvertToString(pCardInfo, "gbk", "utf-8"))
484 485
 
485 486
 	fmt.Println(pBusiCardInfo)
486 487
 	fmt.Println(pCardInfo)