|
@@ -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]
|
|
@@ -89,7 +89,7 @@ func QueryTHJPurchaseTransferOrderDetail(c *gin.Context) {
|
|
|
// @Param page query int false "页码"
|
|
// @Param page query int false "页码"
|
|
|
// @Param pagesize query int false "每页条数"
|
|
// @Param pagesize query int false "每页条数"
|
|
|
// @Success 200 {array} models.PromotionIncome
|
|
// @Success 200 {array} models.PromotionIncome
|
|
|
-// @Failure 500 {object} app.Response
|
|
|
|
|
|
|
+// @Failure 500 {object} app.Response
|
|
|
// @Router /Ferroalloy/QueryTHJPromotionIncome [get]
|
|
// @Router /Ferroalloy/QueryTHJPromotionIncome [get]
|
|
|
// @Tags 铁合金
|
|
// @Tags 铁合金
|
|
|
func QueryTHJPromotionIncome(c *gin.Context) {
|
|
func QueryTHJPromotionIncome(c *gin.Context) {
|
|
@@ -142,9 +142,10 @@ func QueryTHJinvesotrdeposit(c *gin.Context) {
|
|
|
// @Produce json
|
|
// @Produce json
|
|
|
// @Security ApiKeyAuth
|
|
// @Security ApiKeyAuth
|
|
|
// @Param userid query int true "用户ID"
|
|
// @Param userid query int true "用户ID"
|
|
|
|
|
+// @Param depositrate query float64 true "定金比例(选中比例)"
|
|
|
// @Param page query int false "页码"
|
|
// @Param page query int false "页码"
|
|
|
// @Param pagesize query int false "每页条数"
|
|
// @Param pagesize query int false "每页条数"
|
|
|
-// @Success 200 {array} models.GThjinvesotrdepositlog
|
|
|
|
|
|
|
+// @Success 200 {array} models.GThjinvesotrdepositlog
|
|
|
// @Failure 500 {object} app.Response
|
|
// @Failure 500 {object} app.Response
|
|
|
// @Router /Ferroalloy/QueryTHJInvesotrDepositLog [get]
|
|
// @Router /Ferroalloy/QueryTHJInvesotrDepositLog [get]
|
|
|
// @Tags 铁合金
|
|
// @Tags 铁合金
|