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