@@ -2218,6 +2218,8 @@ func (this *ChartInfoController) ChartInfoBase64Upload() {
case <-doneChannel:
fmt.Println("done")
case err := <-errorChannel:
+ br.Msg = "文件上传失败"
+ br.ErrMsg = fmt.Sprintf("execute command failure err: %s", err.Error())
fmt.Println("execute command failure err:" + err.Error())
return
}
@@ -2207,6 +2207,8 @@ func (this *FutureGoodChartInfoController) ChartInfoBase64Upload() {