소스 검색

first commit

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) {