Browse Source

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

csx 2 years ago
parent
commit
7c8941e91e
1 changed files with 5 additions and 0 deletions
  1. 5 0
      service/fj_service.go

+ 5 - 0
service/fj_service.go View File

2429
 
2429
 
2430
 	output_info := ConvertByte2String(outputStr, GB18030)
2430
 	output_info := ConvertByte2String(outputStr, GB18030)
2431
 	error_info := ConvertByte2String(errMessageStr, GB18030)
2431
 	error_info := ConvertByte2String(errMessageStr, GB18030)
2432
+	output_info = Remove0000(output_info)
2433
+	error_info = Remove0000(error_info)
2434
+
2435
+	fmt.Println(output_info)
2436
+	fmt.Println(error_info)
2432
 
2437
 
2433
 	if ret2 != 0 {
2438
 	if ret2 != 0 {
2434
 		return "", ""
2439
 		return "", ""