Browse Source

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

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

+ 2 - 2
controllers/js/jsyb_controller.go View File

@@ -531,8 +531,8 @@ func (c *JSybController) GetBasBaseInfo() string {
531 531
 	ret2, _, _ := readCard.Call((uintptr)(unsafe.Pointer(&str[0])), uintptr(1024), (uintptr)(unsafe.Pointer(&str1[0])), uintptr(1024))
532 532
 	fmt.Println(string(str1))
533 533
 	fmt.Println(string(str))
534
-	fmt.Println(":", ConvertToString(string(str1), "gbk", "utf-8"))
535
-	fmt.Println(":", ConvertToString(string(str), "gbk", "utf-8"))
534
+	//fmt.Println(":", ConvertToString(string(str1), "gbk", "utf-8"))
535
+	//fmt.Println(":", ConvertToString(string(str), "gbk", "utf-8"))
536 536
 	if ret2 != 0 {
537 537
 		return ""
538 538
 	}