Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AgentEdit = func(c echo.Context) error { var err error return c.Render(`/user/agent/edit`, err) }
AgentEdit 修改代理资料
View Source
var AgentIndex = func(c echo.Context) error { var err error return c.Render(`/user/agent/index`, err) }
AgentIndex 代理中心首页
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.