Pārlūkot izejas kodu

Merge branch 'bugfix__8338' into debug

317699326@qq.com 2 nedēļas atpakaļ
vecāks
revīzija
641f87d86f
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      controllers/chart.go

+ 2 - 0
controllers/chart.go

@@ -66,6 +66,8 @@ func (this *ChartController) ChartDetail() {
 		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))