Browse Source

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

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

+ 1 - 1
service/fj_service.go View File

140
 		return err.Error(), ""
140
 		return err.Error(), ""
141
 	}
141
 	}
142
 
142
 
143
-	output, err_msg := GetFjBusinessHandleInfo(bytesData)
143
+	output, err_msg := GetFjBusinessHandleInfo([]byte(ConvertByte2String(bytesData, GB18030)))
144
 	fmt.Println("输出信息:")
144
 	fmt.Println("输出信息:")
145
 	fmt.Println(output)
145
 	fmt.Println(output)
146
 	fmt.Println("错误信息:")
146
 	fmt.Println("错误信息:")