refactor: docker file.
This commit is contained in:
@ -74,7 +74,7 @@ func (tc *TrainingController) CreateTrainingRecord(c *gin.Context) {
|
||||
}
|
||||
|
||||
c.JSON(http.StatusCreated, gin.H{
|
||||
"message": "Data saved successfully",
|
||||
"message": "数据保存成功",
|
||||
"id": record.TrainId,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user