|
|
@@ -47,9 +47,9 @@ func (Cptradepresaleapply) TableName() string {
|
|
|
// QueryPreasleApply 查询产能预售申请表信息
|
|
|
// @Summary 查询产能预售申请表信息
|
|
|
// @Produce json
|
|
|
-// @Param userid path int true "账户ID"
|
|
|
-// @Param applyid path int false "申请ID"
|
|
|
-// @Param accountid path int false "资金账户ID"
|
|
|
+// @Param userid query int true "账户ID"
|
|
|
+// @Param applyid query int false "申请ID"
|
|
|
+// @Param accountid query int false "资金账户ID"
|
|
|
// @Success 200 {object} Cptradepresaleapply
|
|
|
// @Failure 500 {object} app.Response
|
|
|
// @Router /CPTrade/QueryPreasleApply [get]
|