|
|
@@ -11,9 +11,9 @@ import (
|
|
|
// @Summary 我的持仓-预售持仓
|
|
|
// @Produce json
|
|
|
// @Security ApiKeyAuth
|
|
|
-// @Param userid query int true "用户ID"
|
|
|
-// @Param page query int false "页码"
|
|
|
-// @Param pagesize query int false "每页条数"
|
|
|
+// @Param userid query int true "用户ID"
|
|
|
+// @Param page query int false "页码"
|
|
|
+// @Param pagesize query int false "每页条数"
|
|
|
// @Success 200 {array} models.MineCpTradePreSaleResult
|
|
|
// @Failure 500 {object} app.Response
|
|
|
// @Router /Mine/QueryMineCpTradePreSaleResults [get]
|
|
|
@@ -113,8 +113,8 @@ func QueryMineTradeTradeDetails(c *gin.Context) {
|
|
|
// @Produce json
|
|
|
// @Security ApiKeyAuth
|
|
|
// @Param userid query int true "用户ID"
|
|
|
-// @Param buyorsell query int false "交收方向 - 0:买 1:卖,不过滤方法不要传此参数"
|
|
|
-// @Param marketids query int false "目标市场ID列表,格式 1,2,3"
|
|
|
+// @Param buyorsell query int false "交收方向 - 0:买 1:卖,不过滤方法不要传此参数"
|
|
|
+// @Param marketids query string false "目标市场ID列表,格式 1,2,3"
|
|
|
// @Param page query int false "页码"
|
|
|
// @Param pagesize query int false "每页条数"
|
|
|
// @Success 200 {array} models.MineTradeGoodsDeliveryOffline
|