|
|
@@ -7,9 +7,10 @@
|
|
|
package wrTrade2
|
|
|
|
|
|
import (
|
|
|
- "github.com/gin-gonic/gin"
|
|
|
"mtp2_if/global/app"
|
|
|
"mtp2_if/models"
|
|
|
+
|
|
|
+ "github.com/gin-gonic/gin"
|
|
|
)
|
|
|
|
|
|
// QueryOrderQuote
|
|
|
@@ -113,8 +114,8 @@ func QueryWrPosition(c *gin.Context) {
|
|
|
}
|
|
|
|
|
|
// QueryWrOrderDetail
|
|
|
-// @Summary 查询仓单委托单(挂单)
|
|
|
-// @Description 页面 现货仓单 | 预售仓单 -> 挂单
|
|
|
+// @Summary 查询仓单委托单
|
|
|
+// @Description 页面 现货仓单 | 预售仓单 -> 委托单
|
|
|
// @Produce json
|
|
|
// @Security ApiKeyAuth
|
|
|
// @Param page query int false "页码"
|
|
|
@@ -123,6 +124,7 @@ func QueryWrPosition(c *gin.Context) {
|
|
|
// @Param marketid query int false "仓单贸易市场id"
|
|
|
// @Param haswr query int true "0:仓单预售 1:仓单贸易"
|
|
|
// @Param bcancel query int false "是否仅查可撤单据 1:可撤 注:此参数仅对当前记录有效, 且不含47模式市场"
|
|
|
+// @Param wrtradetype query int false "仓单贸易类型 - 1:挂牌 2:摘牌 3:提货卖(文化中国) 4:提货买(文化中国)"
|
|
|
// @Param begindate query string false "开始交易日(yyyymmdd)"
|
|
|
// @Param enddate query string false "结束交易日(yyyymmdd)"
|
|
|
// @Success 200 {array} models.WrOrderDetail
|