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)