fix
wangpengfei
2023-07-12 7dd79a8858ee3a0c22b44ee65cb9ff55dd76279a
api/v1/subOrder.go
@@ -101,7 +101,7 @@
//   @Tags      SubOrder
//   @Summary   获取子订单列表
//   @Produce   application/json
//   @Success   200   {object}   contextx.Response{}
//   @Success   200   {object}   contextx.Response{data=response.SubOrderResponse}
//   @Router      /api/subOrder/list [get]
func (s *SubOrderApi) List(c *gin.Context) {
   ctx, ok := contextx.NewContext(c, nil)