Explorar el Código

修改“历史成交单查询(合约市场)”接口BUG

Simon Zhou hace 5 años
padre
commit
e5fea91914
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      controllers/order/order.go

+ 2 - 0
controllers/order/order.go

@@ -495,6 +495,8 @@ type QueryHisTradeDetailRsp struct {
 // @Param tradeMode query string false "交易模式 - 格式:1,2,3"
 // @Param buildType query int false "委托单据类型"
 // @Param tradeType query string false "成交类别 - 格式:1,2,3"
+// @Param startDate query string false "开始时间 - 闭区间,格式:yyyy-MM-dd"
+// @Param endDate query string false "结束时间 - 闭区间,格式:yyyy-MM-dd"
 // @Success 200 {object} QueryHisTradeDetailRsp
 // @Failure 500 {object} app.Response
 // @Router /Order/QueryHisTradeDetail [get]