add
wangpengfei
2023-07-12 c32c0fd9d07d669b0e03509b502fd5fda6adcca9
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)