|
@@ -11,10 +11,10 @@ import (
|
|
|
// @Summary 查询我的订单-采购订单
|
|
// @Summary 查询我的订单-采购订单
|
|
|
// @Produce json
|
|
// @Produce json
|
|
|
// @Security ApiKeyAuth
|
|
// @Security ApiKeyAuth
|
|
|
-// @Param userid query int true "用户ID"
|
|
|
|
|
|
|
+// @Param userid query int true "用户ID"
|
|
|
// @Param type query int false "类型 - 0:未完成 1:已完成"
|
|
// @Param type query int false "类型 - 0:未完成 1:已完成"
|
|
|
-// @Param page query int false "页码"
|
|
|
|
|
-// @Param pagesize query int false "每页条数"
|
|
|
|
|
|
|
+// @Param page query int false "页码"
|
|
|
|
|
+// @Param pagesize query int false "每页条数"
|
|
|
// @Success 200 {array} models.Thjpurchasetradedetail
|
|
// @Success 200 {array} models.Thjpurchasetradedetail
|
|
|
// @Failure 500 {object} app.Response
|
|
// @Failure 500 {object} app.Response
|
|
|
// @Router /Ferroalloy/QueryTHJPurchaseTradeDetail [get]
|
|
// @Router /Ferroalloy/QueryTHJPurchaseTradeDetail [get]
|
|
@@ -122,10 +122,10 @@ func QueryTHJPromotionIncomeDetail(c *gin.Context) {
|
|
|
// @Summary 定金比例个性化查询
|
|
// @Summary 定金比例个性化查询
|
|
|
// @Produce json
|
|
// @Produce json
|
|
|
// @Security ApiKeyAuth
|
|
// @Security ApiKeyAuth
|
|
|
-// @Param userid query int true "用户ID"
|
|
|
|
|
|
|
+// @Param userid query int true "用户ID"
|
|
|
// @Param presaleapplyid query string true "预售申请ID"
|
|
// @Param presaleapplyid query string true "预售申请ID"
|
|
|
-// @Param page query int false "页码"
|
|
|
|
|
-// @Param pagesize query int false "每页条数"
|
|
|
|
|
|
|
+// @Param page query int false "页码"
|
|
|
|
|
+// @Param pagesize query int false "每页条数"
|
|
|
// @Success 200 {array} models.GThjinvesotrdeposit
|
|
// @Success 200 {array} models.GThjinvesotrdeposit
|
|
|
// @Failure 500 {object} app.Response
|
|
// @Failure 500 {object} app.Response
|
|
|
// @Router /Ferroalloy/QueryTHJinvesotrdeposit [get]
|
|
// @Router /Ferroalloy/QueryTHJinvesotrdeposit [get]
|