longping 1 سال پیش
والد
کامیت
ae6365e3e3
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      modules/shop/api/v1/client/express_api.go

+ 1 - 0
modules/shop/api/v1/client/express_api.go

@@ -25,6 +25,7 @@ type ExpressApi struct {
 // @Param Authorization header string false "Bearer 令牌"
 // @Param object query req.ExpressQuery false "查询参数"
 // @Security ApiKeyAuth
+
 // @Success 200 {object} resp.Response{data=page.Page{list=model.Express},msg=string} "分页获取快递管理列表,返回包括列表,总数,页码,每页数量"
 // @Router /express/page [get]
 func (this ExpressApi) Page(c *frame.Context) {