feat: base: upgrade swagger
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
"paths": {
|
||||
"/statistics/china": {
|
||||
"get": {
|
||||
"produces": [
|
||||
"application/json"
|
||||
],
|
||||
"tags": [
|
||||
"Statistics"
|
||||
],
|
||||
@@ -36,6 +39,9 @@
|
||||
},
|
||||
"/statistics/city/{sort}": {
|
||||
"get": {
|
||||
"produces": [
|
||||
"application/json"
|
||||
],
|
||||
"tags": [
|
||||
"Statistics"
|
||||
],
|
||||
@@ -81,6 +87,9 @@
|
||||
},
|
||||
"/statistics/country": {
|
||||
"get": {
|
||||
"produces": [
|
||||
"application/json"
|
||||
],
|
||||
"tags": [
|
||||
"Statistics"
|
||||
],
|
||||
@@ -112,6 +121,9 @@
|
||||
},
|
||||
"/statistics/country/child": {
|
||||
"get": {
|
||||
"produces": [
|
||||
"application/json"
|
||||
],
|
||||
"tags": [
|
||||
"Statistics"
|
||||
],
|
||||
@@ -141,12 +153,15 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/statistics/provience/{sort}": {
|
||||
"/statistics/province/{sort}": {
|
||||
"get": {
|
||||
"produces": [
|
||||
"application/json"
|
||||
],
|
||||
"tags": [
|
||||
"Statistics"
|
||||
],
|
||||
"summary": "provience statistics",
|
||||
"summary": "province statistics",
|
||||
"parameters": [
|
||||
{
|
||||
"enum": [
|
||||
|
||||
Reference in New Issue
Block a user