@@ -47,6 +47,7 @@ func (Cptradepresaleapply) TableName() string {
// QueryPreasleApply 查询产能预售申请表信息
// @Summary 查询产能预售申请表信息
// @Produce json
+// @Security ApiKeyAuth
// @Param userid query int true "账户ID"
// @Param applyid query int false "申请ID"
// @Param accountid query int false "资金账户ID"
@@ -28,6 +28,11 @@ var doc = `{
"paths": {
"/CPTrade/QueryPreasleApply": {
"get": {
+ "security": [
+ {
+ "ApiKeyAuth": []
+ }
+ ],
"produces": [
"application/json"
],
@@ -12,6 +12,11 @@
@@ -100,6 +100,8 @@ paths:
description: Internal Server Error
schema:
$ref: '#/definitions/app.Response'
+ security:
+ - ApiKeyAuth: []
summary: 查询产能预售申请表信息
tags:
- 产能预售