definitions: base.OrderBy: properties: isAsc: description: 排序方式(1 正序 2 倒序) type: integer label: description: 排序字段 type: string type: object captcha.CaptchaInfo: properties: id: description: id type: string image: description: 验证码 type: string type: object model.ConsumeInfo: properties: createBy: description: 创建者 type: string createTime: description: 创建时间 type: string id: description: ID type: integer money: description: 消费金额 type: string remark: description: 加/扣款备注 type: string status: description: 消费状态(1待付款 2成功 3失败) type: integer tradeNo: description: 消费单号 type: string tradeState: description: 微信支付状态 type: string transactionId: description: 微信支付订单号 type: string type: description: 消费方式(1充值 2消费 3退款 4加款 5扣款) type: integer updateBy: description: 更新者 type: string updateTime: description: 更新时间 type: string userId: description: 用户ID type: integer type: object model.DocArticle: properties: catId: description: 文章分类 type: integer content: description: 内容 type: string createBy: description: 创建者 type: string createTime: description: 创建时间 type: string id: description: 主键id type: integer isHot: description: 是否热门(1否 2是) type: integer isTop: description: 是否推荐(1否 2是) type: integer label: description: 文章标题 type: string profile: description: 简介 type: string sort: description: 排序 type: integer updateBy: description: 更新者 type: string updateTime: description: 更新时间 type: string url: description: 封面图 type: string required: - catId - label - sort type: object model.DocCategory: properties: code: description: 编号 type: string createBy: description: 创建者 type: string createTime: description: 创建时间 type: string delFlag: description: 删除标志(0代表存在 2代表删除) type: string id: description: 分类id type: integer label: description: 分类名称 type: string orderNum: description: 显示顺序 type: integer parentId: description: 父id type: integer status: description: 状态(0正常 1停用) type: string updateBy: description: 更新者 type: string updateTime: description: 更新时间 type: string url: description: 分类图标 type: string required: - code - label type: object model.ShopAboutConfig: properties: createBy: description: 创建者 type: string createTime: description: 创建时间 type: string description: description: 介绍 type: string id: description: 主键id type: integer isDel: description: 删除标志(1代表存在 2代表删除) type: string updateBy: description: 更新者 type: string updateTime: description: 更新时间 type: string required: - description type: object model.ShopActivityConfig: properties: couponId: description: 分享可获得的优惠券 type: integer createBy: description: 创建者 type: string createTime: description: 创建时间 type: string id: description: 主键id type: integer integral: description: 分享可获得积分数 type: integer investMoney: description: 充值活动 type: string isCoupon: description: 开启分享获得优惠券(1否 2是) type: integer isDel: description: 是否删除(1删除 2未删除) type: integer isIntegral: description: 开启分享积分(1否 2是) type: integer isInvest: description: 开启充值活动(1否 2是) type: integer isNew: description: 开启新人券(1否 2是) type: integer isSign: description: 开启签到获得积分(1否 2是) type: integer newId: description: 新人券 type: integer signIntegral: description: 签到可获得的积分 type: integer updateBy: description: 更新者 type: string updateTime: description: 更新时间 type: string type: object model.ShopAddress: properties: address: description: 详细收货地址 type: string city: description: 城市 type: string country: description: 国家 type: string createBy: description: 创建者 type: string createTime: description: 创建时间 type: string district: description: 地区 type: string id: description: 地址id type: integer isDefault: description: 是否默认地址 type: integer lat: description: 纬度 type: string lng: description: 经度 type: string province: description: 省份 type: string realname: description: 姓名 type: string street: description: 街道 type: string telphone: description: 联系电话 type: string updateBy: description: 更新者 type: string updateTime: description: 更新时间 type: string zip: description: 邮政编码 type: string type: object model.ShopCarousel: properties: createBy: description: 创建者 type: string createTime: description: 创建时间 type: string id: description: 主键id type: integer isDel: description: 删除标志(1代表存在 2代表删除) type: string label: description: 标题 type: string orderNum: description: 显示顺序 type: integer otherId: description: 关联id type: integer otherLabel: description: 标题 type: string site: description: 位置(1首页 2商品列表) type: string status: description: 显示状态(1正常 2停用) type: string type: description: 状态(1文章 2文章列表 3商品 4商品列表) type: string updateBy: description: 更新者 type: string updateTime: description: 更新时间 type: string url: description: 图片地址 type: string required: - orderNum - otherId - otherLabel - url type: object model.ShopCart: properties: createBy: description: 创建者 type: string createTime: description: 创建时间 type: string id: description: 订单id type: integer isDel: description: 是否清空(1正常 2清空) type: integer isProductExists: description: 商品是否有效(1有效 2无效) type: integer number: description: 购买数量 type: integer productId: description: 商品id type: integer updateBy: description: 更新者 type: string updateTime: description: 更新时间 type: string userId: description: 用户id type: integer required: - number - productId type: object model.ShopCategory: properties: code: description: 编号 type: string createBy: description: 创建者 type: string createTime: description: 创建时间 type: string delFlag: description: 删除标志(0代表存在 2代表删除) type: string id: description: 分类id type: integer label: description: 分类名称 type: string orderNum: description: 显示顺序 type: integer parentId: description: 父id type: integer status: description: 状态(0正常 1停用) type: string updateBy: description: 更新者 type: string updateTime: description: 更新时间 type: string url: description: 分类图标 type: string required: - code - label - orderNum type: object model.ShopCoupon: properties: couponPrice: description: 兑换的优惠券面值 type: string couponTime: description: 优惠券有效期限(单位:天) type: integer createBy: description: 创建者 type: string createTime: description: 创建时间 type: string id: description: 主键id type: integer integral: description: 兑换消耗积分值 type: integer isDel: description: 是否删除(1-否 2-是) type: integer isOpen: description: 获取方式(1-否 2-是) type: integer label: description: 优惠券名称 type: string minPrice: description: 最低消费多少金额可用优惠券 type: string productId: description: 商品ids type: string sort: description: 排序 type: integer status: description: 状态(1:关闭,2:开启) type: integer type: description: 优惠券类型 (1-通用 2-商品券) type: integer updateBy: description: 更新者 type: string updateTime: description: 更新时间 type: string required: - couponPrice - couponTime - label - minPrice type: object model.ShopCouponIssue: properties: couponId: description: 优惠券ID type: integer couponPrice: description: 兑换的优惠券面值 type: string couponTime: description: 优惠券有效期限(单位:天) type: integer createBy: description: 创建者 type: string createTime: description: 创建时间 type: string endTime: description: 优惠券领取结束时间 type: string id: type: integer integral: description: 兑换消耗积分值 type: integer isDel: type: integer isOpen: description: 获取方式(1领取,2积分兑换,3系统发放) type: integer isPermanent: description: 是否无限张数(1否 2是) type: integer label: description: 优惠券名称 type: string minPrice: description: 最低消费多少金额可用优惠券 type: string productId: description: 商品ids type: string remainCount: description: 优惠券剩余领取数量 type: integer startTime: description: 优惠券领取开启时间 type: string status: description: 状态(2正常 1未开启 3已无效) type: integer totalCount: description: 优惠券领取数量 type: integer type: description: 优惠券类型(1通用 2新人券 3商品券) type: integer updateBy: description: 更新者 type: string updateTime: description: 更新时间 type: string required: - couponPrice - couponTime - minPrice type: object model.ShopCouponIssueUser: properties: beginTime: description: 优惠券开始时间 type: string couponId: description: 优惠券id type: integer couponPrice: description: 优惠券的面值 type: string couponTime: description: 优惠券有效期(单位:天) type: integer createBy: description: 创建者 type: string createTime: description: 创建时间 type: string endTime: description: 优惠券结束时间 type: string id: description: 主键id type: integer isDel: description: 是否有效(1否 2是) type: integer isFail: description: 是否有效(1否 2是) type: integer issueId: description: 优惠券发放id type: integer label: description: 优惠券名称 type: string receiveTime: description: 领取时间 type: string status: description: 状态(1:未使用,2:已使用, 3:已过期) type: integer type: description: 获取方式(1手动获取 2积分兑换 3系统发放) type: integer updateBy: description: 更新者 type: string updateTime: description: 更新时间 type: string useMinPrice: description: 最低消费多少金额可用优惠券 type: string useTime: description: 使用时间 type: string userId: description: 优惠券所属用户 type: integer type: object model.ShopInfo: properties: address: description: 地址 type: string area: description: 区域 type: string city: description: 城市 type: string code: description: code type: string createBy: description: 创建者 type: string createTime: description: 创建时间 type: string description: description: 介绍 type: string endTime: description: 关门时间 type: string id: description: 主键id type: integer image: description: 店铺头部图片 type: string isDel: description: 删除标志(1代表存在 2代表删除) type: string key: description: 腾讯地图key type: string label: description: 店铺名 type: string logo: description: logo type: string ownerName: description: 店铺负责人 type: string phone: description: 电话 type: string site: description: 经纬度 type: string startTime: description: 开门时间 type: string updateBy: description: 更新者 type: string updateTime: description: 更新时间 type: string required: - address - area - city - code - description - endTime - image - label - logo - ownerName - phone - site - startTime type: object model.ShopOrder: properties: address: description: 收货人详细地址 type: string addressId: description: 收货地址id type: integer couponId: description: 优惠券id type: integer couponLabel: description: 优惠券名称 type: string couponPrice: description: 优惠券金额 type: string createBy: description: 创建者 type: string createTime: description: 创建时间 type: string deduction: description: 抵扣详情 type: string deductionPrice: description: 抵扣金额 type: string deliverOrderId: description: 外卖配送订单id type: integer deliveryTime: description: 发货时间 type: string deliveryUuid: description: 运单UUID type: string deliveryWayCode: description: 配送编号 type: integer deliveryWayName: description: 配送名称 type: string details: items: $ref: '#/definitions/model.ShopOrderDetail' minItems: 1 type: array id: description: 订单id type: integer isDel: description: 是否删除(1否 2是) type: integer isPack: description: 是否打包(1是 2否) type: integer logisticsStatus: description: 配送进度(1待接单 2待取货 3配送中 4已完成 5已取消) type: integer nickName: description: 下单会员 type: string orderAmountTotal: description: 订单金额(实际付款金额) type: string orderNo: description: 订单单号 type: string orderStatus: description: 状态(1待付款 2已付款 3已接单/配货中 4待取货 5配送中 6已完成 7已取消 8已退款 9已退单) type: integer orderWeight: description: 订单重量 type: integer outTradeNo: description: 订单支付单号 type: string payChannel: description: 订单支付渠道(1微信支付 2余额支付) type: integer payPostage: description: 支付邮费 type: string payTime: description: 付款时间 type: string phone: description: 收货人电话 type: string pickCode: description: 取货码 type: string printerMsg: description: 云打印机错误消息 type: string printerOrderId: description: 云打印机订单id type: string product: description: 下单商品 type: string productAmountTotal: description: 商品总价 type: string productCount: description: 订单商品总数 type: integer realName: description: 收货人姓名 type: string refund: description: 退款金额 type: string refundTime: description: 退款时间 type: string remark: description: 客户备注 type: string returnsNo: description: 退款编号 type: string shippingType: description: 取货方式(1自取 2外卖) type: integer totalDeliveryFee: description: 配送费 type: string totalPackFee: description: 打包费 type: string totalPostage: description: 邮费 type: string updateBy: description: 更新者 type: string updateTime: description: 更新时间 type: string userId: description: 用户ID type: integer required: - details - payChannel - shippingType type: object model.ShopOrderDetail: properties: code: description: 商品编码 type: string createBy: description: 创建者 type: string createTime: description: 创建时间 type: string deliveryFee: description: 配送费 type: string description: description: 产品描述 type: string id: description: 订单详情id type: integer imageUrl: description: 商品图片 type: string info: description: 商品简介 type: string isProductExists: description: 商品是否有效(1有效 2无效) type: integer label: description: 商品名称 type: string number: description: 购买数量 type: integer orderNo: description: 订单单号 type: string packFee: description: 打包费 type: string postage: description: 邮费 type: string price: description: 商品价格 type: string productId: description: 商品id type: integer productModeDesc: description: 商品型号(记录详细商品型号,如颜色、规格、包装等) type: string productStockId: description: 商品库存id type: integer productWeight: description: 商品重量 type: integer subtotal: description: 小计金额 type: string updateBy: description: 更新者 type: string updateTime: description: 更新时间 type: string vipPrice: description: 会员价格 type: string required: - number - productId - productStockId type: object model.ShopProduct: properties: barCode: description: 产品条码(一维码) type: string browse: description: 浏览量 type: integer catId: description: 商品分类 type: integer code: description: 商品编码 type: string codePath: description: 产品二维码地址(用户小程序海报) type: string cost: description: 成本价 type: string createBy: description: 创建者 type: string createTime: description: 创建时间 type: string deliveryFee: description: 配送费 type: string description: description: 产品描述 type: string ficti: description: 虚拟销量 type: integer giveIntegral: description: 获得积分 type: string id: description: 商品id type: integer imageUrl: description: 商品图片 type: string info: description: 商品简介 type: string integral: description: 需要多少积分兑换 只在获取方式时生效 type: integer isBargain: description: 砍价状态 (1未开启 2开启) type: integer isBenefit: description: 是否优惠(1否 2是) type: integer isBest: description: 是否精品(1否 2是) type: integer isDel: description: 是否删除(1否 2是) type: integer isGood: description: 是否推荐(1否 2是) type: integer isHot: description: 是否热卖(1否 2是) type: integer isIntegral: description: 获取方式(1领取,2积分兑换) type: integer isMust: description: 是否必点(1否 2是) type: integer isNew: description: 是否新品(1否 2是) type: integer isOut: description: 是否支持外送(1否 2是) type: integer isPostage: description: 是否包邮(1否 2是) type: integer isSeckill: description: 秒杀状态 (1未开启 2已开启) type: integer isShow: description: 状态(1未上架 2上架) type: integer isSinge: description: 是否单点(1否 2是) type: integer keyword: description: 关键字 type: string label: description: 商品名称 type: string maxNumber: description: 最大下单数 type: integer minNumber: description: 最小下单数 type: integer otPrice: description: 市场价 type: string packFee: description: 打包费 type: string postage: description: 邮费 type: string price: description: 商品价格 type: string sales: description: 销量 type: integer sliderImage: description: 轮播图 type: string sort: description: 排序 type: integer specType: description: 规格 (1单 2多) type: integer stock: description: 库存 type: integer tempId: description: 运费模板ID type: integer unitName: description: 单位名 type: string updateBy: description: 更新者 type: string updateTime: description: 更新时间 type: string vipPrice: description: 会员价格 type: string required: - catId - code - cost - deliveryFee - giveIntegral - imageUrl - isBenefit - isBest - isGood - isHot - isMust - isNew - isShow - isSinge - label - maxNumber - minNumber - otPrice - packFee - price - sort - specType - unitName - vipPrice type: object model.ShopProductSpec: properties: createBy: description: 创建人 type: string createTime: description: 创建时间 type: string id: description: 主键id type: integer isDel: description: 是否删除(1否 2是) type: integer label: description: 规格 type: string productId: description: 商品ID type: integer updateBy: description: 更新人 type: string updateTime: description: 更新时间 type: string url: description: 规格图片 type: string val: description: 规格 type: string type: object model.ShopProductStock: properties: cost: description: 成本价 type: string createBy: description: 创建人 type: string createTime: description: 创建时间 type: string id: description: 主键id type: integer isDel: description: 是否删除(1否 2是) type: integer label: description: 规格 type: string otPrice: description: 市场价 type: string price: description: 商品价格 type: string productId: description: 商品ID type: integer stock: description: 库存 type: integer updateBy: description: 更新人 type: string updateTime: description: 更新时间 type: string vipPrice: description: 会员价格 type: string weight: description: 重量 type: integer type: object model.ShopService: properties: buyNum: description: 购买时长 type: integer buyTime: description: 购买时间 type: string code: description: 服务编码 type: string createBy: description: 创建者 type: string createTime: description: 创建时间 type: string id: description: 主键id type: integer image: description: 图标 type: string invalidTime: description: 到期时间 type: string isDel: description: 是否可用(1否 2是) type: integer label: description: 名称 type: string money: description: 年费用 type: integer moneyPlan: description: 服务购买优惠方案 type: string status: description: 购买状态(1未购买 2已购买 3需要续费) type: integer updateBy: description: 更新者 type: string updateTime: description: 更新时间 type: string required: - code - image - money - moneyPlan type: object model.SysDeliveryConfig: properties: createBy: description: 创建者 type: string createTime: description: 创建时间 type: string deliveryMoney: description: 配送费 type: string deliveryMoneyFree: description: 多少金额免配送费 type: integer deliveryWay: description: 配送编码 type: integer distance: description: 配送范围 type: integer id: description: 主键id type: integer isDel: description: 是否删除(1删除 2未删除) type: integer money: description: 多少金额起送 type: integer packMoney: description: 打包费 type: integer packMoneyFree: description: 多少金额免打包费 type: integer updateBy: description: 更新者 type: string updateTime: description: 更新时间 type: string required: - deliveryMoneyFree - deliveryWay - money - packMoney - packMoneyFree type: object model.SysDept: properties: ancestors: type: string createBy: description: 创建人 type: string createTime: description: 创建时间 type: string delFlag: type: string deptName: type: string email: type: string id: type: integer leader: type: string orderNum: type: integer parentId: type: integer phone: type: string status: type: string updateBy: description: 更新人 type: string updateTime: description: 更新时间 type: string type: object model.SysDictData: properties: createBy: description: 创建人 type: string createTime: description: 创建时间 type: string dictLabel: description: 字典标签 type: string dictSort: description: 字典排序 type: integer dictType: description: 字典类型 type: string dictValue: description: 字典键值 type: string id: description: 字典ID type: integer isDefault: description: 是否默认 type: string remark: description: 备注 type: string status: description: 状态 0正常1停用 type: string updateBy: description: 更新人 type: string updateTime: description: 更新时间 type: string type: object model.SysDictType: properties: createBy: description: 创建人 type: string createTime: description: 创建时间 type: string dictName: description: 字典名称 type: string dictType: description: 字典类型 type: string id: description: 字典ID type: integer remark: description: 备注 type: string status: description: 状态 0正常1停用 type: string updateBy: description: 更新人 type: string updateTime: description: 更新时间 type: string type: object model.SysInfo: properties: createBy: description: 创建者 type: string createTime: description: 创建时间 type: string id: description: 主键id type: integer image: description: logo type: string isDel: description: 删除标志(1代表存在 2代表删除) type: string label: description: 系统名称 type: string updateBy: description: 更新者 type: string updateTime: description: 更新时间 type: string required: - image type: object model.SysMember: properties: avatar: description: 头像地址 type: string balance: description: 余额 type: string createBy: description: 创建者 type: string createTime: description: 创建时间 type: string delFlag: description: 删除标志(0代表存在 2代表删除) type: string deptId: description: 部门ID type: integer email: description: 用户邮箱 type: string gradeScore: description: 会员等级分 type: integer id: description: 用户ID type: integer integral: description: 积分 type: integer lastOrderTime: description: 最后下单时间 type: string levelId: description: 会员等级id type: integer loginDate: description: 最后登录时间 type: string loginIp: description: 最后登录IP type: string newVoucherFlag: description: 是否已领取新人券(0否 1是) type: string nickName: description: 用户昵称 type: string openid: description: 微信用户openid type: string password: description: 密码 type: string phoneNumber: description: 手机号码 type: string remark: description: 备注 type: string sessionKey: description: 微信登录会话key type: string sex: description: 用户性别(0男 1女 2未知) type: string status: description: 帐号状态(0正常 1停用) type: string updateBy: description: 更新者 type: string updateTime: description: 更新时间 type: string userName: description: 用户账号 type: string userType: description: 用户类型(00系统用户) type: string type: object model.SysMenu: properties: component: description: 组件路径 type: string createBy: description: 创建人 type: string createTime: description: 创建时间 type: string icon: description: 图标 type: string id: description: 主键Id type: integer isCache: description: 是否缓存(0缓存 1不缓存) type: integer isFrame: description: 是否为外链(0是 1否) type: integer menuName: description: 菜单名称 type: string menuType: description: 菜单类型 (M目录 C菜单 F按钮) type: string orderNum: description: 显示顺序 type: integer parentId: description: 父Id type: integer path: description: 请求路径 type: string perms: description: 权限标识 type: string remark: description: 备注 type: string status: description: 菜单状态(0正常 1停用) type: string updateBy: description: 更新人 type: string updateTime: description: 更新时间 type: string visible: description: 菜单状态 (0显示 1隐藏) type: string type: object model.SysPost: properties: createBy: description: 创建人 type: string createTime: description: 创建时间 type: string id: description: 岗位ID type: integer postCode: description: 岗位编码 type: string postName: description: 岗位名称 type: string postSort: description: 显示顺序 type: integer remark: description: 备注 type: string status: description: 状态 0正常 1停用 type: string updateBy: description: 更新人 type: string updateTime: description: 更新时间 type: string type: object model.SysRole: properties: createBy: description: 创建人 type: string createTime: description: 创建时间 type: string dataScope: description: 数据范围(1:全部数据权限 2:自定数据权限 3:本部门数据权限 4:本部门及以下数据权限) type: string delFlag: description: 删除标记0正常1删除 type: string deptCheckStrictly: description: 部门树选择项是否关联显示 type: boolean deptIds: description: 部门组 items: type: integer type: array id: description: 角色id type: integer menuCheckStrictly: description: 菜单树选择项是否关联显示 type: boolean menuIds: description: 菜单组 items: type: integer type: array remark: description: 备注 type: string roleKey: description: 角色权限标识 type: string roleName: description: 角色名称 type: string roleSort: description: 角色顺序 type: integer status: description: 角色状态 0正常1停用 type: string updateBy: description: 更新人 type: string updateTime: description: 更新时间 type: string type: object model.SysUser: properties: avatar: description: 头像路径 type: string balance: description: 余额 type: string createBy: description: 创建人 type: string createTime: description: 创建时间 type: string delFlag: description: 0正常1删除 type: string deptId: description: 部门ID type: integer email: description: 邮箱 type: string gradeScore: description: 会员等级分 type: integer id: description: 用户ID type: integer integral: description: 积分 type: integer lastOrderTime: description: 最后下单时间 type: string levelId: description: 会员等级id type: integer loginDate: description: 登录时间 type: string loginIp: description: 登录ip type: string newVoucherFlag: description: 是否已领取新人券0否1是 type: string nickName: description: 用户昵称 type: string openid: description: 微信用户openid type: string phoneNumber: description: 手机号 type: string remark: description: 备注 type: string sessionKey: description: 微信登录会话key type: string sex: description: 性别0男1女 type: string status: description: 状态 0正常1停用 type: string updateBy: description: 更新人 type: string updateTime: description: 更新时间 type: string userName: description: 登录用户名 type: string userType: description: 用户类型(00系统用户) type: string type: object model.SysUserCenterConfig: properties: color: description: 颜色值 type: string createBy: description: 创建者 type: string createTime: description: 创建时间 type: string id: description: 主键id type: integer image: description: 背景图 type: string isDel: description: 是否删除(1删除 2未删除) type: integer updateBy: description: 更新者 type: string updateTime: description: 更新时间 type: string required: - color - image type: object model.SysUserIntegralConfig: properties: createBy: description: 创建者 type: string createTime: description: 创建时间 type: string id: description: 主键id type: integer invalidNum: description: 失效天数(0长期有效) type: integer isDel: description: 是否删除(1删除 2未删除) type: integer money: description: 多少钱等于1积分 type: integer remark: description: 积分规则说明 type: string type: description: 是否删除(1按天数失效 2第二年失效 3永不失效) type: integer updateBy: description: 更新者 type: string updateTime: description: 更新时间 type: string required: - invalidNum - money type: object model.SysUserIntegralDetail: properties: cat: description: 类型(1收入 2支出 ) type: integer createBy: description: 创建者 type: string createTime: description: 创建时间 type: string id: description: 主键id type: integer integral: description: 积分 type: integer invalidTime: description: 积分失效的时间 type: string isDel: description: 是否删除(1删除 2未删除) type: integer isInvalid: description: 是否删除(1正常 2失效) type: integer stockIntegral: description: 剩余积分 type: integer type: description: 方式(1购买商品 2兑换优惠券 3积分失效 4系统操作) type: integer updateBy: description: 更新者 type: string updateTime: description: 更新时间 type: string userId: description: 用户id type: integer required: - cat - integral - type type: object model.SysUserLevel: properties: createBy: description: 创建者 type: string createTime: description: 创建时间 type: string discount: description: 享受折扣 type: integer explain: description: 说明 type: string grade: description: 会员等级 type: integer icon: description: 会员图标 type: string id: description: 主键id type: integer image: description: 会员卡背景 type: string integral: description: 所需积分 type: integer isDel: description: 是否删除(1删除 2未删除) type: integer isForever: description: 是否永久会员(1否 2是) type: integer isPay: description: 是否购买(1购买 2不购买) type: integer isShow: description: 是否显示(1显示 2隐藏) type: integer label: description: 会员名称 type: string money: description: 购买金额 type: string updateBy: description: 更新者 type: string updateTime: description: 更新时间 type: string validDate: description: 有效时间 type: integer required: - discount - grade - icon - label type: object model.SysUserLevelConfig: properties: createBy: description: 创建者 type: string createTime: description: 创建时间 type: string id: description: 主键id type: integer integral: description: 一元可购买的等级分 type: integer isDel: description: 是否删除(1删除 2未删除) type: integer isOpen: description: 是否开启商品购买获得(1否 2是) type: integer productIntegral: description: 1元可获得的等级分 type: integer updateBy: description: 更新者 type: string updateTime: description: 更新时间 type: string type: object page.Page: properties: list: description: 数据 size: description: 显示条数 type: integer total: description: 总条数 type: integer type: object req.LoginBody: properties: code: description: 验证码 type: string password: description: 密码 type: string username: description: 用户名 type: string uuid: description: id type: string type: object resp.Response: properties: data: description: 返回数据 msg: description: 返回的提示语 type: string status: description: 返回状态值 type: integer type: object response.CollectInfo: properties: memberSum: description: 会员总数 type: integer moneySum: description: 总金额 type: number monthOrderNum: description: 月订单总数 type: integer orderSum: description: 订单总数 type: integer productSum: description: 商品总数 type: integer todayOrderNum: description: 今日订单总数 type: integer weekOrderNum: description: 七日订单总数 type: integer yestodayOrderNum: description: 昨日订单总数 type: integer type: object response.InvalidIntegralDetail: properties: invalidDate: description: 失效日期 type: string total: description: 失效总积分 type: number type: object response.MemberInfo: properties: couponNumber: description: 优惠券数量 type: integer level: $ref: '#/definitions/model.SysUserLevel' description: 用户当前等级信息 nextLevel: $ref: '#/definitions/model.SysUserLevel' description: 用户下一等级信息 user: $ref: '#/definitions/response.UserResponse' description: 用户数据 type: object response.OrderCollectInfoS: properties: columns: description: 图标列 items: type: integer type: array moneyData: description: 订成交额数组 items: type: number type: array orderData: description: 订单数组 items: type: integer type: array type: object response.ShopCartInfo: properties: money: description: 总金额 type: string product: description: 商品结合 items: $ref: '#/definitions/response.ShopCartResponse' type: array type: object response.ShopCartResponse: properties: createBy: description: 创建者 type: string createTime: description: 创建时间 type: string id: description: 订单id type: integer isDel: description: 是否清空(1正常 2清空) type: integer isProductExists: description: 商品是否有效(1有效 2无效) type: integer number: description: 购买数量 type: integer productId: description: 商品id type: integer sysProduct: $ref: '#/definitions/model.ShopProduct' updateBy: description: 更新者 type: string updateTime: description: 更新时间 type: string userId: description: 用户id type: integer required: - number - productId type: object response.ShopCategoryResponse: properties: code: description: 编号 type: string createBy: description: 创建者 type: string createTime: description: 创建时间 type: string delFlag: description: 删除标志(0代表存在 2代表删除) type: string foods: items: $ref: '#/definitions/model.ShopProduct' type: array id: description: 分类id type: integer label: description: 分类名称 type: string orderNum: description: 显示顺序 type: integer parentId: description: 父id type: integer status: description: 状态(0正常 1停用) type: string updateBy: description: 更新者 type: string updateTime: description: 更新时间 type: string url: description: 分类图标 type: string required: - code - label - orderNum type: object response.ShopCouponInfo: properties: coupon: $ref: '#/definitions/model.ShopCoupon' description: 用户数据 product: description: 商品集合 items: $ref: '#/definitions/model.ShopProduct' type: array type: object response.ShopCouponIssueInfo: properties: couponId: description: 优惠券ID type: integer couponPrice: description: 兑换的优惠券面值 type: string couponTime: description: 优惠券有效期限(单位:天) type: integer createBy: description: 创建者 type: string createTime: description: 创建时间 type: string endTime: description: 优惠券领取结束时间 type: string id: type: integer integral: description: 兑换消耗积分值 type: integer isDel: type: integer isFlag: description: 是否领用(1否 2是) type: integer isOpen: description: 获取方式(1=领取,2=积分兑换) type: integer isPermanent: description: 是否无限张数(1否 2是) type: integer label: description: 优惠券名称 type: string minPrice: description: 最低消费多少金额可用优惠券 type: string productId: description: 商品ids type: string remainCount: description: 优惠券剩余领取数量 type: integer startTime: description: 优惠券领取开启时间 type: string status: description: 状态(2正常 1未开启 3已无效) type: integer totalCount: description: 优惠券领取数量 type: integer type: description: 优惠券类型(0通用 1新人券) type: integer updateBy: description: 更新者 type: string updateTime: type: string required: - couponPrice - couponTime - integral - minPrice type: object response.ShopProductInfo: properties: product: $ref: '#/definitions/model.ShopProduct' description: 商品集合 specList: description: 规格集合 items: $ref: '#/definitions/model.ShopProductSpec' type: array stockList: description: 库存集合 items: $ref: '#/definitions/model.ShopProductStock' type: array type: object response.ShopProductInfos: properties: product: $ref: '#/definitions/model.ShopProduct' description: 商品集合 specList: description: 规格集合 items: $ref: '#/definitions/response.ShopSpecAryResponse' type: array stockList: description: 库存集合 items: $ref: '#/definitions/model.ShopProductStock' type: array type: object response.ShopSpecAryResponse: properties: label: description: 规格 type: string val: items: $ref: '#/definitions/response.ShopSpecResponse' type: array type: object response.ShopSpecResponse: properties: Checked: description: 规格 type: boolean label: description: 规格 type: string val: description: 规格 type: string type: object response.UserInfo: properties: postIds: description: 岗位id集合 items: type: integer type: array posts: description: 部门集合 items: $ref: '#/definitions/model.SysPost' type: array roleIds: description: 觉得id集合 items: type: integer type: array roles: description: 角色集合 items: $ref: '#/definitions/model.SysRole' type: array user: $ref: '#/definitions/response.UserResponse' description: 用户数据 type: object response.UserResponse: properties: avatar: description: 头像路径 type: string balance: description: 余额 type: string createBy: description: 创建人 type: string createTime: description: 创建时间 type: string delFlag: description: 0正常1删除 type: string dept: $ref: '#/definitions/model.SysDept' description: 部门实体 deptId: description: 部门ID type: integer email: description: 邮箱 type: string gradeScore: description: 会员等级分 type: integer id: description: 用户ID type: integer integral: description: 积分 type: integer lastOrderTime: description: 最后下单时间 type: string levelId: description: 会员等级id type: integer loginDate: description: 登录时间 type: string loginIp: description: 登录ip type: string newVoucherFlag: description: 是否已领取新人券0否1是 type: string nickName: description: 用户昵称 type: string openid: description: 微信用户openid type: string phoneNumber: description: 手机号 type: string remark: description: 备注 type: string sex: description: 性别0男1女 type: string status: description: 状态 0正常1停用 type: string updateBy: description: 更新人 type: string updateTime: description: 更新时间 type: string userName: description: 登录用户名 type: string userType: description: 用户类型(00系统用户) type: string type: object tree_menu.Tree: properties: alwaysShow: type: boolean children: description: 子节点 items: $ref: '#/definitions/tree_menu.Tree' type: array component: type: string hidden: type: boolean id: type: integer label: type: string meta: {} name: description: 节点名字 type: string path: type: string redirect: type: string type: object host: 127.0.0.1:8080 info: contact: email: 287988448@qq.com name: longping description: 开发框架 termsOfService: https://github.com/xxxx title: 接囗文档 version: "1.0" paths: /app/shopcart/clear: post: consumes: - application/json description: 清空购物车接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 购物车表实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.ShopCart' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 清空购物车接口 tags: - 购物车表相关接口 /app/shopcart/list: get: consumes: - application/json description: 分页查询购物车表数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - description: 创建者 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 结束时间 in: query name: endTime type: string - description: 订单id in: query name: id type: integer - description: 是否清空(1正常 2清空) in: query name: isDel type: integer - description: 商品是否有效(1有效 2无效) in: query name: isProductExists type: integer - description: 购买数量 in: query name: number type: integer - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 商品id in: query name: productId type: integer - description: 更新者 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string - description: 用户id in: query name: userId type: integer produces: - application/json responses: "200": description: 分页获取购物车表列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/response.ShopCartInfo' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询购物车表数据接口 tags: - 购物车表相关接口 /app/shopcouponissue/myList: get: consumes: - application/json description: 查询我的所有优惠券状态数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - description: 优惠券ID in: query name: couponId type: integer - description: 兑换的优惠券面值 in: query name: couponPrice type: string - description: 优惠券有效期限(单位:天) in: query name: couponTime type: integer - description: 创建者 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 优惠券领取结束时间 in: query name: endTime type: string - in: query name: id type: integer - description: 兑换消耗积分值 in: query name: integral type: integer - in: query name: isDel type: integer - description: 领用状态(1 领用 2未领用) in: query name: isFlag type: integer - description: 获取方式(1=领取,2=积分兑换) in: query name: isOpen type: integer - description: 是否无限张数(1否 2是) in: query name: isPermanent type: integer - in: query name: label type: string - description: 最低消费多少金额可用优惠券 in: query name: minPrice type: string - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 商品ids in: query name: productId type: string - description: 优惠券剩余领取数量 in: query name: remainCount type: integer - description: 优惠券领取开启时间 in: query name: startTime type: string - description: 状态(2正常 1未开启 3已无效) in: query name: status type: integer - description: 优惠券领取数量 in: query name: totalCount type: integer - description: 优惠券类型 (1-通用 2-新人券 3-商品券) in: query name: type type: integer - description: 更新者 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string - description: 用户Id in: query name: userId type: integer produces: - application/json responses: "200": description: 获取优惠券列表 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/response.ShopCouponIssueInfo' msg: type: string type: object security: - ApiKeyAuth: [] summary: 查询我的所有优惠券状态数据接口 tags: - 优惠券发布相关接口 /app/shopcouponissueuser/myList: get: consumes: - application/json description: 查询我的优惠券领取记录表数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 优惠券开始时间 in: query name: beginTime type: string - description: 优惠券id in: query name: couponId type: integer - description: 优惠券的面值 in: query name: couponPrice type: string - description: 优惠券有效期(单位:天) in: query name: couponTime type: integer - description: 创建者 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 优惠券结束时间 in: query name: endTime type: string - description: 主键id in: query name: id type: integer - description: 是否有效(1否 2是) in: query name: isDel type: integer - description: 是否有效(1否 2是) in: query name: isFail type: integer - description: 优惠券发放id in: query name: issueId type: integer - description: 优惠券名称 in: query name: label type: string - description: 昵称 in: query name: nickName type: string - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 手机号 in: query name: phoneNumber type: string - description: 领取时间 in: query name: receiveTime type: string - description: 状态(1:未使用,2:已使用, 3:已过期) in: query name: status type: integer - description: 获取方式(1手动获取 2积分兑换 3系统发放) in: query name: type type: string - description: 更新者 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string - description: 最低消费多少金额可用优惠券 in: query name: useMinPrice type: string - description: 使用时间 in: query name: useTime type: string - description: 优惠券所属用户 in: query name: userId type: integer produces: - application/json responses: "200": description: 分页获取优惠券领取记录表列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopCouponIssueUser' msg: type: string type: object security: - ApiKeyAuth: [] summary: 查询我的优惠券领取记录表数据接口 tags: - 优惠券领取记录表相关接口 /app/shopinfo/distance: get: consumes: - application/json description: 店铺距离查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: site in: query name: site required: true type: string produces: - application/json responses: "200": description: 返回店铺距离查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: type: integer msg: type: string type: object security: - ApiKeyAuth: [] summary: 店铺距离查询接口 tags: - 店铺设置相关接口 /app/shopproduct: get: consumes: - application/json description: 商品详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: query name: id required: true type: integer produces: - application/json responses: "200": description: 返回商品详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/response.ShopProductInfos' msg: type: string type: object security: - ApiKeyAuth: [] summary: 商品详情查询接口 tags: - 商品相关接口 /app/sysuserintegraldetail/invalidIntegral: get: consumes: - application/json description: 获取用户最近失效积分接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 返回用户失效积分详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/response.InvalidIntegralDetail' msg: type: string type: object security: - ApiKeyAuth: [] summary: 获取用户最近失效积分接口 tags: - 用户积分明细相关接口 /app/sysuserintegraldetail/myList: get: consumes: - application/json description: 分页查询当前用户积分明细数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - description: 类型(1收入 2支出 ) in: query name: cat type: integer - description: 创建者 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 结束时间 in: query name: endTime type: string - description: 主键id in: query name: id type: integer - description: 积分 in: query name: integral type: integer - description: 积分失效的时间 in: query name: invalidTime type: string - description: 是否删除(1删除 2未删除) in: query name: isDel type: integer - description: 是否失效(1正常 2失效) in: query name: isInvalid type: integer - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 剩余积分 in: query name: stockIntegral type: integer - description: 方式(1购买商品 2兑换优惠券 3积分失效 4系统操作) in: query name: type type: integer - description: 更新者 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string - description: 用户id in: query name: userId type: integer produces: - application/json responses: "200": description: 分页获取用户积分明细列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.SysUserIntegralDetail' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询当前用户积分明细数据接口 tags: - 用户积分明细相关接口 /app/user/myInfo: get: consumes: - application/json description: 会员详情等查询接口 parameters: - description: Bearer 用户令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 返回会员详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/response.MemberInfo' msg: type: string type: object security: - ApiKeyAuth: [] tags: - 用户相关接口 /consumeinfo: get: consumes: - application/json description: 消费记录详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回消费记录详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ConsumeInfo' msg: type: string type: object security: - ApiKeyAuth: [] summary: 消费记录详情查询接口 tags: - 消费记录相关接口 /consumeinfo/add: post: consumes: - application/json description: 新增消费记录接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 消费记录实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.ConsumeInfo' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增消费记录接口 tags: - 消费记录相关接口 /consumeinfo/list: get: consumes: - application/json description: 分页查询消费记录数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - description: 创建者 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 结束时间 in: query name: endTime type: string - in: query name: id type: integer - description: 消费金额 in: query name: money type: string - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 小程序列表查询类型(1消费 退款 2充值 加款 扣款) in: query name: queryType type: integer - description: 消费状态(1待付款 2成功 3失败) in: query name: status type: integer - description: 消费单号 in: query name: tradeNo type: string - description: 微信支付状态 in: query name: tradeState type: string - description: 微信支付订单号 in: query name: transactionId type: string - description: 消费方式(1充值 2消费 3退款 4加款 5扣款) in: query name: type type: integer - description: 更新者 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string - description: 用户ID in: query name: userId type: integer produces: - application/json responses: "200": description: 分页获取消费记录列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.ConsumeInfo' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询消费记录数据接口 tags: - 消费记录相关接口 /consumeinfo/listAll: get: consumes: - application/json description: 查询个人数据消费记录数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 分页获取消费记录列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ConsumeInfo' msg: type: string type: object security: - ApiKeyAuth: [] summary: 查询个人数据消费记录数据接口 tags: - 消费记录相关接口 /dept: get: consumes: - application/json description: 部门详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回部门详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.SysDept' msg: type: string type: object security: - ApiKeyAuth: [] summary: 部门详情查询接口 tags: - 部门相关接口 /dept/List: get: consumes: - application/json description: 分页查询部门数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - in: query name: deptName type: string - in: query name: parentId type: integer - in: query name: status type: string produces: - application/json responses: "200": description: 分页获取部门列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.SysDept' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询部门数据接口 tags: - 部门相关接口 /dept/add: post: consumes: - application/json description: 新增部门接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 部门实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysDept' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增部门接口 tags: - 部门相关接口 /dept/edit: put: consumes: - application/json description: 新增部门接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 部门实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysDept' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改部门接口 tags: - 部门相关接口 /dept/list/exclude: get: consumes: - application/json description: 分页查询部门数据接口 排除节点 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - in: query name: deptName type: string - in: query name: parentId type: integer - in: query name: status type: string produces: - application/json responses: "200": description: 分页获取部门列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.SysDept' msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询部门数据接口 排除节点 tags: - 部门相关接口 /dept/remove: delete: consumes: - application/json description: 删除部门接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 删除部门接口 tags: - 部门相关接口 /dept/roleDeptTreeselect: get: consumes: - application/json description: 加载对应角色部门列表树接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回部门查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: additionalProperties: true type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 加载对应角色部门列表树接口 tags: - 部门相关接口 /dept/teeselect: get: consumes: - application/json description: 加载对应角色部门列表树接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回部门查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: additionalProperties: true type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 加载对应角色部门列表树接口 tags: - 部门相关接口 /dict/data: delete: consumes: - application/json description: 删除字典数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 删除字典数据接口 tags: - 字典数据相关接口 get: consumes: - application/json description: 字典数据详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回字典数据详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.SysDictData' msg: type: string type: object security: - ApiKeyAuth: [] summary: 字典数据详情查询接口 tags: - 字典数据相关接口 /dict/data/List: get: consumes: - application/json description: 分页查询菜单数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - in: query name: dictLabel type: string - in: query name: dictType type: string - description: 结束时间 in: query name: endTime type: string - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - in: query name: status type: string produces: - application/json responses: "200": description: 分页获取菜单列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.SysDictData' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询菜单数据接口 tags: - 菜单相关接口 /dict/data/add: post: consumes: - application/json description: 新增字典数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 字典数据实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysDictData' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增字典数据接口 tags: - 字典数据相关接口 /dict/data/edit: put: consumes: - application/json description: 新增字典数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 字典数据实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysDictData' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改字典数据接口 tags: - 字典数据相关接口 /dict/type: delete: consumes: - application/json description: 删除字典类型接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 删除字典类型接口 tags: - 字典类型相关接口 get: consumes: - application/json description: 字典类型详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回字典类型详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.SysDictType' msg: type: string type: object security: - ApiKeyAuth: [] summary: 字典类型详情查询接口 tags: - 字典类型相关接口 /dict/type/List: get: consumes: - application/json description: 分页查询菜单数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - in: query name: dictName type: string - in: query name: dictType type: string - description: 结束时间 in: query name: endTime type: string - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - in: query name: status type: string produces: - application/json responses: "200": description: 分页获取菜单列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.SysDictType' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询菜单数据接口 tags: - 菜单相关接口 /dict/type/add: post: consumes: - application/json description: 新增字典类型接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 字典类型实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysDictType' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增字典类型接口 tags: - 字典类型相关接口 /dict/type/edit: put: consumes: - application/json description: 新增字典类型接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 字典类型实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysDictType' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改字典类型接口 tags: - 字典类型相关接口 /docarticle: delete: consumes: - application/json description: 删除文章接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 删除文章接口 tags: - 文章相关接口 get: consumes: - application/json description: 文章详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回文章详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.DocArticle' msg: type: string type: object security: - ApiKeyAuth: [] summary: 文章详情查询接口 tags: - 文章相关接口 /docarticle/add: post: consumes: - application/json description: 新增文章接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 文章实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.DocArticle' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增文章接口 tags: - 文章相关接口 /docarticle/edit: put: consumes: - application/json description: 新增文章接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 文章实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.DocArticle' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改文章接口 tags: - 文章相关接口 /docarticle/list: get: consumes: - application/json description: 分页查询文章数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - description: 文章分类 in: query name: catId type: integer - description: 内容 in: query name: content type: string - description: 创建者 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 结束时间 in: query name: endTime type: string - description: 主键id in: query name: id type: integer - description: 是否热门(1否 2是) in: query name: isHot type: integer - description: 是否推荐(1否 2是) in: query name: isTop type: integer - description: 文章标题 in: query name: label type: string - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 简介 in: query name: profile type: string - description: 排序 in: query name: sort type: integer - description: 更新者 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string - description: 封面图 in: query name: url type: string produces: - application/json responses: "200": description: 分页获取文章列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.DocArticle' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询文章数据接口 tags: - 文章相关接口 /docarticle/listAll: get: consumes: - application/json description: 查询全部数据文章数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 分页获取文章列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.DocArticle' msg: type: string type: object security: - ApiKeyAuth: [] summary: 查询全部数据文章数据接口 tags: - 文章相关接口 /doccategory: delete: consumes: - application/json description: 删除文章分类接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 删除文章分类接口 tags: - 文章分类相关接口 get: consumes: - application/json description: 文章分类详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回文章分类详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.DocCategory' msg: type: string type: object security: - ApiKeyAuth: [] summary: 文章分类详情查询接口 tags: - 文章分类相关接口 /doccategory/add: post: consumes: - application/json description: 新增文章分类接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 文章分类实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.DocCategory' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增文章分类接口 tags: - 文章分类相关接口 /doccategory/edit: put: consumes: - application/json description: 新增文章分类接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 文章分类实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.DocCategory' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改文章分类接口 tags: - 文章分类相关接口 /doccategory/list: get: consumes: - application/json description: 分页查询文章分类数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - description: 编号 in: query name: code type: string - description: 创建者 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 删除标志(0代表存在 2代表删除) in: query name: delFlag type: string - description: 结束时间 in: query name: endTime type: string - description: 分类id in: query name: id type: integer - description: 分类名称 in: query name: label type: string - description: 显示顺序 in: query name: orderNum type: integer - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 父id in: query name: parentId type: integer - description: 状态(0正常 1停用) in: query name: status type: string - description: 更新者 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string - description: 分类图标 in: query name: url type: string produces: - application/json responses: "200": description: 分页获取文章分类列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.DocCategory' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询文章分类数据接口 tags: - 文章分类相关接口 /doccategory/listAll: get: consumes: - application/json description: 查询全部数据文章分类数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 分页获取文章分类列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.DocCategory' msg: type: string type: object security: - ApiKeyAuth: [] summary: 查询全部数据文章分类数据接口 tags: - 文章分类相关接口 /getCaptcha: get: consumes: - application/json description: 获取验证码接口 produces: - application/json responses: "200": description: 返回验证码查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/captcha.CaptchaInfo' msg: type: string type: object summary: 获取验证码接口 tags: - 用户登录相关接口 /getInfo: get: consumes: - application/json description: 用户详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 返回用户详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: additionalProperties: true type: object msg: type: string type: object summary: 用户详情查询接口 tags: - 用户登录相关接口 /getRouters: get: consumes: - application/json description: 用户菜单查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 返回用户菜单查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: items: $ref: '#/definitions/tree_menu.Tree' type: array msg: type: string type: object summary: 用户菜单查询接口 tags: - 用户登录相关接口 /login: post: consumes: - application/json description: 用户登录接口 parameters: - description: 登录实体对象 in: body name: data required: true schema: $ref: '#/definitions/req.LoginBody' produces: - application/json responses: "200": description: 返回登录结果 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: additionalProperties: type: string type: object msg: type: string type: object summary: 登录接口 tags: - 用户登录相关接口 /logout: post: consumes: - application/json description: 退出登录接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 返回退出结果 schema: $ref: '#/definitions/resp.Response' summary: 退出登录接口 tags: - 用户登录相关接口 /menu: get: consumes: - application/json description: 菜单详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回菜单详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.SysMenu' msg: type: string type: object security: - ApiKeyAuth: [] summary: 菜单详情查询接口 tags: - 菜单相关接口 /menu/List: get: consumes: - application/json description: 分页查询菜单数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - description: 结束时间 in: query name: endTime type: string - in: query name: id type: integer - in: query name: menuName type: string - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - in: query name: parentId type: integer - in: query name: status type: string - in: query name: visible type: string produces: - application/json responses: "200": description: 分页获取菜单列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.SysMenu' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询菜单数据接口 tags: - 菜单相关接口 /menu/add: post: consumes: - application/json description: 新增菜单接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 菜单实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysMenu' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增菜单接口 tags: - 菜单相关接口 /menu/edit: put: consumes: - application/json description: 新增菜单接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 菜单实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysMenu' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改菜单接口 tags: - 菜单相关接口 /menu/remove: delete: consumes: - application/json description: 删除菜单接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 删除菜单接口 tags: - 菜单相关接口 /menu/roleMenuTreeselect: get: consumes: - application/json description: 加载对应角色菜单列表树接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回菜单查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: additionalProperties: true type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 加载对应角色菜单列表树接口 tags: - 菜单相关接口 /menu/teeselect: get: consumes: - application/json description: 加载对应角色菜单列表树接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回菜单查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: additionalProperties: true type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 加载对应角色菜单列表树接口 tags: - 菜单相关接口 /post: delete: consumes: - application/json description: 删除岗位接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 删除岗位接口 tags: - 岗位相关接口 get: consumes: - application/json description: 岗位详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回岗位详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.SysPost' msg: type: string type: object security: - ApiKeyAuth: [] summary: 岗位详情查询接口 tags: - 岗位相关接口 /post/List: get: consumes: - application/json description: 分页查询岗位数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - description: 结束时间 in: query name: endTime type: string - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - in: query name: postCode type: string - in: query name: postName type: string - in: query name: status type: string produces: - application/json responses: "200": description: 分页获取岗位列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.SysPost' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询岗位数据接口 tags: - 岗位相关接口 /post/add: post: consumes: - application/json description: 新增岗位接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 岗位实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysPost' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增岗位接口 tags: - 岗位相关接口 /post/edit: put: consumes: - application/json description: 新增岗位接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 岗位实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysPost' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改岗位接口 tags: - 岗位相关接口 /role: get: consumes: - application/json description: 角色详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回角色详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.SysRole' msg: type: string type: object security: - ApiKeyAuth: [] summary: 角色详情查询接口 tags: - 角色相关接口 /role/add: post: consumes: - application/json description: 新增角色接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 角色实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysRole' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增角色接口 tags: - 角色相关接口 /role/authUser/allocatedList: get: consumes: - application/json description: 查询已分配角色角色列表 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - description: 部门id in: query name: deptId type: integer - description: 邮箱 in: query name: email type: string - description: 结束时间 in: query name: endTime type: string - description: 主键id in: query name: id type: integer - description: 用户昵称 in: query name: nickName type: string - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 手机号 in: query name: phoneNumber type: string - description: 角色id in: query name: roleId type: integer - description: 状态 in: query name: status type: string - description: 用户名 in: query name: userName type: string - description: 用户类型(00系统用户) in: query name: userType type: string produces: - application/json responses: "200": description: 分页获取角色列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.SysRole' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 查询已分配角色角色列表 tags: - 角色相关接口 /role/authUser/cancel: put: consumes: - application/json description: 取消授权角色 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 角色实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysRole' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 取消授权角色 tags: - 角色相关接口 /role/authUser/cancelAll: put: consumes: - application/json description: 取消授权角色 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 角色实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysRole' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 批量取消角色授权 tags: - 角色相关接口 /role/authUser/selectAll: put: consumes: - application/json description: 批量选择角色授权 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 角色实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysRole' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 批量选择角色授权 tags: - 角色相关接口 /role/authUser/unallocatedList: get: consumes: - application/json description: 查询已分配角色角色列表 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - description: 部门id in: query name: deptId type: integer - description: 邮箱 in: query name: email type: string - description: 结束时间 in: query name: endTime type: string - description: 主键id in: query name: id type: integer - description: 用户昵称 in: query name: nickName type: string - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 手机号 in: query name: phoneNumber type: string - description: 角色id in: query name: roleId type: integer - description: 状态 in: query name: status type: string - description: 用户名 in: query name: userName type: string - description: 用户类型(00系统用户) in: query name: userType type: string produces: - application/json responses: "200": description: 分页获取角色列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.SysRole' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 查询已分配角色角色列表 tags: - 角色相关接口 /role/changeStatus: put: consumes: - application/json description: 修改状态接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: query name: id required: true type: integer - description: status in: query name: status required: true type: string produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改状态接口 tags: - 角色相关接口 /role/edit: put: consumes: - application/json description: 新增角色接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 角色实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysRole' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改角色接口 tags: - 角色相关接口 /role/findAll: get: consumes: - application/json description: 分页查询角色数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 分页获取角色列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.SysRole' msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询角色数据接口 tags: - 角色相关接口 /role/findList: get: consumes: - application/json description: 分页查询角色数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - description: 结束时间 in: query name: endTime type: string - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 角色Key in: query name: roleKey type: string - description: 角色名称 in: query name: roleName type: string - description: 角色状态 in: query name: status type: string produces: - application/json responses: "200": description: 分页获取角色列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.SysRole' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询角色数据接口 tags: - 角色相关接口 /role/remove: delete: consumes: - application/json description: 删除角色接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 删除角色接口 tags: - 角色相关接口 /shop/collectInfo: get: consumes: - application/json description: 首页数据统计接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 分页获取订单列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/response.CollectInfo' msg: type: string type: object security: - ApiKeyAuth: [] summary: 首页数据统计接口 tags: - 首页统计接口 /shop/orderCollectInfo: get: consumes: - application/json description: 首页订单数据统计接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 分页获取订单列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/response.OrderCollectInfoS' msg: type: string type: object security: - ApiKeyAuth: [] summary: 首页订单数据统计接口 tags: - 首页统计接口 /shop/orderMonthCollectInfo: get: consumes: - application/json description: 首页订单数据统计接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 分页获取订单列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/response.OrderCollectInfoS' msg: type: string type: object security: - ApiKeyAuth: [] summary: 首页订单数据统计接口 tags: - 首页统计接口 /shopaboutconfig: delete: consumes: - application/json description: 删除关于设置接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 删除关于设置接口 tags: - 关于设置相关接口 get: consumes: - application/json description: 关于设置详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回关于设置详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopAboutConfig' msg: type: string type: object security: - ApiKeyAuth: [] summary: 关于设置详情查询接口 tags: - 关于设置相关接口 /shopaboutconfig/add: post: consumes: - application/json description: 新增关于设置接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 关于设置实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.ShopAboutConfig' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增关于设置接口 tags: - 关于设置相关接口 /shopaboutconfig/edit: put: consumes: - application/json description: 新增关于设置接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 关于设置实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.ShopAboutConfig' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改关于设置接口 tags: - 关于设置相关接口 /shopaboutconfig/list: get: consumes: - application/json description: 分页查询关于设置数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - description: 创建者 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 介绍 in: query name: description type: string - description: 结束时间 in: query name: endTime type: string - description: 主键id in: query name: id type: integer - description: 删除标志(1代表存在 2代表删除) in: query name: isDel type: string - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 更新者 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string produces: - application/json responses: "200": description: 分页获取关于设置列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.ShopAboutConfig' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询关于设置数据接口 tags: - 关于设置相关接口 /shopaboutconfig/listAll: get: consumes: - application/json description: 查询全部数据关于设置数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 分页获取关于设置列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopAboutConfig' msg: type: string type: object security: - ApiKeyAuth: [] summary: 查询全部数据关于设置数据接口 tags: - 关于设置相关接口 /shopactivityconfig: delete: consumes: - application/json description: 删除店铺活动配置接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 删除店铺活动配置接口 tags: - 店铺活动配置相关接口 get: consumes: - application/json description: 店铺活动配置详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回店铺活动配置详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopActivityConfig' msg: type: string type: object security: - ApiKeyAuth: [] summary: 店铺活动配置详情查询接口 tags: - 店铺活动配置相关接口 /shopactivityconfig/add: post: consumes: - application/json description: 新增店铺活动配置接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 店铺活动配置实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.ShopActivityConfig' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增店铺活动配置接口 tags: - 店铺活动配置相关接口 /shopactivityconfig/edit: put: consumes: - application/json description: 新增店铺活动配置接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 店铺活动配置实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.ShopActivityConfig' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改店铺活动配置接口 tags: - 店铺活动配置相关接口 /shopactivityconfig/list: get: consumes: - application/json description: 分页查询店铺活动配置数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - description: 分享可获得的优惠券 in: query name: couponId type: integer - description: 创建者 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 结束时间 in: query name: endTime type: string - description: 主键id in: query name: id type: integer - description: 分享可获得积分数 in: query name: integral type: integer - description: 充值活动 in: query name: investMoney type: string - description: 开启分享获得优惠券(1否 2是) in: query name: isCoupon type: integer - description: 是否删除(1删除 2未删除) in: query name: isDel type: integer - description: 开启分享积分(1否 2是) in: query name: isIntegral type: integer - description: 开启充值活动(1否 2是) in: query name: isInvest type: integer - description: 开启新人券(1否 2是) in: query name: isNew type: integer - description: 开启签到获得积分(1否 2是) in: query name: isSign type: integer - description: 新人券 in: query name: newId type: integer - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 签到可获得的积分 in: query name: signIntegral type: integer - description: 更新者 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string produces: - application/json responses: "200": description: 分页获取店铺活动配置列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.ShopActivityConfig' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询店铺活动配置数据接口 tags: - 店铺活动配置相关接口 /shopactivityconfig/listAll: get: consumes: - application/json description: 查询全部数据店铺活动配置数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 分页获取店铺活动配置列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopActivityConfig' msg: type: string type: object security: - ApiKeyAuth: [] summary: 查询全部数据店铺活动配置数据接口 tags: - 店铺活动配置相关接口 /shopaddress: delete: consumes: - application/json description: 删除收货地址接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 删除收货地址接口 tags: - 收货地址相关接口 get: consumes: - application/json description: 收货地址详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回收货地址详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopAddress' msg: type: string type: object security: - ApiKeyAuth: [] summary: 收货地址详情查询接口 tags: - 收货地址相关接口 /shopaddress/add: post: consumes: - application/json description: 新增收货地址接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 收货地址实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.ShopAddress' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增收货地址接口 tags: - 收货地址相关接口 /shopaddress/edit: put: consumes: - application/json description: 新增收货地址接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 收货地址实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.ShopAddress' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改收货地址接口 tags: - 收货地址相关接口 /shopaddress/list: get: consumes: - application/json description: 分页查询收货地址数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 详细收货地址 in: query name: address type: string - description: 开始时间 in: query name: beginTime type: string - description: 城市 in: query name: city type: string - description: 国家 in: query name: country type: string - description: 创建者 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 地区 in: query name: district type: string - description: 结束时间 in: query name: endTime type: string - description: 地址id in: query name: id type: integer - description: 是否默认地址 in: query name: isDefault type: integer - description: 纬度 in: query name: lat type: string - description: 经度 in: query name: lng type: string - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 省份 in: query name: province type: string - description: 姓名 in: query name: realname type: string - description: 街道 in: query name: street type: string - description: 联系电话 in: query name: telphone type: string - description: 更新者 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string - description: 邮政编码 in: query name: zip type: string produces: - application/json responses: "200": description: 分页获取收货地址列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.ShopAddress' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询收货地址数据接口 tags: - 收货地址相关接口 /shopaddress/listAll: get: consumes: - application/json description: 查询全部数据收货地址数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 分页获取收货地址列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopAddress' msg: type: string type: object security: - ApiKeyAuth: [] summary: 查询全部数据收货地址数据接口 tags: - 收货地址相关接口 /shopcarousel: delete: consumes: - application/json description: 删除轮播图接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 删除轮播图接口 tags: - 轮播图相关接口 get: consumes: - application/json description: 轮播图详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回轮播图详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopCarousel' msg: type: string type: object security: - ApiKeyAuth: [] summary: 轮播图详情查询接口 tags: - 轮播图相关接口 /shopcarousel/add: post: consumes: - application/json description: 新增轮播图接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 轮播图实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.ShopCarousel' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增轮播图接口 tags: - 轮播图相关接口 /shopcarousel/edit: put: consumes: - application/json description: 新增轮播图接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 轮播图实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.ShopCarousel' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改轮播图接口 tags: - 轮播图相关接口 /shopcarousel/list: get: consumes: - application/json description: 分页查询轮播图数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - description: 创建者 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 结束时间 in: query name: endTime type: string - description: 主键id in: query name: id type: integer - description: 删除标志(1代表存在 2代表删除) in: query name: isDel type: string - description: 标题 in: query name: label type: string - description: 显示顺序 in: query name: orderNum type: integer - description: 关联id in: query name: otherId type: integer - description: 标题 in: query name: otherLabel type: string - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 位置(1首页 2商品列表) in: query name: site type: string - description: 显示状态(1正常 2停用) in: query name: status type: string - description: 状态(1文章 2文章列表 3商品 4商品列表) in: query name: type type: string - description: 更新者 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string - description: 图片地址 in: query name: url type: string produces: - application/json responses: "200": description: 分页获取轮播图列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.ShopCarousel' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询轮播图数据接口 tags: - 轮播图相关接口 /shopcarousel/listAll: get: consumes: - application/json description: 查询全部数据轮播图数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 分页获取轮播图列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopCarousel' msg: type: string type: object security: - ApiKeyAuth: [] summary: 查询全部数据轮播图数据接口 tags: - 轮播图相关接口 /shopcart: delete: consumes: - application/json description: 删除购物车表接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 删除购物车表接口 tags: - 购物车表相关接口 get: consumes: - application/json description: 购物车表详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回购物车表详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopCart' msg: type: string type: object security: - ApiKeyAuth: [] summary: 购物车表详情查询接口 tags: - 购物车表相关接口 /shopcart/add: post: consumes: - application/json description: 新增购物车表接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 购物车表实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.ShopCart' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增购物车表接口 tags: - 购物车表相关接口 /shopcart/edit: put: consumes: - application/json description: 新增购物车表接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 购物车表实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.ShopCart' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改购物车表接口 tags: - 购物车表相关接口 /shopcart/list: get: consumes: - application/json description: 分页查询购物车表数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - description: 创建者 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 结束时间 in: query name: endTime type: string - description: 订单id in: query name: id type: integer - description: 是否清空(1正常 2清空) in: query name: isDel type: integer - description: 商品是否有效(1有效 2无效) in: query name: isProductExists type: integer - description: 购买数量 in: query name: number type: integer - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 商品id in: query name: productId type: integer - description: 更新者 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string - description: 用户id in: query name: userId type: integer produces: - application/json responses: "200": description: 分页获取购物车表列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.ShopCart' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询购物车表数据接口 tags: - 购物车表相关接口 /shopcart/listAll: get: consumes: - application/json description: 查询全部数据购物车表数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 分页获取购物车表列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopCart' msg: type: string type: object security: - ApiKeyAuth: [] summary: 查询全部数据购物车表数据接口 tags: - 购物车表相关接口 /shopcategory: delete: consumes: - application/json description: 删除商品分类接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 删除商品分类接口 tags: - 商品分类相关接口 get: consumes: - application/json description: 商品分类详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回商品分类详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopCategory' msg: type: string type: object security: - ApiKeyAuth: [] summary: 商品分类详情查询接口 tags: - 商品分类相关接口 /shopcategory/add: post: consumes: - application/json description: 新增商品分类接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 商品分类实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.ShopCategory' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增商品分类接口 tags: - 商品分类相关接口 /shopcategory/edit: put: consumes: - application/json description: 新增商品分类接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 商品分类实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.ShopCategory' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改商品分类接口 tags: - 商品分类相关接口 /shopcategory/list: get: consumes: - application/json description: 分页查询商品分类数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - description: 编号 in: query name: code type: string - description: 创建者 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 删除标志(0代表存在 2代表删除) in: query name: delFlag type: string - description: 结束时间 in: query name: endTime type: string - description: 分类id in: query name: id type: integer - description: 分类名称 in: query name: label type: string - description: 显示顺序 in: query name: orderNum type: integer - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 父id in: query name: parentId type: integer - description: 状态(0正常 1停用) in: query name: status type: string - description: 更新者 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string - description: 分类图标 in: query name: url type: string produces: - application/json responses: "200": description: 分页获取商品分类列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.ShopCategory' type: object msg: type: string type: object summary: 分页查询商品分类数据接口 tags: - 商品分类相关接口 /shopcategory/listAll: get: consumes: - application/json description: 查询商品分类所有数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 商品分类列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopCategory' msg: type: string type: object security: - ApiKeyAuth: [] summary: 查询商品分类所有数据接口 tags: - 商品分类相关接口 /shopcategory/listProductAll: get: consumes: - application/json description: 查询商品分类所有数据接口(带商品) parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 商品分类列表 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/response.ShopCategoryResponse' msg: type: string type: object security: - ApiKeyAuth: [] summary: 查询商品分类所有数据接口(带商品) tags: - 商品分类相关接口 /shopcoupon: delete: consumes: - application/json description: 删除优惠券接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 删除优惠券接口 tags: - 优惠券相关接口 get: consumes: - application/json description: 优惠券详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回优惠券详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/response.ShopCouponInfo' msg: type: string type: object security: - ApiKeyAuth: [] summary: 优惠券详情查询接口 tags: - 优惠券相关接口 /shopcoupon/add: post: consumes: - application/json description: 新增优惠券接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 优惠券实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.ShopCoupon' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增优惠券接口 tags: - 优惠券相关接口 /shopcoupon/edit: put: consumes: - application/json description: 新增优惠券接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 优惠券实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.ShopCoupon' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改优惠券接口 tags: - 优惠券相关接口 /shopcoupon/list: get: consumes: - application/json description: 分页查询优惠券数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - description: 兑换的优惠券面值 in: query name: couponPrice type: string - description: 优惠券有效期限(单位:天) in: query name: couponTime type: integer - description: 创建者 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 结束时间 in: query name: endTime type: string - description: 主键id in: query name: id type: integer - description: 兑换消耗积分值 in: query name: integral type: integer - description: 是否删除(1-否 2-是) in: query name: isDel type: integer - description: 获取方式(1=领取,2=积分兑换) in: query name: isOpen type: integer - description: 优惠券名称 in: query name: label type: string - description: 最低消费多少金额可用优惠券 in: query name: minPrice type: string - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 商品ids in: query name: productId type: string - description: 排序 in: query name: sort type: integer - description: 状态(1:关闭,2:开启) in: query name: status type: integer - description: 优惠券类型 (1-通用 2-商品券) in: query name: type type: integer - description: 更新者 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string produces: - application/json responses: "200": description: 分页获取优惠券列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.ShopCoupon' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询优惠券数据接口 tags: - 优惠券相关接口 /shopcoupon/listAll: get: consumes: - application/json description: 查询全部数据优惠券数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 分页获取优惠券列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopCoupon' msg: type: string type: object security: - ApiKeyAuth: [] summary: 查询全部数据优惠券数据接口 tags: - 优惠券相关接口 /shopcouponissue: delete: consumes: - application/json description: 删除优惠券发布接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 删除优惠券发布接口 tags: - 优惠券发布相关接口 get: consumes: - application/json description: 优惠券发布详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回优惠券发布详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopCouponIssue' msg: type: string type: object security: - ApiKeyAuth: [] summary: 优惠券发布详情查询接口 tags: - 优惠券发布相关接口 /shopcouponissue/add: post: consumes: - application/json description: 新增优惠券发布接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 优惠券发布实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.ShopCouponIssue' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增优惠券发布接口 tags: - 优惠券发布相关接口 /shopcouponissue/edit: put: consumes: - application/json description: 新增优惠券发布接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 优惠券发布实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.ShopCouponIssue' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改优惠券发布接口 tags: - 优惠券发布相关接口 /shopcouponissue/list: get: consumes: - application/json description: 分页查询优惠券发布数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - description: 优惠券ID in: query name: couponId type: integer - description: 兑换的优惠券面值 in: query name: couponPrice type: string - description: 优惠券有效期限(单位:天) in: query name: couponTime type: integer - description: 创建者 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 优惠券领取结束时间 in: query name: endTime type: string - in: query name: id type: integer - description: 兑换消耗积分值 in: query name: integral type: integer - in: query name: isDel type: integer - description: 领用状态(1 领用 2未领用) in: query name: isFlag type: integer - description: 获取方式(1=领取,2=积分兑换) in: query name: isOpen type: integer - description: 是否无限张数(1否 2是) in: query name: isPermanent type: integer - in: query name: label type: string - description: 最低消费多少金额可用优惠券 in: query name: minPrice type: string - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 商品ids in: query name: productId type: string - description: 优惠券剩余领取数量 in: query name: remainCount type: integer - description: 优惠券领取开启时间 in: query name: startTime type: string - description: 状态(2正常 1未开启 3已无效) in: query name: status type: integer - description: 优惠券领取数量 in: query name: totalCount type: integer - description: 优惠券类型 (1-通用 2-新人券 3-商品券) in: query name: type type: integer - description: 更新者 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string - description: 用户Id in: query name: userId type: integer produces: - application/json responses: "200": description: 分页获取优惠券发布列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.ShopCouponIssue' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询优惠券发布数据接口 tags: - 优惠券发布相关接口 /shopcouponissue/listAll: get: consumes: - application/json description: 查询全部数据优惠券发布数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 分页获取优惠券发布列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopCouponIssue' msg: type: string type: object security: - ApiKeyAuth: [] summary: 查询全部数据优惠券发布数据接口 tags: - 优惠券发布相关接口 /shopcouponissue/status: put: consumes: - application/json description: 状态开关接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id参数 in: query name: id type: integer - description: 状态 in: query name: ishow type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 状态开关接口 tags: - 优惠券发布相关接口 /shopcouponissueuser: delete: consumes: - application/json description: 删除优惠券领取记录表接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 删除优惠券领取记录表接口 tags: - 优惠券领取记录表相关接口 get: consumes: - application/json description: 优惠券领取记录表详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回优惠券领取记录表详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopCouponIssueUser' msg: type: string type: object security: - ApiKeyAuth: [] summary: 优惠券领取记录表详情查询接口 tags: - 优惠券领取记录表相关接口 /shopcouponissueuser/add: post: consumes: - application/json description: 新增优惠券领取记录表接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 优惠券领取记录表实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.ShopCouponIssueUser' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增优惠券领取记录表接口 tags: - 优惠券领取记录表相关接口 /shopcouponissueuser/edit: put: consumes: - application/json description: 新增优惠券领取记录表接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 优惠券领取记录表实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.ShopCouponIssueUser' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改优惠券领取记录表接口 tags: - 优惠券领取记录表相关接口 /shopcouponissueuser/list: get: consumes: - application/json description: 分页查询优惠券领取记录表数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 优惠券开始时间 in: query name: beginTime type: string - description: 优惠券id in: query name: couponId type: integer - description: 优惠券的面值 in: query name: couponPrice type: string - description: 优惠券有效期(单位:天) in: query name: couponTime type: integer - description: 创建者 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 优惠券结束时间 in: query name: endTime type: string - description: 主键id in: query name: id type: integer - description: 是否有效(1否 2是) in: query name: isDel type: integer - description: 是否有效(1否 2是) in: query name: isFail type: integer - description: 优惠券发放id in: query name: issueId type: integer - description: 优惠券名称 in: query name: label type: string - description: 昵称 in: query name: nickName type: string - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 手机号 in: query name: phoneNumber type: string - description: 领取时间 in: query name: receiveTime type: string - description: 状态(1:未使用,2:已使用, 3:已过期) in: query name: status type: integer - description: 获取方式(1手动获取 2积分兑换 3系统发放) in: query name: type type: string - description: 更新者 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string - description: 最低消费多少金额可用优惠券 in: query name: useMinPrice type: string - description: 使用时间 in: query name: useTime type: string - description: 优惠券所属用户 in: query name: userId type: integer produces: - application/json responses: "200": description: 分页获取优惠券领取记录表列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.ShopCouponIssueUser' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询优惠券领取记录表数据接口 tags: - 优惠券领取记录表相关接口 /shopcouponissueuser/listAll: get: consumes: - application/json description: 查询全部数据优惠券领取记录表数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 分页获取优惠券领取记录表列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopCouponIssueUser' msg: type: string type: object security: - ApiKeyAuth: [] summary: 查询全部数据优惠券领取记录表数据接口 tags: - 优惠券领取记录表相关接口 /shopinfo: delete: consumes: - application/json description: 删除店铺设置接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 删除店铺设置接口 tags: - 店铺设置相关接口 get: consumes: - application/json description: 店铺设置详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 返回店铺设置详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopInfo' msg: type: string type: object security: - ApiKeyAuth: [] summary: 店铺设置详情查询接口 tags: - 店铺设置相关接口 /shopinfo/add: post: consumes: - application/json description: 新增店铺设置接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 店铺设置实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.ShopInfo' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增店铺设置接口 tags: - 店铺设置相关接口 /shopinfo/edit: put: consumes: - application/json description: 新增店铺设置接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 店铺设置实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.ShopInfo' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改店铺设置接口 tags: - 店铺设置相关接口 /shopinfo/list: get: consumes: - application/json description: 分页查询店铺设置数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 地址 in: query name: address type: string - description: 开始时间 in: query name: beginTime type: string - description: code in: query name: code type: string - description: 创建者 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 介绍 in: query name: description type: string - description: 关门时间 in: query name: endTime type: string - description: 主键id in: query name: id type: integer - description: 店铺头部图片 in: query name: image type: string - description: 删除标志(1代表存在 2代表删除) in: query name: isDel type: string - description: 腾讯地图key in: query name: key type: string - description: 店铺名 in: query name: label type: string - description: logo in: query name: logo type: string - description: 店铺负责人 in: query name: ownerName type: string - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 电话 in: query name: phone type: string - description: 经纬度 in: query name: site type: string - description: 开门时间 in: query name: startTime type: string - description: 更新者 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string produces: - application/json responses: "200": description: 分页获取店铺设置列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.ShopInfo' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询店铺设置数据接口 tags: - 店铺设置相关接口 /shopinfo/listAll: get: consumes: - application/json description: 查询全部数据店铺设置数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 分页获取店铺设置列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopInfo' msg: type: string type: object security: - ApiKeyAuth: [] summary: 查询全部数据店铺设置数据接口 tags: - 店铺设置相关接口 /shoporder: delete: consumes: - application/json description: 删除订单接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 删除订单接口 tags: - 订单相关接口 get: consumes: - application/json description: 订单详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回订单详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopOrder' msg: type: string type: object security: - ApiKeyAuth: [] summary: 订单详情查询接口 tags: - 订单相关接口 /shoporder/List: get: consumes: - application/json description: 分页查询订单数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 收货人详细地址 in: query name: address type: string - description: 收货地址id in: query name: addressId type: integer - description: 开始时间 in: query name: beginTime type: string - description: 优惠券id in: query name: couponId type: integer - description: 优惠券金额 in: query name: couponPrice type: string - description: 创建者 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 抵扣金额 in: query name: deductionPrice type: string - description: 发货时间 in: query name: deliveryTime type: string - description: 结束时间 in: query name: endTime type: string - description: 订单id in: query name: id type: integer - description: 是否删除(1否 2是) in: query name: isDel type: integer - description: 是否打包(1是 2否) in: query name: isPack type: integer - in: query name: isToday type: integer - description: 配送进度(1未付款 2支付成功 3配货中 4待取货 5配送中 6已送达) in: query name: logisticsStatus type: integer - description: 下单会员 in: query name: member type: string - description: 下单会员昵称 in: query name: nickName type: string - description: 订单金额(实际付款金额) in: query name: orderAmountTotal type: string - description: 订单单号 in: query name: orderNo type: string - description: 状态(1待付款 2已付款 3已接单/配货中 4待取货 5配送中 6已完成 7已取消 8申请退款 9已退款 10退款失败) in: query name: orderStatus type: integer - description: 订单支付单号 in: query name: outTradeNo type: string - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 订单支付渠道(1微信支付 2余额支付) in: query name: payChannel type: integer - description: 支付邮费 in: query name: payPostage type: string - description: 付款时间 in: query name: payTime type: string - description: 收货人电话 in: query name: phone type: string - description: 取货码 in: query name: pickCode type: string - description: 商品总价 in: query name: productAmountTotal type: string - description: 订单商品总数 in: query name: productCount type: integer - description: 收货人姓名 in: query name: realName type: string - description: 退款金额 in: query name: refund type: string - description: 退款时间 in: query name: refundTime type: string - description: 客户备注 in: query name: remark type: string - description: 取货方式(1自取 2外卖) in: query name: shippingType type: integer - description: 配送费 in: query name: totalDeliveryFee type: string - description: 打包费 in: query name: totalPackFee type: string - description: 邮费 in: query name: totalPostage type: string - description: 更新者 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string - description: 用户ID in: query name: userId type: integer produces: - application/json responses: "200": description: 分页获取订单列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.ShopOrder' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询订单数据接口 tags: - 订单相关接口 /shoporder/add: post: consumes: - application/json description: 新增订单接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 订单实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.ShopOrder' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增订单接口 tags: - 订单相关接口 /shoporder/listAll: get: consumes: - application/json description: 分页查询订单数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 分页获取订单列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopOrder' msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询订单数据接口 tags: - 订单相关接口 /shoporderdetail: get: consumes: - application/json description: 订单详情详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回订单详情详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopOrderDetail' msg: type: string type: object security: - ApiKeyAuth: [] summary: 订单详情详情查询接口 tags: - 订单详情相关接口 /shoporderdetail/List: get: consumes: - application/json description: 分页查询订单详情数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - description: 商品编码 in: query name: code type: string - description: 创建者 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 配送费 in: query name: deliveryFee type: string - description: 产品描述 in: query name: description type: string - description: 结束时间 in: query name: endTime type: string - description: 订单详情id in: query name: id type: integer - description: 商品图片 in: query name: imageUrl type: string - description: 商品简介 in: query name: info type: string - description: 商品是否有效(1有效 2无效) in: query name: isProductExists type: integer - description: 商品名称 in: query name: label type: string - description: 购买数量 in: query name: number type: integer - description: 订单单号 in: query name: orderNo type: string - description: 打包费 in: query name: packFee type: string - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 邮费 in: query name: postage type: string - description: 商品价格 in: query name: price type: string - description: 商品id in: query name: productId type: integer - description: 商品型号(记录详细商品型号,如颜色、规格、包装等) in: query name: productModeDesc type: string - description: 商品库存id in: query name: productStockId type: integer - description: 小计金额 in: query name: subtotal type: string - description: 更新者 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string - description: 会员价格 in: query name: vipPrice type: string produces: - application/json responses: "200": description: 分页获取订单详情列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.ShopOrderDetail' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询订单详情数据接口 tags: - 订单详情相关接口 /shoporderdetail/listAll: get: consumes: - application/json description: 分页查询订单详情数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 分页获取订单详情列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopOrderDetail' msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询订单详情数据接口 tags: - 订单详情相关接口 /shopproduct: delete: consumes: - application/json description: 删除商品接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 删除商品接口 tags: - 商品相关接口 get: consumes: - application/json description: 商品详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回商品详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/response.ShopProductInfo' msg: type: string type: object security: - ApiKeyAuth: [] summary: 商品详情查询接口 tags: - 商品相关接口 /shopproduct/List: get: consumes: - application/json description: 分页查询商品数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 产品条码(一维码) in: query name: barCode type: string - description: 开始时间 in: query name: beginTime type: string - description: 浏览量 in: query name: browse type: integer - description: 商品分类 in: query name: catId type: integer - description: 商品编码 in: query name: code type: string - description: 产品二维码地址(用户小程序海报) in: query name: codePath type: string - description: 成本价 in: query name: cost type: string - description: 创建者 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 配送费 in: query name: deliveryFee type: string - description: 产品描述 in: query name: description type: string - description: 结束时间 in: query name: endTime type: string - description: 虚拟销量 in: query name: ficti type: integer - description: 获得积分 in: query name: giveIntegral type: string - description: 商品id in: query name: id type: integer - description: 商品ids in: query name: ids type: string - description: 商品图片 in: query name: imageUrl type: string - description: 商品简介 in: query name: info type: string - description: 需要多少积分兑换 只在获取方式时生效 in: query name: integral type: integer - description: 砍价状态 (1未开启 2开启) in: query name: isBargain type: integer - description: 是否优惠(1否 2是) in: query name: isBenefit type: integer - description: 是否精品(1否 2是) in: query name: isBest type: integer - description: 是否删除(1否 2是) in: query name: isDel type: integer - description: 是否推荐(1否 2是) in: query name: isGood type: integer - description: 是否热卖(1否 2是) in: query name: isHot type: integer - description: 获取方式(1领取 2积分兑换) in: query name: isIntegral type: integer - description: 是否必点(1否 2是) in: query name: isMust type: integer - description: 是否新品(1否 2是) in: query name: isNew type: integer - description: 是否支持外送(1否 2是) in: query name: isOut type: integer - description: 是否包邮(1否 2是) in: query name: isPostage type: integer - description: 秒杀状态 (1未开启 2已开启) in: query name: isSeckill type: integer - description: 状态(1未上架 2上架) in: query name: isShow type: integer - description: 是否单点(1否 2是) in: query name: isSinge type: integer - description: 关键字 in: query name: keyword type: string - description: 商品名称 in: query name: label type: string - description: 最大下单数 in: query name: maxNumber type: integer - description: 最小下单数 in: query name: minNumber type: integer - description: 市场价 in: query name: otPrice type: string - description: 打包费 in: query name: packFee type: string - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 邮费 in: query name: postage type: string - description: 商品价格 in: query name: price type: string - description: 销量 in: query name: sales type: integer - description: 轮播图 in: query name: sliderImage type: string - description: 排序 in: query name: sort type: integer - description: 规格 (1单 2多) in: query name: specType type: integer - description: 库存 in: query name: stock type: integer - description: 运费模板ID in: query name: tempId type: integer - description: 单位名 in: query name: unitName type: string - description: 更新者 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string - description: 会员价格 in: query name: vipPrice type: string produces: - application/json responses: "200": description: 分页获取商品列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.ShopProduct' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询商品数据接口 tags: - 商品相关接口 /shopproduct/add: post: consumes: - application/json description: 新增商品接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 商品实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.ShopProduct' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增商品接口 tags: - 商品相关接口 /shopproduct/edit: put: consumes: - application/json description: 新增商品接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 商品实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.ShopProduct' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改商品接口 tags: - 商品相关接口 /shopproduct/listAll: get: consumes: - application/json description: 分页查询商品数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 分页获取商品列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopProduct' msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询商品数据接口 tags: - 商品相关接口 /shopproduct/show: put: consumes: - application/json description: 商品上下架接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id参数 in: query name: id type: integer - description: 状态 in: query name: ishow type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 商品上下架接口 tags: - 商品相关接口 /shopproduct/status: put: consumes: - application/json description: 商品上下架接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id参数 in: query name: id type: integer - description: 状态 in: query name: ishow type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 商品上下架接口 tags: - 商品相关接口 /shopproductspec: delete: consumes: - application/json description: 删除商品规格接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 删除商品规格接口 tags: - 商品规格相关接口 get: consumes: - application/json description: 商品规格详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回商品规格详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopProductSpec' msg: type: string type: object security: - ApiKeyAuth: [] summary: 商品规格详情查询接口 tags: - 商品规格相关接口 /shopproductspec/add: post: consumes: - application/json description: 新增商品规格接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 商品规格实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.ShopProductSpec' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增商品规格接口 tags: - 商品规格相关接口 /shopproductspec/applist: get: consumes: - application/json description: 分页查询商品规格数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id参数 in: query name: id required: true type: string produces: - application/json responses: "200": description: 分页获取商品规格列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/response.ShopSpecResponse' msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询商品规格数据接口 tags: - 商品规格相关接口 /shopproductspec/edit: put: consumes: - application/json description: 新增商品规格接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 商品规格实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.ShopProductSpec' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改商品规格接口 tags: - 商品规格相关接口 /shopproductspec/list: get: consumes: - application/json description: 分页查询商品规格数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - description: 创建人 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 结束时间 in: query name: endTime type: string - description: 主键id in: query name: id type: integer - description: 是否删除(1否 2是) in: query name: isDel type: integer - description: 规格 in: query name: label type: string - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 商品ID in: query name: productId type: integer - description: 更新人 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string - description: 规格图片 in: query name: url type: string - description: 规格 in: query name: val type: string produces: - application/json responses: "200": description: 分页获取商品规格列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.ShopProductSpec' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询商品规格数据接口 tags: - 商品规格相关接口 /shopproductspec/listAll: get: consumes: - application/json description: 分页查询商品规格数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 分页获取商品规格列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopProductSpec' msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询商品规格数据接口 tags: - 商品规格相关接口 /shopproductstock: delete: consumes: - application/json description: 删除商品库存接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 删除商品库存接口 tags: - 商品库存相关接口 get: consumes: - application/json description: 商品库存详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回商品库存详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopProductStock' msg: type: string type: object security: - ApiKeyAuth: [] summary: 商品库存详情查询接口 tags: - 商品库存相关接口 /shopproductstock/List: get: consumes: - application/json description: 分页查询商品库存数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - description: 成本价 in: query name: cost type: string - description: 创建人 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 结束时间 in: query name: endTime type: string - description: 主键id in: query name: id type: integer - description: 是否删除(1否 2是) in: query name: isDel type: integer - description: 规格 in: query name: label type: string - description: 市场价 in: query name: otPrice type: string - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 商品价格 in: query name: price type: string - description: 商品ID in: query name: productId type: integer - description: 库存 in: query name: stock type: integer - description: 更新人 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string - description: 会员价格 in: query name: vipPrice type: string - description: 重量 in: query name: weight type: integer produces: - application/json responses: "200": description: 分页获取商品库存列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.ShopProductStock' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询商品库存数据接口 tags: - 商品库存相关接口 /shopproductstock/add: post: consumes: - application/json description: 新增商品库存接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 商品库存实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.ShopProductStock' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增商品库存接口 tags: - 商品库存相关接口 /shopproductstock/edit: put: consumes: - application/json description: 新增商品库存接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 商品库存实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.ShopProductStock' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改商品库存接口 tags: - 商品库存相关接口 /shopproductstock/listAll: get: consumes: - application/json description: 分页查询商品库存数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 分页获取商品库存列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopProductStock' msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询商品库存数据接口 tags: - 商品库存相关接口 /shopservice: delete: consumes: - application/json description: 删除服务管理接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 删除服务管理接口 tags: - 服务管理相关接口 get: consumes: - application/json description: 服务管理详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: string produces: - application/json responses: "200": description: 返回服务管理详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopService' msg: type: string type: object security: - ApiKeyAuth: [] summary: 服务管理详情查询接口 tags: - 服务管理相关接口 /shopservice/add: post: consumes: - application/json description: 新增服务管理接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 服务管理实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.ShopService' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增服务管理接口 tags: - 服务管理相关接口 /shopservice/download: get: consumes: - application/json description: 下载最新程序接口 parameters: - description: address in: query name: address required: true type: string - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 下载最新程序接口 tags: - 服务管理相关接口 /shopservice/edit: put: consumes: - application/json description: 新增服务管理接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 服务管理实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.ShopService' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改服务管理接口 tags: - 服务管理相关接口 /shopservice/list: get: consumes: - application/json description: 分页查询服务管理数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - description: 购买时长 in: query name: buyNum type: integer - description: 购买时间 in: query name: buyTime type: string - description: 服务编码 in: query name: code type: string - description: 创建者 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 结束时间 in: query name: endTime type: string - description: 主键id in: query name: id type: integer - description: 图标 in: query name: image type: string - description: 到期时间 in: query name: invalidTime type: string - description: 是否可用(1否 2是) in: query name: isDel type: integer - description: 名称 in: query name: label type: string - description: 年费用 in: query name: money type: integer - description: 服务购买优惠方案 in: query name: moneyPlan type: string - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 购买状态(1未购买 2已购买 3需要续费) in: query name: status type: integer - description: 更新者 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string produces: - application/json responses: "200": description: 分页获取服务管理列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.ShopService' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询服务管理数据接口 tags: - 服务管理相关接口 /shopservice/listAll: get: consumes: - application/json description: 查询全部数据服务管理数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 分页获取服务管理列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopService' msg: type: string type: object security: - ApiKeyAuth: [] summary: 查询全部数据服务管理数据接口 tags: - 服务管理相关接口 /shopservice/login: get: consumes: - application/json description: 登录服务市场接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: string produces: - application/json responses: "200": description: 返回服务管理详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.ShopService' msg: type: string type: object security: - ApiKeyAuth: [] summary: 登录服务市场接口 tags: - 服务管理相关接口 /shopservice/myList: get: consumes: - application/json description: 查询已购买服务数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - description: 购买时长 in: query name: buyNum type: integer - description: 购买时间 in: query name: buyTime type: string - description: 服务编码 in: query name: code type: string - description: 创建者 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 结束时间 in: query name: endTime type: string - description: 主键id in: query name: id type: integer - description: 图标 in: query name: image type: string - description: 到期时间 in: query name: invalidTime type: string - description: 是否可用(1否 2是) in: query name: isDel type: integer - description: 名称 in: query name: label type: string - description: 年费用 in: query name: money type: integer - description: 服务购买优惠方案 in: query name: moneyPlan type: string - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 购买状态(1未购买 2已购买 3需要续费) in: query name: status type: integer - description: 更新者 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string produces: - application/json responses: "200": description: 分页获取服务管理列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.ShopService' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 查询已购买服务管理数据接口 tags: - 服务管理相关接口 /sysattachment/qiniuUpload: post: consumes: - application/json description: 文件上传接口数据 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 文件上传结果 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: type: string msg: type: string type: object security: - ApiKeyAuth: [] summary: 文件上传接口数据 tags: - 文件上传相关接口 /sysdeliveryconfig: delete: consumes: - application/json description: 删除配送配置接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 删除配送配置接口 tags: - 配送配置相关接口 get: consumes: - application/json description: 配送配置详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回配送配置详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.SysDeliveryConfig' msg: type: string type: object security: - ApiKeyAuth: [] summary: 配送配置详情查询接口 tags: - 配送配置相关接口 /sysdeliveryconfig/add: post: consumes: - application/json description: 新增配送配置接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 配送配置实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysDeliveryConfig' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增配送配置接口 tags: - 配送配置相关接口 /sysdeliveryconfig/edit: put: consumes: - application/json description: 新增配送配置接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 配送配置实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysDeliveryConfig' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改配送配置接口 tags: - 配送配置相关接口 /sysdeliveryconfig/list: get: consumes: - application/json description: 分页查询配送配置数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - description: 创建者 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 配送费 in: query name: deliveryMoney type: string - description: 多少金额免配送费 in: query name: deliveryMoneyFree type: integer - description: 配送范围 in: query name: distance type: integer - description: 结束时间 in: query name: endTime type: string - description: 主键id in: query name: id type: integer - description: 是否删除(1删除 2未删除) in: query name: isDel type: integer - description: 多少金额起送 in: query name: money type: integer - description: 打包费 in: query name: packMoney type: integer - description: 多少金额免打包费 in: query name: packMoneyFree type: integer - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 更新者 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string produces: - application/json responses: "200": description: 分页获取配送配置列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.SysDeliveryConfig' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询配送配置数据接口 tags: - 配送配置相关接口 /sysdeliveryconfig/listAll: get: consumes: - application/json description: 查询全部数据配送配置数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 分页获取配送配置列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.SysDeliveryConfig' msg: type: string type: object security: - ApiKeyAuth: [] summary: 查询全部数据配送配置数据接口 tags: - 配送配置相关接口 /sysinfo: delete: consumes: - application/json description: 删除系统设置接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 删除系统设置接口 tags: - 系统设置相关接口 get: consumes: - application/json description: 系统设置详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 返回系统设置详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.SysInfo' msg: type: string type: object security: - ApiKeyAuth: [] summary: 系统设置详情查询接口 tags: - 系统设置相关接口 /sysinfo/add: post: consumes: - application/json description: 新增系统设置接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 系统设置实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysInfo' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增系统设置接口 tags: - 系统设置相关接口 /sysinfo/edit: put: consumes: - application/json description: 新增系统设置接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 系统设置实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysInfo' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改系统设置接口 tags: - 系统设置相关接口 /sysinfo/list: get: consumes: - application/json description: 分页查询系统设置数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - description: 创建者 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 结束时间 in: query name: endTime type: string - description: 主键id in: query name: id type: integer - description: logo in: query name: image type: string - description: 删除标志(1代表存在 2代表删除) in: query name: isDel type: string - description: 系统名称 in: query name: label type: string - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 更新者 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string produces: - application/json responses: "200": description: 分页获取系统设置列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.SysInfo' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询系统设置数据接口 tags: - 系统设置相关接口 /sysinfo/listAll: get: consumes: - application/json description: 查询全部数据系统设置数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 分页获取系统设置列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.SysInfo' msg: type: string type: object security: - ApiKeyAuth: [] summary: 查询全部数据系统设置数据接口 tags: - 系统设置相关接口 /sysmember: delete: consumes: - application/json description: 删除会员信息接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 删除会员信息接口 tags: - 会员信息相关接口 get: consumes: - application/json description: 会员信息详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回会员信息详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.SysMember' msg: type: string type: object security: - ApiKeyAuth: [] summary: 会员信息详情查询接口 tags: - 会员信息相关接口 /sysmember/add: post: consumes: - application/json description: 新增会员信息接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 会员信息实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysMember' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增会员信息接口 tags: - 会员信息相关接口 /sysmember/edit: put: consumes: - application/json description: 新增会员信息接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 会员信息实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysMember' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改会员信息接口 tags: - 会员信息相关接口 /sysmember/list: get: consumes: - application/json description: 分页查询会员信息数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 头像地址 in: query name: avatar type: string - description: 余额 in: query name: balance type: string - description: 开始时间 in: query name: beginTime type: string - description: 创建者 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 删除标志(0代表存在 2代表删除) in: query name: delFlag type: string - description: 部门ID in: query name: deptId type: integer - description: 用户邮箱 in: query name: email type: string - description: 结束时间 in: query name: endTime type: string - description: 会员等级分 in: query name: gradeScore type: integer - description: 用户ID in: query name: id type: integer - description: 积分 in: query name: integral type: integer - description: 最后下单时间 in: query name: lastOrderTime type: string - description: 会员等级id in: query name: levelId type: integer - description: 最后登录时间 in: query name: loginDate type: string - description: 最后登录IP in: query name: loginIp type: string - description: 是否已领取新人券(0否 1是) in: query name: newVoucherFlag type: string - description: 用户昵称 in: query name: nickName type: string - description: 微信用户openid in: query name: openid type: string - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 密码 in: query name: password type: string - description: 手机号码 in: query name: phoneNumber type: string - description: 备注 in: query name: remark type: string - description: 微信登录会话key in: query name: sessionKey type: string - description: 用户性别(0男 1女 2未知) in: query name: sex type: string - description: 帐号状态(0正常 1停用) in: query name: status type: string - description: 更新者 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string - description: 用户账号 in: query name: userName type: string - description: 用户类型(00系统用户) in: query name: userType type: string produces: - application/json responses: "200": description: 分页获取会员信息列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.SysMember' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询会员信息数据接口 tags: - 会员信息相关接口 /sysmember/listAll: get: consumes: - application/json description: 查询全部数据会员信息数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 分页获取会员信息列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.SysMember' msg: type: string type: object security: - ApiKeyAuth: [] summary: 查询全部数据会员信息数据接口 tags: - 会员信息相关接口 /sysusercenterconfig: delete: consumes: - application/json description: 删除个人中心配置规则接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 删除个人中心配置规则接口 tags: - 个人中心配置规则相关接口 get: consumes: - application/json description: 个人中心配置规则详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 返回个人中心配置规则详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.SysUserCenterConfig' msg: type: string type: object security: - ApiKeyAuth: [] summary: 个人中心配置规则详情查询接口 tags: - 个人中心配置规则相关接口 /sysusercenterconfig/add: post: consumes: - application/json description: 新增个人中心配置规则接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 个人中心配置规则实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysUserCenterConfig' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增个人中心配置规则接口 tags: - 个人中心配置规则相关接口 /sysusercenterconfig/edit: put: consumes: - application/json description: 新增个人中心配置规则接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 个人中心配置规则实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysUserCenterConfig' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改个人中心配置规则接口 tags: - 个人中心配置规则相关接口 /sysusercenterconfig/list: get: consumes: - application/json description: 分页查询个人中心配置规则数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - description: 颜色值 in: query name: color type: string - description: 创建者 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 结束时间 in: query name: endTime type: string - description: 主键id in: query name: id type: integer - description: 背景图 in: query name: image type: string - description: 是否删除(1删除 2未删除) in: query name: isDel type: integer - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 更新者 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string produces: - application/json responses: "200": description: 分页获取个人中心配置规则列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.SysUserCenterConfig' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询个人中心配置规则数据接口 tags: - 个人中心配置规则相关接口 /sysusercenterconfig/listAll: get: consumes: - application/json description: 查询全部数据个人中心配置规则数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 分页获取个人中心配置规则列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.SysUserCenterConfig' msg: type: string type: object security: - ApiKeyAuth: [] summary: 查询全部数据个人中心配置规则数据接口 tags: - 个人中心配置规则相关接口 /sysuserintegralconfig: delete: consumes: - application/json description: 删除积分配置规则接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 删除积分配置规则接口 tags: - 积分配置规则相关接口 get: consumes: - application/json description: 积分配置规则详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 返回积分配置规则详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.SysUserIntegralConfig' msg: type: string type: object security: - ApiKeyAuth: [] summary: 积分配置规则详情查询接口 tags: - 积分配置规则相关接口 /sysuserintegralconfig/add: post: consumes: - application/json description: 新增积分配置规则接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 积分配置规则实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysUserIntegralConfig' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增积分配置规则接口 tags: - 积分配置规则相关接口 /sysuserintegralconfig/edit: put: consumes: - application/json description: 新增积分配置规则接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 积分配置规则实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysUserIntegralConfig' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改积分配置规则接口 tags: - 积分配置规则相关接口 /sysuserintegralconfig/list: get: consumes: - application/json description: 分页查询积分配置规则数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - description: 创建者 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 结束时间 in: query name: endTime type: string - description: 主键id in: query name: id type: integer - description: 失效天数(0长期有效) in: query name: invalidNum type: integer - description: 是否删除(1删除 2未删除) in: query name: isDel type: integer - description: 多少钱等于1积分 in: query name: money type: integer - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 积分规则说明 in: query name: remark type: string - description: 是否删除(1按天数失效 2第二年失效 3永不失效) in: query name: type type: integer - description: 更新者 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string produces: - application/json responses: "200": description: 分页获取积分配置规则列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.SysUserIntegralConfig' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询积分配置规则数据接口 tags: - 积分配置规则相关接口 /sysuserintegralconfig/listAll: get: consumes: - application/json description: 查询全部数据积分配置规则数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 分页获取积分配置规则列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.SysUserIntegralConfig' msg: type: string type: object security: - ApiKeyAuth: [] summary: 查询全部数据积分配置规则数据接口 tags: - 积分配置规则相关接口 /sysuserintegraldetail: delete: consumes: - application/json description: 删除用户积分明细接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 删除用户积分明细接口 tags: - 用户积分明细相关接口 get: consumes: - application/json description: 用户积分明细详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回用户积分明细详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.SysUserIntegralDetail' msg: type: string type: object security: - ApiKeyAuth: [] summary: 用户积分明细详情查询接口 tags: - 用户积分明细相关接口 /sysuserintegraldetail/add: post: consumes: - application/json description: 新增用户积分明细接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 用户积分明细实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysUserIntegralDetail' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增用户积分明细接口 tags: - 用户积分明细相关接口 /sysuserintegraldetail/edit: put: consumes: - application/json description: 新增用户积分明细接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 用户积分明细实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysUserIntegralDetail' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改用户积分明细接口 tags: - 用户积分明细相关接口 /sysuserintegraldetail/list: get: consumes: - application/json description: 分页查询用户积分明细数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - description: 类型(1收入 2支出 ) in: query name: cat type: integer - description: 创建者 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 结束时间 in: query name: endTime type: string - description: 主键id in: query name: id type: integer - description: 积分 in: query name: integral type: integer - description: 积分失效的时间 in: query name: invalidTime type: string - description: 是否删除(1删除 2未删除) in: query name: isDel type: integer - description: 是否失效(1正常 2失效) in: query name: isInvalid type: integer - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 剩余积分 in: query name: stockIntegral type: integer - description: 方式(1购买商品 2兑换优惠券 3积分失效 4系统操作) in: query name: type type: integer - description: 更新者 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string - description: 用户id in: query name: userId type: integer produces: - application/json responses: "200": description: 分页获取用户积分明细列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.SysUserIntegralDetail' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询用户积分明细数据接口 tags: - 用户积分明细相关接口 /sysuserintegraldetail/listAll: get: consumes: - application/json description: 查询全部数据用户积分明细数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 分页获取用户积分明细列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.SysUserIntegralDetail' msg: type: string type: object security: - ApiKeyAuth: [] summary: 查询全部数据用户积分明细数据接口 tags: - 用户积分明细相关接口 /sysuserlevel: delete: consumes: - application/json description: 删除会员等级接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 删除会员等级接口 tags: - 会员等级相关接口 get: consumes: - application/json description: 会员等级详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回会员等级详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.SysUserLevel' msg: type: string type: object security: - ApiKeyAuth: [] summary: 会员等级详情查询接口 tags: - 会员等级相关接口 /sysuserlevel/add: post: consumes: - application/json description: 新增会员等级接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 会员等级实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysUserLevel' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增会员等级接口 tags: - 会员等级相关接口 /sysuserlevel/edit: put: consumes: - application/json description: 新增会员等级接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 会员等级实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysUserLevel' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改会员等级接口 tags: - 会员等级相关接口 /sysuserlevel/list: get: consumes: - application/json description: 分页查询会员等级数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - description: 创建者 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 享受折扣 in: query name: discount type: integer - description: 结束时间 in: query name: endTime type: string - description: 说明 in: query name: explain type: string - description: 会员等级 in: query name: grade type: integer - description: 会员图标 in: query name: icon type: string - description: 主键id in: query name: id type: integer - description: 会员卡背景 in: query name: image type: string - description: 所需积分 in: query name: integral type: integer - description: 是否删除(1删除 2未删除) in: query name: isDel type: integer - description: 是否永久会员(1否 2是) in: query name: isForever type: integer - description: 是否购买(1购买 2不购买) in: query name: isPay type: integer - description: 是否显示(1显示 2隐藏) in: query name: isShow type: integer - description: 会员名称 in: query name: label type: string - description: 购买金额 in: query name: money type: string - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 更新者 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string - description: 有效时间 in: query name: validDate type: integer produces: - application/json responses: "200": description: 分页获取会员等级列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.SysUserLevel' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询会员等级数据接口 tags: - 会员等级相关接口 /sysuserlevel/listAll: get: consumes: - application/json description: 查询全部数据会员等级数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 分页获取会员等级列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.SysUserLevel' msg: type: string type: object security: - ApiKeyAuth: [] summary: 查询全部数据会员等级数据接口 tags: - 会员等级相关接口 /sysuserlevelconfig: delete: consumes: - application/json description: 删除等级分配置规则接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 删除等级分配置规则接口 tags: - 等级分配置规则相关接口 get: consumes: - application/json description: 等级分配置规则详情查询接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 返回等级分配置规则详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.SysUserLevelConfig' msg: type: string type: object security: - ApiKeyAuth: [] summary: 等级分配置规则详情查询接口 tags: - 等级分配置规则相关接口 /sysuserlevelconfig/add: post: consumes: - application/json description: 新增等级分配置规则接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 等级分配置规则实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysUserLevelConfig' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 新增等级分配置规则接口 tags: - 等级分配置规则相关接口 /sysuserlevelconfig/edit: put: consumes: - application/json description: 新增等级分配置规则接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 等级分配置规则实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysUserLevelConfig' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改等级分配置规则接口 tags: - 等级分配置规则相关接口 /sysuserlevelconfig/list: get: consumes: - application/json description: 分页查询等级分配置规则数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - description: 创建者 in: query name: createBy type: string - description: 创建时间 in: query name: createTime type: string - description: 结束时间 in: query name: endTime type: string - description: 主键id in: query name: id type: integer - description: 一元可购买的等级分 in: query name: integral type: integer - description: 是否删除(1删除 2未删除) in: query name: isDel type: integer - description: 是否开启商品购买获得(1否 2是) in: query name: isOpen type: integer - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 1元可获得的等级分 in: query name: productIntegral type: integer - description: 更新者 in: query name: updateBy type: string - description: 更新时间 in: query name: updateTime type: string produces: - application/json responses: "200": description: 分页获取等级分配置规则列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.SysUserLevelConfig' type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 分页查询等级分配置规则数据接口 tags: - 等级分配置规则相关接口 /sysuserlevelconfig/listAll: get: consumes: - application/json description: 查询全部数据等级分配置规则数据接口 parameters: - description: Bearer 令牌 in: header name: Authorization type: string produces: - application/json responses: "200": description: 分页获取等级分配置规则列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/model.SysUserLevelConfig' msg: type: string type: object security: - ApiKeyAuth: [] summary: 查询全部数据等级分配置规则数据接口 tags: - 等级分配置规则相关接口 /user/add: post: consumes: - application/json description: 新增用户接口 parameters: - description: Bearer 用户令牌 in: header name: Authorization type: string - description: 用户实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysUser' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object tags: - 用户相关接口 /user/authRole: put: consumes: - application/json description: 修改状态接口 parameters: - description: Bearer 用户令牌 in: header name: Authorization type: string - description: id in: query name: id required: true type: integer - description: status in: query name: status required: true type: string produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改状态接口 tags: - 用户相关接口 /user/changeStatus: put: consumes: - application/json description: 修改状态接口 parameters: - description: Bearer 用户令牌 in: header name: Authorization type: string - description: id in: query name: id required: true type: integer - description: status in: query name: status required: true type: string produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改状态接口 tags: - 用户相关接口 /user/edit: put: consumes: - application/json description: 修改用户接口 parameters: - description: Bearer 用户令牌 in: header name: Authorization type: string - description: 用户实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysUser' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object tags: - 用户相关接口 /user/getInfo: get: consumes: - application/json description: 用户详情查询接口 parameters: - description: Bearer 用户令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回用户详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: $ref: '#/definitions/response.UserInfo' msg: type: string type: object security: - ApiKeyAuth: [] tags: - 用户相关接口 /user/list: get: consumes: - application/json description: 用户列表查询接口 parameters: - description: Bearer 用户令牌 in: header name: Authorization type: string - description: 开始时间 in: query name: beginTime type: string - description: 部门id in: query name: deptId type: integer - description: 邮箱 in: query name: email type: string - description: 结束时间 in: query name: endTime type: string - description: 主键id in: query name: id type: integer - description: 用户昵称 in: query name: nickName type: string - description: 当前页码 in: query name: pageNum type: integer - description: 显示条数 in: query name: pageSize type: integer - description: 手机号 in: query name: phoneNumber type: string - description: 角色id in: query name: roleId type: integer - description: 状态 in: query name: status type: string - description: 用户名 in: query name: userName type: string - description: 用户类型(00系统用户) in: query name: userType type: string produces: - application/json responses: "200": description: 分页获取用户列表,返回包括列表,总数,页码,每页数量 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: allOf: - $ref: '#/definitions/page.Page' - properties: list: $ref: '#/definitions/model.SysUser' type: object msg: type: string type: object security: - ApiKeyAuth: [] tags: - 用户相关接口 /user/profile: get: consumes: - application/json description: 查询个人信息接口 parameters: - description: Bearer 用户令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 返回个人详情查询 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: data: additionalProperties: true type: object msg: type: string type: object security: - ApiKeyAuth: [] summary: 查询个人信息接口 tags: - 用户相关接口 put: consumes: - application/json description: 修改个人数据接口 parameters: - description: Bearer 用户令牌 in: header name: Authorization type: string - description: 用户实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysUser' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改个人数据接口 tags: - 用户相关接口 /user/profile/avatar: put: consumes: - application/json description: 修改个人密码接口 parameters: - description: Bearer 用户令牌 in: header name: Authorization type: string - description: avatarfile in: formData name: file required: true type: file produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改个人密码接口 tags: - 用户相关接口 /user/profile/updatePwd: put: consumes: - application/json description: 修改个人密码接口 parameters: - description: Bearer 用户令牌 in: header name: Authorization type: string - description: oldPassword in: query name: oldPassword required: true type: string - description: newPassword in: query name: newPassword required: true type: string produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object summary: 修改个人密码接口 tags: - 用户相关接口 /user/remove: delete: consumes: - application/json description: 删除用户接口 parameters: - description: Bearer 用户令牌 in: header name: Authorization type: string - description: id in: path name: id required: true type: integer produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object tags: - 用户相关接口 /user/resetPwd: put: consumes: - application/json description: 重置用户密码接口 parameters: - description: Bearer 用户令牌 in: header name: Authorization type: string - description: 用户实体对象 in: body name: data required: true schema: $ref: '#/definitions/model.SysUser' produces: - application/json responses: "200": description: 操作状态 schema: allOf: - $ref: '#/definitions/resp.Response' - properties: msg: type: string type: object tags: - 用户相关接口 swagger: "2.0"