[add] page session support

This commit is contained in:
Max 2022-07-21 12:07:42 +08:00
parent f3b2ca53eb
commit 5a92e4f7b5

View file

@ -33,6 +33,10 @@ func ProcessData(process *gou.Process) interface{} {
}
}
// with Session
page.Flow.WithGlobal(process.Global)
page.Flow.WithSID(process.Sid)
return page.GetData(params)
}