|
@@ -19,7 +19,7 @@
|
|
|
"paths": {
|
|
|
"/cityPackage/area/all-area-level-list": {
|
|
|
"post": {
|
|
|
- "summary": "层级关系的所有地区列表",
|
|
|
+ "summary": "获取层级关系的树形结构地区数据 只有省和市两级",
|
|
|
"operationId": "CityPackageService_AllAreaLevelList",
|
|
|
"responses": {
|
|
|
"200": {
|
|
@@ -59,7 +59,7 @@
|
|
|
},
|
|
|
"/cityPackage/area/area-list": {
|
|
|
"post": {
|
|
|
- "summary": "地区列表",
|
|
|
+ "summary": "主体门店开通的地区列表",
|
|
|
"operationId": "CityPackageService_AreaList",
|
|
|
"responses": {
|
|
|
"200": {
|
|
@@ -99,7 +99,7 @@
|
|
|
},
|
|
|
"/cityPackage/area/close-area": {
|
|
|
"post": {
|
|
|
- "summary": "关闭地区",
|
|
|
+ "summary": "主体门店停用地区",
|
|
|
"operationId": "CityPackageService_CloseArea",
|
|
|
"responses": {
|
|
|
"200": {
|
|
@@ -139,7 +139,7 @@
|
|
|
},
|
|
|
"/cityPackage/area/open-area": {
|
|
|
"post": {
|
|
|
- "summary": "开通地区",
|
|
|
+ "summary": "主体门店编辑地区",
|
|
|
"operationId": "CityPackageService_OpenArea",
|
|
|
"responses": {
|
|
|
"200": {
|
|
@@ -177,15 +177,15 @@
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
- "/cityPackage/car-model/car-model-add": {
|
|
|
+ "/cityPackage/area/sub-area-list": {
|
|
|
"post": {
|
|
|
- "summary": "添加车辆型号",
|
|
|
- "operationId": "CityPackageService_CarModelAdd",
|
|
|
+ "summary": "子门店可选的地区列表",
|
|
|
+ "operationId": "CityPackageService_SubAreaList",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
- "$ref": "#/definitions/apiCarModelAddRes"
|
|
|
+ "$ref": "#/definitions/apiSubAreaListRes"
|
|
|
}
|
|
|
},
|
|
|
"default": {
|
|
@@ -201,7 +201,7 @@
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
- "$ref": "#/definitions/apiCarModelAddReq"
|
|
|
+ "$ref": "#/definitions/apiSubAreaListReq"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -209,7 +209,7 @@
|
|
|
"description": "接口地址",
|
|
|
"in": "query",
|
|
|
"required": true,
|
|
|
- "example": "cityPackage/car-model/car-model-add"
|
|
|
+ "example": "cityPackage/area/sub-area-list"
|
|
|
}
|
|
|
],
|
|
|
"tags": [
|
|
@@ -217,15 +217,15 @@
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
- "/cityPackage/car-model/car-model-delete": {
|
|
|
+ "/cityPackage/area/sub-remove-area": {
|
|
|
"post": {
|
|
|
- "summary": "删除车辆型号",
|
|
|
- "operationId": "CityPackageService_CarModelDelete",
|
|
|
+ "summary": "子门店移除地区",
|
|
|
+ "operationId": "CityPackageService_SubRemoveArea",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
- "$ref": "#/definitions/apiCarModelDeleteRes"
|
|
|
+ "$ref": "#/definitions/apiSubRemoveAreaRes"
|
|
|
}
|
|
|
},
|
|
|
"default": {
|
|
@@ -241,7 +241,7 @@
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
- "$ref": "#/definitions/apiCarModelDeleteReq"
|
|
|
+ "$ref": "#/definitions/apiSubRemoveAreaReq"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -249,7 +249,7 @@
|
|
|
"description": "接口地址",
|
|
|
"in": "query",
|
|
|
"required": true,
|
|
|
- "example": "cityPackage/car-model/car-model-delete"
|
|
|
+ "example": "cityPackage/area/sub-remove-area"
|
|
|
}
|
|
|
],
|
|
|
"tags": [
|
|
@@ -257,15 +257,15 @@
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
- "/cityPackage/car-model/car-model-list": {
|
|
|
+ "/cityPackage/area/sub-select-area": {
|
|
|
"post": {
|
|
|
- "summary": "车辆型号列表",
|
|
|
- "operationId": "CityPackageService_CarModelList",
|
|
|
+ "summary": "子门店选择地区",
|
|
|
+ "operationId": "CityPackageService_SubSelectArea",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
- "$ref": "#/definitions/apiCarModelListRes"
|
|
|
+ "$ref": "#/definitions/apiSubSelectAreaRes"
|
|
|
}
|
|
|
},
|
|
|
"default": {
|
|
@@ -281,7 +281,7 @@
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
- "$ref": "#/definitions/apiCarModelListReq"
|
|
|
+ "$ref": "#/definitions/apiSubSelectAreaReq"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -289,7 +289,47 @@
|
|
|
"description": "接口地址",
|
|
|
"in": "query",
|
|
|
"required": true,
|
|
|
- "example": "cityPackage/car-model/car-model-list"
|
|
|
+ "example": "cityPackage/area/sub-select-area"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "tags": [
|
|
|
+ "API接口/后台/城市套餐"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "/cityPackage/area/sub-shop-list": {
|
|
|
+ "post": {
|
|
|
+ "summary": "子门店列表",
|
|
|
+ "operationId": "CityPackageService_SubShopList",
|
|
|
+ "responses": {
|
|
|
+ "200": {
|
|
|
+ "description": "A successful response.",
|
|
|
+ "schema": {
|
|
|
+ "$ref": "#/definitions/apiSubShopListRes"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "default": {
|
|
|
+ "description": "An unexpected error response.",
|
|
|
+ "schema": {
|
|
|
+ "$ref": "#/definitions/rpcStatus"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "parameters": [
|
|
|
+ {
|
|
|
+ "name": "body",
|
|
|
+ "in": "body",
|
|
|
+ "required": true,
|
|
|
+ "schema": {
|
|
|
+ "$ref": "#/definitions/apiSubShopListReq"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "r",
|
|
|
+ "description": "接口地址",
|
|
|
+ "in": "query",
|
|
|
+ "required": true,
|
|
|
+ "example": "cityPackage/area/sub-shop-list"
|
|
|
}
|
|
|
],
|
|
|
"tags": [
|
|
@@ -377,15 +417,15 @@
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
- "/cityPackage/city-package/edit-package": {
|
|
|
+ "/cityPackage/city-package/change-recommend": {
|
|
|
"post": {
|
|
|
- "summary": "编辑套餐",
|
|
|
- "operationId": "CityPackageService_EditPackage",
|
|
|
+ "summary": "套餐的推荐变更",
|
|
|
+ "operationId": "CityPackageService_ChangeRecommend",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
- "$ref": "#/definitions/apiEditPackageRes"
|
|
|
+ "$ref": "#/definitions/apiChangeRecommendRes"
|
|
|
}
|
|
|
},
|
|
|
"default": {
|
|
@@ -401,7 +441,7 @@
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
- "$ref": "#/definitions/apiEditPackageReq"
|
|
|
+ "$ref": "#/definitions/apiChangeRecommendReq"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -409,7 +449,7 @@
|
|
|
"description": "接口地址",
|
|
|
"in": "query",
|
|
|
"required": true,
|
|
|
- "example": "cityPackage/city-package/edit-package"
|
|
|
+ "example": "cityPackage/city-package/change-recommend"
|
|
|
}
|
|
|
],
|
|
|
"tags": [
|
|
@@ -417,15 +457,15 @@
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
- "/cityPackage/city-package/list-package": {
|
|
|
+ "/cityPackage/city-package/edit-package": {
|
|
|
"post": {
|
|
|
- "summary": "套餐列表",
|
|
|
- "operationId": "CityPackageService_ListPackage",
|
|
|
+ "summary": "编辑套餐",
|
|
|
+ "operationId": "CityPackageService_EditPackage",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
- "$ref": "#/definitions/apiListPackageRes"
|
|
|
+ "$ref": "#/definitions/apiEditPackageRes"
|
|
|
}
|
|
|
},
|
|
|
"default": {
|
|
@@ -441,7 +481,7 @@
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
- "$ref": "#/definitions/apiListPackageReq"
|
|
|
+ "$ref": "#/definitions/apiEditPackageReq"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -449,7 +489,7 @@
|
|
|
"description": "接口地址",
|
|
|
"in": "query",
|
|
|
"required": true,
|
|
|
- "example": "cityPackage/city-package/list-package"
|
|
|
+ "example": "cityPackage/city-package/edit-package"
|
|
|
}
|
|
|
],
|
|
|
"tags": [
|
|
@@ -457,15 +497,15 @@
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
- "/cityPackage/city-package/package-area-list": {
|
|
|
+ "/cityPackage/city-package/list-package": {
|
|
|
"post": {
|
|
|
- "summary": "套餐的地区使用范围",
|
|
|
- "operationId": "CityPackageService_PackageAreaList",
|
|
|
+ "summary": "套餐列表",
|
|
|
+ "operationId": "CityPackageService_ListPackage",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
- "$ref": "#/definitions/apiPackageAreaListRes"
|
|
|
+ "$ref": "#/definitions/apiListPackageRes"
|
|
|
}
|
|
|
},
|
|
|
"default": {
|
|
@@ -481,7 +521,7 @@
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
- "$ref": "#/definitions/apiPackageAreaListReq"
|
|
|
+ "$ref": "#/definitions/apiListPackageReq"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -489,7 +529,7 @@
|
|
|
"description": "接口地址",
|
|
|
"in": "query",
|
|
|
"required": true,
|
|
|
- "example": "cityPackage/city-package/package-area-list"
|
|
|
+ "example": "cityPackage/city-package/list-package"
|
|
|
}
|
|
|
],
|
|
|
"tags": [
|
|
@@ -497,15 +537,15 @@
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
- "/cityPackage/order/order-list": {
|
|
|
+ "/cityPackage/city-package/package-area-list": {
|
|
|
"post": {
|
|
|
- "summary": "订单列表",
|
|
|
- "operationId": "CityPackageService_OrderList",
|
|
|
+ "summary": "套餐的地区使用范围",
|
|
|
+ "operationId": "CityPackageService_PackageAreaList",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
- "$ref": "#/definitions/apiOrderListRes"
|
|
|
+ "$ref": "#/definitions/apiPackageAreaListRes"
|
|
|
}
|
|
|
},
|
|
|
"default": {
|
|
@@ -521,7 +561,7 @@
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
- "$ref": "#/definitions/apiOrderListReq"
|
|
|
+ "$ref": "#/definitions/apiPackageAreaListReq"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -529,7 +569,7 @@
|
|
|
"description": "接口地址",
|
|
|
"in": "query",
|
|
|
"required": true,
|
|
|
- "example": "cityPackage/order/order-list"
|
|
|
+ "example": "cityPackage/city-package/package-area-list"
|
|
|
}
|
|
|
],
|
|
|
"tags": [
|
|
@@ -537,15 +577,15 @@
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
- "/cityPackage/tag/add-tag": {
|
|
|
+ "/cityPackage/order/order-list": {
|
|
|
"post": {
|
|
|
- "summary": "添加标签",
|
|
|
- "operationId": "CityPackageService_AddTag",
|
|
|
+ "summary": "订单列表",
|
|
|
+ "operationId": "CityPackageService_OrderList",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
- "$ref": "#/definitions/apiAddTagRes"
|
|
|
+ "$ref": "#/definitions/apiOrderListRes"
|
|
|
}
|
|
|
},
|
|
|
"default": {
|
|
@@ -561,7 +601,7 @@
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
- "$ref": "#/definitions/apiAddTagReq"
|
|
|
+ "$ref": "#/definitions/apiOrderListReq"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -569,7 +609,7 @@
|
|
|
"description": "接口地址",
|
|
|
"in": "query",
|
|
|
"required": true,
|
|
|
- "example": "cityPackage/tag/add-tag"
|
|
|
+ "example": "cityPackage/order/order-list"
|
|
|
}
|
|
|
],
|
|
|
"tags": [
|
|
@@ -579,17 +619,203 @@
|
|
|
}
|
|
|
},
|
|
|
"definitions": {
|
|
|
- "apiAddTagReq": {
|
|
|
+ "CityPackageAddReqAddItem": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
- "data": {
|
|
|
- "$ref": "#/definitions/apiCityPackageTagEnt",
|
|
|
- "title": "标签数据"
|
|
|
+ "name": {
|
|
|
+ "type": "string",
|
|
|
+ "title": "套餐名称"
|
|
|
+ },
|
|
|
+ "type": {
|
|
|
+ "$ref": "#/definitions/apiPackageType",
|
|
|
+ "title": "套餐类型"
|
|
|
+ },
|
|
|
+ "pledge": {
|
|
|
+ "type": "integer",
|
|
|
+ "format": "int32",
|
|
|
+ "title": "押金"
|
|
|
+ },
|
|
|
+ "total_day": {
|
|
|
+ "type": "integer",
|
|
|
+ "format": "int32",
|
|
|
+ "title": "天数"
|
|
|
+ },
|
|
|
+ "total_num": {
|
|
|
+ "type": "integer",
|
|
|
+ "format": "int32",
|
|
|
+ "title": "次数"
|
|
|
+ },
|
|
|
+ "show_money": {
|
|
|
+ "type": "integer",
|
|
|
+ "format": "int32",
|
|
|
+ "title": "套餐显示价格"
|
|
|
+ },
|
|
|
+ "money": {
|
|
|
+ "type": "integer",
|
|
|
+ "format": "int32",
|
|
|
+ "title": "套餐实际价格,元"
|
|
|
+ },
|
|
|
+ "exchange_money": {
|
|
|
+ "type": "integer",
|
|
|
+ "format": "int32",
|
|
|
+ "title": "单次换电价格,元"
|
|
|
+ },
|
|
|
+ "buy_limit": {
|
|
|
+ "type": "integer",
|
|
|
+ "format": "int32",
|
|
|
+ "title": "购买限制数量"
|
|
|
+ },
|
|
|
+ "listed_status": {
|
|
|
+ "$ref": "#/definitions/apiLISTED_STATUS",
|
|
|
+ "title": "上下架状态"
|
|
|
+ },
|
|
|
+ "stock": {
|
|
|
+ "type": "integer",
|
|
|
+ "format": "int32",
|
|
|
+ "title": "库存"
|
|
|
+ },
|
|
|
+ "package_category": {
|
|
|
+ "$ref": "#/definitions/apiDEVICE_USE_TYPE",
|
|
|
+ "title": "套餐分类 1租电套餐 2车电一体 3租车套餐"
|
|
|
+ },
|
|
|
+ "area_list": {
|
|
|
+ "type": "array",
|
|
|
+ "items": {
|
|
|
+ "type": "object",
|
|
|
+ "$ref": "#/definitions/apiAreaEnt"
|
|
|
+ },
|
|
|
+ "title": "支持的区县ID列表"
|
|
|
+ },
|
|
|
+ "battery_tag_info": {
|
|
|
+ "$ref": "#/definitions/apiEntTag",
|
|
|
+ "title": "电池标签信息"
|
|
|
+ },
|
|
|
+ "car_model_info": {
|
|
|
+ "$ref": "#/definitions/apiCarModelEnt",
|
|
|
+ "title": "车型信息"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- "apiAddTagRes": {
|
|
|
- "type": "object"
|
|
|
+ "CityPackageOrderEntOrderInfoItem": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "base_info": {
|
|
|
+ "$ref": "#/definitions/apiEntOrder",
|
|
|
+ "title": "基础信息"
|
|
|
+ },
|
|
|
+ "current_battery_sn": {
|
|
|
+ "type": "string",
|
|
|
+ "title": "当前电池"
|
|
|
+ },
|
|
|
+ "battery_sn": {
|
|
|
+ "type": "string",
|
|
|
+ "title": "购买绑定的电池"
|
|
|
+ },
|
|
|
+ "remain_capacity": {
|
|
|
+ "type": "string",
|
|
|
+ "title": "剩余用量"
|
|
|
+ },
|
|
|
+ "pledge_status": {
|
|
|
+ "type": "integer",
|
|
|
+ "format": "int32",
|
|
|
+ "title": "押金状态 0待支付,1已支付,2免押,3无需支付 4 押金已退"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "OpenAreaReqOpenItem": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "area_id": {
|
|
|
+ "type": "string",
|
|
|
+ "title": "选择区域的id"
|
|
|
+ },
|
|
|
+ "battery_deposit": {
|
|
|
+ "type": "integer",
|
|
|
+ "format": "int32",
|
|
|
+ "title": "电池押金"
|
|
|
+ },
|
|
|
+ "car_deposit": {
|
|
|
+ "type": "integer",
|
|
|
+ "format": "int32",
|
|
|
+ "title": "车辆押金"
|
|
|
+ },
|
|
|
+ "battery_car_deposit": {
|
|
|
+ "type": "integer",
|
|
|
+ "format": "int32",
|
|
|
+ "title": "车电一体押金"
|
|
|
+ },
|
|
|
+ "open_status": {
|
|
|
+ "$ref": "#/definitions/apiYES_NO",
|
|
|
+ "title": "开通状态"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "SubAreaListResSubItem": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "province_name": {
|
|
|
+ "type": "string",
|
|
|
+ "title": "省份"
|
|
|
+ },
|
|
|
+ "city_name": {
|
|
|
+ "type": "string",
|
|
|
+ "title": "城市"
|
|
|
+ },
|
|
|
+ "battery_deposit": {
|
|
|
+ "type": "integer",
|
|
|
+ "format": "int32",
|
|
|
+ "title": "电池押金"
|
|
|
+ },
|
|
|
+ "car_deposit": {
|
|
|
+ "type": "integer",
|
|
|
+ "format": "int32",
|
|
|
+ "title": "车辆押金"
|
|
|
+ },
|
|
|
+ "battery_car_deposit": {
|
|
|
+ "type": "integer",
|
|
|
+ "format": "int32",
|
|
|
+ "title": "车电一体押金"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "SubShopListResSubShopListResItem": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "shop_info": {
|
|
|
+ "$ref": "#/definitions/apiAdminBaseInfo",
|
|
|
+ "title": "门店信息"
|
|
|
+ },
|
|
|
+ "province_name": {
|
|
|
+ "type": "string",
|
|
|
+ "title": "省份"
|
|
|
+ },
|
|
|
+ "city_name": {
|
|
|
+ "type": "string",
|
|
|
+ "title": "城市"
|
|
|
+ },
|
|
|
+ "battery_deposit": {
|
|
|
+ "type": "integer",
|
|
|
+ "format": "int32",
|
|
|
+ "title": "电池押金"
|
|
|
+ },
|
|
|
+ "car_deposit": {
|
|
|
+ "type": "integer",
|
|
|
+ "format": "int32",
|
|
|
+ "title": "车辆押金"
|
|
|
+ },
|
|
|
+ "battery_car_deposit": {
|
|
|
+ "type": "integer",
|
|
|
+ "format": "int32",
|
|
|
+ "title": "车电一体押金"
|
|
|
+ },
|
|
|
+ "area_ids": {
|
|
|
+ "type": "array",
|
|
|
+ "items": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "title": "选择的城市列表"
|
|
|
+ }
|
|
|
+ }
|
|
|
},
|
|
|
"apiAdminBaseInfo": {
|
|
|
"type": "object",
|
|
@@ -674,28 +900,17 @@
|
|
|
"$ref": "#/definitions/apiPageArg",
|
|
|
"title": "分页参数"
|
|
|
},
|
|
|
- "package_area_arg": {
|
|
|
- "$ref": "#/definitions/apiPackageAreaEnt",
|
|
|
- "title": "筛选参数"
|
|
|
- },
|
|
|
- "is_child_query": {
|
|
|
- "type": "boolean",
|
|
|
- "title": "子门店查询 默认false"
|
|
|
- },
|
|
|
- "min_level": {
|
|
|
- "type": "integer",
|
|
|
- "format": "int32",
|
|
|
- "title": "最小层级 1省级 2市级 3县级"
|
|
|
+ "open_status": {
|
|
|
+ "$ref": "#/definitions/apiYES_NO",
|
|
|
+ "title": "开通状态"
|
|
|
},
|
|
|
- "level": {
|
|
|
- "type": "integer",
|
|
|
- "format": "int32",
|
|
|
- "title": "查询的层级"
|
|
|
+ "province_code": {
|
|
|
+ "type": "string",
|
|
|
+ "title": "省份CODE"
|
|
|
},
|
|
|
- "admin_id": {
|
|
|
- "type": "integer",
|
|
|
- "format": "int32",
|
|
|
- "title": "门店"
|
|
|
+ "city_code": {
|
|
|
+ "type": "string",
|
|
|
+ "title": "城市CODE"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -717,33 +932,6 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- "apiCarModelAddReq": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "data": {
|
|
|
- "$ref": "#/definitions/apiCityPackageCarModelEnt",
|
|
|
- "title": "数据"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "apiCarModelAddRes": {
|
|
|
- "type": "object"
|
|
|
- },
|
|
|
- "apiCarModelDeleteReq": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "codes": {
|
|
|
- "type": "array",
|
|
|
- "items": {
|
|
|
- "type": "string"
|
|
|
- },
|
|
|
- "title": "车辆型号编号数组列表"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "apiCarModelDeleteRes": {
|
|
|
- "type": "object"
|
|
|
- },
|
|
|
"apiCarModelEnt": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
@@ -772,38 +960,26 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- "apiCarModelListReq": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "page_arg": {
|
|
|
- "$ref": "#/definitions/apiPageArg",
|
|
|
- "title": "分页参数"
|
|
|
- },
|
|
|
- "shop_arg": {
|
|
|
- "$ref": "#/definitions/apiShopArg",
|
|
|
- "title": "门店筛选参数"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "apiCarModelListRes": {
|
|
|
+ "apiChangeListedStatusReq": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
- "total": {
|
|
|
- "type": "integer",
|
|
|
- "format": "int32",
|
|
|
- "title": "条数"
|
|
|
- },
|
|
|
- "list": {
|
|
|
+ "package_code": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
- "type": "object",
|
|
|
- "$ref": "#/definitions/apiCityPackageCarModelEnt"
|
|
|
+ "type": "string"
|
|
|
},
|
|
|
- "title": "数据"
|
|
|
+ "title": "套餐code"
|
|
|
+ },
|
|
|
+ "status": {
|
|
|
+ "$ref": "#/definitions/apiLISTED_STATUS",
|
|
|
+ "title": "更新的状态"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- "apiChangeListedStatusReq": {
|
|
|
+ "apiChangeListedStatusRes": {
|
|
|
+ "type": "object"
|
|
|
+ },
|
|
|
+ "apiChangeRecommendReq": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"package_code": {
|
|
@@ -813,13 +989,13 @@
|
|
|
},
|
|
|
"title": "套餐code"
|
|
|
},
|
|
|
- "status": {
|
|
|
- "$ref": "#/definitions/apiLISTED_STATUS",
|
|
|
- "title": "更新的状态"
|
|
|
+ "is_recommend": {
|
|
|
+ "$ref": "#/definitions/apiYES_NO",
|
|
|
+ "title": "是否推荐"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- "apiChangeListedStatusRes": {
|
|
|
+ "apiChangeRecommendRes": {
|
|
|
"type": "object"
|
|
|
},
|
|
|
"apiCityPackageAddReq": {
|
|
@@ -834,7 +1010,7 @@
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"type": "object",
|
|
|
- "$ref": "#/definitions/apiCityPackageEnt"
|
|
|
+ "$ref": "#/definitions/CityPackageAddReqAddItem"
|
|
|
},
|
|
|
"title": "套餐数组列表"
|
|
|
},
|
|
@@ -864,19 +1040,6 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- "apiCityPackageCarModelEnt": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "car_model_info": {
|
|
|
- "$ref": "#/definitions/apiCarModelEnt",
|
|
|
- "title": "车型信息"
|
|
|
- },
|
|
|
- "shop_info": {
|
|
|
- "$ref": "#/definitions/apiEntAdmin",
|
|
|
- "title": "所属门店信息"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
"apiCityPackageEnt": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
@@ -907,6 +1070,10 @@
|
|
|
"shop_info": {
|
|
|
"$ref": "#/definitions/apiEntAdmin",
|
|
|
"title": "门店信息"
|
|
|
+ },
|
|
|
+ "is_recommend": {
|
|
|
+ "$ref": "#/definitions/apiYES_NO",
|
|
|
+ "title": "是否是推荐"
|
|
|
}
|
|
|
},
|
|
|
"title": "城市套餐的信息"
|
|
@@ -915,8 +1082,8 @@
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"order_info": {
|
|
|
- "$ref": "#/definitions/apiEntOrder",
|
|
|
- "title": "基本订单信息"
|
|
|
+ "$ref": "#/definitions/CityPackageOrderEntOrderInfoItem",
|
|
|
+ "title": "订单信息"
|
|
|
},
|
|
|
"insurance_info": {
|
|
|
"type": "string",
|
|
@@ -929,16 +1096,6 @@
|
|
|
},
|
|
|
"title": "城市套餐订单实体"
|
|
|
},
|
|
|
- "apiCityPackageTagEnt": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "tag_info": {
|
|
|
- "$ref": "#/definitions/apiEntTag",
|
|
|
- "title": "标签基本信息"
|
|
|
- }
|
|
|
- },
|
|
|
- "title": "城市套餐的标签"
|
|
|
- },
|
|
|
"apiCloseAreaReq": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
@@ -948,10 +1105,6 @@
|
|
|
"type": "string"
|
|
|
},
|
|
|
"title": "地区CODE列表"
|
|
|
- },
|
|
|
- "is_child_opt": {
|
|
|
- "type": "boolean",
|
|
|
- "title": "是否子门店操作关闭 默认false"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -1044,6 +1197,11 @@
|
|
|
"order_source": {
|
|
|
"$ref": "#/definitions/apiREQUEST_SOURCE",
|
|
|
"title": "订单来源"
|
|
|
+ },
|
|
|
+ "pay_status": {
|
|
|
+ "type": "integer",
|
|
|
+ "format": "int32",
|
|
|
+ "title": "支付状态"
|
|
|
}
|
|
|
},
|
|
|
"title": "订单实体"
|
|
@@ -1203,16 +1361,13 @@
|
|
|
"apiOpenAreaReq": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
- "area_ids": {
|
|
|
+ "list": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
- "type": "string"
|
|
|
+ "type": "object",
|
|
|
+ "$ref": "#/definitions/OpenAreaReqOpenItem"
|
|
|
},
|
|
|
- "title": "地区CODE列表"
|
|
|
- },
|
|
|
- "is_child_opt": {
|
|
|
- "type": "boolean",
|
|
|
- "title": "是否子门店操作开通 默认false"
|
|
|
+ "title": "开通的地区"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -1290,22 +1445,6 @@
|
|
|
"open_status": {
|
|
|
"$ref": "#/definitions/apiYES_NO",
|
|
|
"title": "开通状态"
|
|
|
- },
|
|
|
- "is_can_select": {
|
|
|
- "type": "boolean",
|
|
|
- "title": "是否可以选中"
|
|
|
- },
|
|
|
- "is_selected": {
|
|
|
- "type": "boolean",
|
|
|
- "title": "是否已经选中"
|
|
|
- },
|
|
|
- "children": {
|
|
|
- "type": "array",
|
|
|
- "items": {
|
|
|
- "type": "object",
|
|
|
- "$ref": "#/definitions/apiPackageAreaEnt"
|
|
|
- },
|
|
|
- "title": "子级门店"
|
|
|
}
|
|
|
},
|
|
|
"title": "套餐开通的地区"
|
|
@@ -1401,6 +1540,113 @@
|
|
|
},
|
|
|
"title": "门店筛选参数"
|
|
|
},
|
|
|
+ "apiSubAreaListReq": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "page_arg": {
|
|
|
+ "$ref": "#/definitions/apiPageArg",
|
|
|
+ "title": "分页参数"
|
|
|
+ },
|
|
|
+ "province_code": {
|
|
|
+ "type": "string",
|
|
|
+ "title": "省份CODE"
|
|
|
+ },
|
|
|
+ "city_code": {
|
|
|
+ "type": "string",
|
|
|
+ "title": "城市CODE"
|
|
|
+ },
|
|
|
+ "shop_id": {
|
|
|
+ "type": "integer",
|
|
|
+ "format": "int32",
|
|
|
+ "title": "门店ID"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "apiSubAreaListRes": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "total": {
|
|
|
+ "type": "integer",
|
|
|
+ "format": "int32",
|
|
|
+ "title": "总条数"
|
|
|
+ },
|
|
|
+ "list": {
|
|
|
+ "type": "array",
|
|
|
+ "items": {
|
|
|
+ "type": "object",
|
|
|
+ "$ref": "#/definitions/SubAreaListResSubItem"
|
|
|
+ },
|
|
|
+ "title": "列表"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "apiSubRemoveAreaReq": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "shop_id": {
|
|
|
+ "type": "integer",
|
|
|
+ "format": "int32",
|
|
|
+ "title": "门店ID"
|
|
|
+ },
|
|
|
+ "area_ids": {
|
|
|
+ "type": "array",
|
|
|
+ "items": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "title": "地区area_ids"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "apiSubRemoveAreaRes": {
|
|
|
+ "type": "object"
|
|
|
+ },
|
|
|
+ "apiSubSelectAreaReq": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "shop_id": {
|
|
|
+ "type": "integer",
|
|
|
+ "format": "int32",
|
|
|
+ "title": "门店ID"
|
|
|
+ },
|
|
|
+ "area_ids": {
|
|
|
+ "type": "array",
|
|
|
+ "items": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "title": "地区area_ids"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "apiSubSelectAreaRes": {
|
|
|
+ "type": "object"
|
|
|
+ },
|
|
|
+ "apiSubShopListReq": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "page_arg": {
|
|
|
+ "$ref": "#/definitions/apiPageArg",
|
|
|
+ "title": "分页参数"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "apiSubShopListRes": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "total": {
|
|
|
+ "type": "integer",
|
|
|
+ "format": "int32",
|
|
|
+ "title": "总条数"
|
|
|
+ },
|
|
|
+ "list": {
|
|
|
+ "type": "array",
|
|
|
+ "items": {
|
|
|
+ "type": "object",
|
|
|
+ "$ref": "#/definitions/SubShopListResSubShopListResItem"
|
|
|
+ },
|
|
|
+ "title": "门店列表"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"apiUserBaseInfo": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
@@ -1428,7 +1674,7 @@
|
|
|
"NO"
|
|
|
],
|
|
|
"default": "YES_NO_RESERVED",
|
|
|
- "title": "- YES_NO_RESERVED: 保留\n - YES: 是/开通/真/拥有/有效\n - NO: 否/关闭/假/不拥有/无效"
|
|
|
+ "title": "- YES_NO_RESERVED: 保留\n - YES: 是/开通/真/拥有/有效/推荐\n - NO: 否/关闭/假/不拥有/无效/不推荐"
|
|
|
},
|
|
|
"protobufAny": {
|
|
|
"type": "object",
|