|
@@ -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("参数错误")
|