Explorar el Código

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

csx hace 1 año
padre
commit
7821337e92
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      service/fj_service.go

+ 1 - 1
service/fj_service.go Ver fichero

@@ -2459,7 +2459,7 @@ func GetFjBusinessHandleInfo(inputStr []byte) (string, string) {
2459 2459
 	if ret2 != 0 {
2460 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 2465
 func GetFjAuthorizationInfo(org_id string) {