@@ -40,7 +40,7 @@ func (this *AiFileController) FileUpload() {
br.ErrMsg = "获取资源信息失败,Err:" + err.Error()
return
}
- model := this.GetString("model")
+ model := this.GetString("Model")
aiChatTopicId, _ := this.GetInt("AiChatTopicId")