Parcourir la source

Merge branch 'debug' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai il y a 2 ans
Parent
commit
30c2f1ae27
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      services/page_history_record.go

+ 3 - 0
services/page_history_record.go

@@ -23,6 +23,9 @@ func AddCygxPageHistoryRecord(user *models.WxUserItem, Ctx *context.Context)  {
 	if index != -1 {
 		item.Parameter = item.Router[index+1:]
 	}
+	if Ctx.Input.Method() == "POST" {
+		item.Parameter = string(Ctx.Input.RequestBody)
+	}
 	_, err := models.AddCygxPageHistoryRecord(item)
 	if err != nil {
 		fmt.Println(err)