Browse Source

Merge branch 'bugfix__8338' into debug

317699326@qq.com 1 tuần trước cách đây
mục cha
commit
641f87d86f
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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))