Explorar el Código

Merge branch 'bugfix__8338' into debug

317699326@qq.com hace 6 días
padre
commit
9abfe1980f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      controllers/eta_forum_chart.go

+ 1 - 1
controllers/eta_forum_chart.go

@@ -64,7 +64,7 @@ func (this *EtaForumChartController) ChartDetail() {
 		br.ErrMsg = err.Error()
 		return
 	}
-
+	b = utils.DesBase64Decrypt(b, utils.DesKey)
 	result := new(models.BaseResponse)
 	if e = json.Unmarshal(b, &result); e != nil {
 		err = fmt.Errorf("result unmarshal err: %s\nresult: %s", e.Error(), string(b))