浏览代码

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

xingzai 2 年之前
父节点
当前提交
30c2f1ae27
共有 1 个文件被更改,包括 3 次插入0 次删除
  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)