Parcourir la source

feat:新增编辑研究员信息接口

Roc il y a 7 mois
Parent
commit
872c836239
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      controllers/analyst.go

+ 1 - 1
controllers/analyst.go

@@ -212,7 +212,7 @@ func (this *AnalystController) Edit() {
 		return
 	}
 	if req.HeadImgUrl == "" {
-		br.Msg = "请输入姓名"
+		br.Msg = "请传入头像"
 		return
 	}
 	req.Introduction = strings.TrimSpace(req.Introduction)