zhou.xiaoning 3 éve
szülő
commit
ef97b370c4
4 módosított fájl, 4 hozzáadás és 4 törlés
  1. 1 1
      controllers/taaccount/taaccount.go
  2. 1 1
      docs/docs.go
  3. 1 1
      docs/swagger.json
  4. 1 1
      docs/swagger.yaml

+ 1 - 1
controllers/taaccount/taaccount.go

@@ -317,7 +317,7 @@ func QueryHisAmountLog(c *gin.Context) {
 // @Summary 查询关联资金账户信息
 // @Produce json
 // @Security ApiKeyAuth
-// @Param relateduserid query string true "关联UserID"
+// @Param relateduserid query int true "关联UserID"
 // @Success 200 {array} models.RelatedTaAccount
 // @Failure 500 {object} app.Response
 // @Router /TaAccount/QueryRelatedTaAccount [get]

+ 1 - 1
docs/docs.go

@@ -11257,7 +11257,7 @@ var doc = `{
                 "summary": "查询关联资金账户信息",
                 "parameters": [
                     {
-                        "type": "string",
+                        "type": "integer",
                         "description": "关联UserID",
                         "name": "relateduserid",
                         "in": "query",

+ 1 - 1
docs/swagger.json

@@ -11241,7 +11241,7 @@
                 "summary": "查询关联资金账户信息",
                 "parameters": [
                     {
-                        "type": "string",
+                        "type": "integer",
                         "description": "关联UserID",
                         "name": "relateduserid",
                         "in": "query",

+ 1 - 1
docs/swagger.yaml

@@ -27073,7 +27073,7 @@ paths:
         in: query
         name: relateduserid
         required: true
-        type: string
+        type: integer
       produces:
       - application/json
       responses: