chore: regenerate swagger docs for all API services
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
{
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"example": 0,
|
||||
"name": "offset",
|
||||
"in": "query",
|
||||
"required": true
|
||||
@@ -35,6 +36,7 @@
|
||||
{
|
||||
"type": "integer",
|
||||
"default": 20,
|
||||
"example": 20,
|
||||
"name": "limit",
|
||||
"in": "query",
|
||||
"required": true
|
||||
@@ -604,7 +606,7 @@
|
||||
},
|
||||
"put": {
|
||||
"consumes": [
|
||||
"application/x-www-form-urlencoded"
|
||||
"application/json"
|
||||
],
|
||||
"produces": [
|
||||
"application/json"
|
||||
@@ -620,6 +622,37 @@
|
||||
"name": "id",
|
||||
"in": "path",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "body",
|
||||
"in": "body",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"allowIndependentOrders": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"allowMultiShop": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"commissionType": {
|
||||
"type": "string"
|
||||
},
|
||||
"commissionValue": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"dispatchMode": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
@@ -973,7 +1006,9 @@
|
||||
"sections"
|
||||
],
|
||||
"properties": {
|
||||
"sections": {}
|
||||
"sections": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1105,9 +1140,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"x-date": "2026-03-18 18:48:06",
|
||||
"x-date": "2026-04-22 22:30:24",
|
||||
"x-description": "This is a goctl generated swagger file.",
|
||||
"x-github": "https://github.com/zeromicro/go-zero",
|
||||
"x-go-zero-doc": "https://go-zero.dev/",
|
||||
"x-goctl-version": "1.9.2"
|
||||
"x-goctl-version": "1.10.1"
|
||||
}
|
||||
Reference in New Issue
Block a user