Browse Source

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

csx 2 years ago
parent
commit
7821337e92
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/fj_service.go

+ 1 - 1
service/fj_service.go View File

2459
 	if ret2 != 0 {
2459
 	if ret2 != 0 {
2460
 		return "", ""
2460
 		return "", ""
2461
 	}
2461
 	}
2462
-	return ConvertToString(Remove0000(string(outputStr)), "gbk", "utf-8"), ConvertToString(Remove0000(string(errMessageStr)), "gbk", "utf-8")
2462
+	return ConvertToString(Remove0000(string(outputStr)), "GB18030", "utf-8"), ConvertToString(Remove0000(string(errMessageStr)), "GB18030", "utf-8")
2463
 }
2463
 }
2464
 
2464
 
2465
 func GetFjAuthorizationInfo(org_id string) {
2465
 func GetFjAuthorizationInfo(org_id string) {