Browse Source

add comment

sun-pc-linux 6 months ago
parent
commit
20cf059a19
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/api/exam.go

+ 1 - 0
src/api/exam.go

@@ -13,6 +13,7 @@ import (
 func ExamHistoryCreate(c *gin.Context, apictx *ApiSession) (interface{}, error) {
 	var form model.ExamHistory
 	err := c.ShouldBindJSON(&form)
+	fmt.Println(form)
 	if err != nil {
 		fmt.Println(err)
 		return nil, errors.New("参数错误")