Browse Source

add comment

sun-pc-linux 6 tháng trước cách đây
mục cha
commit
20cf059a19
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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("参数错误")