Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProductController ¶
func (*ProductController) Get ¶
func (c *ProductController) Get() mvc.Result
func (*ProductController) GetOrders ¶
func (c *ProductController) GetOrders(ctx iris.Context) mvc.Result
处理查询订单的请求
func (*ProductController) PostItemBy ¶
func (c *ProductController) PostItemBy(id int, ctx iris.Context) mvc.Result
处理提交订单请求
Click to show internal directories.
Click to hide internal directories.