Jelajahi Sumber

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

xingzai 2 tahun lalu
induk
melakukan
30c2f1ae27
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  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)