diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7f6a9bb --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.zip +.idea +.user.ini +pull.bat +push.sh +/dist + diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index e7e9d11..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -# Default ignored files -/workspace.xml diff --git a/.idea/hotgo.iml b/.idea/hotgo.iml deleted file mode 100644 index c956989..0000000 --- a/.idea/hotgo.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 03d9549..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 28a804d..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index e0f7a6a..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/README.md b/README.md index 203a448..17017b6 100644 --- a/README.md +++ b/README.md @@ -1,83 +1,247 @@ -# hotgo +# HotGO-V2 +
+ +

+

HotGO V2.0

+

+

+ + goframe + + + vue + + + naiveui + + + typescript + + + vite + + + license + +

+
-#### HotGo 是一个基于 vue 和 goframe2.0 开发的全栈前后端分离的开发基础平台和移动应用平台,集成jwt鉴权,动态路由,动态菜单,casbin鉴权,消息队列,定时任务等功能,提供多种常用场景文件,让您把更多时间专注在业务开发上。 -## 技术选型 +## 平台简介 +* 基于全新Go Frame 2.0+Vue3+Naive UI开发的全栈前后端分离的管理系统 +* 前端采用naive-ui-admin 、Vue、Naive UI。 -* 后端:用 goframe2.0 快速搭建基础API,goframe2.0 是一个go语言编写的Web框架。 -* 前端:用基于 JeeSite Mobile Uni-App+aidex-sharp 构建基础页面。 -* 数据库:采用MySql(8.0)版本,使用 gorm 实现对数据库的基本操作。 -* 缓存:使用Redis实现记录当前活跃用户的jwt令牌并实现多点登录限制。 -* API文档:使用Swagger构建自动化文档。 -* 消息队列:同时兼容 kafka、redis、rocketmq,一键配置切换到自己想用的MQ。 +## 特征 +* 高生产率:几分钟即可搭建一个后台管理系统 +* 模块化:单应用多系统的模式,将一个完整的应用拆分为多个系统,后续扩展更加便捷,增加代码复用性。 +* 插件化: 可通过插件的方式扩展系统功能 +* 认证机制:采用jwt的用户状态认证及casbin的权限认证 +* 路由模式:得利于goframe2.0提供了规范化的路由注册方式,无需注解自动生成api文档 +* 面向接口开发 -## 系统截图 -#### * web端 -![image](https://user-images.githubusercontent.com/26652343/155689571-e6a0a5a3-011b-44cc-b84b-a1c82301b207.png) +## 内置功能 -![image](https://user-images.githubusercontent.com/26652343/155689646-d3395261-6061-469f-8256-3cd0ff9f5d05.png) +1. 用户管理:用户是系统操作者,该功能主要完成系统用户配置。 +2. 部门管理:配置系统组织机构(公司、部门、岗位),树结构展现支持数据权限。 +3. 岗位管理:配置系统用户所属担任职务。 +4. 菜单管理:配置系统菜单,操作权限,按钮权限标识等。 +5. 角色管理:角色菜单权限分配、设置角色按机构进行数据范围权限划分。 +6. 字典管理:对系统中经常使用的一些较为固定的数据进行维护。 +7. 配置管理:对系统动态配置常用参数。 +8. 操作日志:系统正常操作日志记录和查询;系统异常信息日志记录和查询。 +9. 登录日志:系统登录日志记录查询包含登录异常。 +10. 调度日志:服务端运行所产生的警告、异常、崩溃日志的详细数据和堆栈信息。 +11. 在线用户:当前系统中活跃用户状态监控。 +12. 定时任务:在线(添加、修改、删除)任务调度包含执行结果日志。 +13. 代码生成:前后端代码的生成。 +14. 服务监控:监视当前系统CPU、内存、磁盘、网络、堆栈等相关信息。 +15. 附件管理:文件上传,多种上传方式适配。 +16. 消息队列:同时兼容 kafka、redis、rocketmq,一键配置切换到自己想用的MQ。 +17. 通知公告:采用websocket及时推送在线用户最新公告。 +18. 地区编码:整合国内通用省市区编码,运用于项目于一身。 +19. 常用工具:集成常用的工具包和命令行工具,可以快速开发自定义命令行,多种启动入口。 -![image](https://user-images.githubusercontent.com/26652343/155689709-5ddac1d3-1c01-4fab-9d3a-9ece72ca5ba0.png) -#### * 移动端 -![image](https://user-images.githubusercontent.com/26652343/155689481-2fc019eb-18e4-4a94-b417-50524e945089.png) -![image](https://user-images.githubusercontent.com/26652343/155689738-ac97f9c0-47ae-499b-b3fe-0cb4ce97f3bc.png) +> HotGo开源以来得到了大家的很多支持,本项目初衷只为互相学习交流,没有任何盈利性目的!欢迎为HotGO贡献代码或提供建议! + +## 演示地址 +- [https://hotgo.facms.cn/admin](https://hotgo.facms.cn/admin) +> 账号:admin 密码:123456 + ## 环境要求 -- node版本 >= v14.0.0 -- golang版本 >= v1.16 +- node版本 >= v16.0.0 +- golang版本 >= v1.18 +- gf版本 >=2.1 - IDE推荐:Goland -- mysql版本 >=8.0 -- redis版本 >=5.0 +- mysql版本 >=5.7 +- redis版本 >=3.0 ## 快速开始 - 一、拉取代码到你已经安装好以上环境的服务器中 +一、拉取代码到你已经安装好以上环境的服务器中 ```shell script -git clone https://github.com/bufanyun/hotgo.git +git clone https://github.com/bufanyun/hotgo.git && cd hotgo ``` 二、配置你的站点信息 服务端: - - 创建mysql数据库,将数据库文件导入你的mysql,目录地址:/hotgo-server/storage/hotgo.sql - - 将/hotgo-server/config/config.example.yaml 改为:config.yaml,并根据你实际环境情况进行配置 +- 项目数据库文件 `resource/data/db.sql` 创建数据库并导入 +- 修改配置 `manifest/config/config.yaml.bak` 复制改为`manifest/config/config.yaml` -web+uinapp端: - - 配置服务端地址,包含在一下文件中: - * hotgo-uniapp/common/config.js - * /hotgo-uniapp/manifest.json - * hotgo-uniapp/common/config.js +其中hotgo配置 +```yaml +hotgo: + debug: true # debug开关,开启后:接口出现错误时会输出堆栈信息,默认为true + ipMethod: "cz88" # IP归属地解析方法,可选:cz88|whois,默认为cz88 + wsAddr: "ws://你的IP:8000/socket" # 客户端websocket连接地址,如果项目在公网,请填写公网IP:运行端口 + isDemo: false # 是否為演示系統 false | true + ssl: # https + switch: false # 是否开启https访问,需要配置sslCrtPath、sslKeyPath证书夹 + crtPath: "resource/ssl/server.crt" + keyPath: "resource/ssl/server.key" + log: # 全局请求日志 + switch: true # 日志开关,默认为true + queue: true # 是否启用队列,启用时需要配置队列信息,默认为true + module: [ "admin", "api", "default" ] # 需要记录的模块 + skipCode: [ ] # 不记录的状态码,如: ["0", "-1"] + admin: + superIds: [ 1,2 ] # 后台超管账号ID,通过ID验证超管 + superRoleKey: "super" # 超管角色唯一标识符,通过角色验证超管 + defaultPage: 10 # 列表分页默认加载数量 + defaultPageSize: 1 # 列表分页默认加载页码 +``` + +后台前端: +- 配置服务端地址,包含在以下文件中: +* /hotgo/web/.env.development +* /hotgo/web/.env.production +* /hotgo/web/.env + +其中必改配置 +``` +VITE_PROXY=[["/admin","http://你的IP:8000/admin"]] +``` 三、 启动服务 服务端: ```shell script - cd hotgo-server - go mod tidy #更新包 - go run main.go #启动服务 + cd server + + # 更新包 + go mod tidy + + # 查看命令行方法 + go run main.go + + # 启动所有服务 + gf run main.go --args "all" + + # 如果顺利,至此到浏览器打开:http://你的IP:8000/admin,即可看到后台登录地址 + # 登录账号:admin, 密码:123456 + # 好奇为什么没有运行前端代码就能将后台运行起来?这要得益于gf强大的pack功能! + # 当然这只是为了降低运行门槛,如果想对前端进行开发请继续往下看 + ``` web端: ```shell script -cd hotgo-web -npm install #安装依赖 -npm run dev #启动web项目 + cd web + # 首先确定你以安装node16.0以上版本并安装了包[npm、yarn],否则可能会出现一些未知报错 + + # 安装依赖 + yarn install + + # 启动web项目 + npm run dev + + # 如果顺利,至此到浏览器打开:http://你的IP:8001/admin ``` -uinapp端: -- 1、下载并安装:集成开发环境 HBuilderX (推荐,也可以使用 VSCode 或 WebStorm) -- 2、菜单:文件 -> 导入 -> 从本地目录导入,选择 “jeesite4-uniapp” 文件夹。 -- 3、菜单:运行 -> 运行到内置浏览器(或运行到浏览器 -> Chrome 浏览器)。 -- 4、等待 HBuliderX 控制台编译完成后,会自动弹出手机登录页面。 -## 特别感谢(以下排名不分先后) +## 文档地址 +> 文档正在书写中,请耐心等一等。 -* goframe2.0 https://goframe.org -* JeeSite Mobile Uni-App https://gitee.com/thinkgem/jeesite4-uniapp -* aidex-sharp https://gitee.com/big-hedgehog/aidex-sharp -## 开源声明 -* 目前项目还在持续更新中,仅供参考学习,如遇到问题请联系作者下方微信! +## 演示图 + + + + + + + + + + + + + + + + + + + + + + +
+ +## 感谢(排名不分先后) +> gf框架 [https://github.com/gogf/gf](https://github.com/gogf/gf) +> +> naive-ui [https://www.naiveui.com](https://www.naiveui.com) +> +> naive-ui-admin [https://github.com/jekip/naive-ui-admin](https://github.com/jekip/naive-ui-admin) +> +> websocket [https://github.com/gorilla/websocket](github.com/gorilla/websocket) +> +> casbin [https://github.com/casbin/casbin](https://github.com/casbin/casbin) + + +## 交流QQ群 +交流群①:190966648 HotGo框架交流1群 +> + + +> 感谢你使用HotGo,公司团队精力时间有限,因此我们不再提供免费的技术服务! +> +> 同时您也可以联系我们,雇佣我们团队为您干活,谢谢合作! + + +## 商用说明 + +> HotGo 是开源免费的,遵循 MIT 开源协议,意味着您无需支付任何费用,也无需授权,即可将它应用到您的产品中。 + +* 使用本项目必须保留所有版权信息。 + +* 本项目包含的第三方源码和二进制文件之版权信息另行标注。 + +* 版权所有Copyright © 2022-2024 by Ms (https://github.com/bufanyun/hotgo) + +* All rights reserved。 + + +## 免责声明: +* HotGo为开源学习项目,一切商业行为与HotGo无关。 + +* 用户不得利用HotGo从事非法行为,用户应当合法合规的使用,发现用户在使用产品时有任何的非法行为,HotGo有权配合有关机关进行调查或向政府部门举报,HotGo不承担用户因非法行为造成的任何法律责任,一切法律责任由用户自行承担,如因用户使用造成第三方损害的,用户应当依法予以赔偿。 + +* 所有与使用HotGo相关的资源直接风险均由用户承担。 + + +#### 如果对您有帮助,您可以点右上角 💘Star💘支持 + + + +## [感谢JetBrains提供的免费GoLand](https://jb.gg/OpenSource) +[![avatar](https://camo.githubusercontent.com/323657c6e81419b8e151e9da4c71f409e3fcc65d630535170c59fe4807dbc905/68747470733a2f2f676f6672616d652e6f72672f646f776e6c6f61642f7468756d626e61696c732f313131343131392f6a6574627261696e732e706e67)](https://jb.gg/OpenSource) + + + + + -![image](https://user-images.githubusercontent.com/26652343/155691271-1ded98d8-f0f1-4467-9079-26cec1195af5.png) \ No newline at end of file diff --git a/hotgo-server/.gitignore b/hotgo-server/.gitignore deleted file mode 100644 index 2d67c83..0000000 --- a/hotgo-server/.gitignore +++ /dev/null @@ -1,21 +0,0 @@ -.DS_Store -.buildpath -.hgignore.swp -.project -.orig -.swp -.idea/ -.settings/ -config/config.yaml -runtime/log/logger/*.log -runtime/log/logger/exception/*.log -runtime/log/logger/queue/*.log -runtime/log/server/*.log -runtime/log/server/access/*.log -runtime/log/server/error/*.log -bin/ -*/.DS_Store -.vscode -main.exe -main.exe~ -hotgo.exe \ No newline at end of file diff --git a/hotgo-server/LICENSE b/hotgo-server/LICENSE deleted file mode 100644 index d410ffc..0000000 --- a/hotgo-server/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2018 john@goframe.org https://goframe.org - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file diff --git a/hotgo-server/README.MD b/hotgo-server/README.MD deleted file mode 100644 index f24827f..0000000 --- a/hotgo-server/README.MD +++ /dev/null @@ -1 +0,0 @@ -# hotgo 服务端代码 \ No newline at end of file diff --git a/hotgo-server/app/com/context_com.go b/hotgo-server/app/com/context_com.go deleted file mode 100644 index 8f9cb4f..0000000 --- a/hotgo-server/app/com/context_com.go +++ /dev/null @@ -1,108 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package com - -import ( - "context" - "github.com/bufanyun/hotgo/app/consts" - "github.com/bufanyun/hotgo/app/model" - "github.com/gogf/gf/v2/net/ghttp" -) - -// 上下文 -var Context = new(comContext) - -type comContext struct{} - -// -//  @Title  初始化上下文对象指针到上下文对象中,以便后续的请求流程中可以修改 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   r -//  @Param   customCtx -// -func (component *comContext) Init(r *ghttp.Request, customCtx *model.Context) { - r.SetCtxVar(consts.ContextKey, customCtx) -} - -// -//  @Title  获得上下文变量,如果没有设置,那么返回nil -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Return  *model.Context -// -func (component *comContext) Get(ctx context.Context) *model.Context { - value := ctx.Value(consts.ContextKey) - if value == nil { - return nil - } - if localCtx, ok := value.(*model.Context); ok { - return localCtx - } - return nil -} - -// -//  @Title  将上下文信息设置到上下文请求中,注意是完整覆盖 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   user -// -func (component *comContext) SetUser(ctx context.Context, user *model.Identity) { - component.Get(ctx).User = user -} - -// -//  @Title  设置组件响应 用于全局日志使用 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   response -// -func (component *comContext) SetResponse(ctx context.Context, response *model.Response) { - component.Get(ctx).ComResponse = response -} - -// -//  @Title  设置应用模块 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   module -// -func (component *comContext) SetModule(ctx context.Context, module string) { - component.Get(ctx).Module = module -} - -// -//  @Title  设置请求耗时 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   module -// -func (component *comContext) SetTakeUpTime(ctx context.Context, takeUpTime int64) { - component.Get(ctx).TakeUpTime = takeUpTime -} - -// -//  @Title  获取用户ID -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Return  int -// -func (component *comContext) GetUserId(ctx context.Context) int64 { - user := component.Get(ctx).User - if user == nil { - return 0 - } - - return user.Id -} diff --git a/hotgo-server/app/com/ip_com.go b/hotgo-server/app/com/ip_com.go deleted file mode 100644 index 174e8c2..0000000 --- a/hotgo-server/app/com/ip_com.go +++ /dev/null @@ -1,256 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package com - -import ( - "context" - "time" - - "github.com/axgle/mahonia" - "github.com/bufanyun/hotgo/app/model/entity" - "github.com/bufanyun/hotgo/app/utils" - "github.com/gogf/gf/v2/errors/gerror" - "github.com/gogf/gf/v2/frame/g" - "github.com/gogf/gf/v2/text/gstr" - "github.com/gogf/gf/v2/util/gconv" - "github.com/kayon/iploc" -) - -// IP归属地 -var Ip = new(ip) - -type ip struct{} - -type IpLocationData struct { - Ip string `json:"ip"` - Country string `json:"country"` - Region string `json:"region"` - Province string `json:"province"` - ProvinceCode int `json:"province_code"` - City string `json:"city"` - CityCode int `json:"city_code"` - Area string `json:"area"` - AreaCode int `json:"area_code"` -} - -// -//  @Title  通过Whois接口查询IP归属地 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   ip -//  @Return  IpLocationData -// -func (component *ip) WhoisLocation(ctx context.Context, ip string) IpLocationData { - - type whoisRegionData struct { - Ip string `json:"ip"` - Pro string `json:"pro" ` - ProCode string `json:"proCode" ` - City string `json:"city" ` - CityCode string `json:"cityCode"` - Region string `json:"region"` - RegionCode string `json:"regionCode"` - Addr string `json:"addr"` - Err string `json:"err"` - } - - if !utils.Validate.IsIp(ip) { - return IpLocationData{} - } - - response, err := g.Client().Timeout(10*time.Second).Get(ctx, "http://whois.pconline.com.cn/ipJson.jsp?ip="+ip+"&json=true") - if err != nil { - err = gerror.New(err.Error()) - return IpLocationData{ - Ip: ip, - } - } - - defer response.Close() - - var enc mahonia.Decoder - enc = mahonia.NewDecoder("gbk") - - data := enc.ConvertString(response.ReadAllString()) - - g.Log().Print(ctx, "data:", data) - whoisData := whoisRegionData{} - if err := gconv.Struct(data, &whoisData); err != nil { - err = gerror.New(err.Error()) - - g.Log().Print(ctx, "err:", err) - return IpLocationData{ - Ip: ip, - } - } - - g.Log().Print(ctx, "whoisData:", whoisData) - - return IpLocationData{ - Ip: whoisData.Ip, - //Country string `json:"country"` - Region: whoisData.Addr, - Province: whoisData.Pro, - ProvinceCode: gconv.Int(whoisData.ProCode), - City: whoisData.City, - CityCode: gconv.Int(whoisData.CityCode), - Area: whoisData.Region, - AreaCode: gconv.Int(whoisData.RegionCode), - } -} - -// -//  @Title  通过Cz88的IP库查询IP归属地 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   ip -//  @Return  IpLocationData -// -func (component *ip) Cz88Find(ctx context.Context, ip string) IpLocationData { - if !utils.Validate.IsIp(ip) { - g.Log().Print(ctx, "ip格式错误:", ip) - return IpLocationData{} - } - - loc, err := iploc.OpenWithoutIndexes("./storage/ip/qqwry-utf8.dat") - if err != nil { - err = gerror.New(err.Error()) - return IpLocationData{ - Ip: ip, - } - } - - detail := loc.Find(ip) - if detail == nil { - return IpLocationData{ - Ip: ip, - } - } - - locationData := IpLocationData{ - Ip: ip, - Country: detail.Country, - Region: detail.Region, - Province: detail.Province, - City: detail.City, - Area: detail.County, - } - - if gstr.LenRune(locationData.Province) == 0 { - return locationData - } - - var ( - provinceModel *entity.SysProvinces - cityModel *entity.SysProvinces - areaModel *entity.SysProvinces - ) - - err = g.DB().Model("hg_sys_provinces"). - Where("level", 1). - WhereLike("title", "%"+locationData.Province+"%"). - Scan(&provinceModel) - - if err != nil { - err = gerror.New(err.Error()) - return locationData - } - - if provinceModel != nil { - locationData.ProvinceCode = provinceModel.Id - locationData.Province = provinceModel.Title - } - - if gstr.LenRune(locationData.City) == 0 { - return locationData - - // 是否为直辖市 - } else if component.IsJurisdictionByIpTitle(locationData.City) { - locationData.CityCode = provinceModel.Id + 100 - locationData.City = "直辖市" - } else { - - //替换掉 - locationData.City = gstr.Replace(locationData.City, "地区", "") - - err = g.DB().Model("hg_sys_provinces"). - Where("level", 2). - Where("pid", locationData.ProvinceCode). - WhereLike("title", "%"+locationData.City+"%"). - Scan(&cityModel) - - if err != nil { - err = gerror.New(err.Error()) - return locationData - } - - if cityModel != nil { - locationData.CityCode = cityModel.Id - locationData.City = cityModel.Title - } - } - - if gstr.LenRune(locationData.Area) == 0 { - return locationData - } - - err = g.DB().Model("hg_sys_provinces"). - Where("level", 3). - Where("pid", locationData.CityCode). - WhereLike("title", "%"+locationData.Area+"%"). - Scan(&areaModel) - - if err != nil { - err = gerror.New(err.Error()) - return locationData - } - - if areaModel != nil { - locationData.AreaCode = areaModel.Id - locationData.Area = areaModel.Title - } - - return locationData -} - -// -//  @Title  判断地区名称是否为直辖市 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   title -//  @Return  bool -// -func (component *ip) IsJurisdictionByIpTitle(title string) bool { - - lists := []string{"北京市", "天津市", "重庆市", "上海市"} - - for i := 0; i < len(lists); i++ { - if gstr.Contains(lists[i], title) { - return true - } - } - return false -} - -// -//  @Title  获取IP归属地信息 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   ip -//  @Return  IpLocationData -// -func (component *ip) GetLocation(ctx context.Context, ip string) IpLocationData { - method, _ := g.Cfg().Get(ctx, "hotgo.ipMethod", "cz88") - - if method.String() == "whois" { - return component.WhoisLocation(ctx, ip) - } - return component.Cz88Find(ctx, ip) -} diff --git a/hotgo-server/app/com/jwt_com.go b/hotgo-server/app/com/jwt_com.go deleted file mode 100644 index 4495023..0000000 --- a/hotgo-server/app/com/jwt_com.go +++ /dev/null @@ -1,162 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package com - -import ( - "context" - "fmt" - "github.com/bufanyun/hotgo/app/consts" - "github.com/bufanyun/hotgo/app/model" - "github.com/dgrijalva/jwt-go" - "github.com/gogf/gf/v2/crypto/gmd5" - "github.com/gogf/gf/v2/errors/gerror" - "github.com/gogf/gf/v2/frame/g" - "github.com/gogf/gf/v2/net/ghttp" - "github.com/gogf/gf/v2/text/gstr" - "github.com/gogf/gf/v2/util/gconv" - "time" -) - -// jwt鉴权 -type JWT struct{} - -var Jwt = new(JWT) - -// -//  @Title  为指定用户生成token -//  @Description  主要用于登录成功的jwt鉴权绑定 -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   user 用户信息 -//  @Param   isRefresh 是否是刷新token -//  @Return  interface{} -//  @Return  error -// -func (component *JWT) GenerateLoginToken(ctx context.Context, user *model.Identity, isRefresh bool) (interface{}, error) { - - jwtVersion, _ := g.Cfg().Get(ctx, "jwt.version", "1.0") - jwtSign, _ := g.Cfg().Get(ctx, "jwt.sign", "hotGo") - - token := jwt.NewWithClaims(jwt.SigningMethodHS256, jwt.MapClaims{ - "id": user.Id, - "username": user.Username, - "realname": user.Realname, - "avatar": user.Avatar, - "email": user.Email, - "mobile": user.Mobile, - "last_time": user.LastTime, - "last_ip": user.LastIp, - "exp": user.Exp, - "expires": user.Expires, - "app": user.App, - "role": user.Role, - "visit_count": user.VisitCount, - "is_refresh": isRefresh, - "jwt_version": jwtVersion.String(), - }) - - tokenString, err := token.SignedString(jwtSign.Bytes()) - if err != nil { - err := gerror.New(err.Error()) - return nil, err - } - - tokenStringMd5 := gmd5.MustEncryptString(tokenString) - - // TODO 绑定登录token - cache := Cache.New() - key := consts.RedisJwtToken + tokenStringMd5 - - // TODO 将有效期转为持续时间,单位:秒 - expires, _ := time.ParseDuration(fmt.Sprintf("+%vs", user.Expires)) - - err = cache.Set(ctx, key, tokenString, expires) - if err != nil { - err := gerror.New(err.Error()) - return nil, err - } - _ = cache.Set(ctx, consts.RedisJwtUserBind+user.App+":"+gconv.String(user.Id), key, expires) - - return tokenString, err -} - -// -//  @Title  解析token -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   tokenString -//  @Param   secret -//  @Return  jwt.MapClaims -//  @Return  error -// -func (component *JWT) ParseToken(tokenString string, secret []byte) (jwt.MapClaims, error) { - if tokenString == "" { - err := gerror.New("token 为空") - return nil, err - } - token, err := jwt.Parse(tokenString, func(token *jwt.Token) (interface{}, error) { - - if _, ok := token.Method.(*jwt.SigningMethodHMAC); !ok { - return nil, fmt.Errorf("Unexpected signing method: %v", token.Header["alg"]) - } - return secret, nil - }) - - if token == nil { - err := gerror.New("token不存在") - return nil, err - } - - if claims, ok := token.Claims.(jwt.MapClaims); ok && token.Valid { - return claims, nil - } else { - return nil, err - } -} - -/** -token有效正确返回用户id -*/ -//func(component *JWT) VerifyLoginToken(tokenString string) (uint, err error) { -// //if tokenString == "" { -// // err = gerror.New("token不能为空") -// // return 0, err -// //} -// -//} - -// -//  @Title  获取 authorization -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   r -//  @Return  string -// -func (component *JWT) GetAuthorization(r *ghttp.Request) string { - - // TODO 默认从请求头获取 - var authorization = r.Header.Get("Authorization") - - // TODO 如果请求头不存在则从get参数获取 - if authorization == "" { - return r.Get("authorization").String() - } - - return gstr.Replace(authorization, "Bearer ", "") -} - -/** -清掉所以的相关的redis -*/ -func (component *JWT) Layout(adminUserId int, tokenString string) { - if tokenString == "" { - return - } - //g.Redis().Do("HDEL", "VerifyLoginToken", gmd5.MustEncryptString(tokenString)) - //// 删除 - //g.Redis().Do("HDEL", "VerifyLoginTokenAdminUserId", adminUserId) -} diff --git a/hotgo-server/app/com/redis_com.go b/hotgo-server/app/com/redis_com.go deleted file mode 100644 index 26dab5a..0000000 --- a/hotgo-server/app/com/redis_com.go +++ /dev/null @@ -1,83 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package com - -import ( - "context" - "github.com/gogf/gf/v2/container/gvar" - "github.com/gogf/gf/v2/database/gredis" - "github.com/gogf/gf/v2/errors/gerror" - "github.com/gogf/gf/v2/frame/g" - "github.com/gogf/gf/v2/util/gconv" -) - -var Redis = new(redis) - -type redis struct{} - -// -//  @Title  实例化redis -//  @Description  -//  @Author  Ms <133814250@qq.com> -//  @Param   name -//  @Return  *gredis.Redis -// -func (component *redis) Instance(name ...string) *gredis.Redis { - return g.Redis(name...) -} - -// -//  @Title  获取 -//  @Description  -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   key -//  @Return  *gvar.Var -//  @Return  error -// -func (component *redis) Get(ctx context.Context, key string) (*gvar.Var, error) { - data, err := Redis.Instance().Do(ctx, "GET", key) - if err != nil { - err := gerror.New(err.Error()) - return nil, err - } - - return data, nil -} - -// -//  @Title  设置 -//  @Description  -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   key -//  @Param   value -//  @Param   expire -//  @Return  *gvar.Var -//  @Return  error -// -func (component *redis) Set(ctx context.Context, key string, value string, expire interface{}) (*gvar.Var, error) { - - redisInstance := Redis.Instance() - response, err := redisInstance.Do(ctx, "SET", key, value) - if err != nil { - err := gerror.New(err.Error()) - return nil, err - } - - exp := gconv.Int(expire) - // TODO 设置有效期 - if exp > 0 { - _, err = redisInstance.Do(ctx, "EXPIRE", key, exp) - if err != nil { - err := gerror.New(err.Error()) - return nil, err - } - } - - return response, nil -} diff --git a/hotgo-server/app/com/response_com.go b/hotgo-server/app/com/response_com.go deleted file mode 100644 index 782a690..0000000 --- a/hotgo-server/app/com/response_com.go +++ /dev/null @@ -1,122 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package com - -import ( - "github.com/bufanyun/hotgo/app/consts" - "github.com/bufanyun/hotgo/app/model" - "github.com/gogf/gf/v2/frame/g" - "github.com/gogf/gf/v2/net/ghttp" - "time" -) - -// 统一响应 -var Response = new(response) - -type response struct{} - -// -//  @Title  返回JSON数据并退出当前HTTP执行函数 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   r -//  @Param   code -//  @Param   message -//  @Param   data -// -func (component *response) JsonExit(r *ghttp.Request, code int, message string, data ...interface{}) { - component.RJson(r, code, message, data...) - r.Exit() -} - -// -//  @Title  标准返回结果数据结构封装 -//  @Description  返回固定数据结构的JSON -//  @Author  Ms <133814250@qq.com> -//  @Param   r -//  @Param   code 状态码(200:成功,302跳转,和http请求状态码一至) -//  @Param   message 请求结果信息 -//  @Param   data 请求结果,根据不同接口返回结果的数据结构不同 -// -func (component *response) RJson(r *ghttp.Request, code int, message string, data ...interface{}) { - responseData := interface{}(nil) - if len(data) > 0 { - responseData = data[0] - } - Res := &model.Response{ - Code: code, - Message: message, - Timestamp: time.Now().Unix(), - ReqId: Context.Get(r.Context()).ReqId, - } - - // TODO 如果不是正常的返回,则将data转为error - if consts.CodeOK == code { - Res.Data = responseData - } else { - Res.Error = responseData - } - - // TODO 清空响应 - r.Response.ClearBuffer() - - // TODO 写入响应 - if err := r.Response.WriteJson(Res); err != nil { - g.Log().Error(r.Context(), "响应异常:", err) - } - - // TODO 加入到上下文 - Context.SetResponse(r.Context(), Res) -} - -// -//  @Title  返回成功JSON -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   isExit -//  @Param   r -//  @Param   message -//  @Param   data -// -func (component *response) SusJson(isExit bool, r *ghttp.Request, message string, data ...interface{}) { - if isExit { - component.JsonExit(r, consts.CodeOK, message, data...) - } - component.RJson(r, consts.CodeOK, message, data...) -} - -// -//  @Title  返回失败JSON -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   isExit -//  @Param   r -//  @Param   message -//  @Param   data -// -func (component *response) FailJson(isExit bool, r *ghttp.Request, message string, data ...interface{}) { - if isExit { - component.JsonExit(r, consts.CodeNil, message, data...) - } - component.RJson(r, consts.CodeNil, message, data...) -} - -// -//  @Title  重定向 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   r -//  @Param   location -//  @Param   code -// -func (component *response) Redirect(r *ghttp.Request, location string, code ...int) { - r.Response.RedirectTo(location, code...) -} - -func (component *response) Download(r *ghttp.Request, location string, code ...int) { - r.Response.ServeFileDownload("test.txt") -} diff --git a/hotgo-server/app/consts/debris_consts.go b/hotgo-server/app/consts/debris_consts.go deleted file mode 100644 index 44e5dc4..0000000 --- a/hotgo-server/app/consts/debris_consts.go +++ /dev/null @@ -1,8 +0,0 @@ -package consts - -// 碎片 -const ( - - // 默认分页 - DebrisPageSize = 10 -) diff --git a/hotgo-server/app/controller/adminController/config_controller.go b/hotgo-server/app/controller/adminController/config_controller.go deleted file mode 100644 index 4788395..0000000 --- a/hotgo-server/app/controller/adminController/config_controller.go +++ /dev/null @@ -1,173 +0,0 @@ -package adminController - -import ( - "context" - "github.com/bufanyun/hotgo/app/form/adminForm" - "github.com/bufanyun/hotgo/app/form/input" - "github.com/bufanyun/hotgo/app/service/sysService" - "github.com/gogf/gf/v2/util/gconv" -) - -// 配置 -var Config = config{} - -type config struct{} - -// -//  @Title  名称是否唯一 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *config) GetValue(ctx context.Context, req *adminForm.ConfigGetValueReq) (*adminForm.ConfigGetValueRes, error) { - - data, err := sysService.Config.GetValue(ctx, input.SysConfigGetValueInp{Key: req.Key}) - if err != nil { - return nil, err - } - - var res adminForm.ConfigGetValueRes - res.Value = data.Value - return &res, nil -} - -// -//  @Title  名称是否唯一 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *config) NameUnique(ctx context.Context, req *adminForm.ConfigNameUniqueReq) (*adminForm.ConfigNameUniqueRes, error) { - - data, err := sysService.Config.NameUnique(ctx, input.SysConfigNameUniqueInp{Id: req.Id, Name: req.Name}) - if err != nil { - return nil, err - } - - var res adminForm.ConfigNameUniqueRes - res.IsUnique = data.IsUnique - return &res, nil -} - -// -//  @Title  删除 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *config) Delete(ctx context.Context, req *adminForm.ConfigDeleteReq) (res *adminForm.ConfigDeleteRes, err error) { - var in input.SysConfigDeleteInp - if err = gconv.Scan(req, &in); err != nil { - return nil, err - } - if err = sysService.Config.Delete(ctx, in); err != nil { - return nil, err - } - return res, nil -} - -// -//  @Title  修改/新增 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *config) Edit(ctx context.Context, req *adminForm.ConfigEditReq) (res *adminForm.ConfigEditRes, err error) { - - var in input.SysConfigEditInp - if err = gconv.Scan(req, &in); err != nil { - return nil, err - } - if err = sysService.Config.Edit(ctx, in); err != nil { - return nil, err - } - - return res, nil -} - -// -//  @Title  最大排序 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *config) MaxSort(ctx context.Context, req *adminForm.ConfigMaxSortReq) (*adminForm.ConfigMaxSortRes, error) { - - data, err := sysService.Config.MaxSort(ctx, input.SysConfigMaxSortInp{Id: req.Id}) - if err != nil { - return nil, err - } - - var res adminForm.ConfigMaxSortRes - res.Sort = data.Sort - return &res, nil -} - -// -//  @Title  获取指定信息 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *config) View(ctx context.Context, req *adminForm.ConfigViewReq) (*adminForm.ConfigViewRes, error) { - - data, err := sysService.Config.View(ctx, input.SysConfigViewInp{Id: req.Id}) - if err != nil { - return nil, err - } - - var res adminForm.ConfigViewRes - res.SysConfigViewModel = data - return &res, nil -} - -// -//  @Title  查看列表 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *config) List(ctx context.Context, req *adminForm.ConfigListReq) (*adminForm.ConfigListRes, error) { - - var ( - in input.SysConfigListInp - res adminForm.ConfigListRes - ) - - if err := gconv.Scan(req, &in); err != nil { - return nil, err - } - - list, totalCount, err := sysService.Config.List(ctx, in) - if err != nil { - return nil, err - } - - res.List = list - res.TotalCount = totalCount - res.Limit = req.Page - res.Limit = req.Limit - - return &res, nil -} diff --git a/hotgo-server/app/controller/adminController/dept_controller.go b/hotgo-server/app/controller/adminController/dept_controller.go deleted file mode 100644 index 47dc548..0000000 --- a/hotgo-server/app/controller/adminController/dept_controller.go +++ /dev/null @@ -1,177 +0,0 @@ -package adminController - -import ( - "context" - "github.com/bufanyun/hotgo/app/form/adminForm" - "github.com/bufanyun/hotgo/app/form/input" - "github.com/bufanyun/hotgo/app/service/adminService" - "github.com/gogf/gf/v2/util/gconv" -) - -// 部门 -var Dept = dept{} - -type dept struct{} - -// -//  @Title  名称是否唯一 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *dept) NameUnique(ctx context.Context, req *adminForm.DeptNameUniqueReq) (*adminForm.DeptNameUniqueRes, error) { - - data, err := adminService.Dept.NameUnique(ctx, input.AdminDeptNameUniqueInp{Id: req.Id, Name: req.Name}) - if err != nil { - return nil, err - } - - var res adminForm.DeptNameUniqueRes - res.IsUnique = data.IsUnique - return &res, nil -} - -// -//  @Title  删除 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *dept) Delete(ctx context.Context, req *adminForm.DeptDeleteReq) (res *adminForm.DeptDeleteRes, err error) { - var in input.AdminDeptDeleteInp - if err = gconv.Scan(req, &in); err != nil { - return nil, err - } - if err = adminService.Dept.Delete(ctx, in); err != nil { - return nil, err - } - return res, nil -} - -// -//  @Title  修改/新增 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *dept) Edit(ctx context.Context, req *adminForm.DeptEditReq) (res *adminForm.DeptEditRes, err error) { - - var in input.AdminDeptEditInp - if err = gconv.Scan(req, &in); err != nil { - return nil, err - } - if err = adminService.Dept.Edit(ctx, in); err != nil { - return nil, err - } - - return res, nil -} - -// -//  @Title  最大排序 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *dept) MaxSort(ctx context.Context, req *adminForm.DeptMaxSortReq) (*adminForm.DeptMaxSortRes, error) { - - data, err := adminService.Dept.MaxSort(ctx, input.AdminDeptMaxSortInp{Id: req.Id}) - if err != nil { - return nil, err - } - - var res adminForm.DeptMaxSortRes - res.Sort = data.Sort - return &res, nil -} - -// -//  @Title  获取指定信息 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *dept) View(ctx context.Context, req *adminForm.DeptViewReq) (*adminForm.DeptViewRes, error) { - - data, err := adminService.Dept.View(ctx, input.AdminDeptViewInp{Id: req.Id}) - if err != nil { - return nil, err - } - - var res adminForm.DeptViewRes - res.AdminDeptViewModel = data - return &res, nil -} - -// -//  @Title  查看列表 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *dept) List(ctx context.Context, req *adminForm.DeptListReq) (*adminForm.DeptListRes, error) { - - var ( - in input.AdminDeptListInp - res adminForm.DeptListRes - ) - - if err := gconv.Scan(req, &in); err != nil { - return nil, err - } - data, err := adminService.Dept.List(ctx, in) - if err != nil { - return nil, err - } - - _ = gconv.Structs(data, &res) - - return &res, nil -} - -// -//  @Title  查看列表树 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *dept) ListTree(ctx context.Context, req *adminForm.DeptListTreeReq) (*adminForm.DeptListTreeRes, error) { - - var ( - in input.AdminDeptListTreeInp - res adminForm.DeptListTreeRes - ) - - if err := gconv.Scan(req, &in); err != nil { - return nil, err - } - data, err := adminService.Dept.ListTree(ctx, in) - if err != nil { - return nil, err - } - - _ = gconv.Structs(data, &res) - - return &res, nil -} diff --git a/hotgo-server/app/controller/adminController/dict_controller.go b/hotgo-server/app/controller/adminController/dict_controller.go deleted file mode 100644 index 6b286fa..0000000 --- a/hotgo-server/app/controller/adminController/dict_controller.go +++ /dev/null @@ -1,253 +0,0 @@ -package adminController - -import ( - "context" - "github.com/bufanyun/hotgo/app/form/adminForm" - "github.com/bufanyun/hotgo/app/service/sysService" -) - -// 字典 -var Dict = dict{} - -type dict struct{} - -// -//  @Title  数据键值是否唯一 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *dict) DataUnique(ctx context.Context, req *adminForm.DictDataUniqueReq) (res *adminForm.DictDataUniqueRes, err error) { - - res, err = sysService.Dict.DataUnique(ctx, req) - if err != nil { - return nil, err - } - return res, nil -} - -// -//  @Title  查询字典数据最大排序 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *dict) DataMaxSort(ctx context.Context, req *adminForm.DictDataMaxSortReq) (res *adminForm.DictDataMaxSortRes, err error) { - - res, err = sysService.Dict.DataMaxSort(ctx, req) - if err != nil { - return nil, err - } - return res, nil -} - -// -//  @Title  删除字典数据 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *dict) DataDelete(ctx context.Context, req *adminForm.DictDataDeleteReq) (res *adminForm.DictDataDeleteRes, err error) { - - if err = sysService.Dict.DataDelete(ctx, req); err != nil { - return nil, err - } - return res, nil -} - -// -//  @Title  修改/新增字典数据 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *dict) DataEdit(ctx context.Context, req *adminForm.DictDataEditReq) (res *adminForm.DictDataEditRes, err error) { - - if err = sysService.Dict.DataEdit(ctx, req); err != nil { - return nil, err - } - return res, nil -} - -// -//  @Title  获取指定字典类型信息 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *dict) DataView(ctx context.Context, req *adminForm.DictDataViewReq) (res *adminForm.DictDataViewRes, err error) { - - res, err = sysService.Dict.DataView(ctx, req) - if err != nil { - return nil, err - } - return res, nil -} - -// -//  @Title  获取字典数据列表 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *dict) DataList(ctx context.Context, req *adminForm.DictDataListReq) (res *adminForm.DictDataListRes, err error) { - - res, err = sysService.Dict.DataList(ctx, req) - if err != nil { - return nil, err - } - return res, nil -} - -// -//  @Title  获取指定字典类型的属性数据 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *dict) Attribute(ctx context.Context, req *adminForm.DictAttributeReq) (res *adminForm.DictAttributeRes, err error) { - - res, err = sysService.Dict.Attribute(ctx, req) - if err != nil { - return nil, err - } - return res, nil -} - -// -//  @Title  导出字典类型 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *dict) TypeExport(ctx context.Context, req *adminForm.DictTypeExportReq) (res *adminForm.DictTypeExportRes, err error) { - if err = sysService.Dict.TypeExport(ctx, req); err != nil { - return nil, err - } - return -} - -// -//  @Title  刷新字典缓存 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *dict) TypeRefreshCache(ctx context.Context, req *adminForm.DictTypeRefreshCacheReq) (res *adminForm.DictTypeRefreshCacheRes, err error) { - return nil, nil -} - -// -//  @Title  删除字典类型 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *dict) TypeDelete(ctx context.Context, req *adminForm.DictTypeDeleteReq) (res *adminForm.DictTypeDeleteRes, err error) { - - if err = sysService.Dict.TypeDelete(ctx, req); err != nil { - return nil, err - } - return res, nil -} - -// -//  @Title  修改/新增字典类型 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *dict) TypeEdit(ctx context.Context, req *adminForm.DictTypeEditReq) (res *adminForm.DictTypeEditRes, err error) { - - if err = sysService.Dict.TypeEdit(ctx, req); err != nil { - return nil, err - } - return res, nil -} - -// -//  @Title  类型是否唯一 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *dict) TypeUnique(ctx context.Context, req *adminForm.DictTypeUniqueReq) (res *adminForm.DictTypeUniqueRes, err error) { - - res, err = sysService.Dict.TypeUnique(ctx, req) - if err != nil { - return nil, err - } - return res, nil -} - -// -//  @Title  获取指定字典类型信息 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *dict) TypeView(ctx context.Context, req *adminForm.DictTypeViewReq) (res *adminForm.DictTypeViewRes, err error) { - - res, err = sysService.Dict.TypeView(ctx, req) - if err != nil { - return nil, err - } - return res, nil -} - -// -//  @Title  获取字典类型列表 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *dict) TypeList(ctx context.Context, req *adminForm.DictTypeListReq) (res *adminForm.DictTypeListRes, err error) { - - res, err = sysService.Dict.TypeList(ctx, req) - if err != nil { - return nil, err - } - return res, nil -} diff --git a/hotgo-server/app/controller/adminController/log_controller.go b/hotgo-server/app/controller/adminController/log_controller.go deleted file mode 100644 index b400f1e..0000000 --- a/hotgo-server/app/controller/adminController/log_controller.go +++ /dev/null @@ -1,96 +0,0 @@ -package adminController - -import ( - "context" - "github.com/bufanyun/hotgo/app/form/adminForm" - "github.com/bufanyun/hotgo/app/form/input" - "github.com/bufanyun/hotgo/app/service/sysService" - "github.com/gogf/gf/v2/errors/gerror" -) - -// 日志 -var Log = log{} - -type log struct{} - -// -//  @Title  清空日志 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *log) Clear(ctx context.Context, req *adminForm.LogClearReq) (res *adminForm.LogClearRes, err error) { - err = gerror.New("考虑安全,请到数据库清空") - return -} - -// -//  @Title  导出 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *log) Export(ctx context.Context, req *adminForm.LogExportReq) (res *adminForm.LogExportRes, err error) { - - err = sysService.Log.Export(ctx, input.LogListInp{ - Page: req.Page, - Limit: req.Limit, - Module: req.Module, - Method: req.Method, - Url: req.Url, - Ip: req.Ip, - ErrorCode: req.ErrorCode, - StartTime: req.StartTime, - EndTime: req.EndTime, - MemberId: req.MemberId, - TakeUpTime: req.TakeUpTime, - }) - if err != nil { - return nil, err - } - - return -} - -// -//  @Title  获取全局日志列表 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *log) List(ctx context.Context, req *adminForm.LogListReq) (*adminForm.LogListRes, error) { - - list, totalCount, err := sysService.Log.List(ctx, input.LogListInp{ - Page: req.Page, - Limit: req.Limit, - Module: req.Module, - Method: req.Method, - Url: req.Url, - Ip: req.Ip, - ErrorCode: req.ErrorCode, - StartTime: req.StartTime, - EndTime: req.EndTime, - MemberId: req.MemberId, - TakeUpTime: req.TakeUpTime, - }) - if err != nil { - return nil, err - } - - var res adminForm.LogListRes - res.List = list - res.TotalCount = totalCount - res.Limit = req.Page - res.Limit = req.Limit - - return &res, nil -} diff --git a/hotgo-server/app/controller/adminController/login_controller.go b/hotgo-server/app/controller/adminController/login_controller.go deleted file mode 100644 index b41a507..0000000 --- a/hotgo-server/app/controller/adminController/login_controller.go +++ /dev/null @@ -1,104 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package adminController - -import ( - "context" - "github.com/bufanyun/hotgo/app/com" - "github.com/bufanyun/hotgo/app/consts" - "github.com/bufanyun/hotgo/app/form/adminForm" - "github.com/bufanyun/hotgo/app/form/input" - "github.com/bufanyun/hotgo/app/service/adminService" - "github.com/gogf/gf/v2/crypto/gmd5" - "github.com/gogf/gf/v2/errors/gerror" - "github.com/gogf/gf/v2/util/gconv" -) - -var Login = login{} - -type login struct{} - -// -//  @Title  登录验证码 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *login) Captcha(ctx context.Context, req *adminForm.LoginCaptchaReq) (res *adminForm.LoginCaptchaRes, err error) { - - // TODO  获取生成的验证码图片 - Cid, Base64 := com.Captcha.GetVerifyImgString(ctx) - res = &adminForm.LoginCaptchaRes{Cid: Cid, Base64: Base64} - - return -} - -// -//  @Title  提交登录 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *login) Sign(ctx context.Context, req *adminForm.LoginReq) (res *adminForm.LoginRes, err error) { - - //// 校验 验证码 - //if !com.Captcha.VerifyString(req.Cid, req.Code) { - // err = gerror.New("验证码错误") - // return - //} - - var in input.AdminMemberLoginSignInp - if err = gconv.Scan(req, &in); err != nil { - return nil, err - } - - model, err := adminService.Member.Login(ctx, in) - if err != nil { - return nil, err - } - - if err = gconv.Scan(model, &res); err != nil { - return nil, err - } - return -} - -// -//  @Title  注销登录 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *login) Logout(ctx context.Context, req *adminForm.LoginLogoutReq) (res *adminForm.LoginLogoutRes, err error) { - - var authorization = com.Jwt.GetAuthorization(com.Context.Get(ctx).Request) - - // TODO 获取jwtToken - jwtToken := consts.RedisJwtToken + gmd5.MustEncryptString(authorization) - if len(jwtToken) == 0 { - err = gerror.New("当前用户未登录!") - return res, err - } - - // TODO  删除登录token - cache := com.Cache.New() - _, err = cache.Remove(ctx, jwtToken) - if err != nil { - return res, err - } - - return -} diff --git a/hotgo-server/app/controller/adminController/member_controller.go b/hotgo-server/app/controller/adminController/member_controller.go deleted file mode 100644 index 31f6042..0000000 --- a/hotgo-server/app/controller/adminController/member_controller.go +++ /dev/null @@ -1,372 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package adminController - -import ( - "context" - "github.com/bufanyun/hotgo/app/com" - "github.com/bufanyun/hotgo/app/form/adminForm" - "github.com/bufanyun/hotgo/app/form/input" - "github.com/bufanyun/hotgo/app/service/adminService" - "github.com/gogf/gf/v2/errors/gerror" - "github.com/gogf/gf/v2/util/gconv" -) - -// 会员 -var Member = member{} - -type member struct{} - -// -//  @Title  修改登录密码 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *member) UpdateProfile(ctx context.Context, req *adminForm.MemberUpdateProfileReq) (res *adminForm.MemberUpdateProfileRes, err error) { - - var in input.AdminMemberUpdateProfileInp - if err = gconv.Scan(req, &in); err != nil { - return nil, err - } - - if err = adminService.Member.UpdateProfile(ctx, in); err != nil { - return nil, err - } - - return -} - -// -//  @Title  修改登录密码 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *member) UpdatePwd(ctx context.Context, req *adminForm.MemberUpdatePwdReq) (res *adminForm.MemberUpdatePwdRes, err error) { - - memberId := com.Context.Get(ctx).User.Id - if memberId <= 0 { - err := gerror.New("获取用户信息失败!") - return nil, err - } - - if err = adminService.Member. - UpdatePwd(ctx, input.AdminMemberUpdatePwdInp{Id: memberId, OldPassword: req.OldPassword, NewPassword: req.NewPassword}); err != nil { - return nil, err - } - - return -} - -// -//  @Title  获取登录用户的基本信息 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *member) Profile(ctx context.Context, req *adminForm.MemberProfileReq) (*adminForm.MemberProfileRes, error) { - - var res adminForm.MemberProfileRes - - memberId := com.Context.Get(ctx).User.Id - if memberId <= 0 { - err := gerror.New("获取用户信息失败!") - return nil, err - } - - // TODO  用户基本信息 - memberInfo, err := adminService.Member.View(ctx, input.AdminMemberViewInp{Id: memberId}) - if err != nil { - return nil, err - } - res.User = memberInfo - - // TODO  所在部门 - sysDept, err := adminService.Dept.View(ctx, input.AdminDeptViewInp{Id: memberInfo.DeptId}) - if err != nil { - return nil, err - } - res.SysDept = sysDept - - // TODO  角色列表 - sysRoles, err := adminService.Role.GetMemberList(ctx, memberInfo.Role) - if err != nil { - return nil, err - } - res.SysRoles = sysRoles - - // TODO  获取角色名称 - roleGroup, err := adminService.Role.GetName(ctx, memberInfo.Role) - if err != nil { - return nil, err - } - res.RoleGroup = roleGroup - - // TODO  获取第一岗位名称 - postGroup, err := adminService.Post.GetMemberByStartName(ctx, memberInfo.Id) - if err != nil { - return nil, err - } - res.PostGroup = postGroup - - return &res, nil -} - -// -//  @Title  重置密码 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *member) ResetPwd(ctx context.Context, req *adminForm.MemberResetPwdReq) (res *adminForm.MemberResetPwdRes, err error) { - - if err = adminService.Member. - ResetPwd(ctx, input.AdminMemberResetPwdInp{Id: req.Id, Password: req.Password}); err != nil { - return nil, err - } - - return -} - -// -//  @Title  邮箱是否唯一 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *member) EmailUnique(ctx context.Context, req *adminForm.MemberEmailUniqueReq) (*adminForm.MemberEmailUniqueRes, error) { - - data, err := adminService.Member.EmailUnique(ctx, input.AdminMemberEmailUniqueInp{Id: req.Id, Email: req.Email}) - if err != nil { - return nil, err - } - - var res adminForm.MemberEmailUniqueRes - res.IsUnique = data.IsUnique - return &res, nil -} - -// -//  @Title  手机号是否唯一 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *member) MobileUnique(ctx context.Context, req *adminForm.MemberMobileUniqueReq) (*adminForm.MemberMobileUniqueRes, error) { - - data, err := adminService.Member.MobileUnique(ctx, input.AdminMemberMobileUniqueInp{Id: req.Id, Mobile: req.Mobile}) - if err != nil { - return nil, err - } - - var res adminForm.MemberMobileUniqueRes - res.IsUnique = data.IsUnique - return &res, nil -} - -// -//  @Title  名称是否唯一 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *member) NameUnique(ctx context.Context, req *adminForm.MemberNameUniqueReq) (*adminForm.MemberNameUniqueRes, error) { - - data, err := adminService.Member.NameUnique(ctx, input.AdminMemberNameUniqueInp{Id: req.Id, Username: req.Username}) - if err != nil { - return nil, err - } - - var res adminForm.MemberNameUniqueRes - res.IsUnique = data.IsUnique - return &res, nil -} - -// -//  @Title  删除 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *member) Delete(ctx context.Context, req *adminForm.MemberDeleteReq) (res *adminForm.MemberDeleteRes, err error) { - - err = gerror.New("考虑安全暂时不允许删除用户,请选择禁用!") - return nil, err - - var in input.AdminMemberDeleteInp - if err = gconv.Scan(req, &in); err != nil { - return nil, err - } - if err = adminService.Member.Delete(ctx, in); err != nil { - return nil, err - } - return res, nil -} - -// -//  @Title  修改/新增 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *member) Edit(ctx context.Context, req *adminForm.MemberEditReq) (res *adminForm.MemberEditRes, err error) { - - var in input.AdminMemberEditInp - if err = gconv.Scan(req, &in); err != nil { - return nil, err - } - if err = adminService.Member.Edit(ctx, in); err != nil { - return nil, err - } - - return res, nil -} - -// -//  @Title  最大排序 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *member) MaxSort(ctx context.Context, req *adminForm.MemberMaxSortReq) (*adminForm.MemberMaxSortRes, error) { - - data, err := adminService.Member.MaxSort(ctx, input.AdminMemberMaxSortInp{Id: req.Id}) - if err != nil { - return nil, err - } - - var res adminForm.MemberMaxSortRes - res.Sort = data.Sort - return &res, nil -} - -// -//  @Title  获取指定信息 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *member) View(ctx context.Context, req *adminForm.MemberViewReq) (*adminForm.MemberViewRes, error) { - - postsList, _, err := adminService.Post.List(ctx, input.AdminPostListInp{}) - if err != nil { - return nil, err - } - - roleList, _, err := adminService.Role.List(ctx, input.AdminRoleListInp{}) - if err != nil { - return nil, err - } - - var res adminForm.MemberViewRes - res.Posts = postsList - res.Roles = roleList - - if req.Id <= 0 { - return &res, err - } - - memberInfo, err := adminService.Member.View(ctx, input.AdminMemberViewInp{Id: req.Id}) - if err != nil { - return nil, err - } - - res.AdminMemberViewModel = memberInfo - - res.PostIds, err = adminService.MemberPost.GetMemberByIds(ctx, memberInfo.Id) - if err != nil { - return nil, err - } - - res.RoleIds = []int64{memberInfo.Role} - res.DeptName, err = adminService.Dept.GetName(ctx, memberInfo.DeptId) - if err != nil { - return nil, err - } - return &res, nil -} - -// -//  @Title  查看列表 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *member) List(ctx context.Context, req *adminForm.MemberListReq) (*adminForm.MemberListRes, error) { - - var ( - in input.AdminMemberListInp - res adminForm.MemberListRes - ) - - if err := gconv.Scan(req, &in); err != nil { - return nil, err - } - - list, totalCount, err := adminService.Member.List(ctx, in) - if err != nil { - return nil, err - } - - res.List = list - res.TotalCount = totalCount - res.Limit = req.Page - res.Limit = req.Limit - - return &res, nil -} - -// -//  @Title  登录用户信息 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *member) Info(ctx context.Context, req *adminForm.MemberInfoReq) (res *adminForm.MemberInfoRes, err error) { - - return adminService.Member.LoginMemberInfo(ctx, req) -} diff --git a/hotgo-server/app/controller/adminController/menu_controller.go b/hotgo-server/app/controller/adminController/menu_controller.go deleted file mode 100644 index 713293d..0000000 --- a/hotgo-server/app/controller/adminController/menu_controller.go +++ /dev/null @@ -1,189 +0,0 @@ -// -// @Link  https://github.com/bufanyun/hotgo -// @Copyright  Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License  https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package adminController - -import ( - "context" - "github.com/bufanyun/hotgo/app/form/adminForm" - "github.com/bufanyun/hotgo/app/form/input" - "github.com/bufanyun/hotgo/app/service/adminService" - "github.com/gogf/gf/v2/util/gconv" -) - -// 菜单 -var Menu = menu{} - -type menu struct{} - -// -//  @Title  查询角色菜单列表 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *menu) RoleList(ctx context.Context, req *adminForm.MenuRoleListReq) (*adminForm.MenuRoleListRes, error) { - - var in input.MenuRoleListInp - if err := gconv.Scan(req, &in); err != nil { - return nil, err - } - - data, err := adminService.Menu.RoleList(ctx, in) - if err != nil { - return nil, err - } - - var res adminForm.MenuRoleListRes - res.CheckedKeys = data.CheckedKeys - res.Menus = data.Menus - return &res, nil -} - -// -//  @Title  查询菜单列表 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *menu) SearchList(ctx context.Context, req *adminForm.MenuSearchListReq) (res *adminForm.MenuSearchListRes, err error) { - - res, err = adminService.Menu.SearchList(ctx, req) - if err != nil { - return nil, err - } - return res, nil -} - -// -//  @Title  最大排序 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *menu) MaxSort(ctx context.Context, req *adminForm.MenuMaxSortReq) (res *adminForm.MenuMaxSortRes, err error) { - - res, err = adminService.Menu.MaxSort(ctx, req) - if err != nil { - return nil, err - } - return res, nil -} - -// -//  @Title  菜单名称是否唯一 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *menu) NameUnique(ctx context.Context, req *adminForm.MenuNameUniqueReq) (res *adminForm.MenuNameUniqueRes, err error) { - - res, err = adminService.Menu.NameUnique(ctx, req) - if err != nil { - return nil, err - } - return res, nil -} - -// -//  @Title  菜单编码是否唯一 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *menu) CodeUnique(ctx context.Context, req *adminForm.MenuCodeUniqueReq) (res *adminForm.MenuCodeUniqueRes, err error) { - - res, err = adminService.Menu.CodeUnique(ctx, req) - if err != nil { - return nil, err - } - return res, nil -} - -// -//  @Title  删除 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *menu) Delete(ctx context.Context, req *adminForm.MenuDeleteReq) (res *adminForm.MenuDeleteRes, err error) { - - if err = adminService.Menu.Delete(ctx, req); err != nil { - return nil, err - } - return res, nil -} - -// -//  @Title  修改/新增 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *menu) Edit(ctx context.Context, req *adminForm.MenuEditReq) (res *adminForm.MenuEditRes, err error) { - - if err = adminService.Menu.Edit(ctx, req); err != nil { - return nil, err - } - return res, nil -} - -// -//  @Title  获取信息 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *menu) View(ctx context.Context, req *adminForm.MenuViewReq) (res *adminForm.MenuViewRes, err error) { - - res, err = adminService.Menu.View(ctx, req) - if err != nil { - return nil, err - } - return res, nil -} - -// -//  @Title  获取列表 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *menu) List(ctx context.Context, req *adminForm.MenuListReq) (res *adminForm.MenuListRes, err error) { - - res, err = adminService.Menu.List(ctx, req) - if err != nil { - return nil, err - } - return res, nil -} diff --git a/hotgo-server/app/controller/adminController/notice_controller.go b/hotgo-server/app/controller/adminController/notice_controller.go deleted file mode 100644 index 08d23c5..0000000 --- a/hotgo-server/app/controller/adminController/notice_controller.go +++ /dev/null @@ -1,152 +0,0 @@ -package adminController - -import ( - "context" - "github.com/bufanyun/hotgo/app/form/adminForm" - "github.com/bufanyun/hotgo/app/form/input" - "github.com/bufanyun/hotgo/app/service/adminService" - "github.com/gogf/gf/v2/util/gconv" -) - -// 公告 -var Notice = notice{} - -type notice struct{} - -// -//  @Title  名称是否唯一 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *notice) NameUnique(ctx context.Context, req *adminForm.NoticeNameUniqueReq) (*adminForm.NoticeNameUniqueRes, error) { - - data, err := adminService.Notice.NameUnique(ctx, input.AdminNoticeNameUniqueInp{Id: req.Id, Title: req.Title}) - if err != nil { - return nil, err - } - - var res adminForm.NoticeNameUniqueRes - res.IsUnique = data.IsUnique - return &res, nil -} - -// -//  @Title  删除 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *notice) Delete(ctx context.Context, req *adminForm.NoticeDeleteReq) (res *adminForm.NoticeDeleteRes, err error) { - var in input.AdminNoticeDeleteInp - if err = gconv.Scan(req, &in); err != nil { - return nil, err - } - if err = adminService.Notice.Delete(ctx, in); err != nil { - return nil, err - } - return res, nil -} - -// -//  @Title  修改/新增 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *notice) Edit(ctx context.Context, req *adminForm.NoticeEditReq) (res *adminForm.NoticeEditRes, err error) { - - var in input.AdminNoticeEditInp - if err = gconv.Scan(req, &in); err != nil { - return nil, err - } - if err = adminService.Notice.Edit(ctx, in); err != nil { - return nil, err - } - - return res, nil -} - -// -//  @Title  最大排序 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *notice) MaxSort(ctx context.Context, req *adminForm.NoticeMaxSortReq) (*adminForm.NoticeMaxSortRes, error) { - - data, err := adminService.Notice.MaxSort(ctx, input.AdminNoticeMaxSortInp{Id: req.Id}) - if err != nil { - return nil, err - } - - var res adminForm.NoticeMaxSortRes - res.Sort = data.Sort - return &res, nil -} - -// -//  @Title  获取指定信息 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *notice) View(ctx context.Context, req *adminForm.NoticeViewReq) (*adminForm.NoticeViewRes, error) { - - data, err := adminService.Notice.View(ctx, input.AdminNoticeViewInp{Id: req.Id}) - if err != nil { - return nil, err - } - - var res adminForm.NoticeViewRes - res.AdminNoticeViewModel = data - return &res, nil -} - -// -//  @Title  查看列表 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *notice) List(ctx context.Context, req *adminForm.NoticeListReq) (*adminForm.NoticeListRes, error) { - - var ( - in input.AdminNoticeListInp - res adminForm.NoticeListRes - ) - - if err := gconv.Scan(req, &in); err != nil { - return nil, err - } - - list, totalCount, err := adminService.Notice.List(ctx, in) - if err != nil { - return nil, err - } - - res.List = list - res.TotalCount = totalCount - res.Limit = req.Page - res.Limit = req.Limit - - return &res, nil -} diff --git a/hotgo-server/app/controller/adminController/post_controller.go b/hotgo-server/app/controller/adminController/post_controller.go deleted file mode 100644 index 856ef38..0000000 --- a/hotgo-server/app/controller/adminController/post_controller.go +++ /dev/null @@ -1,171 +0,0 @@ -package adminController - -import ( - "context" - "github.com/bufanyun/hotgo/app/form/adminForm" - "github.com/bufanyun/hotgo/app/form/input" - "github.com/bufanyun/hotgo/app/service/adminService" - "github.com/gogf/gf/v2/util/gconv" -) - -// 岗位 -var Post = post{} - -type post struct{} - -// -//  @Title  删除 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *post) Delete(ctx context.Context, req *adminForm.PostDeleteReq) (res *adminForm.PostDeleteRes, err error) { - var in input.AdminPostDeleteInp - if err = gconv.Scan(req, &in); err != nil { - return nil, err - } - if err = adminService.Post.Delete(ctx, in); err != nil { - return nil, err - } - return res, nil -} - -// -//  @Title  修改/新增 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *post) Edit(ctx context.Context, req *adminForm.PostEditReq) (res *adminForm.PostEditRes, err error) { - - var in input.AdminPostEditInp - if err = gconv.Scan(req, &in); err != nil { - return nil, err - } - if err = adminService.Post.Edit(ctx, in); err != nil { - return nil, err - } - - return res, nil -} - -// -//  @Title  最大排序 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *post) MaxSort(ctx context.Context, req *adminForm.PostMaxSortReq) (*adminForm.PostMaxSortRes, error) { - - data, err := adminService.Post.MaxSort(ctx, input.AdminPostMaxSortInp{Id: req.Id}) - if err != nil { - return nil, err - } - - var res adminForm.PostMaxSortRes - res.Sort = data.Sort - return &res, nil -} - -// -//  @Title  名称是否唯一 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *post) NameUnique(ctx context.Context, req *adminForm.PostNameUniqueReq) (*adminForm.PostNameUniqueRes, error) { - - data, err := adminService.Post.NameUnique(ctx, input.AdminPostNameUniqueInp{Id: req.Id, Name: req.Name}) - if err != nil { - return nil, err - } - - var res adminForm.PostNameUniqueRes - res.IsUnique = data.IsUnique - return &res, nil -} - -// -//  @Title  编码是否唯一 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *post) CodeUnique(ctx context.Context, req *adminForm.PostCodeUniqueReq) (*adminForm.PostCodeUniqueRes, error) { - - data, err := adminService.Post.CodeUnique(ctx, input.AdminPostCodeUniqueInp{Id: req.Id, Code: req.Code}) - if err != nil { - return nil, err - } - - var res adminForm.PostCodeUniqueRes - res.IsUnique = data.IsUnique - return &res, nil -} - -// -//  @Title  获取指定信息 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *post) View(ctx context.Context, req *adminForm.PostViewReq) (*adminForm.PostViewRes, error) { - - data, err := adminService.Post.View(ctx, input.AdminPostViewInp{Id: req.Id}) - if err != nil { - return nil, err - } - - var res adminForm.PostViewRes - res.AdminPostViewModel = data - return &res, nil -} - -// -//  @Title  获取列表 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *post) List(ctx context.Context, req *adminForm.PostListReq) (*adminForm.PostListRes, error) { - - list, totalCount, err := adminService.Post.List(ctx, input.AdminPostListInp{ - Page: req.Page, - Limit: req.Limit, - Name: req.Name, - Code: req.Code, - Status: req.Status, - }) - if err != nil { - return nil, err - } - - var res adminForm.PostListRes - res.List = list - res.TotalCount = totalCount - res.Limit = req.Page - res.Limit = req.Limit - - return &res, nil -} diff --git a/hotgo-server/app/controller/adminController/role_controller.go b/hotgo-server/app/controller/adminController/role_controller.go deleted file mode 100644 index f2e21bf..0000000 --- a/hotgo-server/app/controller/adminController/role_controller.go +++ /dev/null @@ -1,115 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package adminController - -import ( - "context" - - "github.com/gogf/gf/v2/util/gconv" - - "github.com/bufanyun/hotgo/app/com" - "github.com/bufanyun/hotgo/app/form/adminForm" - "github.com/bufanyun/hotgo/app/form/input" - "github.com/bufanyun/hotgo/app/service/adminService" -) - -// 角色 -var Role = role{} - -type role struct{} - -// -//  @Title  获取角色下的会员列表 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *role) RoleMemberList(ctx context.Context, req *adminForm.RoleMemberListReq) (*adminForm.RoleMemberListRes, error) { - - var in input.AdminRoleMemberListInp - if err := gconv.Scan(req, &in); err != nil { - return nil, err - } - list, totalCount, err := adminService.Member.RoleMemberList(ctx, in) - if err != nil { - return nil, err - } - - var res adminForm.RoleMemberListRes - res.List = list - res.TotalCount = totalCount - res.Limit = req.Page - res.Limit = req.Limit - - return &res, nil -} - -// -//  @Title  获取列表 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *role) List(ctx context.Context, req *adminForm.RoleListReq) (*adminForm.RoleListRes, error) { - - list, totalCount, err := adminService.Role.List(ctx, input.AdminRoleListInp{ - Page: req.Page, - Limit: req.Limit, - }) - if err != nil { - return nil, err - } - - var res adminForm.RoleListRes - res.List = list - res.TotalCount = totalCount - res.Limit = req.Page - res.Limit = req.Limit - - return &res, nil -} - -// -//  @Title  动态路由 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *role) Dynamic(ctx context.Context, req *adminForm.RoleDynamicReq) (res *adminForm.RoleDynamicRes, err error) { - - res, err = adminService.Menu.GetMenuList(ctx, com.Context.GetUserId(ctx)) - if err != nil { - return nil, err - } - return res, nil -} - -// -//  @Title  修改角色菜单权限 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *role) Edit(ctx context.Context, req *adminForm.RoleMenuEditReq) (res *adminForm.RoleMenuEditRes, err error) { - err = adminService.Role.EditRoleMenu(ctx, req) - if err != nil { - return nil, err - } - return res, nil -} diff --git a/hotgo-server/app/controller/apiController/base_controller.go b/hotgo-server/app/controller/apiController/base_controller.go deleted file mode 100644 index a41462b..0000000 --- a/hotgo-server/app/controller/apiController/base_controller.go +++ /dev/null @@ -1,96 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package apiController - -import ( - "context" - "github.com/bufanyun/hotgo/app/com" - "github.com/bufanyun/hotgo/app/consts" - "github.com/bufanyun/hotgo/app/form/apiForm" - "github.com/bufanyun/hotgo/app/model" - "github.com/gogf/gf/v2/frame/g" - "github.com/xuri/excelize/v2" - "time" -) - -// 基础 -var Base = base{} - -type base struct{} - -// -//  @Title  获取lang信息 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *base) Lang(ctx context.Context, req *apiForm.BaseLangReq) (res *apiForm.BaseLangRes, err error) { - - return -} - -// -//  @Title  获取IP归属地信息 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *base) IpLocation(ctx context.Context, req *apiForm.IpLocationReq) (res *apiForm.IpLocationRes, err error) { - - panic("测试panic...") - data := com.Ip.GetLocation(ctx, req.Ip) - res = &apiForm.IpLocationRes{data} - - return -} - -func (controller *base) Excel(ctx context.Context, req *apiForm.ExportReq) (res *apiForm.ExportRes, err error) { - w := com.Context.Get(ctx).Request.Response - - // 文件名 - fileName := "demo.xlsx" - // 创建excel文件 (第三方excel包) - file := excelize.NewFile() - // 填充数据 - index := file.NewSheet("Sheet1") - err = file.SetCellValue("Sheet1", "A1", "Hello world.") - if err != nil { - g.Log().Print(ctx, "SetCellValue:", err) - return nil, err - } - err = file.SetCellValue("Sheet1", "B1", 100) - if err != nil { - g.Log().Print(ctx, "SetCellValue2:", err) - return nil, err - } - file.SetActiveSheet(index) - // 设置header头 - w.Header().Add("Content-Disposition", "attachment; filename="+fileName) - w.Header().Add("Content-Type", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet") - // 写入字节数据 - err = file.Write(w.Writer) - if err != nil { - g.Log().Print(ctx, "Write:", err) - return nil, err - } - - // TODO 加入到上下文 - com.Context.SetResponse(ctx, &model.Response{ - Code: consts.CodeOK, - Message: "", - Timestamp: time.Now().Unix(), - ReqId: com.Context.Get(ctx).ReqId, - }) - //com.Context.Get(ctx).Request.Exit() - return -} diff --git a/hotgo-server/app/controller/apiController/dict_controller.go b/hotgo-server/app/controller/apiController/dict_controller.go deleted file mode 100644 index 3ad8ba2..0000000 --- a/hotgo-server/app/controller/apiController/dict_controller.go +++ /dev/null @@ -1,30 +0,0 @@ -package apiController - -import ( - "context" - "github.com/bufanyun/hotgo/app/form/adminForm" - "github.com/bufanyun/hotgo/app/service/sysService" -) - -// 字典 -var Dict = dict{} - -type dict struct{} - -// -//  @Title  获取指定字典类型的属性数据 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *dict) Attribute(ctx context.Context, req *adminForm.DictAttributeReq) (res *adminForm.DictAttributeRes, err error) { - - res, err = sysService.Dict.Attribute(ctx, req) - if err != nil { - return nil, err - } - return res, nil -} diff --git a/hotgo-server/app/controller/apiController/log_controller.go b/hotgo-server/app/controller/apiController/log_controller.go deleted file mode 100644 index dcd7b37..0000000 --- a/hotgo-server/app/controller/apiController/log_controller.go +++ /dev/null @@ -1,96 +0,0 @@ -package apiController - -import ( - "context" - "github.com/bufanyun/hotgo/app/form/apiForm" - "github.com/bufanyun/hotgo/app/form/input" - "github.com/bufanyun/hotgo/app/service/sysService" - "github.com/gogf/gf/v2/errors/gerror" -) - -// 日志 -var Log = log{} - -type log struct{} - -// -//  @Title  清空日志 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *log) Clear(ctx context.Context, req *apiForm.LogClearReq) (res *apiForm.LogClearRes, err error) { - err = gerror.New("考虑安全,请到数据库清空") - return -} - -// -//  @Title  导出 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *log) Export(ctx context.Context, req *apiForm.LogExportReq) (res *apiForm.LogExportRes, err error) { - - err = sysService.Log.Export(ctx, input.LogListInp{ - Page: req.Page, - Limit: req.Limit, - Module: req.Module, - Method: req.Method, - Url: req.Url, - Ip: req.Ip, - ErrorCode: req.ErrorCode, - StartTime: req.StartTime, - EndTime: req.EndTime, - MemberId: req.MemberId, - TakeUpTime: req.TakeUpTime, - }) - if err != nil { - return nil, err - } - - return -} - -// -//  @Title  获取全局日志列表 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *log) List(ctx context.Context, req *apiForm.LogListReq) (*apiForm.LogListRes, error) { - - list, totalCount, err := sysService.Log.List(ctx, input.LogListInp{ - Page: req.Page, - Limit: req.Limit, - Module: req.Module, - Method: req.Method, - Url: req.Url, - Ip: req.Ip, - ErrorCode: req.ErrorCode, - StartTime: req.StartTime, - EndTime: req.EndTime, - MemberId: req.MemberId, - TakeUpTime: req.TakeUpTime, - }) - if err != nil { - return nil, err - } - - var res apiForm.LogListRes - res.List = list - res.TotalCount = totalCount - res.Limit = req.Page - res.Limit = req.Limit - - return &res, nil -} diff --git a/hotgo-server/app/controller/apiController/login_controller.go b/hotgo-server/app/controller/apiController/login_controller.go deleted file mode 100644 index e187048..0000000 --- a/hotgo-server/app/controller/apiController/login_controller.go +++ /dev/null @@ -1,99 +0,0 @@ -package apiController - -import ( - "context" - "github.com/bufanyun/hotgo/app/com" - "github.com/bufanyun/hotgo/app/consts" - "github.com/bufanyun/hotgo/app/form/apiForm" - "github.com/bufanyun/hotgo/app/form/input" - "github.com/bufanyun/hotgo/app/service/adminService" - "github.com/gogf/gf/v2/crypto/gmd5" - "github.com/gogf/gf/v2/errors/gerror" - "github.com/gogf/gf/v2/util/gconv" -) - -// 登录 -var Login = login{} - -type login struct{} - -// -//  @Title  检查登录 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *login) Check(ctx context.Context, req *apiForm.LoginCheckReq) (*apiForm.LoginCheckRes, error) { - - var res apiForm.LoginCheckRes - res.IsValidCodeLogin = false - res.Result = "login" - - return &res, nil -} - -// -//  @Title  提交登录 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *login) Sign(ctx context.Context, req *apiForm.LoginReq) (res *apiForm.LoginRes, err error) { - - //// 校验 验证码 - //if !com.Captcha.VerifyString(req.Cid, req.Code) { - // err = gerror.New("验证码错误") - // return - //} - - var in input.AdminMemberLoginSignInp - if err = gconv.Scan(req, &in); err != nil { - return nil, err - } - - model, err := adminService.Member.Login(ctx, in) - if err != nil { - return nil, err - } - - if err = gconv.Scan(model, &res); err != nil { - return nil, err - } - return -} - -// -//  @Title  注销登录 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *login) Logout(ctx context.Context, req *apiForm.LoginLogoutReq) (res *apiForm.LoginLogoutRes, err error) { - - var authorization = com.Jwt.GetAuthorization(com.Context.Get(ctx).Request) - - // TODO 获取jwtToken - jwtToken := consts.RedisJwtToken + gmd5.MustEncryptString(authorization) - if len(jwtToken) == 0 { - err = gerror.New("当前用户未登录!") - return res, err - } - - // TODO  删除登录token - cache := com.Cache.New() - _, err = cache.Remove(ctx, jwtToken) - if err != nil { - return res, err - } - - return -} diff --git a/hotgo-server/app/controller/apiController/member_controller.go b/hotgo-server/app/controller/apiController/member_controller.go deleted file mode 100644 index 8e6e7c2..0000000 --- a/hotgo-server/app/controller/apiController/member_controller.go +++ /dev/null @@ -1,72 +0,0 @@ -package apiController - -import ( - "context" - "github.com/bufanyun/hotgo/app/com" - "github.com/bufanyun/hotgo/app/form/apiForm" - "github.com/bufanyun/hotgo/app/form/input" - "github.com/bufanyun/hotgo/app/service/adminService" - "github.com/gogf/gf/v2/errors/gerror" -) - -// 会员 -var Member = member{} - -type member struct{} - -// -//  @Title  获取登录用户的基本信息 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (controller *member) Profile(ctx context.Context, req *apiForm.MemberProfileReq) (*apiForm.MemberProfileRes, error) { - - var res apiForm.MemberProfileRes - - memberId := com.Context.Get(ctx).User.Id - if memberId <= 0 { - err := gerror.New("获取用户信息失败!") - return nil, err - } - - // TODO  用户基本信息 - memberInfo, err := adminService.Member.View(ctx, input.AdminMemberViewInp{Id: memberId}) - if err != nil { - return nil, err - } - res.User = memberInfo - - // TODO  所在部门 - sysDept, err := adminService.Dept.View(ctx, input.AdminDeptViewInp{Id: memberInfo.DeptId}) - if err != nil { - return nil, err - } - res.SysDept = sysDept - - // TODO  角色列表 - sysRoles, err := adminService.Role.GetMemberList(ctx, memberInfo.Role) - if err != nil { - return nil, err - } - res.SysRoles = sysRoles - - // TODO  获取角色名称 - roleGroup, err := adminService.Role.GetName(ctx, memberInfo.Role) - if err != nil { - return nil, err - } - res.RoleGroup = roleGroup - - // TODO  获取第一岗位名称 - postGroup, err := adminService.Post.GetMemberByStartName(ctx, memberInfo.Id) - if err != nil { - return nil, err - } - res.PostGroup = postGroup - - return &res, nil -} diff --git a/hotgo-server/app/factory/queue/list.go b/hotgo-server/app/factory/queue/list.go deleted file mode 100644 index 898a25e..0000000 --- a/hotgo-server/app/factory/queue/list.go +++ /dev/null @@ -1,63 +0,0 @@ -package queue - -import ( - "container/list" - "sync" -) - -type Queue struct { - l *list.List - m sync.Mutex -} - -func NewQueue() *Queue { - return &Queue{l: list.New()} -} - -func (q *Queue) LPush(v interface{}) { - if v == nil { - return - } - q.m.Lock() - defer q.m.Unlock() - q.l.PushFront(v) -} - -func (q *Queue) RPush(v interface{}) { - if v == nil { - return - } - q.m.Lock() - defer q.m.Unlock() - q.l.PushBack(v) -} - -func (q *Queue) LPop() interface{} { - q.m.Lock() - defer q.m.Unlock() - - element := q.l.Front() - if element == nil { - return nil - } - - q.l.Remove(element) - return element.Value -} - -func (q *Queue) RPop() interface{} { - q.m.Lock() - defer q.m.Unlock() - - element := q.l.Back() - if element == nil { - return nil - } - - q.l.Remove(element) - return element.Value -} - -func (q *Queue) Len() int { - return q.l.Len() -} diff --git a/hotgo-server/app/factory/queue/main.go b/hotgo-server/app/factory/queue/main.go deleted file mode 100644 index db241c2..0000000 --- a/hotgo-server/app/factory/queue/main.go +++ /dev/null @@ -1,248 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package queue - -import ( - "github.com/bufanyun/hotgo/app/utils" - "github.com/gogf/gf/v2/errors/gerror" - "github.com/gogf/gf/v2/frame/g" - "github.com/gogf/gf/v2/os/gctx" - "sync" - "time" -) - -// -//  MqProducer -//  @Description  -// -type MqProducer interface { - SendMsg(topic string, body string) (mqMsg MqMsg, err error) - SendByteMsg(topic string, body []byte) (mqMsg MqMsg, err error) -} - -// -//  MqConsumer -//  @Description  -// -type MqConsumer interface { - ListenReceiveMsgDo(topic string, receiveDo func(mqMsg MqMsg)) (err error) -} - -const ( - _ = iota - SendMsg - ReceiveMsg -) - -type MqMsg struct { - RunType int `json:"run_type"` - Topic string `json:"topic"` - MsgId string `json:"msg_id"` - Offset int64 `json:"offset"` - Partition int32 `json:"partition"` - Timestamp time.Time `json:"timestamp"` - - Body []byte `json:"body"` -} - -var ( - ctx = gctx.New() - mqProducerInstanceMap map[string]MqProducer - mqConsumerInstanceMap map[string]MqConsumer - mutex sync.Mutex -) - -func init() { - mqProducerInstanceMap = make(map[string]MqProducer) - mqConsumerInstanceMap = make(map[string]MqConsumer) -} - -// -//  @Title  实例化消费者 -//  @Description  -//  @Author  Ms <133814250@qq.com> -//  @Return  mqClient -//  @Return  err -// -func InstanceConsumer() (mqClient MqConsumer, err error) { - groupName, _ := g.Cfg().Get(ctx, "queue.groupName", "hotgo") - return NewConsumer(groupName.String()) -} - -// -//  @Title  实例化生产者 -//  @Description  -//  @Author  Ms <133814250@qq.com> -//  @Return  mqClient -//  @Return  err -// -func InstanceProducer() (mqClient MqProducer, err error) { - groupName, _ := g.Cfg().Get(ctx, "queue.groupName", "hotgo") - return NewProducer(groupName.String()) -} - -// -//  @Title  新建一个生产者实例 -//  @Description  -//  @Author  Ms <133814250@qq.com> -//  @Param   groupName -//  @Return  mqClient -//  @Return  err -// -func NewProducer(groupName string) (mqClient MqProducer, err error) { - if item, ok := mqProducerInstanceMap[groupName]; ok { - return item, nil - } - - if groupName == "" { - return mqClient, gerror.New("mq groupName is empty.") - } - - // 驱动 - driver, _ := g.Cfg().Get(ctx, "queue.driver", "") - - // 重试次数 - retryCount, _ := g.Cfg().Get(ctx, "queue.retry", 2) - retry := retryCount.Int() - - switch driver.String() { - case "rocketmq": - address, _ := g.Cfg().Get(ctx, "queue.rocketmq.address", nil) - if len(address.Strings()) == 0 { - panic("queue rocketmq address is not support") - } - mqClient = RegisterRocketProducerMust(address.Strings(), groupName, retry) - case "kafka": - address, _ := g.Cfg().Get(ctx, "queue.kafka.address", nil) - if len(address.Strings()) == 0 { - panic("queue kafka address is not support") - } - version, _ := g.Cfg().Get(ctx, "queue.kafka.version", "2.0.0") - mqClient = RegisterKafkaProducerMust(KafkaConfig{ - Brokers: address.Strings(), - GroupID: groupName, - Version: version.String(), - }) - case "redis": - address, _ := g.Cfg().Get(ctx, "queue.redis.address", nil) - if len(address.String()) == 0 { - panic("queue redis address is not support") - } - db, _ := g.Cfg().Get(ctx, "queue.redis.db", 0) - pass, _ := g.Cfg().Get(ctx, "queue.redis.pass", "") - timeout, _ := g.Cfg().Get(ctx, "queue.redis.timeout", 0) - - mqClient = RegisterRedisMqProducerMust(RedisOption{ - Addr: address.String(), - Passwd: pass.String(), - DBnum: db.Int(), - Timeout: timeout.Int(), - }, PoolOption{ - 5, 50, 5, - }, groupName, retry) - - default: - panic("queue driver is not support") - } - - mutex.Lock() - defer mutex.Unlock() - mqProducerInstanceMap[groupName] = mqClient - - return mqClient, nil -} - -// -//  @Title  新建一个消费者实例 -//  @Description  -//  @Author  Ms <133814250@qq.com> -//  @Param   groupName -//  @Return  mqClient -//  @Return  err -// -func NewConsumer(groupName string) (mqClient MqConsumer, err error) { - // 是否支持创建多个消费者 - multiComsumer, _ := g.Cfg().Get(ctx, "queue.multiComsumer", true) - randTag := string(utils.Charset.RandomCreateBytes(6)) - if multiComsumer.Bool() == false { - randTag = "001" - } - - if item, ok := mqConsumerInstanceMap[groupName+"-"+randTag]; ok { - return item, nil - } - - driver, _ := g.Cfg().Get(ctx, "queue.driver", "") - - if groupName == "" { - return mqClient, gerror.New("mq groupName is empty.") - } - - switch driver.String() { - case "rocketmq": - address, _ := g.Cfg().Get(ctx, "queue.rocketmq.address", nil) - if address == nil { - return nil, gerror.New("queue.rocketmq.address is empty.") - } - - mqClient = RegisterRocketConsumerMust(address.Strings(), groupName) - case "kafka": - address, _ := g.Cfg().Get(ctx, "queue.kafka.address", nil) - if len(address.Strings()) == 0 { - panic("queue kafka address is not support") - } - version, _ := g.Cfg().Get(ctx, "queue.kafka.version", "2.0.0") - - clientId := "HOTGO-Consumer-" + groupName - randClient, _ := g.Cfg().Get(ctx, "queue.kafka.randClient", true) - if randClient.Bool() { - clientId += "-" + randTag - } - - mqClient = RegisterKafkaMqConsumerMust(KafkaConfig{ - Brokers: address.Strings(), - GroupID: groupName, - Version: version.String(), - ClientId: clientId, - }) - case "redis": - address, _ := g.Cfg().Get(ctx, "queue.redis.address", nil) - if len(address.String()) == 0 { - panic("queue redis address is not support") - } - db, _ := g.Cfg().Get(ctx, "queue.redis.db", 0) - pass, _ := g.Cfg().Get(ctx, "queue.redis.pass", "") - timeout, _ := g.Cfg().Get(ctx, "queue.redis.pass", 0) - - mqClient = RegisterRedisMqConsumerMust(RedisOption{ - Addr: address.String(), - Passwd: pass.String(), - DBnum: db.Int(), - Timeout: timeout.Int(), - }, PoolOption{ - 5, 50, 5, - }, groupName) - default: - panic("queue driver is not support") - } - - mutex.Lock() - defer mutex.Unlock() - mqConsumerInstanceMap[groupName] = mqClient - - return mqClient, nil -} - -// -//  @Title  返回消息体 -//  @Description  -//  @Author  Ms <133814250@qq.com> -//  @Return  string -// -func (m *MqMsg) BodyString() string { - return string(m.Body) -} diff --git a/hotgo-server/app/factory/queue/queue_test.go b/hotgo-server/app/factory/queue/queue_test.go deleted file mode 100644 index 432eebf..0000000 --- a/hotgo-server/app/factory/queue/queue_test.go +++ /dev/null @@ -1,133 +0,0 @@ -package queue - -import ( - "fmt" - "testing" - "time" -) - -func TestRPushQueue(t *testing.T) { - - ll := NewQueue() - - ll.RPush("1") - ll.RPush("2") - ll.RPush("3") - - go func() { - ll.RPush("4") - }() - go func() { - ll.RPush("5") - }() - - go func() { - ll.RPush("6") - }() - - time.Sleep(1 * time.Second) - - if ll.Len() != 6 { - t.Error("list Len() do error #1") - } - - listVal := fmt.Sprintf("num=>%v,%v,%v", ll.LPop(), ll.LPop(), ll.LPop()) - if listVal != "num=>1,2,3" { - t.Error("list do error #2") - } - - if ll.Len() != 3 { - t.Error("list Len() do error #3") - } - - ll.LPop() - ll.LPop() - ll.LPop() - c := ll.LPop() - - if c != nil { - t.Error("list LPop() do error #4") - } - - time.Sleep(1 * time.Second) -} - -func TestLPushQueue(t *testing.T) { - - ll := NewQueue() - - ll.LPush("1") - ll.LPush("2") - ll.LPush("3") - - go func() { - ll.LPush("4") - }() - go func() { - ll.LPush("5") - }() - - go func() { - ll.LPush("6") - }() - - time.Sleep(1 * time.Second) - - if ll.Len() != 6 { - t.Error("list Len() do error #1") - } - - listVal := fmt.Sprintf("num=>%v,%v,%v", ll.RPop(), ll.RPop(), ll.RPop()) - if listVal != "num=>1,2,3" { - t.Error("list do error #2") - } - - if ll.Len() != 3 { - t.Error("list Len() do error #3") - } - - ll.RPop() - ll.RPop() - ll.RPop() - c := ll.RPop() - - if c != nil { - t.Error("list RPop() do error #4") - } - - time.Sleep(1 * time.Second) -} - -func TestRegisterRocketMqProducer(t *testing.T) { - ins, err := RegisterRocketMqProducer([]string{}, "tests", 2) - if err == nil { - t.Error("RegisterRocketMqProducer err #1") - } - - ins, err = RegisterRocketMqProducer([]string{"192.168.1.1:9876"}, "tests", 2) - if err != nil { - t.Error("RegisterRocketMqProducer err #2") - } - - if ins.endPoints[0] != "192.168.1.1:9876" { - t.Error("RegisterRocketMqProducer err #3") - } - -} - -func TestRegisterRocketMqConsumer(t *testing.T) { - ins, err := RegisterRocketMqConsumer([]string{}, "tests") - if err == nil { - t.Error("RegisterRocketMqConsumer err #1") - } - - ins, err = RegisterRocketMqProducer([]string{"192.168.1.1:9876"}, "tests", 2) - if err != nil { - t.Error("RegisterRocketMqConsumer err #2") - } - - if ins.endPoints[0] != "192.168.1.1:9876" { - t.Error("RegisterRocketMqConsumer err #3") - } - -} diff --git a/hotgo-server/app/form/adminForm/config_form.go b/hotgo-server/app/form/adminForm/config_form.go deleted file mode 100644 index f819dd0..0000000 --- a/hotgo-server/app/form/adminForm/config_form.go +++ /dev/null @@ -1,79 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package adminForm - -import ( - "github.com/bufanyun/hotgo/app/form" - "github.com/bufanyun/hotgo/app/form/input" - "github.com/bufanyun/hotgo/app/model/entity" - "github.com/gogf/gf/v2/frame/g" -) - -// 获取指定配置键的值 -type ConfigGetValueReq struct { - g.Meta `path:"/config/get_value" method:"get" tags:"配置" summary:"获取指定配置键的值"` - Key string `json:"key" v:"required#配置键不能为空" dc:"配置键"` -} -type ConfigGetValueRes struct { - Value string `json:"value" dc:"配置值"` -} - -// 名称是否唯一 -type ConfigNameUniqueReq struct { - g.Meta `path:"/config/name_unique" method:"get" tags:"配置" summary:"配置名称是否唯一"` - Name string `json:"name" v:"required#配置名称不能为空" dc:"配置名称"` - Id int64 `json:"id" dc:"配置ID"` -} -type ConfigNameUniqueRes struct { - IsUnique bool `json:"is_unique" dc:"是否唯一"` -} - -// 查询列表 -type ConfigListReq struct { - g.Meta `path:"/config/list" method:"get" tags:"配置" summary:"获取配置列表"` - form.PageReq - form.RangeDateReq - form.StatusReq - Name string `json:"name" dc:"配置名称"` -} - -type ConfigListRes struct { - List []*input.SysConfigListModel `json:"list" dc:"数据列表"` - form.PageRes -} - -// 获取指定信息 -type ConfigViewReq struct { - g.Meta `path:"/config/view" method:"get" tags:"配置" summary:"获取指定信息"` - Id string `json:"id" v:"required#配置ID不能为空" dc:"配置ID"` -} -type ConfigViewRes struct { - *input.SysConfigViewModel -} - -// 修改/新增 -type ConfigEditReq struct { - g.Meta `path:"/config/edit" method:"post" tags:"配置" summary:"修改/新增配置"` - entity.SysConfig -} -type ConfigEditRes struct{} - -// 删除 -type ConfigDeleteReq struct { - g.Meta `path:"/config/delete" method:"post" tags:"配置" summary:"删除配置"` - Id interface{} `json:"id" v:"required#配置ID不能为空" dc:"配置ID"` -} -type ConfigDeleteRes struct{} - -// 最大排序 -type ConfigMaxSortReq struct { - g.Meta `path:"/config/max_sort" method:"get" tags:"配置" summary:"配置最大排序"` - Id int64 `json:"id" dc:"配置ID"` -} -type ConfigMaxSortRes struct { - Sort int `json:"sort" dc:"排序"` -} diff --git a/hotgo-server/app/form/adminForm/dict_form.go b/hotgo-server/app/form/adminForm/dict_form.go deleted file mode 100644 index 60e39b1..0000000 --- a/hotgo-server/app/form/adminForm/dict_form.go +++ /dev/null @@ -1,142 +0,0 @@ -// -// @Link  https://github.com/bufanyun/hotgo -// @Copyright  Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License  https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package adminForm - -import ( - "github.com/bufanyun/hotgo/app/form" - "github.com/bufanyun/hotgo/app/model/entity" - "github.com/gogf/gf/v2/frame/g" -) - -/************************ 字典数据 *****************/ - -// 数据键值是否唯一 -type DictDataUniqueReq struct { - g.Meta `path:"/dict_data/unique" method:"get" tags:"字典" summary:"数据键值是否唯一"` - Value string `json:"value" v:"required#数据键值不能为空" dc:"数据键值"` - Type string `json:"type" example:"sys_common_status" v:"required#字典类型不能为空" dc:"字典类型"` - Id int64 `json:"id" dc:"字典数据ID"` -} -type DictDataUniqueRes struct { - IsUnique bool `json:"is_unique" dc:"是否唯一"` -} - -// 查询字典数据最大排序 -type DictDataMaxSortReq struct { - g.Meta `path:"/dict_data/max_sort" method:"get" tags:"字典" summary:"查询字典数据最大排序"` - Type string `json:"type" example:"sys_common_status" v:"required#字典类型不能为空" dc:"字典类型"` -} -type DictDataMaxSortRes struct { - Sort int `json:"sort" dc:"排序"` -} - -// 修改/新增字典数据 -type DictDataEditReq struct { - g.Meta `path:"/dict_data/edit" method:"post" tags:"字典" summary:"修改/新增字典数据"` - entity.SysDictData -} -type DictDataEditRes struct{} - -// 删除字典类型 -type DictDataDeleteReq struct { - g.Meta `path:"/dict_data/delete" method:"post" tags:"字典" summary:"删除字典数据"` - Id interface{} `json:"id" v:"required#字典数据ID不能为空" dc:"字典数据ID"` -} -type DictDataDeleteRes struct{} - -// 获取指定字典数据信息 -type DictDataViewReq struct { - g.Meta `path:"/dict_data/view" method:"get" tags:"字典" summary:"获取指定字典数据信息"` - Id string `json:"id" v:"required#字典数据ID不能为空" dc:"字典数据ID"` -} -type DictDataViewRes struct { - *entity.SysDictData -} - -// 获取字典数据列表 -type DictDataListReq struct { - g.Meta `path:"/dict_data/list" method:"get" tags:"字典" summary:"获取字典数据列表"` - form.PageReq - Type string `json:"type" example:"sys_common_status" v:"required#字典类型不能为空" dc:"字典类型"` -} -type DictDataListRes struct { - List []*entity.SysDictData `json:"list" dc:"数据列表"` - form.PageRes -} - -// 获取指定字典类型的属性数据 -type DictAttributeReq struct { - g.Meta `path:"/dict/attribute" method:"get" tags:"字典" summary:"获取指定字典类型的属性数据"` - Type string `json:"type" example:"sys_common_status" v:"required#字典类型不能为空" dc:"字典类型"` -} -type DictAttributeRes []*entity.SysDictData - -/************************ 字典类型 *****************/ - -// 修改/新增字典类型 -type DictTypeExportReq struct { - g.Meta `path:"/dict_type/export" method:"get" tags:"字典" summary:"导出字典类型"` - form.PageReq - form.RangeDateReq - form.StatusReq - Name string `json:"name" dc:"字典名称"` - Type string `json:"type" dc:"字典类型"` -} -type DictTypeExportRes struct{} - -// 刷新字典缓存 -type DictTypeRefreshCacheReq struct { - g.Meta `path:"/dict_type/refresh_cache" method:"get" tags:"字典" summary:"刷新字典缓存"` -} -type DictTypeRefreshCacheRes struct{} - -// 获取字典类型列表 -type DictTypeListReq struct { - g.Meta `path:"/dict_type/list" method:"get" tags:"字典" summary:"获取字典类型列表"` - form.PageReq - form.RangeDateReq - form.StatusReq - Name string `json:"name" dc:"字典名称"` - Type string `json:"type" dc:"字典类型"` -} -type DictTypeListRes struct { - List []*entity.SysDictType `json:"list" dc:"数据列表"` - form.PageRes -} - -// 修改/新增字典类型 -type DictTypeEditReq struct { - g.Meta `path:"/dict_type/edit" method:"post" tags:"字典" summary:"修改/新增字典类型"` - entity.SysDictType -} -type DictTypeEditRes struct{} - -// 删除字典类型 -type DictTypeDeleteReq struct { - g.Meta `path:"/dict_type/delete" method:"post" tags:"字典" summary:"删除字典类型"` - Id interface{} `json:"id" v:"required#字典类型ID不能为空" dc:"字典类型ID"` -} -type DictTypeDeleteRes struct{} - -// 获取指定字典类型信息 -type DictTypeViewReq struct { - g.Meta `path:"/dict_type/view" method:"get" tags:"字典" summary:"获取指定字典类型信息"` - Id string `json:"id" v:"required#字典类型ID不能为空" dc:"字典类型ID"` -} -type DictTypeViewRes struct { - *entity.SysDictType -} - -// 类型是否唯一 -type DictTypeUniqueReq struct { - g.Meta `path:"/dict_type/unique" method:"get" tags:"字典" summary:"类型是否唯一"` - Type string `json:"type" example:"sys_common_status" v:"required#字典类型不能为空" dc:"字典类型"` - Id int64 `json:"id" dc:"字典类型ID"` -} -type DictTypeUniqueRes struct { - IsUnique bool `json:"is_unique" dc:"是否唯一"` -} diff --git a/hotgo-server/app/form/adminForm/log_form.go b/hotgo-server/app/form/adminForm/log_form.go deleted file mode 100644 index ab727ac..0000000 --- a/hotgo-server/app/form/adminForm/log_form.go +++ /dev/null @@ -1,53 +0,0 @@ -// -// @Link  https://github.com/bufanyun/hotgo -// @Copyright  Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License  https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package adminForm - -import ( - "github.com/bufanyun/hotgo/app/form" - "github.com/bufanyun/hotgo/app/form/input" - "github.com/gogf/gf/v2/frame/g" -) - -// 清空日志 -type LogClearReq struct { - g.Meta `path:"/log/clear" method:"post" tags:"日志" summary:"清空日志"` -} -type LogClearRes struct{} - -// 导出 -type LogExportReq struct { - g.Meta `path:"/log/export" method:"get" tags:"日志" summary:"导出日志"` - form.PageReq - form.RangeDateReq - Module string `json:"module" dc:"应用端口"` - MemberId int `json:"member_id" dc:"用户ID"` - TakeUpTime int `json:"take_up_time" dc:"请求耗时"` - Method string `json:"method" dc:"请求方式"` - Url string `json:"url" dc:"请求路径"` - Ip string `json:"ip" dc:"访问IP"` - ErrorCode string `json:"error_code" dc:"状态码"` -} -type LogExportRes struct{} - -// 获取菜单列表 -type LogListReq struct { - g.Meta `path:"/log/list" method:"get" tags:"日志" summary:"获取日志列表"` - form.PageReq - form.RangeDateReq - Module string `json:"module" dc:"应用端口"` - MemberId int `json:"member_id" dc:"用户ID"` - TakeUpTime int `json:"take_up_time" dc:"请求耗时"` - Method string `json:"method" dc:"请求方式"` - Url string `json:"url" dc:"请求路径"` - Ip string `json:"ip" dc:"访问IP"` - ErrorCode string `json:"error_code" dc:"状态码"` -} - -type LogListRes struct { - List []*input.LogListModel `json:"list" dc:"数据列表"` - form.PageRes -} diff --git a/hotgo-server/app/form/adminForm/login_form.go b/hotgo-server/app/form/adminForm/login_form.go deleted file mode 100644 index b9e04a1..0000000 --- a/hotgo-server/app/form/adminForm/login_form.go +++ /dev/null @@ -1,41 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package adminForm - -import ( - "github.com/bufanyun/hotgo/app/model" - "github.com/gogf/gf/v2/frame/g" -) - -// 注销登录 -type LoginLogoutReq struct { - g.Meta `path:"/login/logout" method:"post" tags:"登录" summary:"注销登录"` -} -type LoginLogoutRes struct{} - -// 获取登录验证码 -type LoginCaptchaReq struct { - g.Meta `path:"/login/captcha" method:"get" tags:"登录" summary:"获取登录验证码"` -} -type LoginCaptchaRes struct { - Cid string `json:"cid" dc:"验证码ID"` - Base64 string `json:"base64" dc:"验证码"` -} - -// 提交登录 -type LoginReq struct { - g.Meta `path:"/login/sign" method:"post" tags:"登录" summary:"提交登录"` - Username string `json:"username" v:"required#用户名不能为空" dc:"用户名"` - Password string `json:"password" v:"required#密码不能为空" dc:"密码"` - Cid string `json:"cid" v:"required#验证码ID不能为空" dc:"验证码ID"` - Code string `json:"code" v:"required#验证码不能为空" dc:"验证码"` - Device string `json:"device" dc:"登录设备"` -} -type LoginRes struct { - model.Identity - Token string `json:"token" dc:"登录token"` -} diff --git a/hotgo-server/app/form/adminForm/notice_form.go b/hotgo-server/app/form/adminForm/notice_form.go deleted file mode 100644 index 91ceadf..0000000 --- a/hotgo-server/app/form/adminForm/notice_form.go +++ /dev/null @@ -1,70 +0,0 @@ -// -// @Link  https://github.com/bufanyun/hotgo -// @Copyright  Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License  https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package adminForm - -import ( - "github.com/bufanyun/hotgo/app/form" - "github.com/bufanyun/hotgo/app/form/input" - "github.com/bufanyun/hotgo/app/model/entity" - "github.com/gogf/gf/v2/frame/g" -) - -// 名称是否唯一 -type NoticeNameUniqueReq struct { - g.Meta `path:"/notice/name_unique" method:"get" tags:"公告" summary:"公告名称是否唯一"` - Title string `json:"name" v:"required#公告名称不能为空" dc:"公告名称"` - Id int64 `json:"id" dc:"公告ID"` -} -type NoticeNameUniqueRes struct { - IsUnique bool `json:"is_unique" dc:"是否唯一"` -} - -// 查询列表 -type NoticeListReq struct { - g.Meta `path:"/notice/list" method:"get" tags:"公告" summary:"获取公告列表"` - form.PageReq - form.RangeDateReq - form.StatusReq - Name string `json:"name" dc:"公告名称"` -} - -type NoticeListRes struct { - List []*input.AdminNoticeListModel `json:"list" dc:"数据列表"` - form.PageRes -} - -// 获取指定信息 -type NoticeViewReq struct { - g.Meta `path:"/notice/view" method:"get" tags:"公告" summary:"获取指定信息"` - Id string `json:"id" v:"required#公告ID不能为空" dc:"公告ID"` -} -type NoticeViewRes struct { - *input.AdminNoticeViewModel -} - -// 修改/新增 -type NoticeEditReq struct { - g.Meta `path:"/notice/edit" method:"post" tags:"公告" summary:"修改/新增公告"` - entity.AdminNotice -} -type NoticeEditRes struct{} - -// 删除 -type NoticeDeleteReq struct { - g.Meta `path:"/notice/delete" method:"post" tags:"公告" summary:"删除公告"` - Id interface{} `json:"id" v:"required#公告ID不能为空" dc:"公告ID"` -} -type NoticeDeleteRes struct{} - -// 最大排序 -type NoticeMaxSortReq struct { - g.Meta `path:"/notice/max_sort" method:"get" tags:"公告" summary:"公告最大排序"` - Id int64 `json:"id" dc:"公告ID"` -} -type NoticeMaxSortRes struct { - Sort int `json:"sort" dc:"排序"` -} diff --git a/hotgo-server/app/form/adminForm/role_form.go b/hotgo-server/app/form/adminForm/role_form.go deleted file mode 100644 index abf79a0..0000000 --- a/hotgo-server/app/form/adminForm/role_form.go +++ /dev/null @@ -1,98 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package adminForm - -import ( - "github.com/gogf/gf/v2/frame/g" - - "github.com/bufanyun/hotgo/app/form" - "github.com/bufanyun/hotgo/app/form/input" -) - -// 查询列表 -type RoleMemberListReq struct { - g.Meta `path:"/role/member_list" method:"get" tags:"角色" summary:"获取角色下的会员列表"` - form.PageReq - form.RangeDateReq - form.StatusReq - Role int `json:"role" description:"角色ID"` - DeptId int `json:"dept_id" description:"部门ID"` - Mobile int `json:"mobile" description:"手机号"` - Username string `json:"username" description:"用户名"` - Realname string `json:"realname" description:"真实姓名"` - StartTime string `json:"start_time" description:"开始时间"` - EndTime string `json:"end_time" description:"结束时间"` - Name string `json:"name" description:"岗位名称"` - Code string `json:"code" description:"岗位编码"` -} - -type RoleMemberListRes struct { - List []*input.AdminMemberListModel `json:"list" description:"数据列表"` - form.PageRes -} - -// 查询列表 -type RoleListReq struct { - g.Meta `path:"/role/list" method:"get" tags:"角色" summary:"获取角色列表"` - form.PageReq - form.RangeDateReq - form.StatusReq - DeptId int `json:"dept_id" description:"部门ID"` - Mobile int `json:"mobile" description:"手机号"` - Username string `json:"username" description:"用户名"` - Realname string `json:"realname" description:"真实姓名"` - StartTime string `json:"start_time" description:"开始时间"` - EndTime string `json:"end_time" description:"结束时间"` - Name string `json:"name" description:"岗位名称"` - Code string `json:"code" description:"岗位编码"` -} - -type RoleListRes struct { - List []*input.AdminRoleListModel `json:"list" description:"数据列表"` - form.PageRes -} - -// 动态路由 -type RoleDynamicReq struct { - g.Meta `path:"/role/dynamic" method:"get" tags:"路由" summary:"获取动态路由" description:"获取登录用户动态路由"` -} - -type RoleDynamicMeta struct { - Title string `json:"title" description:"菜单标题"` - Icon string `json:"icon" description:"菜单图标"` - NoCache bool `json:"noCache" description:"是否缓存"` - Remark string `json:"remark" description:"备注"` -} - -type RoleDynamicBase struct { - Id int64 `json:"id" description:"菜单ID"` - Pid int64 `json:"pid" description:"父ID"` - Name string `json:"name" description:"菜单名称"` - Code string `json:"code" description:"菜单编码"` - Path string `json:"path" description:"路由地址"` - Hidden bool `json:"hidden" description:"是否隐藏"` - Redirect string `json:"redirect" description:"重定向"` - Component string `json:"component" description:"组件路径"` - AlwaysShow bool `json:"alwaysShow" description:"暂时不知道干啥"` - IsFrame string `json:"isFrame" description:"是否为外链(0是 1否)"` - Meta *RoleDynamicMeta `json:"meta" description:"配置数据集"` -} - -type RoleDynamicMenu struct { - RoleDynamicBase - Children []*RoleDynamicBase `json:"children" description:"子菜单"` -} - -type RoleDynamicRes []*RoleDynamicMenu - -type RoleMenuEditReq struct { - g.Meta `path:"/role/edit" method:"post" tags:"角色" summary:"编辑角色菜单权限"` - RoleId int64 `json:"id"` - MenuIds []int64 `json:"menuIds"` -} - -type RoleMenuEditRes struct{} diff --git a/hotgo-server/app/form/apiForm/base_form.go b/hotgo-server/app/form/apiForm/base_form.go deleted file mode 100644 index 8618d43..0000000 --- a/hotgo-server/app/form/apiForm/base_form.go +++ /dev/null @@ -1,34 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package apiForm - -import ( - "github.com/bufanyun/hotgo/app/com" - "github.com/gogf/gf/v2/frame/g" -) - -// 获取lang信息 -type BaseLangReq struct { - g.Meta `path:"/base/lang" method:"get" tags:"基础接口" summary:"获取lang信息"` - L string `json:"l" v:"required#语言不能为空" dc:"语言"` -} -type BaseLangRes struct { -} - -// 获取登录验证码 -type IpLocationReq struct { - g.Meta `path:"/base/ip_location" method:"get" tags:"基础接口" summary:"获取IP归属地信息"` - Ip string `json:"ip" v:"required#ip不能为空" dc:"ipv4地址"` -} -type IpLocationRes struct { - com.IpLocationData -} - -type ExportReq struct { - g.Meta `path:"/base/export" method:"get" tags:"字典接口" summary:"导出字典类型"` -} -type ExportRes struct{} diff --git a/hotgo-server/app/form/apiForm/dict_form.go b/hotgo-server/app/form/apiForm/dict_form.go deleted file mode 100644 index 2a45c7f..0000000 --- a/hotgo-server/app/form/apiForm/dict_form.go +++ /dev/null @@ -1,19 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package apiForm - -import ( - "github.com/bufanyun/hotgo/app/model/entity" - "github.com/gogf/gf/v2/frame/g" -) - -// 获取指定字典类型的属性数据 -type DictAttributeReq struct { - g.Meta `path:"/dict/attribute" method:"get" tags:"字典接口" summary:"获取指定字典类型的属性数据"` - Type string `json:"type" example:"sys_common_status" v:"required#字典类型不能为空" dc:"字典类型"` -} -type DictAttributeRes []*entity.SysDictData diff --git a/hotgo-server/app/form/apiForm/log_form.go b/hotgo-server/app/form/apiForm/log_form.go deleted file mode 100644 index ec7bf82..0000000 --- a/hotgo-server/app/form/apiForm/log_form.go +++ /dev/null @@ -1,53 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package apiForm - -import ( - "github.com/bufanyun/hotgo/app/form" - "github.com/bufanyun/hotgo/app/form/input" - "github.com/gogf/gf/v2/frame/g" -) - -// 清空日志 -type LogClearReq struct { - g.Meta `path:"/log/clear" method:"post" tags:"日志接口" summary:"清空日志"` -} -type LogClearRes struct{} - -// 导出 -type LogExportReq struct { - g.Meta `path:"/log/export" method:"get" tags:"日志接口" summary:"导出日志"` - form.PageReq - form.RangeDateReq - Module string `json:"module" dc:"应用端口"` - MemberId int `json:"member_id" dc:"用户ID"` - TakeUpTime int `json:"take_up_time" dc:"请求耗时"` - Method string `json:"method" dc:"请求方式"` - Url string `json:"url" dc:"请求路径"` - Ip string `json:"ip" dc:"访问IP"` - ErrorCode string `json:"error_code" dc:"状态码"` -} -type LogExportRes struct{} - -// 获取菜单列表 -type LogListReq struct { - g.Meta `path:"/log/list" method:"get" tags:"日志接口" summary:"获取日志列表"` - form.PageReq - form.RangeDateReq - Module string `json:"module" dc:"应用端口"` - MemberId int `json:"member_id" dc:"用户ID"` - TakeUpTime int `json:"take_up_time" dc:"请求耗时"` - Method string `json:"method" dc:"请求方式"` - Url string `json:"url" dc:"请求路径"` - Ip string `json:"ip" dc:"访问IP"` - ErrorCode string `json:"error_code" dc:"状态码"` -} - -type LogListRes struct { - List []*input.LogListModel `json:"list" dc:"数据列表"` - form.PageRes -} diff --git a/hotgo-server/app/form/apiForm/login_form.go b/hotgo-server/app/form/apiForm/login_form.go deleted file mode 100644 index 4f7c624..0000000 --- a/hotgo-server/app/form/apiForm/login_form.go +++ /dev/null @@ -1,43 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package apiForm - -import ( - "github.com/bufanyun/hotgo/app/model" - "github.com/gogf/gf/v2/frame/g" -) - -// 注销登录 -type LoginLogoutReq struct { - g.Meta `path:"/login/logout" method:"get" tags:"登录接口" summary:"注销登录"` -} -type LoginLogoutRes struct{} - -// 登录效验 -type LoginCheckReq struct { - g.Meta `path:"/login/check" method:"get" tags:"登录接口" summary:"登录效验"` -} -type LoginCheckRes struct { - IsValidCodeLogin bool `json:"isValidCodeLogin" dc:"是否验证码"` - Message string `json:"message" dc:"消息"` - Result string `json:"result" dc:"响应"` - // Sessionid string `json:"sessionid" dc:"sessionid"` -} - -// 提交登录 -type LoginReq struct { - g.Meta `path:"/login/sign" method:"post" tags:"登录接口" summary:"提交登录"` - Username string `json:"username" v:"required#用户名不能为空" dc:"用户名"` - Password string `json:"password" v:"required#密码不能为空" dc:"密码"` - Cid string `json:"cid" v:"required#验证码ID不能为空" dc:"验证码ID"` - Code string `json:"code" v:"required#验证码不能为空" dc:"验证码"` - Device string `json:"device" dc:"登录设备"` -} -type LoginRes struct { - model.Identity - Token string `json:"token" dc:"登录token"` -} diff --git a/hotgo-server/app/form/apiForm/member_form.go b/hotgo-server/app/form/apiForm/member_form.go deleted file mode 100644 index 255dd79..0000000 --- a/hotgo-server/app/form/apiForm/member_form.go +++ /dev/null @@ -1,26 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package apiForm - -import ( - "github.com/bufanyun/hotgo/app/form/input" - "github.com/gogf/gf/v2/frame/g" -) - -// 获取登录用户的基本信息 -type MemberProfileReq struct { - g.Meta `path:"/member/profile" method:"get" tags:"会员接口" summary:"获取登录用户的基本信息"` -} -type MemberProfileRes struct { - PostGroup string `json:"postGroup" dc:"岗位名称"` - RoleGroup string `json:"roleGroup" dc:"角色名称"` - User *input.AdminMemberViewModel `json:"user" dc:"用户基本信息"` - SysDept *input.AdminDeptViewModel `json:"sysDept" dc:"部门信息"` - SysRoles []*input.AdminRoleListModel `json:"sysRoles" dc:"角色列表"` - PostIds int64 `json:"postIds" dc:"当前岗位"` - RoleIds int64 `json:"roleIds" dc:"当前角色"` -} diff --git a/hotgo-server/app/form/common.go b/hotgo-server/app/form/common.go deleted file mode 100644 index c3a4eaa..0000000 --- a/hotgo-server/app/form/common.go +++ /dev/null @@ -1,28 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package form - -// 分页 -type PageReq struct { - Page int `json:"page" example:"10" d:"1" v:"min:1#页码最小值不能低于1" dc:"当前页码"` - Limit int `json:"limit" example:"1" d:"10" v:"min:1|max:100#|每页数量最小值不能低于1|最大值不能大于100" dc:"每页数量"` -} -type PageRes struct { - PageReq - TotalCount int `json:"total_count" example:"0" dc:"全部数据量"` -} - -// 时间查询 -type RangeDateReq struct { - StartTime string `json:"start_time" v:"date#开始日期格式不正确" dc:"开始日期"` - EndTime string `json:"end_time" v:"date#结束日期格式不正确" dc:"结束日期"` -} - -// 状态查询 -type StatusReq struct { - Status int `json:"status" v:"in:0,1,2,3#状态可选范围:0~3" dc:"状态"` -} diff --git a/hotgo-server/app/form/input/admin_dept_input.go b/hotgo-server/app/form/input/admin_dept_input.go deleted file mode 100644 index 4c7df38..0000000 --- a/hotgo-server/app/form/input/admin_dept_input.go +++ /dev/null @@ -1,75 +0,0 @@ -package input - -import "github.com/bufanyun/hotgo/app/model/entity" - -// 名称是否唯一 -type AdminDeptNameUniqueInp struct { - Name string - Id int64 -} - -type AdminDeptNameUniqueModel struct { - IsUnique bool -} - -// 最大排序 -type AdminDeptMaxSortInp struct { - Id int64 -} - -type AdminDeptMaxSortModel struct { - Sort int -} - -// 修改/新增字典数据 -type AdminDeptEditInp struct { - entity.AdminDept -} -type AdminDeptEditModel struct{} - -// 删除字典类型 -type AdminDeptDeleteInp struct { - Id interface{} -} -type AdminDeptDeleteModel struct{} - -// 获取信息 -type AdminDeptViewInp struct { - Id int64 -} - -type AdminDeptViewModel struct { - entity.AdminDept -} - -// 获取列表 -type AdminDeptListInp struct { - Name string -} - -//  树 -type AdminDeptTreeDept struct { - entity.AdminDept - Children []*AdminDeptTreeDept `json:"children"` -} - -type AdminDeptListModel AdminDeptTreeDept - -// 获取列表树 -type AdminDeptListTreeInp struct { - Name string -} - -//  树 -type AdminDeptListTreeDept struct { - Id int64 `json:"id" ` - Key int64 `json:"key" ` - Pid int64 `json:"pid" ` - Label string `json:"label"` - Title string `json:"title"` - Name string `json:"name"` - Type string `json:"type"` - Children []*AdminDeptListTreeDept `json:"children"` -} - -type AdminDeptListTreeModel AdminDeptListTreeDept diff --git a/hotgo-server/app/form/input/admin_member_input.go b/hotgo-server/app/form/input/admin_member_input.go deleted file mode 100644 index b5ff5d2..0000000 --- a/hotgo-server/app/form/input/admin_member_input.go +++ /dev/null @@ -1,171 +0,0 @@ -package input - -import ( - "github.com/bufanyun/hotgo/app/model" - "github.com/bufanyun/hotgo/app/model/entity" - "github.com/gogf/gf/v2/os/gtime" -) - -// 更新会员资料 -type AdminMemberUpdateProfileInp struct { - Mobile int - Email string - Realname string -} - -//  获取指定会员资料 -type AdminMemberProfileInp struct { - Id int64 -} -type AdminMemberProfileModel struct { - PostGroup string `json:"postGroup" description:"岗位名称"` - RoleGroup string `json:"roleGroup" description:"角色名称"` - User *AdminMemberViewModel `json:"user" description:"用户基本信息"` - SysDept *AdminDeptViewModel `json:"sysDept" description:"部门信息"` - SysRoles []*AdminRoleListModel `json:"sysRoles" description:"角色列表"` - PostIds int64 `json:"postIds" description:"当前岗位"` - RoleIds int64 `json:"roleIds" description:"当前角色"` -} - -// 更新会员资料 -type MemberUpdateProfileInp struct { - Mobile int - Email string - Realname string -} - -// 修改登录密码 -type AdminMemberUpdatePwdInp struct { - Id int64 - OldPassword string - NewPassword string -} - -//  重置密码 -type AdminMemberResetPwdInp struct { - Password string - Id int64 -} - -// 邮箱是否唯一 -type AdminMemberEmailUniqueInp struct { - Email string - Id int64 -} - -type AdminMemberEmailUniqueModel struct { - IsUnique bool -} - -// 手机号是否唯一 -type AdminMemberMobileUniqueInp struct { - Mobile string - Id int64 -} - -type AdminMemberMobileUniqueModel struct { - IsUnique bool -} - -// 名称是否唯一 -type AdminMemberNameUniqueInp struct { - Username string - Id int64 -} - -type AdminMemberNameUniqueModel struct { - IsUnique bool -} - -// 最大排序 -type AdminMemberMaxSortInp struct { - Id int64 -} - -type AdminMemberMaxSortModel struct { - Sort int -} - -// 修改/新增字典数据 -type AdminMemberEditInp struct { - Id int64 `json:"id" description:""` - PostIds []int64 `json:"postIds" v:"required#岗位不能为空" description:"岗位ID"` - DeptId int64 `json:"dept_id" v:"required#部门不能为空" description:"部门ID"` - Username string `json:"username" v:"required#账号不能为空" description:"帐号"` - Password string `json:"password" description:"密码"` - Realname string `json:"realname" description:"真实姓名"` - Avatar string `json:"avatar" description:"头像"` - Sex string `json:"sex" description:"性别[0:未知;1:男;2:女]"` - Qq string `json:"qq" description:"qq"` - Email string `json:"email" description:"邮箱"` - Birthday *gtime.Time `json:"birthday" description:"生日"` - ProvinceId int `json:"province_id" description:"省"` - CityId int `json:"city_id" description:"城市"` - AreaId int `json:"area_id" description:"地区"` - Address string `json:"address" description:"默认地址"` - Mobile string `json:"mobile" description:"手机号码"` - HomePhone string `json:"home_phone" description:"家庭号码"` - DingtalkRobotToken string `json:"dingtalk_robot_token" description:"钉钉机器人token"` - Role int `json:"role" v:"required#角色不能为空" description:"权限"` - Remark string `json:"remark" description:"备注"` - Status string `json:"status" description:"状态"` - CreatedAt *gtime.Time `json:"created_at" description:"创建时间"` - UpdatedAt *gtime.Time `json:"updated_at" description:"修改时间"` -} - -type AdminMemberAddInp struct { - AdminMemberEditInp - PasswordHash string `json:"password_hash" description:"密码hash"` - Salt string `json:"salt" description:"密码盐"` -} - -type AdminMemberEditModel struct{} - -// 删除字典类型 -type AdminMemberDeleteInp struct { - Id interface{} -} -type AdminMemberDeleteModel struct{} - -// 获取信息 -type AdminMemberViewInp struct { - Id int64 -} - -type AdminMemberViewModel struct { - entity.AdminMember -} - -// 获取列表 -type AdminMemberListInp struct { - Page int - Limit int - Name string - Code string - DeptId int - Mobile int - Username string - Realname string - StartTime string - EndTime string - Status int -} - -type AdminMemberListModel struct { - entity.AdminMember - DeptName string `json:"dept_name"` - RoleName string `json:"role_name"` -} - -// 登录 -type AdminMemberLoginSignInp struct { - Username string - Password string - Device string - Cid string - Code string -} -type AdminMemberLoginSignModel struct { - model.Identity - Token string `json:"token" v:"" description:"登录token"` -} diff --git a/hotgo-server/app/form/input/admin_notice_input.go b/hotgo-server/app/form/input/admin_notice_input.go deleted file mode 100644 index 00877f1..0000000 --- a/hotgo-server/app/form/input/admin_notice_input.go +++ /dev/null @@ -1,64 +0,0 @@ -package input - -import "github.com/bufanyun/hotgo/app/model/entity" - -// 名称是否唯一 -type AdminNoticeNameUniqueInp struct { - Title string - Id int64 -} - -type AdminNoticeNameUniqueModel struct { - IsUnique bool -} - -// 最大排序 -type AdminNoticeMaxSortInp struct { - Id int64 -} - -type AdminNoticeMaxSortModel struct { - Sort int -} - -// 修改/新增字典数据 -type AdminNoticeEditInp struct { - entity.AdminNotice -} -type AdminNoticeEditModel struct{} - -// 删除字典类型 -type AdminNoticeDeleteInp struct { - Id interface{} -} -type AdminNoticeDeleteModel struct{} - -// 获取信息 -type AdminNoticeViewInp struct { - Id string -} - -type AdminNoticeViewModel struct { - entity.AdminNotice -} - -// 获取列表 -type AdminNoticeListInp struct { - Page int - Limit int - Name string - Code string - DeptId int - Mobile int - Username string - Realname string - StartTime string - EndTime string - Status int -} - -type AdminNoticeListModel struct { - entity.AdminNotice - DeptName string `json:"dept_name"` - RoleName string `json:"role_name"` -} diff --git a/hotgo-server/app/form/input/admin_post_input.go b/hotgo-server/app/form/input/admin_post_input.go deleted file mode 100644 index 09a23da..0000000 --- a/hotgo-server/app/form/input/admin_post_input.go +++ /dev/null @@ -1,68 +0,0 @@ -package input - -import ( - "github.com/bufanyun/hotgo/app/model/entity" -) - -// 获取列表 -type AdminPostListInp struct { - Page int - Limit int - Name string - Code string - Status int -} - -type AdminPostListModel struct { - entity.AdminPost -} - -// 获取信息 -type AdminPostViewInp struct { - Id string -} - -type AdminPostViewModel struct { - entity.AdminPost -} - -// 编码是否唯一 -type AdminPostCodeUniqueInp struct { - Code string - Id int64 -} - -type AdminPostCodeUniqueModel struct { - IsUnique bool -} - -// 名称是否唯一 -type AdminPostNameUniqueInp struct { - Name string - Id int64 -} - -type AdminPostNameUniqueModel struct { - IsUnique bool -} - -// 最大排序 -type AdminPostMaxSortInp struct { - Id int64 -} - -type AdminPostMaxSortModel struct { - Sort int -} - -// 修改/新增字典数据 -type AdminPostEditInp struct { - entity.AdminPost -} -type AdminPostEditModel struct{} - -// 删除字典类型 -type AdminPostDeleteInp struct { - Id interface{} -} -type AdminPostDeleteModel struct{} diff --git a/hotgo-server/app/form/input/sys_config_input.go b/hotgo-server/app/form/input/sys_config_input.go deleted file mode 100644 index 87ec6b6..0000000 --- a/hotgo-server/app/form/input/sys_config_input.go +++ /dev/null @@ -1,72 +0,0 @@ -package input - -import "github.com/bufanyun/hotgo/app/model/entity" - -// 获取指定配置键的值 -type SysConfigGetValueInp struct { - Key string -} -type SysConfigGetValueModel struct { - Value string -} - -// 名称是否唯一 -type SysConfigNameUniqueInp struct { - Name string - Id int64 -} - -type SysConfigNameUniqueModel struct { - IsUnique bool -} - -// 最大排序 -type SysConfigMaxSortInp struct { - Id int64 -} - -type SysConfigMaxSortModel struct { - Sort int -} - -// 修改/新增字典数据 -type SysConfigEditInp struct { - entity.SysConfig -} -type SysConfigEditModel struct{} - -// 删除字典类型 -type SysConfigDeleteInp struct { - Id interface{} -} -type SysConfigDeleteModel struct{} - -// 获取信息 -type SysConfigViewInp struct { - Id string -} - -type SysConfigViewModel struct { - entity.SysConfig -} - -// 获取列表 -type SysConfigListInp struct { - Page int - Limit int - Name string - Code string - DeptId int - Mobile int - Username string - Realname string - StartTime string - EndTime string - Status int -} - -type SysConfigListModel struct { - entity.SysConfig - DeptName string `json:"dept_name"` - RoleName string `json:"role_name"` -} diff --git a/hotgo-server/app/form/input/sys_log_input.go b/hotgo-server/app/form/input/sys_log_input.go deleted file mode 100644 index c9aa62c..0000000 --- a/hotgo-server/app/form/input/sys_log_input.go +++ /dev/null @@ -1,26 +0,0 @@ -package input - -import ( - "github.com/bufanyun/hotgo/app/model/entity" -) - -// 获取菜单列表 -type LogListInp struct { - Page int - Limit int - Module string - MemberId int - TakeUpTime int - Method string - Url string - Ip string - ErrorCode string - StartTime string - EndTime string -} - -type LogListModel struct { - entity.SysLog - MemberName string `json:"member_name"` - Region string `json:"region"` -} diff --git a/hotgo-server/app/hook/hook.go b/hotgo-server/app/hook/hook.go deleted file mode 100644 index 637d416..0000000 --- a/hotgo-server/app/hook/hook.go +++ /dev/null @@ -1,52 +0,0 @@ -// -// @Link  https://github.com/bufanyun/hotgo -// @Copyright  Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License  https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package hook - -import ( - "github.com/bufanyun/hotgo/app/com" - "github.com/bufanyun/hotgo/app/service/sysService" - "github.com/gogf/gf/v2/net/ghttp" - "github.com/gogf/gf/v2/os/gtime" -) - -type ( - // sHook is service struct of module Hook. - sHook struct{} -) - -var ( - // insHook is the instance of service Hook. - insHook = sHook{} -) - -// Hook returns the interface of Hook service. -func Instance() *sHook { - return &insHook -} - -// -//  @Title  全局日志 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   r -// -func (s *sHook) GlobalLog(r *ghttp.Request) { - var ( - ctx = r.Context() - ) - - // 没有上下文的请求不记录,如:doc、favicon.ico等非服务类业务 - modelCtx := com.Context.Get(ctx) - if modelCtx == nil { - return - } - - // 计算运行耗时 - com.Context.SetTakeUpTime(ctx, gtime.TimestampMilli()-r.EnterTime) - - go sysService.Log.AutoLog(ctx) -} diff --git a/hotgo-server/app/interfaces/queue_producer_interface.go b/hotgo-server/app/interfaces/queue_producer_interface.go deleted file mode 100644 index 253154e..0000000 --- a/hotgo-server/app/interfaces/queue_producer_interface.go +++ /dev/null @@ -1,20 +0,0 @@ -// -// @Package  interfaces -// @Description  -// @Author  Ms <133814250@qq.com> -// -package interfaces - -// -//  QueueProducer -//  @Description  -// -type QueueProducer interface { - // - //  @Title  - //  @Description  - //  @Author  Ms <133814250@qq.com> - //  @Return  string - // - Push() string -} \ No newline at end of file diff --git a/hotgo-server/app/middleware/admin_auth.go b/hotgo-server/app/middleware/admin_auth.go deleted file mode 100644 index df8301f..0000000 --- a/hotgo-server/app/middleware/admin_auth.go +++ /dev/null @@ -1,127 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package middleware - -import ( - "github.com/bufanyun/hotgo/app/com" - "github.com/bufanyun/hotgo/app/consts" - "github.com/bufanyun/hotgo/app/model" - "github.com/bufanyun/hotgo/app/utils" - "github.com/gogf/gf/v2/crypto/gmd5" - "github.com/gogf/gf/v2/errors/gcode" - "github.com/gogf/gf/v2/frame/g" - "github.com/gogf/gf/v2/net/ghttp" - "github.com/gogf/gf/v2/text/gstr" - "github.com/gogf/gf/v2/util/gconv" -) - -// -//  @Title  后台中间件 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   r -// -func (s *sMiddleware) AdminAuth(r *ghttp.Request) { - - var ( - ctx = r.Context() - user = new(model.Identity) - authorization = com.Jwt.GetAuthorization(r) - ) - - // TODO 替换掉模块前缀 - routerPrefix, _ := g.Cfg().Get(ctx, "router.admin.prefix", "/admin") - path := gstr.Replace(r.URL.Path, routerPrefix.String(), "", 1) - - /// TODO 不需要验证登录的路由地址 - if utils.Auth.IsExceptLogin(ctx, path) { - r.Middleware.Next() - return - } - - if authorization == "" { - com.Response.JsonExit(r, gcode.CodeNotAuthorized.Code(), "请先登录!") - return - } - - // TODO 获取jwtToken - jwtToken := consts.RedisJwtToken + gmd5.MustEncryptString(authorization) - jwtSign, _ := g.Cfg().Get(ctx, "jwt.sign", "hotgo") - - data, ParseErr := com.Jwt.ParseToken(authorization, jwtSign.Bytes()) - if ParseErr != nil { - com.Response.JsonExit(r, gcode.CodeNotAuthorized.Code(), "token不正确或已过期!", ParseErr.Error()) - } - - parseErr := gconv.Struct(data, &user) - if parseErr != nil { - com.Response.JsonExit(r, gcode.CodeNotAuthorized.Code(), "登录信息解析异常,请重新登录!", parseErr.Error()) - } - - // TODO 判断token跟redis的缓存的token是否一样 - cache := com.Cache.New() - isContains, containsErr := cache.Contains(ctx, jwtToken) - if containsErr != nil { - com.Response.JsonExit(r, gcode.CodeNotAuthorized.Code(), "token无效!", containsErr.Error()) - return - } - if !isContains { - com.Response.JsonExit(r, gcode.CodeNotAuthorized.Code(), "token已过期!") - return - } - - // TODO 是否开启多端登录 - if multiPort, _ := g.Cfg().Get(ctx, "jwt.multiPort", true); !multiPort.Bool() { - key := consts.RedisJwtUserBind + consts.AppAdmin + ":" + gconv.String(user.Id) - originJwtToken, originErr := cache.Get(ctx, key) - if originErr != nil { - com.Response.JsonExit(r, gcode.CodeNotAuthorized.Code(), "信息异常,请重新登录!", originErr.Error()) - return - } - - if originJwtToken == nil || originJwtToken.IsEmpty() { - com.Response.JsonExit(r, gcode.CodeNotAuthorized.Code(), "token已过期!") - return - } - - if jwtToken != originJwtToken.String() { - com.Response.JsonExit(r, gcode.CodeNotAuthorized.Code(), "账号已在其他地方登录!") - return - } - } - - // TODO 保存到上下文 - customCtx := &model.Context{} - if user != nil { - customCtx.User = &model.Identity{ - Id: user.Id, - Username: user.Username, - Realname: user.Realname, - Avatar: user.Avatar, - Email: user.Email, - Mobile: user.Mobile, - VisitCount: user.VisitCount, - LastTime: user.LastTime, - LastIp: user.LastIp, - Role: user.Role, - Exp: user.Exp, - Expires: user.Expires, - App: user.App, - } - } - com.Context.SetUser(ctx, customCtx.User) - com.Context.SetModule(ctx, consts.AppAdmin) - - //// TODO 验证路由访问权限 - //verify := adminService.Role.Verify(ctx, customCtx.User.Id, path) - //if !verify { - // com.Response.JsonExit(r, gcode.CodeSecurityReason.Code(), "你没有访问权限!") - // return - //} - - r.Middleware.Next() -} diff --git a/hotgo-server/app/middleware/api_auth.go b/hotgo-server/app/middleware/api_auth.go deleted file mode 100644 index b1ae655..0000000 --- a/hotgo-server/app/middleware/api_auth.go +++ /dev/null @@ -1,127 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package middleware - -import ( - "github.com/bufanyun/hotgo/app/com" - "github.com/bufanyun/hotgo/app/consts" - "github.com/bufanyun/hotgo/app/model" - "github.com/bufanyun/hotgo/app/utils" - "github.com/gogf/gf/v2/crypto/gmd5" - "github.com/gogf/gf/v2/errors/gcode" - "github.com/gogf/gf/v2/frame/g" - "github.com/gogf/gf/v2/net/ghttp" - "github.com/gogf/gf/v2/text/gstr" - "github.com/gogf/gf/v2/util/gconv" -) - -// -//  @Title  接口中间件 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   r -// -func (s *sMiddleware) ApiAuth(r *ghttp.Request) { - - var ( - ctx = r.Context() - user = new(model.Identity) - authorization = com.Jwt.GetAuthorization(r) - ) - - // TODO 替换掉模块前缀 - routerPrefix, _ := g.Cfg().Get(ctx, "router.api.prefix", "/api") - path := gstr.Replace(r.URL.Path, routerPrefix.String(), "", 1) - - /// TODO 不需要验证登录的路由地址 - if utils.Auth.IsExceptLogin(ctx, path) { - r.Middleware.Next() - return - } - - if authorization == "" { - com.Response.JsonExit(r, gcode.CodeNotAuthorized.Code(), "请先登录!") - return - } - - // TODO 获取jwtToken - jwtToken := consts.RedisJwtToken + gmd5.MustEncryptString(authorization) - jwtSign, _ := g.Cfg().Get(ctx, "jwt.sign", "hotgo") - - data, ParseErr := com.Jwt.ParseToken(authorization, jwtSign.Bytes()) - if ParseErr != nil { - com.Response.JsonExit(r, gcode.CodeNotAuthorized.Code(), "token不正确或已过期!", ParseErr.Error()) - } - - parseErr := gconv.Struct(data, &user) - if parseErr != nil { - com.Response.JsonExit(r, gcode.CodeNotAuthorized.Code(), "登录信息解析异常,请重新登录!", parseErr.Error()) - } - - // TODO 判断token跟redis的缓存的token是否一样 - cache := com.Cache.New() - isContains, containsErr := cache.Contains(ctx, jwtToken) - if containsErr != nil { - com.Response.JsonExit(r, gcode.CodeNotAuthorized.Code(), "token无效!", containsErr.Error()) - return - } - if !isContains { - com.Response.JsonExit(r, gcode.CodeNotAuthorized.Code(), "token已过期!") - return - } - - // TODO 是否开启多端登录 - if multiPort, _ := g.Cfg().Get(ctx, "jwt.multiPort", true); !multiPort.Bool() { - key := consts.RedisJwtUserBind + consts.AppApi + ":" + gconv.String(user.Id) - originJwtToken, originErr := cache.Get(ctx, key) - if originErr != nil { - com.Response.JsonExit(r, gcode.CodeNotAuthorized.Code(), "信息异常,请重新登录!", originErr.Error()) - return - } - - if originJwtToken == nil || originJwtToken.IsEmpty() { - com.Response.JsonExit(r, gcode.CodeNotAuthorized.Code(), "token已过期!") - return - } - - if jwtToken != originJwtToken.String() { - com.Response.JsonExit(r, gcode.CodeNotAuthorized.Code(), "账号已在其他地方登录!") - return - } - } - - // TODO 保存到上下文 - customCtx := &model.Context{} - if user != nil { - customCtx.User = &model.Identity{ - Id: user.Id, - Username: user.Username, - Realname: user.Realname, - Avatar: user.Avatar, - Email: user.Email, - Mobile: user.Mobile, - VisitCount: user.VisitCount, - LastTime: user.LastTime, - LastIp: user.LastIp, - Role: user.Role, - Exp: user.Exp, - Expires: user.Expires, - App: user.App, - } - } - com.Context.SetUser(ctx, customCtx.User) - com.Context.SetModule(ctx, consts.AppApi) - - //// TODO 验证路由访问权限 - //verify := adminService.Role.Verify(ctx, customCtx.User.Id, path) - //if !verify { - // com.Response.JsonExit(r, gcode.CodeSecurityReason.Code(), "你没有访问权限!") - // return - //} - - r.Middleware.Next() -} diff --git a/hotgo-server/app/middleware/middleware.go b/hotgo-server/app/middleware/middleware.go deleted file mode 100644 index 5723732..0000000 --- a/hotgo-server/app/middleware/middleware.go +++ /dev/null @@ -1,64 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package middleware - -import ( - "github.com/bufanyun/hotgo/app/com" - "github.com/bufanyun/hotgo/app/model" - "github.com/gogf/gf/v2/frame/g" - "github.com/gogf/gf/v2/net/ghttp" - "github.com/gogf/gf/v2/util/grand" - "github.com/gogf/gf/v2/util/guid" - "go.opentelemetry.io/otel/trace" -) - -type ( - // sMiddleware is service struct of module Middleware. - sMiddleware struct{} -) - -var ( - // insMiddleware is the instance of service Middleware. - insMiddleware = sMiddleware{} -) - -// Middleware returns the interface of Middleware service. -func Instance() *sMiddleware { - return &insMiddleware -} - -// -//  @Title  初始化请求上下文 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   r -// -func (s *sMiddleware) Ctx(r *ghttp.Request) { - - spanCtx := trace.SpanContextFromContext(r.Context()) - - reqId := guid.S(grand.B(64)) - if traceId := spanCtx.TraceID(); traceId.IsValid() { - reqId = traceId.String() - } - - customCtx := &model.Context{ - Data: make(g.Map), - Request: r, - ReqId: reqId, - } - - com.Context.Init(r, customCtx) - - r.Middleware.Next() -} - -// CORS allows Cross-origin resource sharing. -func (s *sMiddleware) CORS(r *ghttp.Request) { - r.Response.CORSDefault() - r.Middleware.Next() -} diff --git a/hotgo-server/app/model/entity/admin_dept.go b/hotgo-server/app/model/entity/admin_dept.go deleted file mode 100644 index 035b774..0000000 --- a/hotgo-server/app/model/entity/admin_dept.go +++ /dev/null @@ -1,26 +0,0 @@ -// ================================================================================= -// Code generated by GoFrame CLI tool. DO NOT EDIT. -// ================================================================================= - -package entity - -import ( - "github.com/gogf/gf/v2/os/gtime" -) - -// AdminDept is the golang structure for table admin_dept. -type AdminDept struct { - Id int64 `json:"id" description:"部门id"` - Pid int64 `json:"pid" description:"父部门id"` - Ancestors string `json:"ancestors" description:"祖级列表"` - Name string `json:"name" description:"部门名称"` - Code string `json:"code" description:"部门编码"` - Type string `json:"type" description:"部门类型"` - Leader string `json:"leader" description:"负责人"` - Phone string `json:"phone" description:"联系电话"` - Email string `json:"email" description:"邮箱"` - Sort int `json:"sort" description:"排序"` - Status string `json:"status" description:"部门状态"` - CreatedAt *gtime.Time `json:"created_at" description:"创建时间"` - UpdatedAt *gtime.Time `json:"updated_at" description:"更新时间"` -} diff --git a/hotgo-server/app/model/entity/admin_member.go b/hotgo-server/app/model/entity/admin_member.go deleted file mode 100644 index 9db55bc..0000000 --- a/hotgo-server/app/model/entity/admin_member.go +++ /dev/null @@ -1,42 +0,0 @@ -// ================================================================================= -// Code generated by GoFrame CLI tool. DO NOT EDIT. -// ================================================================================= - -package entity - -import ( - "github.com/gogf/gf/v2/os/gtime" -) - -// AdminMember is the golang structure for table admin_member. -type AdminMember struct { - Id int64 `json:"id" description:""` - DeptId int64 `json:"dept_id" description:"部门ID"` - Username string `json:"username" description:"帐号"` - PasswordHash string `json:"password_hash" description:"密码"` - Salt string `json:"salt" description:"密码盐"` - AuthKey string `json:"auth_key" description:"授权令牌"` - PasswordResetToken string `json:"password_reset_token" description:"密码重置令牌"` - Type string `json:"type" description:"1:普通管理员;10超级管理员"` - Realname string `json:"realname" description:"真实姓名"` - Avatar string `json:"avatar" description:"头像"` - Sex string `json:"sex" description:"性别[0:未知;1:男;2:女]"` - Qq string `json:"qq" description:"qq"` - Email string `json:"email" description:"邮箱"` - Birthday *gtime.Time `json:"birthday" description:"生日"` - ProvinceId int `json:"province_id" description:"省"` - CityId int `json:"city_id" description:"城市"` - AreaId int `json:"area_id" description:"地区"` - Address string `json:"address" description:"默认地址"` - Mobile string `json:"mobile" description:"手机号码"` - HomePhone string `json:"home_phone" description:"家庭号码"` - DingtalkRobotToken string `json:"dingtalk_robot_token" description:"钉钉机器人token"` - VisitCount uint `json:"visit_count" description:"访问次数"` - LastTime int `json:"last_time" description:"最后一次登录时间"` - LastIp string `json:"last_ip" description:"最后一次登录ip"` - Role int64 `json:"role" description:"权限"` - Remark string `json:"remark" description:"备注"` - Status string `json:"status" description:"状态"` - CreatedAt *gtime.Time `json:"created_at" description:"创建时间"` - UpdatedAt *gtime.Time `json:"updated_at" description:"修改时间"` -} diff --git a/hotgo-server/app/model/entity/admin_menu.go b/hotgo-server/app/model/entity/admin_menu.go deleted file mode 100644 index cc16576..0000000 --- a/hotgo-server/app/model/entity/admin_menu.go +++ /dev/null @@ -1,33 +0,0 @@ -// ================================================================================= -// Code generated by GoFrame CLI tool. DO NOT EDIT. -// ================================================================================= - -package entity - -import ( - "github.com/gogf/gf/v2/os/gtime" -) - -// AdminMenu is the golang structure for table admin_menu. -type AdminMenu struct { - Id int64 `json:"id" description:"菜单ID"` - Pid int64 `json:"pid" description:"父菜单ID"` - Name string `json:"name" description:"菜单名称"` - Code string `json:"code" description:"菜单编码"` - Icon string `json:"icon" description:"菜单图标"` - Type string `json:"type" description:"菜单类型(M目录 C菜单 F按钮)"` - Perms string `json:"perms" description:"权限标识"` - Path string `json:"path" description:"路由地址"` - Component string `json:"component" description:"组件路径"` - Query string `json:"query" description:"路由参数"` - IsFrame string `json:"is_frame" description:"是否内嵌"` - IsCache string `json:"is_cache" description:"是否不缓存"` - IsVisible string `json:"is_visible" description:"是否隐藏"` - Remark string `json:"remark" description:"备注"` - Level int `json:"level" description:"级别"` - Tree string `json:"tree" description:"树"` - Sort int `json:"sort" description:"排序"` - Status string `json:"status" description:"菜单状态"` - CreatedAt *gtime.Time `json:"created_at" description:"创建时间"` - UpdatedAt *gtime.Time `json:"updated_at" description:"更新时间"` -} diff --git a/hotgo-server/app/model/entity/admin_menu_old.go b/hotgo-server/app/model/entity/admin_menu_old.go deleted file mode 100644 index ea8d422..0000000 --- a/hotgo-server/app/model/entity/admin_menu_old.go +++ /dev/null @@ -1,32 +0,0 @@ -// ================================================================================= -// Code generated by GoFrame CLI tool. DO NOT EDIT. -// ================================================================================= - -package entity - -import ( - "github.com/gogf/gf/v2/os/gtime" -) - -// AdminMenuOld is the golang structure for table admin_menu_old. -type AdminMenuOld struct { - Id int64 `json:"id" description:"菜单ID"` - Pid int64 `json:"pid" description:"父菜单ID"` - Name string `json:"name" description:"菜单名称"` - Icon string `json:"icon" description:"菜单图标"` - Type string `json:"type" description:"菜单类型(M目录 C菜单 F按钮)"` - Perms string `json:"perms" description:"权限标识"` - Path string `json:"path" description:"路由地址"` - Component string `json:"component" description:"组件路径"` - Query string `json:"query" description:"路由参数"` - IsFrame int `json:"is_frame" description:"是否为外链(0是 1否)"` - IsCache int `json:"is_cache" description:"是否缓存(0缓存 1不缓存)"` - IsVisible int `json:"is_visible" description:"菜单状态(0显示 1隐藏)"` - Remark string `json:"remark" description:"备注"` - Level int `json:"level" description:"级别"` - Tree string `json:"tree" description:"树"` - Sort int `json:"sort" description:"排序"` - Status int `json:"status" description:"菜单状态"` - CreatedAt *gtime.Time `json:"created_at" description:"创建时间"` - UpdatedAt *gtime.Time `json:"updated_at" description:"更新时间"` -} diff --git a/hotgo-server/app/model/entity/admin_notice.go b/hotgo-server/app/model/entity/admin_notice.go deleted file mode 100644 index 355c0d1..0000000 --- a/hotgo-server/app/model/entity/admin_notice.go +++ /dev/null @@ -1,21 +0,0 @@ -// ================================================================================= -// Code generated by GoFrame CLI tool. DO NOT EDIT. -// ================================================================================= - -package entity - -import ( - "github.com/gogf/gf/v2/os/gtime" -) - -// AdminNotice is the golang structure for table admin_notice. -type AdminNotice struct { - Id int64 `json:"id" description:"公告ID"` - Title string `json:"title" description:"公告标题"` - Type string `json:"type" description:"公告类型(1通知 2公告)"` - Content string `json:"content" description:"公告内容"` - Remark string `json:"remark" description:"备注"` - Status string `json:"status" description:"公告状态"` - CreatedAt *gtime.Time `json:"created_at" description:"创建时间"` - UpdatedAt *gtime.Time `json:"updated_at" description:"更新时间"` -} diff --git a/hotgo-server/app/model/entity/admin_post.go b/hotgo-server/app/model/entity/admin_post.go deleted file mode 100644 index 935a099..0000000 --- a/hotgo-server/app/model/entity/admin_post.go +++ /dev/null @@ -1,21 +0,0 @@ -// ================================================================================= -// Code generated by GoFrame CLI tool. DO NOT EDIT. -// ================================================================================= - -package entity - -import ( - "github.com/gogf/gf/v2/os/gtime" -) - -// AdminPost is the golang structure for table admin_post. -type AdminPost struct { - Id int64 `json:"id" description:"岗位ID"` - Code string `json:"code" description:"岗位编码"` - Name string `json:"name" description:"岗位名称"` - Remark string `json:"remark" description:"备注"` - Sort int `json:"sort" description:"显示顺序"` - Status string `json:"status" description:"状态"` - CreatedAt *gtime.Time `json:"created_at" description:"创建时间"` - UpdatedAt *gtime.Time `json:"updated_at" description:"更新时间"` -} diff --git a/hotgo-server/app/model/entity/admin_role.go b/hotgo-server/app/model/entity/admin_role.go deleted file mode 100644 index 2f0f92c..0000000 --- a/hotgo-server/app/model/entity/admin_role.go +++ /dev/null @@ -1,24 +0,0 @@ -// ================================================================================= -// Code generated by GoFrame CLI tool. DO NOT EDIT. -// ================================================================================= - -package entity - -import ( - "github.com/gogf/gf/v2/os/gtime" -) - -// AdminRole is the golang structure for table admin_role. -type AdminRole struct { - Id int64 `json:"id" description:"角色ID"` - Name string `json:"name" description:"角色名称"` - Key string `json:"key" description:"角色权限字符串"` - DataScope int `json:"data_scope" description:"数据范围(1:全部数据权限 2:自定数据权限 3:本部门数据权限 4:本部门及以下数据权限)"` - MenuCheckStrictly int `json:"menu_check_strictly" description:"菜单树选择项是否关联显示"` - DeptCheckStrictly int `json:"dept_check_strictly" description:"部门树选择项是否关联显示"` - Remark string `json:"remark" description:"备注"` - Sort int `json:"sort" description:"排序"` - Status string `json:"status" description:"角色状态"` - CreatedAt *gtime.Time `json:"created_at" description:"创建时间"` - UpdatedAt *gtime.Time `json:"updated_at" description:"更新时间"` -} diff --git a/hotgo-server/app/model/entity/sys_config.go b/hotgo-server/app/model/entity/sys_config.go deleted file mode 100644 index 2fc7844..0000000 --- a/hotgo-server/app/model/entity/sys_config.go +++ /dev/null @@ -1,22 +0,0 @@ -// ================================================================================= -// Code generated by GoFrame CLI tool. DO NOT EDIT. -// ================================================================================= - -package entity - -import ( - "github.com/gogf/gf/v2/os/gtime" -) - -// SysConfig is the golang structure for table sys_config. -type SysConfig struct { - Id int64 `json:"id" description:"配置ID"` - Name string `json:"name" description:"参数名称"` - Key string `json:"key" description:"参数键名"` - Value string `json:"value" description:"参数键值"` - IsDefault string `json:"is_default" description:"是否默认"` - Status string `json:"status" description:"状态"` - Remark string `json:"remark" description:"备注"` - CreatedAt *gtime.Time `json:"created_at" description:"创建时间"` - UpdatedAt *gtime.Time `json:"updated_at" description:"更新时间"` -} diff --git a/hotgo-server/app/model/entity/sys_dict_data.go b/hotgo-server/app/model/entity/sys_dict_data.go deleted file mode 100644 index 3a66971..0000000 --- a/hotgo-server/app/model/entity/sys_dict_data.go +++ /dev/null @@ -1,24 +0,0 @@ -// ================================================================================= -// Code generated by GoFrame CLI tool. DO NOT EDIT. -// ================================================================================= - -package entity - -import ( - "github.com/gogf/gf/v2/os/gtime" -) - -// SysDictData is the golang structure for table sys_dict_data. -type SysDictData struct { - Id int64 `json:"id" description:"字典编码"` - Label string `json:"label" description:"字典标签"` - Value string `json:"value" description:"字典键值"` - Type string `json:"type" description:"字典类型"` - ListClass string `json:"list_class" description:"表格回显样式"` - IsDefault string `json:"is_default" description:"是否默认"` - Sort int `json:"sort" description:"字典排序"` - Remark string `json:"remark" description:"备注"` - Status string `json:"status" description:"状态"` - CreatedAt *gtime.Time `json:"created_at" description:"创建时间"` - UpdatedAt *gtime.Time `json:"updated_at" description:"更新时间"` -} diff --git a/hotgo-server/app/model/entity/sys_dict_type.go b/hotgo-server/app/model/entity/sys_dict_type.go deleted file mode 100644 index 51a247e..0000000 --- a/hotgo-server/app/model/entity/sys_dict_type.go +++ /dev/null @@ -1,21 +0,0 @@ -// ================================================================================= -// Code generated by GoFrame CLI tool. DO NOT EDIT. -// ================================================================================= - -package entity - -import ( - "github.com/gogf/gf/v2/os/gtime" -) - -// SysDictType is the golang structure for table sys_dict_type. -type SysDictType struct { - Id int64 `json:"id" description:"字典主键"` - Name string `json:"name" description:"字典名称"` - Type string `json:"type" description:"字典类型"` - Sort int `json:"sort" description:"排序"` - Remark string `json:"remark" description:"备注"` - Status string `json:"status" description:"状态"` - CreatedAt *gtime.Time `json:"created_at" description:"创建时间"` - UpdatedAt *gtime.Time `json:"updated_at" description:"更新时间"` -} diff --git a/hotgo-server/app/model/entity/sys_log.go b/hotgo-server/app/model/entity/sys_log.go deleted file mode 100644 index 7205ee3..0000000 --- a/hotgo-server/app/model/entity/sys_log.go +++ /dev/null @@ -1,36 +0,0 @@ -// ================================================================================= -// Code generated by GoFrame CLI tool. DO NOT EDIT. -// ================================================================================= - -package entity - -import ( - "github.com/gogf/gf/v2/os/gtime" -) - -// SysLog is the golang structure for table sys_log. -type SysLog struct { - Id int64 `json:"id" description:""` - AppId string `json:"app_id" description:"应用id"` - MerchantId uint `json:"merchant_id" description:"商户id"` - MemberId int `json:"member_id" description:"用户id"` - Method string `json:"method" description:"提交类型"` - Module string `json:"module" description:"模块"` - Url string `json:"url" description:"提交url"` - GetData string `json:"get_data" description:"get数据"` - PostData string `json:"post_data" description:"post数据"` - HeaderData string `json:"header_data" description:"header数据"` - Ip string `json:"ip" description:"ip地址"` - ProvinceId int `json:"province_id" description:"省编码"` - CityId int `json:"city_id" description:"市编码"` - ErrorCode int `json:"error_code" description:"报错code"` - ErrorMsg string `json:"error_msg" description:"报错信息"` - ErrorData string `json:"error_data" description:"报错日志"` - ReqId string `json:"req_id" description:"对外id"` - Timestamp int `json:"timestamp" description:"响应时间"` - UserAgent string `json:"user_agent" description:"UA信息"` - TakeUpTime int64 `json:"take_up_time" description:"请求耗时"` - Status string `json:"status" description:"状态"` - CreatedAt *gtime.Time `json:"created_at" description:"创建时间"` - UpdatedAt *gtime.Time `json:"updated_at" description:"修改时间"` -} diff --git a/hotgo-server/app/model/entity/sys_provinces.go b/hotgo-server/app/model/entity/sys_provinces.go deleted file mode 100644 index 1c56a52..0000000 --- a/hotgo-server/app/model/entity/sys_provinces.go +++ /dev/null @@ -1,21 +0,0 @@ -// ================================================================================= -// Code generated by GoFrame CLI tool. DO NOT EDIT. -// ================================================================================= - -package entity - -// SysProvinces is the golang structure for table sys_provinces. -type SysProvinces struct { - Id int `json:"id" description:"ID"` - Title string `json:"title" description:"栏目名"` - Pid int `json:"pid" description:"父栏目"` - ShortTitle string `json:"short_title" description:"缩写"` - Areacode int `json:"areacode" description:"区域编码"` - Zipcode int `json:"zipcode" description:"邮政编码"` - Pinyin string `json:"pinyin" description:"拼音"` - Lng string `json:"lng" description:"经度"` - Lat string `json:"lat" description:"纬度"` - Level int `json:"level" description:"级别"` - Tree string `json:"tree" description:""` - Sort uint `json:"sort" description:"排序"` -} diff --git a/hotgo-server/app/model/response.go b/hotgo-server/app/model/response.go deleted file mode 100644 index 7363b09..0000000 --- a/hotgo-server/app/model/response.go +++ /dev/null @@ -1,17 +0,0 @@ -// -// @Link  https://github.com/bufanyun/hotgo -// @Copyright  Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License  https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package model - -// HTTP响应 -type Response struct { - Code int `json:"code" example:"0" description:"状态码"` - Message string `json:"message" example:"操作成功" description:"提示消息"` - Data interface{} `json:"data" description:"数据集"` - Error interface{} `json:"error" description:"错误信息"` - Timestamp int64 `json:"timestamp" example:"1640966400" description:"服务器时间戳"` - ReqId string `json:"req_id" v:"0" example:"d0bb93048bc5c9164cdee845dcb7f820" description:"唯一请求ID"` -} diff --git a/hotgo-server/app/service/adminService/dept_service.go b/hotgo-server/app/service/adminService/dept_service.go deleted file mode 100644 index 7fb351f..0000000 --- a/hotgo-server/app/service/adminService/dept_service.go +++ /dev/null @@ -1,358 +0,0 @@ -package adminService - -import ( - "context" - "github.com/bufanyun/hotgo/app/consts" - "github.com/bufanyun/hotgo/app/form/input" - "github.com/bufanyun/hotgo/app/model/entity" - "github.com/bufanyun/hotgo/app/service/internal/dao" - "github.com/gogf/gf/v2/errors/gerror" - "github.com/gogf/gf/v2/os/gtime" - "github.com/gogf/gf/v2/util/gconv" -) - -var Dept = dept{} - -type dept struct{} - -// -//  @Title  菜单名称是否唯一 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  *adminForm.DictTypeUniqueRes -//  @Return  error -// -func (service *dept) NameUnique(ctx context.Context, in input.AdminDeptNameUniqueInp) (*input.AdminDeptNameUniqueModel, error) { - - var res input.AdminDeptNameUniqueModel - isUnique, err := dao.AdminDept.IsUniqueName(ctx, in.Id, in.Name) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - - res.IsUnique = isUnique - return &res, nil -} - -// -//  @Title  删除 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  error -// -func (service *dept) Delete(ctx context.Context, in input.AdminDeptDeleteInp) error { - - exist, err := dao.AdminRoleDept.Ctx(ctx).Where("dept_id", in.Id).One() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - if !exist.IsEmpty() { - return gerror.New("请先解除该部门下所有已关联用户关联关系!") - } - _, err = dao.AdminDept.Ctx(ctx).Where("id", in.Id).Delete() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - - return nil -} - -// -//  @Title  修改/新增 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  error -// -func (service *dept) Edit(ctx context.Context, in input.AdminDeptEditInp) (err error) { - - if in.Name == "" { - err = gerror.New("名称不能为空") - return err - } - - uniqueName, err := dao.AdminDept.IsUniqueName(ctx, in.Id, in.Name) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - if !uniqueName { - err = gerror.New("名称已存在") - return err - } - - // 修改 - in.UpdatedAt = gtime.Now() - if in.Id > 0 { - _, err = dao.AdminDept.Ctx(ctx).Where("id", in.Id).Data(in).Update() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - - return nil - } - - // 新增 - in.CreatedAt = gtime.Now() - _, err = dao.AdminDept.Ctx(ctx).Data(in).Insert() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - return nil -} - -// -//  @Title  最大排序 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  *adminForm.DictDataMaxSortRes -//  @Return  error -// -func (service *dept) MaxSort(ctx context.Context, in input.AdminDeptMaxSortInp) (*input.AdminDeptMaxSortModel, error) { - var res input.AdminDeptMaxSortModel - - if in.Id > 0 { - if err := dao.AdminDept.Ctx(ctx).Where("id", in.Id).Order("sort desc").Scan(&res); err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - } - - res.Sort = res.Sort + 10 - - return &res, nil -} - -// -//  @Title  获取指定字典类型信息 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  *adminForm.DictTypeViewRes -//  @Return  error -// -func (service *dept) View(ctx context.Context, in input.AdminDeptViewInp) (res *input.AdminDeptViewModel, err error) { - - if err = dao.AdminDept.Ctx(ctx).Where("id", in.Id).Scan(&res); err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - - return res, nil -} - -// -//  @Title  获取列表 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (service *dept) List(ctx context.Context, in input.AdminDeptListInp) (list []*input.AdminDeptListModel, err error) { - - mod := dao.AdminDept.Ctx(ctx) - - var ( - dataList []*entity.AdminDept - models []*DeptTree - //searchResult []*entity.AdminDept - //id int64 - //ids []int64 - ) - - // 部门名称 - if in.Name != "" { - //err = dao.AdminDept.Ctx(ctx).WhereLike("name", "%"+in.Name+"%").Scan(&searchResult) - //if err != nil { - // err = gerror.Wrap(err, consts.ErrorORM) - // return nil, err - //} - //for i := 0; i < len(searchResult); i++ { - // id, err = dao.AdminDept.TopPid(ctx, searchResult[i]) - // ids = append(ids, id) - //} - // - //if len(ids) == 0 { - // return nil, nil - //} - //mod = mod.Where("id", ids) - } - - err = mod.Order("id desc").Scan(&dataList) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return list, err - } - - _ = gconv.Structs(dataList, &models) - - childIds := service.getDeptChildIds(ctx, models, 0) - - _ = gconv.Structs(childIds, &list) - - return list, nil -} - -type DeptTree struct { - entity.AdminDept - Children []*DeptTree `json:"children"` -} - -// -//  @Title  将列表转为父子关系列表 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   lists -//  @Param   pid -//  @Return  []*RelationTree -// -func (service *dept) getDeptChildIds(ctx context.Context, lists []*DeptTree, pid int64) []*DeptTree { - - var ( - count = len(lists) - newLists []*DeptTree - ) - - if count == 0 { - return nil - } - - for i := 0; i < len(lists); i++ { - if lists[i].Id > 0 && lists[i].Pid == pid { - var row *DeptTree - if err := gconv.Structs(lists[i], &row); err != nil { - panic(err) - } - row.Children = service.getDeptChildIds(ctx, lists, row.Id) - newLists = append(newLists, row) - } - } - - return newLists -} - -type DeptListTree struct { - Id int64 `json:"id" ` - Key int64 `json:"key" ` - Pid int64 `json:"pid" ` - Label string `json:"label"` - Title string `json:"title"` - Name string `json:"name"` - Type string `json:"type"` - Children []*DeptListTree `json:"children"` -} - -// -//  @Title  获取列表树 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (service *dept) ListTree(ctx context.Context, in input.AdminDeptListTreeInp) (list []*input.AdminDeptListTreeModel, err error) { - - mod := dao.AdminDept.Ctx(ctx) - - var ( - dataList []*entity.AdminDept - models []*DeptListTree - ) - - err = mod.Order("id desc").Scan(&dataList) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return list, err - } - - _ = gconv.Structs(dataList, &models) - - // TODO  重写树入参 - for i := 0; i < len(models); i++ { - models[i].Key = models[i].Id - models[i].Title = models[i].Name - models[i].Label = models[i].Name - } - - childIds := service.getDeptTreeChildIds(ctx, models, 0) - - _ = gconv.Structs(childIds, &list) - - return list, nil -} - -// -//  @Title  将列表转为父子关系列表 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   lists -//  @Param   pid -//  @Return  []*RelationTree -// -func (service *dept) getDeptTreeChildIds(ctx context.Context, lists []*DeptListTree, pid int64) []*DeptListTree { - - var ( - count = len(lists) - newLists []*DeptListTree - ) - - if count == 0 { - return nil - } - - for i := 0; i < len(lists); i++ { - if lists[i].Id > 0 && lists[i].Pid == pid { - var row *DeptListTree - if err := gconv.Structs(lists[i], &row); err != nil { - panic(err) - } - row.Children = service.getDeptTreeChildIds(ctx, lists, row.Id) - newLists = append(newLists, row) - } - } - - return newLists -} - -// -//  @Title  获取部门名称 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   id -//  @Return  name -//  @Return  err -// -func (service *dept) GetName(ctx context.Context, id int64) (name string, err error) { - - var data entity.AdminDept - - err = dao.AdminDept.Ctx(ctx). - Where("id", id). - Fields("name"). - Scan(&data) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return name, err - } - - return data.Name, nil -} diff --git a/hotgo-server/app/service/adminService/member_service.go b/hotgo-server/app/service/adminService/member_service.go deleted file mode 100644 index 2f1b7ef..0000000 --- a/hotgo-server/app/service/adminService/member_service.go +++ /dev/null @@ -1,657 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package adminService - -import ( - "context" - "github.com/bufanyun/hotgo/app/com" - "github.com/bufanyun/hotgo/app/consts" - "github.com/bufanyun/hotgo/app/form/adminForm" - "github.com/bufanyun/hotgo/app/form/input" - "github.com/bufanyun/hotgo/app/model" - "github.com/bufanyun/hotgo/app/model/entity" - "github.com/bufanyun/hotgo/app/service/internal/dao" - "github.com/bufanyun/hotgo/app/service/internal/dto" - "github.com/gogf/gf/v2/crypto/gmd5" - "github.com/gogf/gf/v2/errors/gerror" - "github.com/gogf/gf/v2/frame/g" - "github.com/gogf/gf/v2/os/gtime" - "github.com/gogf/gf/v2/util/gconv" - "github.com/gogf/gf/v2/util/grand" -) - -var Member = new(member) - -type member struct{} - -// -//  @Title  修改登录密码 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  *adminForm.DictTypeUniqueRes -//  @Return  error -// -func (service *member) UpdateProfile(ctx context.Context, in input.AdminMemberUpdateProfileInp) (err error) { - - memberId := com.Context.Get(ctx).User.Id - if memberId <= 0 { - err := gerror.New("获取用户信息失败!") - return err - } - - var memberInfo entity.AdminMember - if err = dao.AdminMember.Ctx(ctx).Where("id", memberId).Scan(&memberInfo); err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - - _, err = dao.AdminMember.Ctx(ctx). - Where("id", memberId). - Data(g.Map{ - "mobile": in.Mobile, - "email": in.Email, - "realname": in.Realname, - }). - Update() - - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - - return -} - -// -//  @Title  修改登录密码 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  *adminForm.DictTypeUniqueRes -//  @Return  error -// -func (service *member) UpdatePwd(ctx context.Context, in input.AdminMemberUpdatePwdInp) (err error) { - - var memberInfo entity.AdminMember - if err = dao.AdminMember.Ctx(ctx).Where("id", in.Id).Scan(&memberInfo); err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - - if gmd5.MustEncryptString(in.OldPassword+memberInfo.Salt) != memberInfo.PasswordHash { - err = gerror.New("原密码不正确") - return err - } - - _, err = dao.AdminMember.Ctx(ctx). - Where("id", in.Id). - Data(g.Map{ - "password_hash": gmd5.MustEncryptString(in.NewPassword + memberInfo.Salt), - "updated_at": gtime.Now(), - }). - Update() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - - return -} - -// -//  @Title  重置密码 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  *adminForm.DictTypeUniqueRes -//  @Return  error -// -func (service *member) ResetPwd(ctx context.Context, in input.AdminMemberResetPwdInp) (err error) { - - var memberInfo entity.AdminMember - if err = dao.AdminMember.Ctx(ctx).Where("id", in.Id).Scan(&memberInfo); err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - - _, err = dao.AdminMember.Ctx(ctx). - Where("id", in.Id). - Data(g.Map{ - "password_hash": gmd5.MustEncryptString(in.Password + memberInfo.Salt), - "updated_at": gtime.Now(), - }). - Update() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - - return -} - -// -//  @Title  菜单名称是否唯一 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  *adminForm.DictTypeUniqueRes -//  @Return  error -// -func (service *member) EmailUnique(ctx context.Context, in input.AdminMemberEmailUniqueInp) (*input.AdminMemberEmailUniqueModel, error) { - - var res input.AdminMemberEmailUniqueModel - isUnique, err := dao.AdminMember.IsUniqueEmail(ctx, in.Id, in.Email) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - - res.IsUnique = isUnique - return &res, nil -} - -// -//  @Title  手机号是否唯一 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  *adminForm.DictTypeUniqueRes -//  @Return  error -// -func (service *member) MobileUnique(ctx context.Context, in input.AdminMemberMobileUniqueInp) (*input.AdminMemberMobileUniqueModel, error) { - - var res input.AdminMemberMobileUniqueModel - isUnique, err := dao.AdminMember.IsUniqueMobile(ctx, in.Id, in.Mobile) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - - res.IsUnique = isUnique - return &res, nil -} - -// -//  @Title  菜单名称是否唯一 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  *adminForm.DictTypeUniqueRes -//  @Return  error -// -func (service *member) NameUnique(ctx context.Context, in input.AdminMemberNameUniqueInp) (*input.AdminMemberNameUniqueModel, error) { - - var res input.AdminMemberNameUniqueModel - isUnique, err := dao.AdminMember.IsUniqueName(ctx, in.Id, in.Username) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - - res.IsUnique = isUnique - return &res, nil -} - -// -//  @Title  删除 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  error -// -func (service *member) Delete(ctx context.Context, in input.AdminMemberDeleteInp) error { - - exist, err := dao.AdminMember.Ctx(ctx).Where("member_id", in.Id).One() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - if !exist.IsEmpty() { - return gerror.New("请先解除该部门下所有已关联用户关联关系!") - } - _, err = dao.AdminMember.Ctx(ctx).Where("id", in.Id).Delete() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - - return nil -} - -// -//  @Title  修改/新增 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  error -// -func (service *member) Edit(ctx context.Context, in input.AdminMemberEditInp) (err error) { - - if in.Username == "" { - err = gerror.New("帐号不能为空") - return err - } - - uniqueName, err := dao.AdminMember.IsUniqueName(ctx, in.Id, in.Username) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - if !uniqueName { - err = gerror.New("帐号已存在") - return err - } - - if in.Mobile != "" { - uniqueMobile, err := dao.AdminMember.IsUniqueMobile(ctx, in.Id, in.Mobile) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - if !uniqueMobile { - err = gerror.New("手机号已存在") - return err - } - } - - if in.Email != "" { - uniqueEmail, err := dao.AdminMember.IsUniqueMobile(ctx, in.Id, in.Email) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - if !uniqueEmail { - err = gerror.New("邮箱已存在") - return err - } - } - - // 修改 - in.UpdatedAt = gtime.Now() - if in.Id > 0 { - _, err = dao.AdminMember.Ctx(ctx).Where("id", in.Id).Data(in).Update() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - - // 更新岗位 - err = MemberPost.UpdatePostIds(ctx, in.Id, in.PostIds) - if err != nil { - return err - } - return nil - } - - // 新增 - in.CreatedAt = gtime.Now() - - // 新增用户时的额外属性 - var data input.AdminMemberAddInp - data.AdminMemberEditInp = in - data.Salt = grand.S(6) - data.PasswordHash = gmd5.MustEncryptString(data.Password + data.Salt) - - g.Log().Print(ctx, "data.Salt:", data) - insert, err := dao.AdminMember.Ctx(ctx).Data(data).Insert() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - - // 更新岗位 - id, err := insert.LastInsertId() - if err != nil { - return err - } - err = MemberPost.UpdatePostIds(ctx, id, in.PostIds) - if err != nil { - return err - } - return nil -} - -// -//  @Title  最大排序 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  *adminForm.DictDataMaxSortRes -//  @Return  error -// -func (service *member) MaxSort(ctx context.Context, in input.AdminMemberMaxSortInp) (*input.AdminMemberMaxSortModel, error) { - var res input.AdminMemberMaxSortModel - - if in.Id > 0 { - if err := dao.AdminMember.Ctx(ctx).Where("id", in.Id).Order("sort desc").Scan(&res); err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - } - - res.Sort = res.Sort + 10 - - return &res, nil -} - -// -//  @Title  获取指定字典类型信息 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  *adminForm.DictTypeViewRes -//  @Return  error -// -func (service *member) View(ctx context.Context, in input.AdminMemberViewInp) (res *input.AdminMemberViewModel, err error) { - - if err = dao.AdminMember.Ctx(ctx).Where("id", in.Id).Scan(&res); err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - - return res, nil -} - -// -//  @Title  获取列表 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (service *member) List(ctx context.Context, in input.AdminMemberListInp) (list []*input.AdminMemberListModel, totalCount int, err error) { - - var authorization = com.Jwt.GetAuthorization(com.Context.Get(ctx).Request) - // TODO 获取jwtToken - jwtToken := consts.RedisJwtToken + gmd5.MustEncryptString(authorization) - g.Log().Print(ctx, "jwtToken:", jwtToken) - - mod := dao.AdminMember.Ctx(ctx) - - if in.Realname != "" { - mod = mod.WhereLike("realname", "%"+in.Realname+"%") - } - if in.Username != "" { - mod = mod.WhereLike("username", "%"+in.Username+"%") - } - if in.Mobile > 0 { - mod = mod.Where("mobile", in.Mobile) - } - if in.Status > 0 { - mod = mod.Where("status", in.Status) - } - if in.DeptId > 0 { - mod = mod.Where("dept_id", in.DeptId) - } - - // 日期范围 - if in.StartTime != "" { - mod = mod.WhereGTE("created_at", in.StartTime) - } - if in.EndTime != "" { - mod = mod.WhereLTE("created_at", in.EndTime) - } - - totalCount, err = mod.Count() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return list, totalCount, err - } - - err = mod.Page(in.Page, in.Limit).Order("id desc").Scan(&list) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return list, totalCount, err - } - - // TODO  重写树入参 - for i := 0; i < len(list); i++ { - // TODO  部门 - deptName, err := dao.AdminDept.Ctx(ctx). - Fields("name"). - Where("id", list[i].DeptId). - Value() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return list, totalCount, err - } - list[i].DeptName = deptName.String() - - // TODO  角色 - roleName, err := dao.AdminRole.Ctx(ctx). - Fields("name"). - Where("id", list[i].Role). - Value() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return list, totalCount, err - } - list[i].RoleName = roleName.String() - } - - return list, totalCount, err -} - -// // -//  @Title  获取登录用户信息 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (service *member) LoginMemberInfo(ctx context.Context, req *adminForm.MemberInfoReq) (res *adminForm.MemberInfoRes, err error) { - - var ( - defaultPortalConfig adminForm.PortalConfig - defaultPortalConfigs []*adminForm.PortalConfig - configContent adminForm.PortalConfigContent - configContents []*adminForm.PortalConfigContent - configContentOptions []*adminForm.PortalConfigContentOptions - Options adminForm.PortalConfigContentOptions - ) - - g.Log().Print(ctx, "测试") - - // TODO  配置内容选项 - Options.TitleRequired = true - Options.Refresh = 1 - configContentOptions = append(configContentOptions, &Options) - - // TODO  配置内容 - configContent.Options = configContentOptions - configContent.Id = 1 - configContent.X = 0 - configContent.Y = 0 - configContent.W = 3 - configContent.H = 262 - configContent.I = 1 - configContent.Key = "kuaijierukou" - configContent.IsShowTitle = "N" - configContent.IsAllowDrag = false - configContent.Name = "快捷入口" - configContent.Type = "smallPage" - configContent.Url = "dashboard/portal/CommonUse" - configContent.Moved = true - - configContents = append(configContents, &configContent) - - // TODO  默认配置 - defaultPortalConfig.Id = "4ae60dd1debe462096698e1da993317a" - defaultPortalConfig.Name = "首页" - defaultPortalConfig.Code = "6c297eb4651940edbb45c87c75be00d7" - defaultPortalConfig.ApplicationRange = "U" - defaultPortalConfig.IsDefault = "Y" - defaultPortalConfig.ResourceId = "1" - defaultPortalConfig.SystemDefinedId = "app1" - defaultPortalConfig.PortalConfigContent = gconv.String(configContents) - - defaultPortalConfigs = append(defaultPortalConfigs, &defaultPortalConfig) - - member := com.Context.Get(ctx).User - - noticeList, err := Notice.WhereAll(ctx, dto.AdminNotice{ - Status: consts.StatusEnabled, - }) - if err != nil { - noticeList = nil - } - - res = &adminForm.MemberInfoRes{ - LincenseInfo: consts.VersionApp, - Permissions: []string{"*:*:*"}, - Roles: []string{"admin"}, - User: *member, - DefaultPortalConfig: defaultPortalConfigs, - UserPortalConfig: defaultPortalConfigs, - SysNoticeList: noticeList, - } - - return -} - -// -//  @Title  提交登录 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (service *member) Login(ctx context.Context, in input.AdminMemberLoginSignInp) (res *input.AdminMemberLoginSignModel, err error) { - - var member *entity.AdminMember - err = dao.AdminMember.Ctx(ctx).Where("username", in.Username).Scan(&member) - - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return - } - if member == nil { - err = gerror.New(consts.ErrorNotData) - return - } - - if member.Salt == "" { - err = gerror.New("用户信息错误") - return - } - - if member.PasswordHash != gmd5.MustEncryptString(in.Password+member.Salt) { - err = gerror.New("用户密码不正确") - return - } - - // 默认设备 - if in.Device != consts.AppAdmin && in.Device != consts.AppApi { - in.Device = consts.AppAdmin - } - - // TODO  生成token - jwtExpires, err := g.Cfg().Get(ctx, "jwt.expires", 1) - if err != nil { - err := gerror.New(err.Error()) - return nil, err - } - // TODO  有效期 - expires := jwtExpires.Int64() - - // TODO  过期时间戳 - exp := gconv.Int64(gtime.Timestamp()) + expires - - var identity *model.Identity - identity = &model.Identity{ - Id: member.Id, - Username: member.Username, - Realname: member.Realname, - Avatar: member.Avatar, - Email: member.Email, - Mobile: member.Mobile, - VisitCount: member.VisitCount, - LastTime: member.LastTime, - LastIp: member.LastIp, - Role: member.Role, - Exp: exp, - Expires: expires, - App: consts.AppAdmin, - } - token, err := com.Jwt.GenerateLoginToken(ctx, identity, false) - if err != nil { - err = gerror.New(err.Error()) - return - } - - // TODO  更新登录信息 - authKey := gmd5.MustEncryptString(gconv.String(token)) - - _, err = dao.AdminMember.Ctx(ctx).Data(dto.AdminMember{ - AuthKey: gmd5.MustEncryptString(authKey), - VisitCount: member.VisitCount + 1, - LastTime: gtime.Timestamp(), - LastIp: com.Context.Get(ctx).Request.GetClientIp(), - }).Where(dto.AdminMember{ - Id: member.Id, - }).Update() - - if err != nil { - err = gerror.New(err.Error()) - return - } - - res = &input.AdminMemberLoginSignModel{ - Identity: *identity, - Token: gconv.String(token), - } - - return res, nil -} - -// -//  @Title  获取角色下的会员列表 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (service *member) RoleMemberList(ctx context.Context, in input.AdminRoleMemberListInp) (list []*input.AdminMemberListModel, totalCount int, err error) { - - mod := dao.AdminMember.Ctx(ctx) - if in.Role > 0 { - mod = mod.Where("role", in.Role) - } - - totalCount, err = mod.Count() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return list, totalCount, err - } - - err = mod.Page(in.Page, in.Limit).Order("id desc").Scan(&list) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return list, totalCount, err - } - - return list, totalCount, err -} diff --git a/hotgo-server/app/service/adminService/menu_service.go b/hotgo-server/app/service/adminService/menu_service.go deleted file mode 100644 index 35f9efd..0000000 --- a/hotgo-server/app/service/adminService/menu_service.go +++ /dev/null @@ -1,533 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package adminService - -import ( - "context" - "github.com/bufanyun/hotgo/app/consts" - "github.com/bufanyun/hotgo/app/form/adminForm" - "github.com/bufanyun/hotgo/app/form/input" - "github.com/bufanyun/hotgo/app/model" - "github.com/bufanyun/hotgo/app/model/entity" - "github.com/bufanyun/hotgo/app/service/internal/dao" - "github.com/bufanyun/hotgo/app/service/internal/dto" - "github.com/gogf/gf/v2/errors/gerror" - "github.com/gogf/gf/v2/os/gtime" - "github.com/gogf/gf/v2/util/gconv" -) - -var Menu = new(menu) - -type menu struct{} - -// -//  @Title  查询角色菜单列表 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  *adminForm.MenuSearchListRes -//  @Return  error -// -func (service *menu) RoleList(ctx context.Context, in input.MenuRoleListInp) (*input.MenuRoleListModel, error) { - - var ( - mod = dao.AdminRoleMenu.Ctx(ctx) - roleMenu []*entity.AdminRoleMenu - lst []*model.LabelTreeMenu - res input.MenuRoleListModel - err error - checkedKeys []int64 - ) - - // TODO  获取选中菜单ID - if in.RoleId > 0 { - mod = mod.Where("role_id", in.RoleId) - } - err = mod.Fields().Scan(&roleMenu) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - for i := 0; i < len(roleMenu); i++ { - checkedKeys = append(checkedKeys, roleMenu[i].MenuId) - } - res.CheckedKeys = checkedKeys - - // TODO  获取菜单树 - lst, err = dao.AdminMenu.GenLabelTreeList(ctx, 0) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - - _ = gconv.Structs(lst, &res.Menus) - - return &res, nil -} - -// -//  @Title  查询菜单列表 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  *adminForm.MenuSearchListRes -//  @Return  error -// -func (service *menu) SearchList(ctx context.Context, req *adminForm.MenuSearchListReq) (*adminForm.MenuSearchListRes, error) { - - var ( - mod = dao.AdminMenu.Ctx(ctx) - lst []*model.TreeMenu - res adminForm.MenuSearchListRes - searchResult []*entity.AdminMenu - id int64 - ids []int64 - err error - ) - - if req.Name != "" { - mod = mod.WhereLike("name", "%"+req.Name+"%") - } - - if req.Status > 0 { - mod = mod.Where("status", req.Status) - } - - if req.Name != "" || req.Status > 0 { - err = mod.Scan(&searchResult) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - for i := 0; i < len(searchResult); i++ { - id, err = dao.AdminMenu.TopPid(ctx, searchResult[i]) - ids = append(ids, id) - } - } - - lst, err = dao.AdminMenu.GenTreeList(ctx, 0, ids) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - - _ = gconv.Structs(lst, &res) - - return &res, nil -} - -// -//  @Title  最大排序 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  *adminForm.DictDataMaxSortRes -//  @Return  error -// -func (service *menu) MaxSort(ctx context.Context, req *adminForm.MenuMaxSortReq) (*adminForm.MenuMaxSortRes, error) { - var ( - res adminForm.MenuMaxSortRes - err error - ) - - if req.Id > 0 { - if err = dao.AdminMenu.Ctx(ctx).Where("id", req.Id).Order("sort desc").Scan(&res); err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - } - - res.Sort = res.Sort + 10 - - return &res, nil -} - -// -//  @Title  菜单名称是否唯一 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  *adminForm.DictTypeUniqueRes -//  @Return  error -// -func (service *menu) NameUnique(ctx context.Context, req *adminForm.MenuNameUniqueReq) (*adminForm.MenuNameUniqueRes, error) { - var ( - res adminForm.MenuNameUniqueRes - err error - ) - - res.IsUnique, err = dao.AdminMenu.IsUniqueName(ctx, req.Id, req.Name) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - - return &res, nil -} - -// -//  @Title  菜单编码是否唯一 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  *adminForm.DictTypeUniqueRes -//  @Return  error -// -func (service *menu) CodeUnique(ctx context.Context, req *adminForm.MenuCodeUniqueReq) (*adminForm.MenuCodeUniqueRes, error) { - var ( - res adminForm.MenuCodeUniqueRes - err error - ) - - res.IsUnique, err = dao.AdminMenu.IsUniqueCode(ctx, req.Id, req.Code) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - - return &res, nil -} - -// -//  @Title  删除 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  error -// -func (service *menu) Delete(ctx context.Context, req *adminForm.MenuDeleteReq) error { - - exist, err := dao.AdminMenu.Ctx(ctx).Where("pid", req.Id).One() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - if !exist.IsEmpty() { - return gerror.New("请先删除该菜单下的所有菜单!") - } - _, err = dao.AdminMenu.Ctx(ctx).Where("id", req.Id).Delete() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - - return nil -} - -// -//  @Title  修改/新增 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  error -// -func (service *menu) Edit(ctx context.Context, req *adminForm.MenuEditReq) (err error) { - var ( - pidData *dto.AdminMenu - uniqueName bool - uniqueCode bool - ) - - if req.Name == "" { - err = gerror.New("菜单名称不能为空") - return err - } - if req.Path == "" { - err = gerror.New("菜单路径不能为空") - return err - } - if req.Code == "" { - err = gerror.New("菜单编码不能为空") - return err - } - - uniqueName, err = dao.AdminMenu.IsUniqueName(ctx, req.Id, req.Name) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - if !uniqueName { - err = gerror.New("菜单名称已存在") - return err - } - - uniqueCode, err = dao.AdminMenu.IsUniqueCode(ctx, req.Id, req.Code) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - if !uniqueCode { - err = gerror.New("菜单编码已存在") - return err - } - - // TODO 维护菜单等级 - if req.Pid == 0 { - req.Level = 1 - } else { - if err = dao.AdminMenu.Ctx(ctx).Where("id", req.Pid).Scan(&pidData); err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - if pidData == nil { - return gerror.New("上级菜单信息错误") - } - req.Level = gconv.Int(pidData.Level) + 1 - } - - // 修改 - req.UpdatedAt = gtime.Now() - if req.Id > 0 { - if req.Pid == req.Id { - return gerror.New("上级菜单不能是当前菜单") - } - _, err = dao.AdminMenu.Ctx(ctx).Where("id", req.Id).Data(req).Update() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - - return nil - } - - // 新增 - req.CreatedAt = gtime.Now() - _, err = dao.AdminMenu.Ctx(ctx).Data(req).Insert() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - return nil -} - -// -//  @Title  获取信息 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  *adminForm.DictTypeViewRes -//  @Return  error -// -func (service *menu) View(ctx context.Context, req *adminForm.MenuViewReq) (res *adminForm.MenuViewRes, err error) { - //var ( - // res adminForm.MenuViewRes - //) - - if err = dao.AdminMenu.Ctx(ctx).Where("id", req.Id).Scan(&res); err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - - return res, nil -} - -// -//  @Title  获取菜单列表 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (service *menu) List(ctx context.Context, req *adminForm.MenuListReq) (*adminForm.MenuListRes, error) { - var ( - m = dao.AdminMenu.Ctx(ctx) - list []*entity.AdminMenu - res adminForm.MenuListRes - totalCount int - err error - ) - - if req.Pid == 0 { - m = m.Where("level", 1) - } else { - m = m.Where("pid", req.Pid) - } - - totalCount, err = m.Count() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - - err = m.Page(req.Page, req.Limit).Scan(&list) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - - res.List = list - res.Page = req.Page - res.Limit = req.Limit - res.TotalCount = totalCount - - return &res, nil -} - -type RelationTree struct { - adminForm.RoleDynamicBase - Children []*RelationTree `json:"children"` -} - -// -//  @Title  获取菜单列表 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   member_id -// -func (service *menu) GetMenuList(ctx context.Context, member_id int64) (lists *adminForm.RoleDynamicRes, err error) { - - var ( - results []*entity.AdminMenu - models []*RelationTree - recursion []*adminForm.RoleDynamicBase - finalResponse adminForm.RoleDynamicRes - ) - - err = dao.AdminMenu.Ctx(ctx).Order("sort asc,id desc").Scan(&results) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - - for i := 0; i < len(results); i++ { - - // 元数据 - var ( - meta adminForm.RoleDynamicMeta - rec adminForm.RoleDynamicBase - ) - - meta.Title = results[i].Name - meta.Icon = results[i].Icon - meta.NoCache = gconv.Bool(results[i].IsCache) - meta.Remark = results[i].Remark - - rec.Id = results[i].Id - rec.Pid = results[i].Pid - rec.IsFrame = results[i].IsFrame - rec.Name = results[i].Name - rec.Code = results[i].Code - rec.Path = results[i].Path - rec.Hidden = results[i].IsVisible == "1" - rec.Redirect = service.getRedirect(results[i]) - rec.Component = service.getComponent(results[i]) - rec.AlwaysShow = true - rec.Meta = &meta - - recursion = append(recursion, &rec) - } - - _ = gconv.Structs(recursion, &models) - - childIds := service.getChildIds(ctx, models, 0) - - _ = gconv.Structs(childIds, &finalResponse) - - return &finalResponse, nil -} - -// -//  @Title  获取菜单的组件配置 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   model -//  @Return  string -// -func (service *menu) getComponent(mod *entity.AdminMenu) string { - - if mod.Type == "M" { - return "Layout" - } - - if mod.Type == "C" { - return mod.Component - } - - return mod.Component -} - -// -//  @Title  获取菜单是否重定向 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   model -//  @Return  string -// -func (service *menu) getRedirect(model *entity.AdminMenu) string { - if model.Type == "M" { - return "noRedirect" - } - - return "" -} - -// -//  @Title  将菜单转为父子关系菜单 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   lists -//  @Param   pid -//  @Return  []*RelationTree -// -func (service *menu) getChildIds(ctx context.Context, lists []*RelationTree, pid int64) []*RelationTree { - - var ( - count = len(lists) - newLists []*RelationTree - ) - - if count == 0 { - return nil - } - - for i := 0; i < len(lists); i++ { - if lists[i].Id > 0 && lists[i].Pid == pid { - var row *RelationTree - if err := gconv.Structs(lists[i], &row); err != nil { - panic(err) - } - row.Children = service.getChildIds(ctx, lists, row.Id) - newLists = append(newLists, row) - } - } - - return newLists -} - -// -//  @Title  根据条件查询一行的数据 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   where -//  @Return  *entity.AdminMenu -// -func (service *menu) WhereScan(ctx context.Context, where dto.AdminMenu) *entity.AdminMenu { - var ( - mod *entity.AdminMenu - err error - ) - - if err = dao.AdminMenu.Ctx(ctx).Where(where).Scan(&mod); err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil - } - - return mod -} diff --git a/hotgo-server/app/service/adminService/notice_service.go b/hotgo-server/app/service/adminService/notice_service.go deleted file mode 100644 index fbefaed..0000000 --- a/hotgo-server/app/service/adminService/notice_service.go +++ /dev/null @@ -1,263 +0,0 @@ -// -// @Link  https://github.com/bufanyun/hotgo -// @Copyright  Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License  https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package adminService - -import ( - "context" - "github.com/bufanyun/hotgo/app/consts" - "github.com/bufanyun/hotgo/app/form/input" - "github.com/bufanyun/hotgo/app/model/entity" - "github.com/bufanyun/hotgo/app/service/internal/dao" - "github.com/bufanyun/hotgo/app/service/internal/dto" - "github.com/gogf/gf/v2/database/gdb" - "github.com/gogf/gf/v2/errors/gerror" - "github.com/gogf/gf/v2/os/gtime" - "github.com/gogf/gf/v2/util/gconv" -) - -var Notice = new(notice) - -type notice struct{} - -// -//  @Title  菜单名称是否唯一 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  *adminForm.DictTypeUniqueRes -//  @Return  error -// -func (service *notice) NameUnique(ctx context.Context, in input.AdminNoticeNameUniqueInp) (*input.AdminNoticeNameUniqueModel, error) { - - var res input.AdminNoticeNameUniqueModel - isUnique, err := dao.AdminNotice.IsUniqueTitle(ctx, in.Id, in.Title) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - - res.IsUnique = isUnique - return &res, nil -} - -// -//  @Title  删除 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  error -// -func (service *notice) Delete(ctx context.Context, in input.AdminNoticeDeleteInp) error { - - _, err := dao.AdminNotice.Ctx(ctx).Where("id", in.Id).Delete() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - - return nil -} - -// -//  @Title  修改/新增 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  error -// -func (service *notice) Edit(ctx context.Context, in input.AdminNoticeEditInp) (err error) { - - if in.Title == "" { - err = gerror.New("名称不能为空") - return err - } - - uniqueName, err := dao.AdminNotice.IsUniqueTitle(ctx, in.Id, in.Title) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - if !uniqueName { - err = gerror.New("名称已存在") - return err - } - - // 修改 - in.UpdatedAt = gtime.Now() - if in.Id > 0 { - _, err = dao.AdminNotice.Ctx(ctx).Where("id", in.Id).Data(in).Update() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - - return nil - } - - // 新增 - in.CreatedAt = gtime.Now() - _, err = dao.AdminNotice.Ctx(ctx).Data(in).Insert() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - return nil -} - -// -//  @Title  最大排序 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  *adminForm.DictDataMaxSortRes -//  @Return  error -// -func (service *notice) MaxSort(ctx context.Context, in input.AdminNoticeMaxSortInp) (*input.AdminNoticeMaxSortModel, error) { - var res input.AdminNoticeMaxSortModel - - if in.Id > 0 { - if err := dao.AdminNotice.Ctx(ctx).Where("id", in.Id).Order("sort desc").Scan(&res); err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - } - - res.Sort = res.Sort + 10 - - return &res, nil -} - -// -//  @Title  获取指定字典类型信息 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  *adminForm.DictTypeViewRes -//  @Return  error -// -func (service *notice) View(ctx context.Context, in input.AdminNoticeViewInp) (res *input.AdminNoticeViewModel, err error) { - - if err = dao.AdminNotice.Ctx(ctx).Where("id", in.Id).Scan(&res); err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - - return res, nil -} - -// -//  @Title  获取列表 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (service *notice) List(ctx context.Context, in input.AdminNoticeListInp) (list []*input.AdminNoticeListModel, totalCount int, err error) { - - mod := dao.AdminNotice.Ctx(ctx) - - if in.Realname != "" { - mod = mod.WhereLike("realname", "%"+in.Realname+"%") - } - if in.Username != "" { - mod = mod.WhereLike("username", "%"+in.Username+"%") - } - if in.Mobile > 0 { - mod = mod.Where("mobile", in.Mobile) - } - if in.Status > 0 { - mod = mod.Where("status", in.Status) - } - if in.DeptId > 0 { - mod = mod.Where("dept_id", in.DeptId) - } - - // 日期范围 - if in.StartTime != "" { - mod = mod.WhereGTE("created_at", in.StartTime) - } - if in.EndTime != "" { - mod = mod.WhereLTE("created_at", in.EndTime) - } - - totalCount, err = mod.Count() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return list, totalCount, err - } - - err = mod.Page(in.Page, in.Limit).Order("id desc").Scan(&list) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return list, totalCount, err - } - - //// TODO  重写树入参 - //for i := 0; i < len(list); i++ { - //} - - return list, totalCount, err -} - -// -//  @Title  根据条件查询所有数据 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   where -//  @Return  []*entity.AdminNotice -//  @Return  error -// -func (service *notice) WhereAll(ctx context.Context, where dto.AdminNotice) ([]*entity.AdminNotice, error) { - var ( - model []*entity.AdminNotice - err error - result gdb.Result - ) - result, err = dao.AdminNotice.Ctx(ctx).Where(where).All() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - - err = gconv.Scan(result, &model) - if err != nil { - err = gerror.Wrap(err, consts.ErrorRotaPointer) - return nil, err - } - - return model, nil -} - -// -//  @Title  根据条件查询一行的数据 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   where -//  @Return  *entity.AdminMenu -// -func (service *notice) WhereScan(ctx context.Context, where dto.AdminNotice) *entity.AdminNotice { - var ( - model *entity.AdminNotice - err error - ) - - if err = dao.AdminMenu.Ctx(ctx).Where(where).Scan(&model); err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil - } - - return model -} diff --git a/hotgo-server/app/service/adminService/role_service.go b/hotgo-server/app/service/adminService/role_service.go deleted file mode 100644 index 603b786..0000000 --- a/hotgo-server/app/service/adminService/role_service.go +++ /dev/null @@ -1,165 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package adminService - -import ( - "context" - - "github.com/gogf/gf/v2/database/gdb" - "github.com/gogf/gf/v2/errors/gerror" - "github.com/gogf/gf/v2/frame/g" - - "github.com/bufanyun/hotgo/app/consts" - "github.com/bufanyun/hotgo/app/form/adminForm" - "github.com/bufanyun/hotgo/app/form/input" - "github.com/bufanyun/hotgo/app/service/internal/dao" - "github.com/bufanyun/hotgo/app/service/internal/dto" - "github.com/bufanyun/hotgo/app/utils" -) - -var Role = new(role) - -type role struct{} - -// -//  @Title  验证权限 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   member_id -//  @Param   path -//  @Return  bool -// -func (service *role) Verify(ctx context.Context, member_id int, path string) bool { - var ( - err error - ) - - if utils.Auth.IsExceptAuth(ctx, path) { - return true - } - - menu := Menu.WhereScan(ctx, dto.AdminMenu{ - Path: path, - Status: consts.StatusEnabled, - }) - - if menu == nil { - err = gerror.New(consts.ErrorNotData) - return false - } - - g.Log().Print(ctx, "menu:", menu) - g.Log().Print(ctx, "err:", err) - - return true -} - -// -//  @Title  获取列表 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (service *role) List(ctx context.Context, in input.AdminRoleListInp) (list []*input.AdminRoleListModel, totalCount int, err error) { - - mod := dao.AdminRole.Ctx(ctx) - - totalCount, err = mod.Count() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return list, totalCount, err - } - - err = mod.Page(in.Page, in.Limit).Order("id asc").Scan(&list) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return list, totalCount, err - } - - return list, totalCount, err -} - -// -//  @Title  获取指定角色的名称 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   RoleId -//  @Return  name -//  @Return  err -// -func (service *role) GetName(ctx context.Context, RoleId int64) (name string, err error) { - roleName, err := dao.AdminRole.Ctx(ctx). - Fields("name"). - Where("id", RoleId). - Order("id desc"). - Value() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return name, err - } - - return roleName.String(), nil -} - -// -//  @Title  获取指定会员的岗位列表 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (service *role) GetMemberList(ctx context.Context, RoleId int64) (list []*input.AdminRoleListModel, err error) { - - err = dao.AdminRole.Ctx(ctx). - Where("id", RoleId). - Order("id desc"). - Scan(&list) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return list, err - } - - return list, err -} - -// -//  @Title  更改角色菜单权限 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  err -// -func (service *role) EditRoleMenu(ctx context.Context, reqInfo *adminForm.RoleMenuEditReq) error { - return dao.AdminRoleMenu.Transaction(ctx, func(ctx context.Context, tx *gdb.TX) (err error) { - _, err = dao.AdminRoleMenu.Ctx(ctx).Where("role_id", reqInfo.RoleId).Delete() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - addMap := make(g.List, 0, len(reqInfo.MenuIds)) - for _, v := range reqInfo.MenuIds { - addMap = append(addMap, g.Map{ - "role_id": reqInfo.RoleId, - "menu_id": v, - }) - } - _, err = dao.AdminRoleMenu.Ctx(ctx).Data(addMap).Insert() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - return nil - }) -} diff --git a/hotgo-server/app/service/apiService/member_service.go b/hotgo-server/app/service/apiService/member_service.go deleted file mode 100644 index 0ea9a02..0000000 --- a/hotgo-server/app/service/apiService/member_service.go +++ /dev/null @@ -1,23 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package apiService - -import ( - "context" - "github.com/gogf/gf/v2/frame/g" -) - -var Member = new(member) - -type member struct {} - -func (service *member) Test() (ctx context.Context) { - g.Log().Print(ctx, "apiService--WithMember--test...") - - //g.Log().Print(ctx, "api调用:" , service.App.Admin.Member.Test()) - return -} \ No newline at end of file diff --git a/hotgo-server/app/service/internal/dao/admin_menu_old.go b/hotgo-server/app/service/internal/dao/admin_menu_old.go deleted file mode 100644 index 265e376..0000000 --- a/hotgo-server/app/service/internal/dao/admin_menu_old.go +++ /dev/null @@ -1,24 +0,0 @@ -// ================================================================================= -// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish. -// ================================================================================= - -package dao - -import ( - "github.com/bufanyun/hotgo/app/service/internal/dao/internal" -) - -// adminMenuOldDao is the data access object for table hg_admin_menu_old. -// You can define custom methods on it to extend its functionality as you wish. -type adminMenuOldDao struct { - *internal.AdminMenuOldDao -} - -var ( - // AdminMenuOld is globally public accessible object for table hg_admin_menu_old operations. - AdminMenuOld = adminMenuOldDao{ - internal.NewAdminMenuOldDao(), - } -) - -// Fill with you ideas below. diff --git a/hotgo-server/app/service/internal/dao/admin_notice.go b/hotgo-server/app/service/internal/dao/admin_notice.go deleted file mode 100644 index b64b4fa..0000000 --- a/hotgo-server/app/service/internal/dao/admin_notice.go +++ /dev/null @@ -1,58 +0,0 @@ -// ================================================================================= -// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish. -// ================================================================================= - -package dao - -import ( - "context" - "github.com/bufanyun/hotgo/app/consts" - "github.com/bufanyun/hotgo/app/model/entity" - "github.com/bufanyun/hotgo/app/service/internal/dao/internal" - "github.com/gogf/gf/v2/errors/gerror" -) - -// adminNoticeDao is the data access object for table hg_admin_notice. -// You can define custom methods on it to extend its functionality as you wish. -type adminNoticeDao struct { - *internal.AdminNoticeDao -} - -var ( - // AdminNotice is globally public accessible object for table hg_admin_notice operations. - AdminNotice = adminNoticeDao{ - internal.NewAdminNoticeDao(), - } -) - -// Fill with you ideas below. - -// -//  @Title  判断名称是否唯一 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   id -//  @Param   name -//  @Return  bool -//  @Return  error -// -func (dao *adminNoticeDao) IsUniqueTitle(ctx context.Context, id int64, title string) (bool, error) { - var data *entity.AdminNotice - m := dao.Ctx(ctx).Where("title", title) - - if id > 0 { - m = m.WhereNot("id", id) - } - - if err := m.Scan(&data); err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return false, err - } - - if data == nil { - return true, nil - } - - return false, nil -} diff --git a/hotgo-server/app/service/internal/dao/admin_role.go b/hotgo-server/app/service/internal/dao/admin_role.go deleted file mode 100644 index 3ef3b48..0000000 --- a/hotgo-server/app/service/internal/dao/admin_role.go +++ /dev/null @@ -1,24 +0,0 @@ -// ================================================================================= -// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish. -// ================================================================================= - -package dao - -import ( - "github.com/bufanyun/hotgo/app/service/internal/dao/internal" -) - -// adminRoleDao is the data access object for table hg_admin_role. -// You can define custom methods on it to extend its functionality as you wish. -type adminRoleDao struct { - *internal.AdminRoleDao -} - -var ( - // AdminRole is globally public accessible object for table hg_admin_role operations. - AdminRole = adminRoleDao{ - internal.NewAdminRoleDao(), - } -) - -// Fill with you ideas below. diff --git a/hotgo-server/app/service/internal/dao/internal/admin_menu_old.go b/hotgo-server/app/service/internal/dao/internal/admin_menu_old.go deleted file mode 100644 index a2c50e8..0000000 --- a/hotgo-server/app/service/internal/dao/internal/admin_menu_old.go +++ /dev/null @@ -1,108 +0,0 @@ -// ========================================================================== -// Code generated by GoFrame CLI tool. DO NOT EDIT. -// ========================================================================== - -package internal - -import ( - "context" - "github.com/gogf/gf/v2/database/gdb" - "github.com/gogf/gf/v2/frame/g" -) - -// AdminMenuOldDao is the data access object for table hg_admin_menu_old. -type AdminMenuOldDao struct { - table string // table is the underlying table name of the DAO. - group string // group is the database configuration group name of current DAO. - columns AdminMenuOldColumns // columns contains all the column names of Table for convenient usage. -} - -// AdminMenuOldColumns defines and stores column names for table hg_admin_menu_old. -type AdminMenuOldColumns struct { - Id string // 菜单ID - Pid string // 父菜单ID - Name string // 菜单名称 - Icon string // 菜单图标 - Type string // 菜单类型(M目录 C菜单 F按钮) - Perms string // 权限标识 - Path string // 路由地址 - Component string // 组件路径 - Query string // 路由参数 - IsFrame string // 是否为外链(0是 1否) - IsCache string // 是否缓存(0缓存 1不缓存) - IsVisible string // 菜单状态(0显示 1隐藏) - Remark string // 备注 - Level string // 级别 - Tree string // 树 - Sort string // 排序 - Status string // 菜单状态 - CreatedAt string // 创建时间 - UpdatedAt string // 更新时间 -} - -// adminMenuOldColumns holds the columns for table hg_admin_menu_old. -var adminMenuOldColumns = AdminMenuOldColumns{ - Id: "id", - Pid: "pid", - Name: "name", - Icon: "icon", - Type: "type", - Perms: "perms", - Path: "path", - Component: "component", - Query: "query", - IsFrame: "is_frame", - IsCache: "is_cache", - IsVisible: "is_visible", - Remark: "remark", - Level: "level", - Tree: "tree", - Sort: "sort", - Status: "status", - CreatedAt: "created_at", - UpdatedAt: "updated_at", -} - -// NewAdminMenuOldDao creates and returns a new DAO object for table data access. -func NewAdminMenuOldDao() *AdminMenuOldDao { - return &AdminMenuOldDao{ - group: "default", - table: "hg_admin_menu_old", - columns: adminMenuOldColumns, - } -} - -// DB retrieves and returns the underlying raw database management object of current DAO. -func (dao *AdminMenuOldDao) DB() gdb.DB { - return g.DB(dao.group) -} - -// Table returns the table name of current dao. -func (dao *AdminMenuOldDao) Table() string { - return dao.table -} - -// Columns returns all column names of current dao. -func (dao *AdminMenuOldDao) Columns() AdminMenuOldColumns { - return dao.columns -} - -// Group returns the configuration group name of database of current dao. -func (dao *AdminMenuOldDao) Group() string { - return dao.group -} - -// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation. -func (dao *AdminMenuOldDao) Ctx(ctx context.Context) *gdb.Model { - return dao.DB().Model(dao.table).Safe().Ctx(ctx) -} - -// Transaction wraps the transaction logic using function f. -// It rollbacks the transaction and returns the error from function f if it returns non-nil error. -// It commits the transaction and returns nil if function f returns nil. -// -// Note that, you should not Commit or Rollback the transaction in function f -// as it is automatically handled by this function. -func (dao *AdminMenuOldDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) { - return dao.Ctx(ctx).Transaction(ctx, f) -} diff --git a/hotgo-server/app/service/internal/dao/sys_config.go b/hotgo-server/app/service/internal/dao/sys_config.go deleted file mode 100644 index 9915d79..0000000 --- a/hotgo-server/app/service/internal/dao/sys_config.go +++ /dev/null @@ -1,58 +0,0 @@ -// ================================================================================= -// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish. -// ================================================================================= - -package dao - -import ( - "context" - "github.com/bufanyun/hotgo/app/consts" - "github.com/bufanyun/hotgo/app/model/entity" - "github.com/bufanyun/hotgo/app/service/internal/dao/internal" - "github.com/gogf/gf/v2/errors/gerror" -) - -// sysConfigDao is the data access object for table hg_sys_config. -// You can define custom methods on it to extend its functionality as you wish. -type sysConfigDao struct { - *internal.SysConfigDao -} - -var ( - // SysConfig is globally public accessible object for table hg_sys_config operations. - SysConfig = sysConfigDao{ - internal.NewSysConfigDao(), - } -) - -// -//  @Title  判断名称是否唯一 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   id -//  @Param   name -//  @Return  bool -//  @Return  error -// -func (dao *sysConfigDao) IsUniqueName(ctx context.Context, id int64, name string) (bool, error) { - var data *entity.SysConfig - m := dao.Ctx(ctx).Where("name", name) - - if id > 0 { - m = m.WhereNot("id", id) - } - - if err := m.Scan(&data); err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return false, err - } - - if data == nil { - return true, nil - } - - return false, nil -} - -// Fill with you ideas below. diff --git a/hotgo-server/app/service/internal/dao/sys_dict_data.go b/hotgo-server/app/service/internal/dao/sys_dict_data.go deleted file mode 100644 index c0b6b11..0000000 --- a/hotgo-server/app/service/internal/dao/sys_dict_data.go +++ /dev/null @@ -1,62 +0,0 @@ -// ================================================================================= -// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish. -// ================================================================================= - -package dao - -import ( - "context" - "github.com/bufanyun/hotgo/app/consts" - "github.com/bufanyun/hotgo/app/model/entity" - "github.com/bufanyun/hotgo/app/service/internal/dao/internal" - "github.com/gogf/gf/v2/errors/gerror" -) - -// sysDictDataDao is the data access object for table hg_sys_dict_data. -// You can define custom methods on it to extend its functionality as you wish. -type sysDictDataDao struct { - *internal.SysDictDataDao -} - -var ( - // SysDictData is globally public accessible object for table hg_sys_dict_data operations. - SysDictData = sysDictDataDao{ - internal.NewSysDictDataDao(), - } -) - -// -//  @Title  判断字典类型是否唯一 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   id -//  @Param   dictType -//  @Return  bool -//  @Return  error -// -func (dao *sysDictDataDao) IsUnique(ctx context.Context, id int64, dictType string, dictValue string) (bool, error) { - var ( - data *entity.SysDictData - err error - ) - m := dao.Ctx(ctx).Where("type", dictType).Where("value", dictValue) - - if id > 0 { - m = m.WhereNot("id", id) - } - - if err = m.Scan(&data); err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return false, err - } - - if data == nil { - return true, nil - } - - return false, nil - -} - -// Fill with you ideas below. diff --git a/hotgo-server/app/service/internal/dao/sys_dict_type.go b/hotgo-server/app/service/internal/dao/sys_dict_type.go deleted file mode 100644 index 0f6c73a..0000000 --- a/hotgo-server/app/service/internal/dao/sys_dict_type.go +++ /dev/null @@ -1,62 +0,0 @@ -// ================================================================================= -// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish. -// ================================================================================= - -package dao - -import ( - "context" - "github.com/bufanyun/hotgo/app/consts" - "github.com/bufanyun/hotgo/app/model/entity" - "github.com/bufanyun/hotgo/app/service/internal/dao/internal" - "github.com/gogf/gf/v2/errors/gerror" -) - -// sysDictTypeDao is the data access object for table hg_sys_dict_type. -// You can define custom methods on it to extend its functionality as you wish. -type sysDictTypeDao struct { - *internal.SysDictTypeDao -} - -var ( - // SysDictType is globally public accessible object for table hg_sys_dict_type operations. - SysDictType = sysDictTypeDao{ - internal.NewSysDictTypeDao(), - } -) - -// -//  @Title  判断字典类型是否唯一 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   id -//  @Param   dictType -//  @Return  bool -//  @Return  error -// -func (dao *sysDictTypeDao) IsUnique(ctx context.Context, id int64, dictType string) (bool, error) { - var ( - data *entity.SysDictType - err error - ) - m := dao.Ctx(ctx).Where("type", dictType) - - if id > 0 { - m = m.WhereNot("id", id) - } - - if err = m.Scan(&data); err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return false, err - } - - if data == nil { - return true, nil - } - - return false, nil - -} - -// Fill with you ideas below. diff --git a/hotgo-server/app/service/internal/dto/admin_menu.go b/hotgo-server/app/service/internal/dto/admin_menu.go deleted file mode 100644 index c15f45b..0000000 --- a/hotgo-server/app/service/internal/dto/admin_menu.go +++ /dev/null @@ -1,35 +0,0 @@ -// ================================================================================= -// Code generated by GoFrame CLI tool. DO NOT EDIT. -// ================================================================================= - -package dto - -import ( - "github.com/gogf/gf/v2/frame/g" - "github.com/gogf/gf/v2/os/gtime" -) - -// AdminMenu is the golang structure of table hg_admin_menu for DAO operations like Where/Data. -type AdminMenu struct { - g.Meta `orm:"table:hg_admin_menu, dto:true"` - Id interface{} // 菜单ID - Pid interface{} // 父菜单ID - Name interface{} // 菜单名称 - Code interface{} // 菜单编码 - Icon interface{} // 菜单图标 - Type interface{} // 菜单类型(M目录 C菜单 F按钮) - Perms interface{} // 权限标识 - Path interface{} // 路由地址 - Component interface{} // 组件路径 - Query interface{} // 路由参数 - IsFrame interface{} // 是否内嵌 - IsCache interface{} // 是否不缓存 - IsVisible interface{} // 是否隐藏 - Remark interface{} // 备注 - Level interface{} // 级别 - Tree interface{} // 树 - Sort interface{} // 排序 - Status interface{} // 菜单状态 - CreatedAt *gtime.Time // 创建时间 - UpdatedAt *gtime.Time // 更新时间 -} diff --git a/hotgo-server/app/service/internal/dto/admin_menu_old.go b/hotgo-server/app/service/internal/dto/admin_menu_old.go deleted file mode 100644 index bd0f3b4..0000000 --- a/hotgo-server/app/service/internal/dto/admin_menu_old.go +++ /dev/null @@ -1,34 +0,0 @@ -// ================================================================================= -// Code generated by GoFrame CLI tool. DO NOT EDIT. -// ================================================================================= - -package dto - -import ( - "github.com/gogf/gf/v2/frame/g" - "github.com/gogf/gf/v2/os/gtime" -) - -// AdminMenuOld is the golang structure of table hg_admin_menu_old for DAO operations like Where/Data. -type AdminMenuOld struct { - g.Meta `orm:"table:hg_admin_menu_old, dto:true"` - Id interface{} // 菜单ID - Pid interface{} // 父菜单ID - Name interface{} // 菜单名称 - Icon interface{} // 菜单图标 - Type interface{} // 菜单类型(M目录 C菜单 F按钮) - Perms interface{} // 权限标识 - Path interface{} // 路由地址 - Component interface{} // 组件路径 - Query interface{} // 路由参数 - IsFrame interface{} // 是否为外链(0是 1否) - IsCache interface{} // 是否缓存(0缓存 1不缓存) - IsVisible interface{} // 菜单状态(0显示 1隐藏) - Remark interface{} // 备注 - Level interface{} // 级别 - Tree interface{} // 树 - Sort interface{} // 排序 - Status interface{} // 菜单状态 - CreatedAt *gtime.Time // 创建时间 - UpdatedAt *gtime.Time // 更新时间 -} diff --git a/hotgo-server/app/service/sysService/config_service.go b/hotgo-server/app/service/sysService/config_service.go deleted file mode 100644 index ee8dfa0..0000000 --- a/hotgo-server/app/service/sysService/config_service.go +++ /dev/null @@ -1,233 +0,0 @@ -package sysService - -import ( - "context" - "github.com/bufanyun/hotgo/app/consts" - "github.com/bufanyun/hotgo/app/form/input" - "github.com/bufanyun/hotgo/app/service/internal/dao" - "github.com/gogf/gf/v2/errors/gerror" - "github.com/gogf/gf/v2/os/gtime" -) - -var Config = new(config) - -type config struct{} - -// -//  @Title  最大排序 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  *adminForm.DictDataMaxSortRes -//  @Return  error -// -func (service *config) GetValue(ctx context.Context, in input.SysConfigGetValueInp) (*input.SysConfigGetValueModel, error) { - var res input.SysConfigGetValueModel - - if err := dao.SysConfig.Ctx(ctx). - Fields("value"). - Where("key", in.Key). - Order("id desc"). - Scan(&res); err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - - return &res, nil -} - -// -//  @Title  菜单名称是否唯一 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  *adminForm.DictTypeUniqueRes -//  @Return  error -// -func (service *config) NameUnique(ctx context.Context, in input.SysConfigNameUniqueInp) (*input.SysConfigNameUniqueModel, error) { - - var res input.SysConfigNameUniqueModel - isUnique, err := dao.SysConfig.IsUniqueName(ctx, in.Id, in.Name) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - - res.IsUnique = isUnique - return &res, nil -} - -// -//  @Title  删除 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  error -// -func (service *config) Delete(ctx context.Context, in input.SysConfigDeleteInp) error { - - exist, err := dao.SysConfig.Ctx(ctx).Where("Member_id", in.Id).One() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - if !exist.IsEmpty() { - return gerror.New("请先解除该部门下所有已关联用户关联关系!") - } - _, err = dao.SysConfig.Ctx(ctx).Where("id", in.Id).Delete() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - - return nil -} - -// -//  @Title  修改/新增 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  error -// -func (service *config) Edit(ctx context.Context, in input.SysConfigEditInp) (err error) { - - if in.Name == "" { - err = gerror.New("名称不能为空") - return err - } - - uniqueName, err := dao.SysConfig.IsUniqueName(ctx, in.Id, in.Name) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - if !uniqueName { - err = gerror.New("名称已存在") - return err - } - - // 修改 - in.UpdatedAt = gtime.Now() - if in.Id > 0 { - _, err = dao.SysConfig.Ctx(ctx).Where("id", in.Id).Data(in).Update() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - - return nil - } - - // 新增 - in.CreatedAt = gtime.Now() - _, err = dao.SysConfig.Ctx(ctx).Data(in).Insert() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - return nil -} - -// -//  @Title  最大排序 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  *adminForm.DictDataMaxSortRes -//  @Return  error -// -func (service *config) MaxSort(ctx context.Context, in input.SysConfigMaxSortInp) (*input.SysConfigMaxSortModel, error) { - var res input.SysConfigMaxSortModel - - if in.Id > 0 { - if err := dao.SysConfig.Ctx(ctx).Where("id", in.Id).Order("sort desc").Scan(&res); err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - } - - res.Sort = res.Sort + 10 - - return &res, nil -} - -// -//  @Title  获取指定字典类型信息 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  *adminForm.DictTypeViewRes -//  @Return  error -// -func (service *config) View(ctx context.Context, in input.SysConfigViewInp) (res *input.SysConfigViewModel, err error) { - - if err = dao.SysConfig.Ctx(ctx).Where("id", in.Id).Scan(&res); err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - - return res, nil -} - -// -//  @Title  获取列表 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (service *config) List(ctx context.Context, in input.SysConfigListInp) (list []*input.SysConfigListModel, totalCount int, err error) { - - mod := dao.SysConfig.Ctx(ctx) - - if in.Realname != "" { - mod = mod.WhereLike("realname", "%"+in.Realname+"%") - } - if in.Username != "" { - mod = mod.WhereLike("username", "%"+in.Username+"%") - } - if in.Mobile > 0 { - mod = mod.Where("mobile", in.Mobile) - } - if in.Status > 0 { - mod = mod.Where("status", in.Status) - } - if in.DeptId > 0 { - mod = mod.Where("dept_id", in.DeptId) - } - - // 日期范围 - if in.StartTime != "" { - mod = mod.WhereGTE("created_at", in.StartTime) - } - if in.EndTime != "" { - mod = mod.WhereLTE("created_at", in.EndTime) - } - - totalCount, err = mod.Count() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return list, totalCount, err - } - - err = mod.Page(in.Page, in.Limit).Order("id desc").Scan(&list) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return list, totalCount, err - } - - //// TODO  重写树入参 - //for i := 0; i < len(list); i++ { - //} - - return list, totalCount, err -} diff --git a/hotgo-server/app/service/sysService/dict_service.go b/hotgo-server/app/service/sysService/dict_service.go deleted file mode 100644 index 2bfa589..0000000 --- a/hotgo-server/app/service/sysService/dict_service.go +++ /dev/null @@ -1,505 +0,0 @@ -// -// @Link  https://github.com/bufanyun/hotgo -// @Copyright  Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License  https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package sysService - -import ( - "context" - "github.com/bufanyun/hotgo/app/com" - "github.com/bufanyun/hotgo/app/consts" - "github.com/bufanyun/hotgo/app/form/adminForm" - "github.com/bufanyun/hotgo/app/model" - "github.com/bufanyun/hotgo/app/model/entity" - "github.com/bufanyun/hotgo/app/service/internal/dao" - "github.com/bufanyun/hotgo/app/utils" - "github.com/gogf/gf/v2/errors/gerror" - "github.com/gogf/gf/v2/frame/g" - "github.com/gogf/gf/v2/net/ghttp" - "github.com/gogf/gf/v2/os/gtime" - "github.com/gogf/gf/v2/util/gconv" - "time" -) - -var Dict = new(dict) - -type dict struct{} - -// -//  @Title  数据键值是否唯一 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  *adminForm.DictTypeUniqueRes -//  @Return  error -// -func (service *dict) DataUnique(ctx context.Context, req *adminForm.DictDataUniqueReq) (*adminForm.DictDataUniqueRes, error) { - var ( - res adminForm.DictDataUniqueRes - err error - ) - - res.IsUnique, err = dao.SysDictData.IsUnique(ctx, req.Id, req.Type, req.Value) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - - return &res, nil -} - -// -//  @Title  查询字典数据最大排序 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  *adminForm.DictDataMaxSortRes -//  @Return  error -// -func (service *dict) DataMaxSort(ctx context.Context, req *adminForm.DictDataMaxSortReq) (*adminForm.DictDataMaxSortRes, error) { - var ( - m = dao.SysDictData.Ctx(ctx).Where("type", req.Type).Order("sort desc") - res adminForm.DictDataMaxSortRes - err error - ) - - if err = m.Scan(&res); err != nil && err.Error() != "sql: no rows in result set" { - - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - - res.Sort = res.Sort + 10 - - return &res, nil -} - -// -//  @Title  删除字典类型 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  error -// -func (service *dict) DataDelete(ctx context.Context, req *adminForm.DictDataDeleteReq) error { - var ( - m = dao.SysDictData.Ctx(ctx).Where("id", req.Id) - err error - ) - - _, err = m.Delete() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - - return nil -} - -// -//  @Title  修改/新增字典类型 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  error -// -func (service *dict) DataEdit(ctx context.Context, req *adminForm.DictDataEditReq) error { - var ( - m = dao.SysDictData.Ctx(ctx) - isUnique bool - err error - ) - - if req.Label == "" { - err = gerror.New("字典标签不能为空") - return err - } - if req.Type == "" { - err = gerror.New("字典类型不能为空") - return err - } - if req.Value == "" { - err = gerror.New("字典键值不能为空") - return err - } - - isUnique, err = dao.SysDictData.IsUnique(ctx, req.Id, req.Type, req.Value) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - - if !isUnique { - err = gerror.New("字典键值已存在") - return err - } - - req.UpdatedAt = gtime.Now() - - // 修改 - if req.Id > 0 { - _, err = m.Where("id", req.Id).Data(req).Update() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - - return nil - } - - req.CreatedAt = gtime.Now() - - // 新增 - _, err = m.Data(req).Insert() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - return nil -} - -// -//  @Title  获取指定字典数据信息 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  *adminForm.DictTypeViewRes -//  @Return  error -// -func (service *dict) DataView(ctx context.Context, req *adminForm.DictDataViewReq) (*adminForm.DictDataViewRes, error) { - var ( - m = dao.SysDictData.Ctx(ctx).Where("id", req.Id) - res adminForm.DictDataViewRes - err error - ) - - if err = m.Scan(&res); err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - - return &res, nil -} - -// -//  @Title  获取指定字典类型的属性数据 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  *adminForm.DictAttributeRes -//  @Return  error -// -func (service *dict) Attribute(ctx context.Context, req *adminForm.DictAttributeReq) (*adminForm.DictAttributeRes, error) { - var ( - m = dao.SysDictData.Ctx(ctx).Where("type", req.Type).Order("sort asc,id desc") - res adminForm.DictAttributeRes - err error - ) - - if err = m.Scan(&res); err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - - return &res, nil -} - -// -//  @Title  获取字典数据列表 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (service *dict) DataList(ctx context.Context, req *adminForm.DictDataListReq) (*adminForm.DictDataListRes, error) { - var ( - m = dao.SysDictData.Ctx(ctx).Where("type", req.Type) - list []*entity.SysDictData - res adminForm.DictDataListRes - totalCount int - err error - ) - - totalCount, err = m.Count() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - - if err = m.Page(req.Page, req.Limit).Order("sort asc,id desc").Scan(&list); err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - - res.List = list - res.Page = req.Page - res.Limit = req.Limit - res.TotalCount = totalCount - - return &res, nil -} - -// -//  @Title  导出字典类型 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  *adminForm.DictDataListRes -//  @Return  error -// -func (service *dict) TypeExport(ctx context.Context, req *adminForm.DictTypeExportReq) error { - - // 导出格式 - type exportImage struct { - Id int64 `json:"id" ` - Name string `json:"name" ` - Type string `json:"type" ` - Remark string `json:"remark" ` - Status string `json:"status" ` - CreatedAt string `json:"created_at"` - UpdatedAt string `json:"updated_at"` - } - - var ( - list []exportImage - titleList = []string{"ID", "字典名称", "字典类型", "备注", "状态", "创建时间", "更新时间"} - fileName = "字典类型导出-" + com.Context.Get(ctx).ReqId + ".xlsx" - sheetName = "HotGo" - err error - ) - - if err = dao.SysDictType.Ctx(ctx).Page(req.Page, req.Limit).Order("sort asc,id desc").Scan(&list); err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - - // TODO 格式化格式 - for i := 0; i < len(list); i++ { - if list[i].Status == consts.StatusEnabled { - list[i].Status = "启用" - } else if list[i].Status == consts.StatusDisable { - list[i].Status = "禁用" - } else if list[i].Status == consts.StatusDelete { - list[i].Status = "已删除" - } - } - - // TODO 强转类型 - writer := com.Context.Get(ctx).Request.Response.Writer - w, _ := interface{}(writer).(*ghttp.ResponseWriter) - - g.Log().Print(ctx, "gconv.Interfaces(list):", gconv.Interfaces(list)) - if err = utils.Excel.ExportByStruct(w, titleList, gconv.Interfaces(list), fileName, sheetName); err != nil { - err = gerror.Wrap(err, "ExportByStruct:") - return err - } - - // TODO 加入到上下文 - com.Context.SetResponse(ctx, &model.Response{ - Code: consts.CodeOK, - Message: "导出成功", - Timestamp: time.Now().Unix(), - ReqId: com.Context.Get(ctx).ReqId, - }) - - return nil -} - -// -//  @Title  删除字典类型 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  error -// -func (service *dict) TypeDelete(ctx context.Context, req *adminForm.DictTypeDeleteReq) error { - var ( - m = dao.SysDictType.Ctx(ctx).Where("id", req.Id) - err error - ) - - _, err = m.Delete() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - - return nil -} - -// -//  @Title  修改/新增字典类型 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  error -// -func (service *dict) TypeEdit(ctx context.Context, req *adminForm.DictTypeEditReq) error { - var ( - m = dao.SysDictType.Ctx(ctx) - isUnique bool - err error - ) - - if req.Name == "" { - err = gerror.New("字典名称不能为空") - return err - } - if req.Type == "" { - err = gerror.New("字典类型不能为空") - return err - } - - isUnique, err = dao.SysDictType.IsUnique(ctx, req.Id, req.Type) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - - if !isUnique { - err = gerror.New("字典类型已存在") - return err - } - - req.UpdatedAt = gtime.Now() - - // 修改 - if req.Id > 0 { - _, err = m.Where("id", req.Id).Data(req).Update() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - - return nil - } - - req.CreatedAt = gtime.Now() - - // 新增 - _, err = m.Where("id", req.Id).Data(req).Insert() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return err - } - return nil -} - -// -//  @Title  类型是否唯一 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  *adminForm.DictTypeUniqueRes -//  @Return  error -// -func (service *dict) TypeUnique(ctx context.Context, req *adminForm.DictTypeUniqueReq) (*adminForm.DictTypeUniqueRes, error) { - var ( - res adminForm.DictTypeUniqueRes - err error - ) - - res.IsUnique, err = dao.SysDictType.IsUnique(ctx, req.Id, req.Type) - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - - return &res, nil -} - -// -//  @Title  获取指定字典类型信息 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  *adminForm.DictTypeViewRes -//  @Return  error -// -func (service *dict) TypeView(ctx context.Context, req *adminForm.DictTypeViewReq) (*adminForm.DictTypeViewRes, error) { - var ( - m = dao.SysDictType.Ctx(ctx).Where("id", req.Id) - res adminForm.DictTypeViewRes - err error - ) - - if err = m.Scan(&res); err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - - return &res, nil -} - -// -//  @Title  获取字典类型列表 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   req -//  @Return  res -//  @Return  err -// -func (service *dict) TypeList(ctx context.Context, req *adminForm.DictTypeListReq) (*adminForm.DictTypeListRes, error) { - var ( - m = dao.SysDictType.Ctx(ctx) - list []*entity.SysDictType - res adminForm.DictTypeListRes - totalCount int - err error - ) - - if req.Name != "" { - m = m.WhereLike("name", "%"+req.Name+"%") - } - - if req.Type != "" { - m = m.Where("type", req.Type) - } - - // 日期范围 - if req.StartTime != "" { - m = m.WhereGTE("created_at", req.StartTime) - } - if req.EndTime != "" { - m = m.WhereLTE("created_at", req.EndTime) - } - - // 状态 - if req.Status > 0 { - m = m.Where("status", req.Status) - } - - totalCount, err = m.Count() - if err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - - if err = m.Page(req.Page, req.Limit).Order("sort asc,id desc").Scan(&list); err != nil { - err = gerror.Wrap(err, consts.ErrorORM) - return nil, err - } - - res.List = list - res.Page = req.Page - res.Limit = req.Limit - res.TotalCount = totalCount - - return &res, nil -} diff --git a/hotgo-server/app/service/sysService/provinces_service.go b/hotgo-server/app/service/sysService/provinces_service.go deleted file mode 100644 index b652873..0000000 --- a/hotgo-server/app/service/sysService/provinces_service.go +++ /dev/null @@ -1,29 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package sysService - -import ( - "context" - "github.com/bufanyun/hotgo/app/com" -) - -var Provinces = new(provinces) - -type provinces struct{} - -// -//  @Title  获取地区中的省市编码 -//  @Description  -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   location -// -func (service *provinces) GetLocationCode(ctx context.Context, location com.IpLocationData) { - - return -} - diff --git a/hotgo-server/app/utils/auth_util.go b/hotgo-server/app/utils/auth_util.go deleted file mode 100644 index 1964418..0000000 --- a/hotgo-server/app/utils/auth_util.go +++ /dev/null @@ -1,65 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package utils - -import ( - "context" - "github.com/gogf/gf/v2/frame/g" -) - -// 权限认证类 -var Auth = new(auth) - -type auth struct{} - -// -//  @Title  是否是不需要验证权限的路由地址 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   path -//  @Return  bool -// -func (util *auth) IsExceptAuth(ctx context.Context, path string) bool { - - var pathList []string - - except, _ := g.Cfg().Get(ctx, "router.admin.exceptAuth") - pathList = except.Strings() - - for i := 0; i < len(pathList); i++ { - if Charset.IsExists(pathList[i], path) { - return true - } - } - - return false -} - -// -//  @Title  是否是不需要登录的路由地址 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   path -//  @Return  bool -// -func (util *auth) IsExceptLogin(ctx context.Context, path string) bool { - - var pathList []string - - except, _ := g.Cfg().Get(ctx, "router.admin.exceptLogin") - pathList = except.Strings() - - for i := 0; i < len(pathList); i++ { - if Charset.IsExists(pathList[i], path) { - return true - } - } - - return false -} diff --git a/hotgo-server/app/utils/charset_util.go b/hotgo-server/app/utils/charset_util.go deleted file mode 100644 index 9f1e49e..0000000 --- a/hotgo-server/app/utils/charset_util.go +++ /dev/null @@ -1,121 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package utils - -import ( - "crypto/md5" - "crypto/rand" - "fmt" - "github.com/gogf/gf/v2/errors/gerror" - "github.com/gogf/gf/v2/text/gstr" - "github.com/gogf/gf/v2/util/gconv" - r "math/rand" - "time" -) - -// 字符类 -var Charset = new(charset) - -type charset struct{} - -// -//  @Title  获取map的所有key,字串符类型 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   m -//  @Return  []string -// -func (util *charset) GetMapKeysByString(m map[string]string) []string { - // 数组默认长度为map长度,后面append时,不需要重新申请内存和拷贝,效率很高 - j := 0 - keys := make([]string, len(m)) - for k := range m { - keys[j] = k - j++ - } - return keys -} - -// -//  @Title  生成md5 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   str -//  @Return  string -// -func (util *charset) Md5ToString(str string) string { - md5str := fmt.Sprintf("%x", md5.Sum([]byte(str))) - return md5str -} - -// -//  @Title  生成随机字串符 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   n -//  @Param   alphabets -//  @Return  []byte -// -func (util *charset) RandomCreateBytes(n int, alphabets ...byte) []byte { - if len(alphabets) == 0 { - alphabets = []byte(`0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz`) - } - var bytes = make([]byte, n) - var randBy bool - r.Seed(time.Now().UnixNano()) - if num, err := rand.Read(bytes); num != n || err != nil { - randBy = true - } - for i, b := range bytes { - if randBy { - bytes[i] = alphabets[r.Intn(len(alphabets))] - } else { - bytes[i] = alphabets[b%byte(len(alphabets))] - } - } - return bytes -} - -// -//  @Title  格式化错误的堆栈信息 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   err -//  @Return  []string -// -func (util *charset) GetStack(err error) []string { - stackList := gstr.Split(gerror.Stack(err), "\n") - for i := 0; i < len(stackList); i++ { - stackList[i] = gstr.Replace(stackList[i], "\t", "--> ") - } - - return stackList -} - -// -//  @Title  判断字符或切片字符是否存在指定字符 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   elems -//  @Param   search -//  @Return  bool -// -func (util *charset) IsExists(elems interface{}, search string) bool { - switch elems.(type) { - case []string: - elem := gconv.Strings(elems) - for i := 0; i < len(elem); i++ { - if gconv.String(elem[i]) == search { - return true - } - } - default: - return gconv.String(elems) == search - } - - return false -} diff --git a/hotgo-server/app/utils/filter_util.go b/hotgo-server/app/utils/filter_util.go deleted file mode 100644 index 32ea66f..0000000 --- a/hotgo-server/app/utils/filter_util.go +++ /dev/null @@ -1,6 +0,0 @@ -package utils - -// 过滤类 -var Filter = new(filter) - -type filter struct{} diff --git a/hotgo-server/app/utils/validate_util.go b/hotgo-server/app/utils/validate_util.go deleted file mode 100644 index fd4adb0..0000000 --- a/hotgo-server/app/utils/validate_util.go +++ /dev/null @@ -1,30 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package utils - -import ( - "net" -) - -// 验证类 -var Validate = new(validate) - -type validate struct{} - -// -//  @Title  是否为ipv4 -//  @Description  -//  @Author  Ms <133814250@qq.com> -//  @Param   ip -//  @Return  bool -// -func (util *validate) IsIp(ip string) bool { - if net.ParseIP(ip) != nil { - return true - } - return false -} diff --git a/hotgo-server/boot/queue.go b/hotgo-server/boot/queue.go deleted file mode 100644 index 1260e47..0000000 --- a/hotgo-server/boot/queue.go +++ /dev/null @@ -1,42 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package boot - -import ( - "context" - "github.com/bufanyun/hotgo/app/consts" - "github.com/bufanyun/hotgo/app/factory/queue" - "github.com/bufanyun/hotgo/app/service/sysService" -) - -// -//  @Title  消息队列监听 -//  @Description  -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -// -func QueueListen(ctx context.Context) { - - consumer, err := queue.InstanceConsumer() - if err != nil { - queue.FatalLog(ctx, "InstanceConsumer异常", err) - return - } - - // 全局日志 - if listenErr := consumer.ListenReceiveMsgDo(consts.QueueLogTopic, func(mqMsg queue.MqMsg) { - - // 自定义消费回调 - err := sysService.Log.QueueJob(ctx, mqMsg) - - // 记录消费日志 - queue.ConsumerLog(ctx, consts.QueueLogTopic, mqMsg, err) - }); listenErr != nil { - queue.FatalLog(ctx, "主题:"+consts.QueueLogTopic+" 监听失败", listenErr) - } - -} diff --git a/hotgo-server/config/.gitignore b/hotgo-server/config/.gitignore deleted file mode 100644 index a539470..0000000 --- a/hotgo-server/config/.gitignore +++ /dev/null @@ -1 +0,0 @@ -config.yaml \ No newline at end of file diff --git a/hotgo-server/config/config.example.yaml b/hotgo-server/config/config.example.yaml deleted file mode 100644 index bd5eabe..0000000 --- a/hotgo-server/config/config.example.yaml +++ /dev/null @@ -1,139 +0,0 @@ -# hotgo配置 -hotgo: - debug: true # debug开关,开启后:接口出现错误时会输出堆栈信息,默认为true - ipMethod: "cz88" # IP归属地解析方法,可选:cz88|whois,默认为cz88 - log: # 全局请求日志 - switch: true # 日志开关,默认为true - queue: true # 是否启用队列,启用时需要配置队列信息,默认为true - module: ["admin", "api"] # 需要记录的模块 - skipCode: [] # 不记录的状态码,如: ["0", "-1"] - - -# 路由配置 -router: - # 后台 - admin: - # 前缀 - prefix: "/admin" - # 不需要验证登录的路由地址 - exceptLogin: [ - "/login/captcha", # 登录验证码 - "/login/sign", # 登录 - "/login/logout", # 退出 - ] - # 不需要验证权限的路由地址 - exceptAuth: [ - "/member/info", # 登录用户信息 - "/role/dynamic", # 获取动态路由 - ] - # 接口 - api: - # 前缀 - prefix: "/api" - # 不需要验证登录的路由地址 - exceptPath: [] - - -# HTTP Server. -server: - address: ":8299" - serverRoot: "resource/public" - openapiPath: "/openApi.json" - swaggerPath: "/doc" - DumpRouterMap: false - logPath: "./runtime/log/server" - ErrorStack: true # 当Server捕获到异常时是否记录堆栈信息到日志中。默认为true - ErrorLogEnabled: true # 是否记录异常日志信息到日志中。默认为true - errorLogPattern: "error/{Y-m-d}.log" # 异常错误日志文件格式。默认为"error-{Ymd}.log" - accessLogEnabled: true # 是否记录访问日志。默认为false - accessLogPattern: "access/{Y-m-d}.log" # 访问日志文件格式。默认为"access-{Ymd}.log" - serverAgent: "HG HTTP Server" - - -# Global logging. -logger: - level: "all" - stdout: true - headerPrint: false - ctxKeys: [] - path: "./runtime/log/logger" # 日志文件路径。默认为空,表示关闭,仅输出到终端 - file: "{Y-m-d}.log" # 日志文件格式。默认为"{Y-m-d}.log" - exception: # 系统异常日志 - path: "./runtime/log/exception" - level: "all" - file: "{Y-m-d}.log" - queue: # 消息队列日志 - path: "./runtime/log/queue" - level: "all" - file: "{Y-m-d}.log" - - -#JWT -jwt: - version: "1.0" # 版本号 - expires: "864000" # 有效期,单位:秒 - sign: "hotgo" # 秘钥,考虑安全问题请修改默认值 - multiPort: true # 是否允许多端登录,默认为true - - -#消息队列 -queue: - switch: false # 队列开关,默认为false - driver: "redis" # 队列驱动,可选:redis|rocketmq|kafka - retry: 2 # 重试次数 - multiComsumer: true # 是否支持创建多个消费者 - groupName: "hotgo" # mq群组名称 - redis: - address: "127.0.0.1:6379" # redis服务地址,默认为127.0.0.1:6379 - db: 0 # 指定redis库 - pass: "hg123456" # redis密码 - timeout: 0 # 队列超时时间(s) ,0为永不超时,当队列一直没有被消费到达超时时间则队列会被销毁 - rocketmq: - address: "127.0.0.1:9876" # brocker地址+端口 - logLevel: "all" # 系统日志级别,可选:all|close|debug|info|warn|error|fatal - kafka: - address: "127.0.0.1:9092" # kafka地址+端口 - version: "2.0.0.0" # kafka专属配置,默认2.0.0.0 - randClient: true # 开启随机生成clientID,可以实现启动多实例同时一起消费相同topic,加速消费能力的特性,默认为true - - -# Redis数据库配置 -redis: - default: - address: "127.0.0.1:6379" - db: "1" - pass: "hg123456." - idleTimeout: "20" -# cache: -# address: "127.0.0.1:6379" -# db: "1" -# pass: "hg123456." -# idleTimeout: "20" - - -# Database. -database: - logger: - level: "all" - stdout: true - - default: - link: "mysql:hotgo:hg123456.@tcp(127.0.0.1:3306)/hotgo" - debug: true - Prefix: "hg_" - - -# CLI. -gfcli: - build: - name: "hg" - gen: - dao: - - link: "mysql:hotgo:hg123456.@tcp(127.0.0.1:3306)/hotgo" - path: "./app" - # tables: "" #指定当前数据库中需要执行代码生成的数据表。如果为空,表示数据库的所有表都会生成。 - # tablesEx: "" #指定当前数据库中需要排除代码生成的数据表。 - removePrefix: "hg_" - descriptionTag: true - noModelComment: true - jsonCase: "Snake" \ No newline at end of file diff --git a/hotgo-server/go.mod b/hotgo-server/go.mod deleted file mode 100644 index b92e6ab..0000000 --- a/hotgo-server/go.mod +++ /dev/null @@ -1,23 +0,0 @@ -module github.com/bufanyun/hotgo - -go 1.15 - -require ( - github.com/Shopify/sarama v1.30.1 - github.com/apache/rocketmq-client-go/v2 v2.1.0 - github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394 - github.com/bufanyun/pool v0.2.1 - github.com/dgrijalva/jwt-go v3.2.0+incompatible - github.com/gogf/gf/v2 v2.0.4 - github.com/gomodule/redigo v2.0.0+incompatible - github.com/google/btree v1.0.1 // indirect - github.com/json-iterator/go v1.1.10 // indirect - github.com/kayon/iploc v0.0.0-20200312105652-bda3e968a794 - github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect - github.com/modern-go/reflect2 v1.0.1 // indirect - github.com/mojocn/base64Captcha v1.3.5 - github.com/pkg/errors v0.9.1 // indirect - github.com/xuri/excelize/v2 v2.5.0 - go.opentelemetry.io/otel/trace v1.0.0 - go.uber.org/atomic v1.6.0 // indirect -) diff --git a/hotgo-server/go.sum b/hotgo-server/go.sum deleted file mode 100644 index 444e16c..0000000 --- a/hotgo-server/go.sum +++ /dev/null @@ -1,308 +0,0 @@ -github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= -github.com/BurntSushi/toml v0.4.1 h1:GaI7EiDXDRfa8VshkTj7Fym7ha+y8/XxIgD2okUIjLw= -github.com/BurntSushi/toml v0.4.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= -github.com/Shopify/sarama v1.30.1 h1:z47lP/5PBw2UVKf1lvfS5uWXaJws6ggk9PLnKEHtZiQ= -github.com/Shopify/sarama v1.30.1/go.mod h1:hGgx05L/DiW8XYBXeJdKIN6V2QUy2H6JqME5VT1NLRw= -github.com/Shopify/toxiproxy/v2 v2.1.6-0.20210914104332-15ea381dcdae h1:ePgznFqEG1v3AjMklnK8H7BSc++FDSo7xfK9K7Af+0Y= -github.com/Shopify/toxiproxy/v2 v2.1.6-0.20210914104332-15ea381dcdae/go.mod h1:/cvHQkZ1fst0EmZnA5dFtiQdWCNCFYzb+uE2vqVgvx0= -github.com/apache/rocketmq-client-go/v2 v2.1.0 h1:3eABKfxc1WmS2lLTTbKMe1gZfZV6u1Sx9orFnOfABV0= -github.com/apache/rocketmq-client-go/v2 v2.1.0/go.mod h1:oEZKFDvS7sz/RWU0839+dQBupazyBV7WX5cP6nrio0Q= -github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394 h1:OYA+5W64v3OgClL+IrOD63t4i/RW7RqrAVl9LTZ9UqQ= -github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394/go.mod h1:Q8n74mJTIgjX4RBBcHnJ05h//6/k6foqmgE45jTQtxg= -github.com/bufanyun/pool v0.2.1 h1:rW6TVJt+vS71d1uBI9sCMUjS39AWZFsUww+2XOh+338= -github.com/bufanyun/pool v0.2.1/go.mod h1:uZsjaA/H4agFQ1E0KWj4bnzRUVGmieM54pJiIKPTrAI= -github.com/cespare/xxhash/v2 v2.1.2 h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE= -github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= -github.com/clbanning/mxj/v2 v2.5.5 h1:oT81vUeEiQQ/DcHbzSytRngP6Ky9O+L+0Bw0zSJag9E= -github.com/clbanning/mxj/v2 v2.5.5/go.mod h1:hNiWqW14h+kc+MdF9C6/YoRfjEJoR3ou6tn/Qo+ve2s= -github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= -github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= -github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= -github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/dgrijalva/jwt-go v3.2.0+incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM= -github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= -github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78= -github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f/go.mod h1:cuUVRXasLTGF7a8hSLbxyZXjz+1KgoB3wDUb6vlszIc= -github.com/eapache/go-resiliency v1.2.0 h1:v7g92e/KSN71Rq7vSThKaWIq68fL4YHvWyiUKorFR1Q= -github.com/eapache/go-resiliency v1.2.0/go.mod h1:kFI+JgMyC7bLPUVY133qvEBtVayf5mFgVsvEsIPBvNs= -github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 h1:YEetp8/yCZMuEPMUDHG0CW/brkkEp8mzqk2+ODEitlw= -github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21/go.mod h1:+020luEh2TKB4/GOp8oxxtq0Daoen/Cii55CzbTV6DU= -github.com/eapache/queue v1.1.0 h1:YOEu7KNc61ntiQlcEeUIoDTJ2o8mQznoNvUhiigpIqc= -github.com/eapache/queue v1.1.0/go.mod h1:6eCeP0CKFpHLu8blIFXhExK/dRa7WDZfr6jVFPTqq+I= -github.com/emirpasic/gods v1.12.0 h1:QAUIPSaCu4G+POclxeqb3F+WPpdKqFGlw36+yOzGlrg= -github.com/emirpasic/gods v1.12.0/go.mod h1:YfzfFFoVP/catgzJb4IKIqXjX78Ha8FMSDh3ymbK86o= -github.com/fatih/color v1.13.0 h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w= -github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk= -github.com/fortytw2/leaktest v1.3.0 h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw= -github.com/fortytw2/leaktest v1.3.0/go.mod h1:jDsjWgpAGjm2CA7WthBh/CdZYEPF31XHquHwclZch5g= -github.com/frankban/quicktest v1.11.3 h1:8sXhOn0uLys67V8EsXLc6eszDs8VXWxL3iRvebPhedY= -github.com/frankban/quicktest v1.11.3/go.mod h1:wRf/ReqHper53s+kmmSZizM8NamnL3IM0I9ntUbOk+k= -github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= -github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= -github.com/fsnotify/fsnotify v1.5.1 h1:mZcQUHVQUQWoPXXtuf9yuEXKudkV2sx1E06UadKWpgI= -github.com/fsnotify/fsnotify v1.5.1/go.mod h1:T3375wBYaZdLLcVNkcVbzGHY7f1l/uK5T5Ai1i3InKU= -github.com/go-redis/redis/v8 v8.11.4 h1:kHoYkfZP6+pe04aFTnhDH6GDROa5yJdHJVNxV3F46Tg= -github.com/go-redis/redis/v8 v8.11.4/go.mod h1:2Z2wHZXdQpCDXEGzqMockDpNyYvi2l4Pxt6RJr792+w= -github.com/go-sql-driver/mysql v1.6.0 h1:BCTh4TKNUYmOmMUcQ3IipzF5prigylS7XXjEkfCHuOE= -github.com/go-sql-driver/mysql v1.6.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg= -github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE= -github.com/gogf/gf/v2 v2.0.4 h1:m5F/f2lX+etXhI6rAQCR6szQoHE1ulAYlIvH0UXa2wM= -github.com/gogf/gf/v2 v2.0.4/go.mod h1:apktt6TleWtCIwpz63vBqUnw8MX8gWKoZyxgDpXFtgM= -github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 h1:DACJavvAHhabrF08vX0COfcOBJRhZ8lUbR+ZWIs0Y5g= -github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0/go.mod h1:E/TSTwGwJL78qG/PmXZO1EjYhfJinVAhrmmHX6Z8B9k= -github.com/golang/mock v1.3.1 h1:qGJ6qTW+x6xX/my+8YUVl4WNpX9B7+/l2tRsHGZ7f2s= -github.com/golang/mock v1.3.1/go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFUx0Y= -github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= -github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8= -github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA= -github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs= -github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w= -github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0= -github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= -github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= -github.com/golang/protobuf v1.5.2 h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw= -github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= -github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM= -github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= -github.com/gomodule/redigo v2.0.0+incompatible h1:K/R+8tc58AaqLkqG2Ol3Qk+DR/TlNuhuh457pBFPtt0= -github.com/gomodule/redigo v2.0.0+incompatible/go.mod h1:B4C85qUVwatsJoIUNIfCRsp7qO0iAmpGFZ4EELWSbC4= -github.com/google/btree v1.0.1 h1:gK4Kx5IaGY9CD5sPJ36FHiBJ6ZXl0kilRiiCj+jdYp4= -github.com/google/btree v1.0.1/go.mod h1:xXMiIv4Fb/0kKde4SpL7qlzvu5cMJDRkFDxJfI9uaxA= -github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.6 h1:BKbKCqvP6I+rmFHt06ZmyQtvB8xAkWdhFyr0ZUNZcxQ= -github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= -github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 h1:EGx4pi6eqNxGaHF6qqu48+N2wcFQ5qg5FXgOdqsJ5d8= -github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= -github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So= -github.com/gorilla/securecookie v1.1.1 h1:miw7JPhV+b/lAHSXz4qd/nN9jRiAFV5FwjeKyCS8BvQ= -github.com/gorilla/securecookie v1.1.1/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= -github.com/gorilla/sessions v1.2.1 h1:DHd3rPN5lE3Ts3D8rKkQ8x/0kqfeNmBAaiSi+o7FsgI= -github.com/gorilla/sessions v1.2.1/go.mod h1:dk2InVEVJ0sfLlnXv9EAgkf6ecYs/i80K/zI+bUmuGM= -github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc= -github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= -github.com/grokify/html-strip-tags-go v0.0.1 h1:0fThFwLbW7P/kOiTBs03FsJSV9RM2M/Q/MOnCQxKMo0= -github.com/grokify/html-strip-tags-go v0.0.1/go.mod h1:2Su6romC5/1VXOQMaWL2yb618ARB8iVo6/DR99A6d78= -github.com/hashicorp/go-uuid v1.0.2 h1:cfejS+Tpcp13yd5nYHWDI6qVCny6wyX2Mt5SGur2IGE= -github.com/hashicorp/go-uuid v1.0.2/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= -github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= -github.com/jcmturner/aescts/v2 v2.0.0 h1:9YKLH6ey7H4eDBXW8khjYslgyqG2xZikXP0EQFKrle8= -github.com/jcmturner/aescts/v2 v2.0.0/go.mod h1:AiaICIRyfYg35RUkr8yESTqvSy7csK90qZ5xfvvsoNs= -github.com/jcmturner/dnsutils/v2 v2.0.0 h1:lltnkeZGL0wILNvrNiVCR6Ro5PGU/SeBvVO/8c/iPbo= -github.com/jcmturner/dnsutils/v2 v2.0.0/go.mod h1:b0TnjGOvI/n42bZa+hmXL+kFJZsFT7G4t3HTlQ184QM= -github.com/jcmturner/gofork v1.0.0 h1:J7uCkflzTEhUZ64xqKnkDxq3kzc96ajM1Gli5ktUem8= -github.com/jcmturner/gofork v1.0.0/go.mod h1:MK8+TM0La+2rjBD4jE12Kj1pCCxK7d2LK/UM3ncEo0o= -github.com/jcmturner/goidentity/v6 v6.0.1 h1:VKnZd2oEIMorCTsFBnJWbExfNN7yZr3EhJAxwOkZg6o= -github.com/jcmturner/goidentity/v6 v6.0.1/go.mod h1:X1YW3bgtvwAXju7V3LCIMpY0Gbxyjn/mY9zx4tFonSg= -github.com/jcmturner/gokrb5/v8 v8.4.2 h1:6ZIM6b/JJN0X8UM43ZOM6Z4SJzla+a/u7scXFJzodkA= -github.com/jcmturner/gokrb5/v8 v8.4.2/go.mod h1:sb+Xq/fTY5yktf/VxLsE3wlfPqQjp0aWNYyvBVK62bc= -github.com/jcmturner/rpc/v2 v2.0.3 h1:7FXXj8Ti1IaVFpSAziCZWNzbNuZmnvw/i6CqLNdWfZY= -github.com/jcmturner/rpc/v2 v2.0.3/go.mod h1:VUJYCIDm3PVOEHw8sgt091/20OJjskO/YJki3ELg/Hc= -github.com/json-iterator/go v1.1.9/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= -github.com/json-iterator/go v1.1.10 h1:Kz6Cvnvv2wGdaG/V8yMvfkmNiXq9Ya2KUv4rouJJr68= -github.com/json-iterator/go v1.1.10/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= -github.com/jtolds/gls v4.20.0+incompatible h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo= -github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU= -github.com/kayon/iploc v0.0.0-20200312105652-bda3e968a794 h1:dWJxw+KQOMeVcoyxqG9I5fppPld1hh1FG8ngv0fKNsQ= -github.com/kayon/iploc v0.0.0-20200312105652-bda3e968a794/go.mod h1:IwrOeG3O3K9vVXmcVvc9T0XLabw67QePi5pKQt5U+Kw= -github.com/klauspost/compress v1.13.6 h1:P76CopJELS0TiO2mebmnzgWaajssP/EszplttgQxcgc= -github.com/klauspost/compress v1.13.6/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk= -github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= -github.com/kr/pretty v0.2.1 h1:Fmg33tUaq4/8ym9TJN1x7sLJnHVwhP33CNkpYV/7rwI= -github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= -github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= -github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= -github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= -github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= -github.com/mattn/go-colorable v0.1.9 h1:sqDoxXbdeALODt0DAeJCVp38ps9ZogZEAXjus69YV3U= -github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc= -github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU= -github.com/mattn/go-isatty v0.0.14 h1:yVuAays6BHfxijgZPzw+3Zlu5yQgKGP2/hcQbHb7S9Y= -github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94= -github.com/mattn/go-runewidth v0.0.9 h1:Lm995f3rfxdpd6TSmuVCHVb/QhupuXlYr8sCI/QdE+0= -github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI= -github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= -github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg= -github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= -github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= -github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 h1:RWengNIwukTxcDr9M+97sNutRR1RKhG96O6jWumTTnw= -github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826/go.mod h1:TaXosZuwdSHYgviHp1DAtfrULt5eUgsSMsZf+YrPgl8= -github.com/mojocn/base64Captcha v1.3.5 h1:Qeilr7Ta6eDtG4S+tQuZ5+hO+QHbiGAJdi4PfoagaA0= -github.com/mojocn/base64Captcha v1.3.5/go.mod h1:/tTTXn4WTpX9CfrmipqRytCpJ27Uw3G6I7NcP2WwcmY= -github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A= -github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE= -github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU= -github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec= -github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY= -github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= -github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk= -github.com/onsi/ginkgo v1.16.4 h1:29JGrr5oVBm5ulCWet69zQkzWipVXIol6ygQUe/EzNc= -github.com/onsi/ginkgo v1.16.4/go.mod h1:dX+/inL/fNMqNlz0e9LfyB9TswhZpCVdJM/Z6Vvnwo0= -github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY= -github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo= -github.com/onsi/gomega v1.16.0 h1:6gjqkI8iiRHMvdccRJM8rVKjCWk6ZIm6FTm3ddIe4/c= -github.com/onsi/gomega v1.16.0/go.mod h1:HnhC7FXeEQY45zxNK3PPoIUhzk/80Xly9PcubAlGdZY= -github.com/pierrec/lz4 v2.6.1+incompatible h1:9UY3+iC23yxF0UfGaYrGplQ+79Rg+h/q9FV9ix19jjM= -github.com/pierrec/lz4 v2.6.1+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY= -github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= -github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= -github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= -github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= -github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 h1:N/ElC8H3+5XpJzTSTfLsJV/mx9Q9g7kxmchpfZyxgzM= -github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4= -github.com/richardlehane/mscfb v1.0.3 h1:rD8TBkYWkObWO0oLDFCbwMeZ4KoalxQy+QgniCj3nKI= -github.com/richardlehane/mscfb v1.0.3/go.mod h1:YzVpcZg9czvAuhk9T+a3avCpcFPMUWm7gK3DypaEsUk= -github.com/richardlehane/msoleps v1.0.1 h1:RfrALnSNXzmXLbGct/P2b4xkFz4e8Gmj/0Vj9M9xC1o= -github.com/richardlehane/msoleps v1.0.1/go.mod h1:BWev5JBpU9Ko2WAgmZEuiz4/u3ZYTKbjLycmwiWUfWg= -github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= -github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q= -github.com/sirupsen/logrus v1.8.1 h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE= -github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= -github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d h1:zE9ykElWQ6/NYmHa3jpm/yHnI4xSofP+UP6SpjHcSeM= -github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= -github.com/smartystreets/goconvey v0.0.0-20190710185942-9d28bd7c0945 h1:N8Bg45zpk/UcpNGnfJt2y/3lRWASHNTUET8owPYCgYI= -github.com/smartystreets/goconvey v0.0.0-20190710185942-9d28bd7c0945/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= -github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= -github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= -github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= -github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= -github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= -github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY= -github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/tidwall/gjson v1.2.1 h1:j0efZLrZUvNerEf6xqoi0NjWMK5YlLrR7Guo/dxY174= -github.com/tidwall/gjson v1.2.1/go.mod h1:c/nTNbUr0E0OrXEhq1pwa8iEgc2DOt4ZZqAt1HtCkPA= -github.com/tidwall/match v1.0.1 h1:PnKP62LPNxHKTwvHHZZzdOAOCtsJTjo6dZLCwpKm5xc= -github.com/tidwall/match v1.0.1/go.mod h1:LujAq0jyVjBy028G1WhWfIzbpQfMO8bBZ6Tyb0+pL9E= -github.com/tidwall/pretty v0.0.0-20190325153808-1166b9ac2b65 h1:rQ229MBgvW68s1/g6f1/63TgYwYxfF4E+bi/KC19P8g= -github.com/tidwall/pretty v0.0.0-20190325153808-1166b9ac2b65/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk= -github.com/urfave/cli/v2 v2.3.0/go.mod h1:LJmUH05zAU44vOAcrfzZQKsZbVcdbOG8rtL3/XcUArI= -github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI= -github.com/xdg-go/scram v1.0.2/go.mod h1:1WAq6h33pAW+iRreB34OORO2Nf7qel3VV3fjBj+hCSs= -github.com/xdg-go/stringprep v1.0.2/go.mod h1:8F9zXuvzgwmyT5DUm4GUfZGDdT3W+LCvS6+da4O5kxM= -github.com/xuri/efp v0.0.0-20210322160811-ab561f5b45e3 h1:EpI0bqf/eX9SdZDwlMmahKM+CDBgNbsXMhsN28XrM8o= -github.com/xuri/efp v0.0.0-20210322160811-ab561f5b45e3/go.mod h1:ybY/Jr0T0GTCnYjKqmdwxyxn2BQf2RcQIIvex5QldPI= -github.com/xuri/excelize/v2 v2.5.0 h1:nDDVfX0qaDuGjAvb+5zTd0Bxxoqa1Ffv9B4kiE23PTM= -github.com/xuri/excelize/v2 v2.5.0/go.mod h1:rSu0C3papjzxQA3sdK8cU544TebhrPUoTOaGPIh0Q1A= -github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/yuin/goldmark v1.4.0/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= -go.opentelemetry.io/otel v1.0.0 h1:qTTn6x71GVBvoafHK/yaRUmFzI4LcONZD0/kXxl5PHI= -go.opentelemetry.io/otel v1.0.0/go.mod h1:AjRVh9A5/5DE7S+mZtTR6t8vpKKryam+0lREnfmS4cg= -go.opentelemetry.io/otel/sdk v1.0.0 h1:BNPMYUONPNbLneMttKSjQhOTlFLOD9U22HNG1KrIN2Y= -go.opentelemetry.io/otel/sdk v1.0.0/go.mod h1:PCrDHlSy5x1kjezSdL37PhbFUMjrsLRshJ2zCzeXwbM= -go.opentelemetry.io/otel/trace v1.0.0 h1:TSBr8GTEtKevYMG/2d21M989r5WJYVimhTHBKVEZuh4= -go.opentelemetry.io/otel/trace v1.0.0/go.mod h1:PXTWqayeFUlJV1YDNhsJYB184+IvAH814St6o6ajzIs= -go.uber.org/atomic v1.5.1/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ= -go.uber.org/atomic v1.6.0 h1:Ezj3JGmsOnG1MoRWQkPBsKLe9DwWD9QeXzTRzzldNVk= -go.uber.org/atomic v1.6.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ= -golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= -golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/crypto v0.0.0-20201112155050-0c6587e931a9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/crypto v0.0.0-20210920023735-84f357641f63 h1:kETrAMYZq6WVGPa8IIixL0CaEcIUNi+1WX7grUoi3y8= -golang.org/x/crypto v0.0.0-20210920023735-84f357641f63/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/image v0.0.0-20190501045829-6d32002ffd75/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= -golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb h1:fqpd0EBDzlHRCjiphRR5Zo/RSWWQlWv34418dnEixWk= -golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= -golang.org/x/lint v0.0.0-20190930215403-16217165b5de h1:5hukYrvBGR8/eNkX5mdUezrA6JiaEZDtJb9Ei+1LlBs= -golang.org/x/lint v0.0.0-20190930215403-16217165b5de/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.4.2 h1:Gz96sIWK3OalVv/I/qNygP42zyoKp3xptRVCWRFEBvo= -golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= -golang.org/x/net v0.0.0-20210428140749-89ef3d95e781/go.mod h1:OJAsFXCWl8Ukc7SiCT/9KSuxbyM7479/AVlXFRxuMCk= -golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.0.0-20210917221730-978cfadd31cf/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 h1:CIJ76btIcR3eFI5EgSo6k1qKw9KJexJuRLI9G7Hp5wE= -golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190904154756-749cb33beabd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200116001909-b77594299b42/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210112080510-489259a85091/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e h1:WUoyKPm6nCo1BnNUvPGnFG3T5DUVem42yDJZZ4CNxMA= -golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= -golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= -golang.org/x/text v0.3.8-0.20211105212822-18b340fc7af2 h1:GLw7MR8AfAG2GmGcmVgObFOHXYypgGjnGno25RDwn3Y= -golang.org/x/text v0.3.8-0.20211105212822-18b340fc7af2/go.mod h1:EFNZuWvGYxIRUEX+K8UmCFwYmZjqcrnq15ZuVldZkZ0= -golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190328211700-ab21143f2384/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/tools v0.0.0-20191029041327-9cc4af7d6b2c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.1.7 h1:6j8CgantCy3yc8JGBqkDLMKWqZ0RDU2g1HVgacojGWQ= -golang.org/x/tools v0.1.7/go.mod h1:LGqMHiF4EqQNHR1JncWGqT5BVaXmza+X+BDGol+dOxo= -golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE= -golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= -google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0= -google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM= -google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE= -google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo= -google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= -google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= -google.golang.org/protobuf v1.26.0 h1:bxAC2xTBsZGibn2RTntX0oH50xLsqy1OxA9tTL3p/lk= -google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= -gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk= -gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q= -gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= -gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= -gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= -gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.3/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= -gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= -gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo= -gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -stathat.com/c/consistent v1.0.0 h1:ezyc51EGcRPJUxfHGSgJjWzJdj3NiMU9pNfLNGiXV0c= -stathat.com/c/consistent v1.0.0/go.mod h1:QkzMWzcbB+yQBL2AttO6sgsQS/JSTapcDISJalmCDS0= diff --git a/hotgo-server/main.go b/hotgo-server/main.go deleted file mode 100644 index 79c768a..0000000 --- a/hotgo-server/main.go +++ /dev/null @@ -1,17 +0,0 @@ -package main - -import ( - "github.com/bufanyun/hotgo/boot" - "github.com/gogf/gf/v2/errors/gerror" - "github.com/gogf/gf/v2/frame/g" - "github.com/gogf/gf/v2/os/gctx" -) - -func main() { - - var ctx = gctx.New() - - if err := boot.Main.RunWithError(ctx); err != nil { - g.Log().Fatal(ctx, gerror.Stack(err)) - } -} diff --git a/hotgo-server/resource/public/plugin/layer-3.1.1/layer.js b/hotgo-server/resource/public/plugin/layer-3.1.1/layer.js deleted file mode 100644 index 12cb6b5..0000000 --- a/hotgo-server/resource/public/plugin/layer-3.1.1/layer.js +++ /dev/null @@ -1,2 +0,0 @@ -/*! layer-v3.1.1 Web弹层组件 MIT License http://layer.layui.com/ By 贤心 */ - ;!function(e,t){"use strict";var i,n,a=e.layui&&layui.define,o={getPath:function(){var e=document.currentScript?document.currentScript.src:function(){for(var e,t=document.scripts,i=t.length-1,n=i;n>0;n--)if("interactive"===t[n].readyState){e=t[n].src;break}return e||t[i].src}();return e.substring(0,e.lastIndexOf("/")+1)}(),config:{},end:{},minIndex:0,minLeft:[],btn:["确定","取消"],type:["dialog","page","iframe","loading","tips"],getStyle:function(t,i){var n=t.currentStyle?t.currentStyle:e.getComputedStyle(t,null);return n[n.getPropertyValue?"getPropertyValue":"getAttribute"](i)},link:function(t,i,n){if(r.path){var a=document.getElementsByTagName("head")[0],s=document.createElement("link");"string"==typeof i&&(n=i);var l=(n||t).replace(/\.|\//g,""),f="layuicss-"+l,c=0;s.rel="stylesheet",s.href=r.path+t,s.id=f,document.getElementById(f)||a.appendChild(s),"function"==typeof i&&!function u(){return++c>80?e.console&&console.error("layer.css: Invalid"):void(1989===parseInt(o.getStyle(document.getElementById(f),"width"))?i():setTimeout(u,100))}()}}},r={v:"3.1.1",ie:function(){var t=navigator.userAgent.toLowerCase();return!!(e.ActiveXObject||"ActiveXObject"in e)&&((t.match(/msie\s(\d+)/)||[])[1]||"11")}(),index:e.layer&&e.layer.v?1e5:0,path:o.getPath,config:function(e,t){return e=e||{},r.cache=o.config=i.extend({},o.config,e),r.path=o.config.path||r.path,"string"==typeof e.extend&&(e.extend=[e.extend]),o.config.path&&r.ready(),e.extend?(a?layui.addcss("modules/layer/"+e.extend):o.link("theme/"+e.extend),this):this},ready:function(e){var t="layer",i="",n=(a?"modules/layer/":"theme/")+"default/layer.css?v="+r.v+i;return a?layui.addcss(n,e,t):o.link(n,e,t),this},alert:function(e,t,n){var a="function"==typeof t;return a&&(n=t),r.open(i.extend({content:e,yes:n},a?{}:t))},confirm:function(e,t,n,a){var s="function"==typeof t;return s&&(a=n,n=t),r.open(i.extend({content:e,btn:o.btn,yes:n,btn2:a},s?{}:t))},msg:function(e,n,a){var s="function"==typeof n,f=o.config.skin,c=(f?f+" "+f+"-msg":"")||"layui-layer-msg",u=l.anim.length-1;return s&&(a=n),r.open(i.extend({content:e,time:3e3,shade:!1,skin:c,title:!1,closeBtn:!1,btn:!1,resize:!1,end:a},s&&!o.config.skin?{skin:c+" layui-layer-hui",anim:u}:function(){return n=n||{},(n.icon===-1||n.icon===t&&!o.config.skin)&&(n.skin=c+" "+(n.skin||"layui-layer-hui")),n}()))},load:function(e,t){return r.open(i.extend({type:3,icon:e||0,resize:!1,shade:.01},t))},tips:function(e,t,n){return r.open(i.extend({type:4,content:[e,t],closeBtn:!1,time:3e3,shade:!1,resize:!1,fixed:!1,maxWidth:210},n))}},s=function(e){var t=this;t.index=++r.index,t.config=i.extend({},t.config,o.config,e),document.body?t.creat():setTimeout(function(){t.creat()},30)};s.pt=s.prototype;var l=["layui-layer",".layui-layer-title",".layui-layer-main",".layui-layer-dialog","layui-layer-iframe","layui-layer-content","layui-layer-btn","layui-layer-close"];l.anim=["layer-anim-00","layer-anim-01","layer-anim-02","layer-anim-03","layer-anim-04","layer-anim-05","layer-anim-06"],s.pt.config={type:0,shade:.3,fixed:!0,move:l[1],title:"信息",offset:"auto",area:"auto",closeBtn:1,time:0,zIndex:19891014,maxWidth:360,anim:0,isOutAnim:!0,icon:-1,moveType:1,resize:!0,scrollbar:!0,tips:2},s.pt.vessel=function(e,t){var n=this,a=n.index,r=n.config,s=r.zIndex+a,f="object"==typeof r.title,c=r.maxmin&&(1===r.type||2===r.type),u=r.title?'
'+(f?r.title[0]:r.title)+"
":"";return r.zIndex=s,t([r.shade?'
':"",'
'+(e&&2!=r.type?"":u)+'
'+(0==r.type&&r.icon!==-1?'':"")+(1==r.type&&e?"":r.content||"")+'
'+function(){var e=c?'':"";return r.closeBtn&&(e+=''),e}()+""+(r.btn?function(){var e="";"string"==typeof r.btn&&(r.btn=[r.btn]);for(var t=0,i=r.btn.length;t'+r.btn[t]+"";return'
'+e+"
"}():"")+(r.resize?'':"")+"
"],u,i('
')),n},s.pt.creat=function(){var e=this,t=e.config,a=e.index,s=t.content,f="object"==typeof s,c=i("body");if(!t.id||!i("#"+t.id)[0]){switch("string"==typeof t.area&&(t.area="auto"===t.area?["",""]:[t.area,""]),t.shift&&(t.anim=t.shift),6==r.ie&&(t.fixed=!1),t.type){case 0:t.btn="btn"in t?t.btn:o.btn[0],r.closeAll("dialog");break;case 2:var s=t.content=f?t.content:[t.content||"http://layer.layui.com","auto"];t.content='';break;case 3:delete t.title,delete t.closeBtn,t.icon===-1&&0===t.icon,r.closeAll("loading");break;case 4:f||(t.content=[t.content,"body"]),t.follow=t.content[1],t.content=t.content[0]+'',delete t.title,t.tips="object"==typeof t.tips?t.tips:[t.tips,!0],t.tipsMore||r.closeAll("tips")}if(e.vessel(f,function(n,r,u){c.append(n[0]),f?function(){2==t.type||4==t.type?function(){i("body").append(n[1])}():function(){s.parents("."+l[0])[0]||(s.data("display",s.css("display")).show().addClass("layui-layer-wrap").wrap(n[1]),i("#"+l[0]+a).find("."+l[5]).before(r))}()}():c.append(n[1]),i(".layui-layer-move")[0]||c.append(o.moveElem=u),e.layero=i("#"+l[0]+a),t.scrollbar||l.html.css("overflow","hidden").attr("layer-full",a)}).auto(a),i("#layui-layer-shade"+e.index).css({"background-color":t.shade[1]||"#000",opacity:t.shade[0]||t.shade}),2==t.type&&6==r.ie&&e.layero.find("iframe").attr("src",s[0]),4==t.type?e.tips():e.offset(),t.fixed&&n.on("resize",function(){e.offset(),(/^\d+%$/.test(t.area[0])||/^\d+%$/.test(t.area[1]))&&e.auto(a),4==t.type&&e.tips()}),t.time<=0||setTimeout(function(){r.close(e.index)},t.time),e.move().callback(),l.anim[t.anim]){var u="layer-anim "+l.anim[t.anim];e.layero.addClass(u).one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",function(){i(this).removeClass(u)})}t.isOutAnim&&e.layero.data("isOutAnim",!0)}},s.pt.auto=function(e){var t=this,a=t.config,o=i("#"+l[0]+e);""===a.area[0]&&a.maxWidth>0&&(r.ie&&r.ie<8&&a.btn&&o.width(o.innerWidth()),o.outerWidth()>a.maxWidth&&o.width(a.maxWidth));var s=[o.innerWidth(),o.innerHeight()],f=o.find(l[1]).outerHeight()||0,c=o.find("."+l[6]).outerHeight()||0,u=function(e){e=o.find(e),e.height(s[1]-f-c-2*(0|parseFloat(e.css("padding-top"))))};switch(a.type){case 2:u("iframe");break;default:""===a.area[1]?a.maxHeight>0&&o.outerHeight()>a.maxHeight?(s[1]=a.maxHeight,u("."+l[5])):a.fixed&&s[1]>=n.height()&&(s[1]=n.height(),u("."+l[5])):u("."+l[5])}return t},s.pt.offset=function(){var e=this,t=e.config,i=e.layero,a=[i.outerWidth(),i.outerHeight()],o="object"==typeof t.offset;e.offsetTop=(n.height()-a[1])/2,e.offsetLeft=(n.width()-a[0])/2,o?(e.offsetTop=t.offset[0],e.offsetLeft=t.offset[1]||e.offsetLeft):"auto"!==t.offset&&("t"===t.offset?e.offsetTop=0:"r"===t.offset?e.offsetLeft=n.width()-a[0]:"b"===t.offset?e.offsetTop=n.height()-a[1]:"l"===t.offset?e.offsetLeft=0:"lt"===t.offset?(e.offsetTop=0,e.offsetLeft=0):"lb"===t.offset?(e.offsetTop=n.height()-a[1],e.offsetLeft=0):"rt"===t.offset?(e.offsetTop=0,e.offsetLeft=n.width()-a[0]):"rb"===t.offset?(e.offsetTop=n.height()-a[1],e.offsetLeft=n.width()-a[0]):e.offsetTop=t.offset),t.fixed||(e.offsetTop=/%$/.test(e.offsetTop)?n.height()*parseFloat(e.offsetTop)/100:parseFloat(e.offsetTop),e.offsetLeft=/%$/.test(e.offsetLeft)?n.width()*parseFloat(e.offsetLeft)/100:parseFloat(e.offsetLeft),e.offsetTop+=n.scrollTop(),e.offsetLeft+=n.scrollLeft()),i.attr("minLeft")&&(e.offsetTop=n.height()-(i.find(l[1]).outerHeight()||0),e.offsetLeft=i.css("left")),i.css({top:e.offsetTop,left:e.offsetLeft})},s.pt.tips=function(){var e=this,t=e.config,a=e.layero,o=[a.outerWidth(),a.outerHeight()],r=i(t.follow);r[0]||(r=i("body"));var s={width:r.outerWidth(),height:r.outerHeight(),top:r.offset().top,left:r.offset().left},f=a.find(".layui-layer-TipsG"),c=t.tips[0];t.tips[1]||f.remove(),s.autoLeft=function(){s.left+o[0]-n.width()>0?(s.tipLeft=s.left+s.width-o[0],f.css({right:12,left:"auto"})):s.tipLeft=s.left},s.where=[function(){s.autoLeft(),s.tipTop=s.top-o[1]-10,f.removeClass("layui-layer-TipsB").addClass("layui-layer-TipsT").css("border-right-color",t.tips[1])},function(){s.tipLeft=s.left+s.width+10,s.tipTop=s.top,f.removeClass("layui-layer-TipsL").addClass("layui-layer-TipsR").css("border-bottom-color",t.tips[1])},function(){s.autoLeft(),s.tipTop=s.top+s.height+10,f.removeClass("layui-layer-TipsT").addClass("layui-layer-TipsB").css("border-right-color",t.tips[1])},function(){s.tipLeft=s.left-o[0]-10,s.tipTop=s.top,f.removeClass("layui-layer-TipsR").addClass("layui-layer-TipsL").css("border-bottom-color",t.tips[1])}],s.where[c-1](),1===c?s.top-(n.scrollTop()+o[1]+16)<0&&s.where[2]():2===c?n.width()-(s.left+s.width+o[0]+16)>0||s.where[3]():3===c?s.top-n.scrollTop()+s.height+o[1]+16-n.height()>0&&s.where[0]():4===c&&o[0]+16-s.left>0&&s.where[1](),a.find("."+l[5]).css({"background-color":t.tips[1],"padding-right":t.closeBtn?"30px":""}),a.css({left:s.tipLeft-(t.fixed?n.scrollLeft():0),top:s.tipTop-(t.fixed?n.scrollTop():0)})},s.pt.move=function(){var e=this,t=e.config,a=i(document),s=e.layero,l=s.find(t.move),f=s.find(".layui-layer-resize"),c={};return t.move&&l.css("cursor","move"),l.on("mousedown",function(e){e.preventDefault(),t.move&&(c.moveStart=!0,c.offset=[e.clientX-parseFloat(s.css("left")),e.clientY-parseFloat(s.css("top"))],o.moveElem.css("cursor","move").show())}),f.on("mousedown",function(e){e.preventDefault(),c.resizeStart=!0,c.offset=[e.clientX,e.clientY],c.area=[s.outerWidth(),s.outerHeight()],o.moveElem.css("cursor","se-resize").show()}),a.on("mousemove",function(i){if(c.moveStart){var a=i.clientX-c.offset[0],o=i.clientY-c.offset[1],l="fixed"===s.css("position");if(i.preventDefault(),c.stX=l?0:n.scrollLeft(),c.stY=l?0:n.scrollTop(),!t.moveOut){var f=n.width()-s.outerWidth()+c.stX,u=n.height()-s.outerHeight()+c.stY;af&&(a=f),ou&&(o=u)}s.css({left:a,top:o})}if(t.resize&&c.resizeStart){var a=i.clientX-c.offset[0],o=i.clientY-c.offset[1];i.preventDefault(),r.style(e.index,{width:c.area[0]+a,height:c.area[1]+o}),c.isResize=!0,t.resizing&&t.resizing(s)}}).on("mouseup",function(e){c.moveStart&&(delete c.moveStart,o.moveElem.hide(),t.moveEnd&&t.moveEnd(s)),c.resizeStart&&(delete c.resizeStart,o.moveElem.hide())}),e},s.pt.callback=function(){function e(){var e=a.cancel&&a.cancel(t.index,n);e===!1||r.close(t.index)}var t=this,n=t.layero,a=t.config;t.openLayer(),a.success&&(2==a.type?n.find("iframe").on("load",function(){a.success(n,t.index)}):a.success(n,t.index)),6==r.ie&&t.IE6(n),n.find("."+l[6]).children("a").on("click",function(){var e=i(this).index();if(0===e)a.yes?a.yes(t.index,n):a.btn1?a.btn1(t.index,n):r.close(t.index);else{var o=a["btn"+(e+1)]&&a["btn"+(e+1)](t.index,n);o===!1||r.close(t.index)}}),n.find("."+l[7]).on("click",e),a.shadeClose&&i("#layui-layer-shade"+t.index).on("click",function(){r.close(t.index)}),n.find(".layui-layer-min").on("click",function(){var e=a.min&&a.min(n);e===!1||r.min(t.index,a)}),n.find(".layui-layer-max").on("click",function(){i(this).hasClass("layui-layer-maxmin")?(r.restore(t.index),a.restore&&a.restore(n)):(r.full(t.index,a),setTimeout(function(){a.full&&a.full(n)},100))}),a.end&&(o.end[t.index]=a.end)},o.reselect=function(){i.each(i("select"),function(e,t){var n=i(this);n.parents("."+l[0])[0]||1==n.attr("layer")&&i("."+l[0]).length<1&&n.removeAttr("layer").show(),n=null})},s.pt.IE6=function(e){i("select").each(function(e,t){var n=i(this);n.parents("."+l[0])[0]||"none"===n.css("display")||n.attr({layer:"1"}).hide(),n=null})},s.pt.openLayer=function(){var e=this;r.zIndex=e.config.zIndex,r.setTop=function(e){var t=function(){r.zIndex++,e.css("z-index",r.zIndex+1)};return r.zIndex=parseInt(e[0].style.zIndex),e.on("mousedown",t),r.zIndex}},o.record=function(e){var t=[e.width(),e.height(),e.position().top,e.position().left+parseFloat(e.css("margin-left"))];e.find(".layui-layer-max").addClass("layui-layer-maxmin"),e.attr({area:t})},o.rescollbar=function(e){l.html.attr("layer-full")==e&&(l.html[0].style.removeProperty?l.html[0].style.removeProperty("overflow"):l.html[0].style.removeAttribute("overflow"),l.html.removeAttr("layer-full"))},e.layer=r,r.getChildFrame=function(e,t){return t=t||i("."+l[4]).attr("times"),i("#"+l[0]+t).find("iframe").contents().find(e)},r.getFrameIndex=function(e){return i("#"+e).parents("."+l[4]).attr("times")},r.iframeAuto=function(e){if(e){var t=r.getChildFrame("html",e).outerHeight(),n=i("#"+l[0]+e),a=n.find(l[1]).outerHeight()||0,o=n.find("."+l[6]).outerHeight()||0;n.css({height:t+a+o}),n.find("iframe").css({height:t})}},r.iframeSrc=function(e,t){i("#"+l[0]+e).find("iframe").attr("src",t)},r.style=function(e,t,n){var a=i("#"+l[0]+e),r=a.find(".layui-layer-content"),s=a.attr("type"),f=a.find(l[1]).outerHeight()||0,c=a.find("."+l[6]).outerHeight()||0;a.attr("minLeft");s!==o.type[3]&&s!==o.type[4]&&(n||(parseFloat(t.width)<=260&&(t.width=260),parseFloat(t.height)-f-c<=64&&(t.height=64+f+c)),a.css(t),c=a.find("."+l[6]).outerHeight(),s===o.type[2]?a.find("iframe").css({height:parseFloat(t.height)-f-c}):r.css({height:parseFloat(t.height)-f-c-parseFloat(r.css("padding-top"))-parseFloat(r.css("padding-bottom"))}))},r.min=function(e,t){var a=i("#"+l[0]+e),s=a.find(l[1]).outerHeight()||0,f=a.attr("minLeft")||181*o.minIndex+"px",c=a.css("position");o.record(a),o.minLeft[0]&&(f=o.minLeft[0],o.minLeft.shift()),a.attr("position",c),r.style(e,{width:180,height:s,left:f,top:n.height()-s,position:"fixed",overflow:"hidden"},!0),a.find(".layui-layer-min").hide(),"page"===a.attr("type")&&a.find(l[4]).hide(),o.rescollbar(e),a.attr("minLeft")||o.minIndex++,a.attr("minLeft",f)},r.restore=function(e){var t=i("#"+l[0]+e),n=t.attr("area").split(",");t.attr("type");r.style(e,{width:parseFloat(n[0]),height:parseFloat(n[1]),top:parseFloat(n[2]),left:parseFloat(n[3]),position:t.attr("position"),overflow:"visible"},!0),t.find(".layui-layer-max").removeClass("layui-layer-maxmin"),t.find(".layui-layer-min").show(),"page"===t.attr("type")&&t.find(l[4]).show(),o.rescollbar(e)},r.full=function(e){var t,a=i("#"+l[0]+e);o.record(a),l.html.attr("layer-full")||l.html.css("overflow","hidden").attr("layer-full",e),clearTimeout(t),t=setTimeout(function(){var t="fixed"===a.css("position");r.style(e,{top:t?0:n.scrollTop(),left:t?0:n.scrollLeft(),width:n.width(),height:n.height()},!0),a.find(".layui-layer-min").hide()},100)},r.title=function(e,t){var n=i("#"+l[0]+(t||r.index)).find(l[1]);n.html(e)},r.close=function(e){var t=i("#"+l[0]+e),n=t.attr("type"),a="layer-anim-close";if(t[0]){var s="layui-layer-wrap",f=function(){if(n===o.type[1]&&"object"===t.attr("conType")){t.children(":not(."+l[5]+")").remove();for(var a=t.find("."+s),r=0;r<2;r++)a.unwrap();a.css("display",a.data("display")).removeClass(s)}else{if(n===o.type[2])try{var f=i("#"+l[4]+e)[0];f.contentWindow.document.write(""),f.contentWindow.close(),t.find("."+l[5])[0].removeChild(f)}catch(c){}t[0].innerHTML="",t.remove()}"function"==typeof o.end[e]&&o.end[e](),delete o.end[e]};t.data("isOutAnim")&&t.addClass("layer-anim "+a),i("#layui-layer-moves, #layui-layer-shade"+e).remove(),6==r.ie&&o.reselect(),o.rescollbar(e),t.attr("minLeft")&&(o.minIndex--,o.minLeft.push(t.attr("minLeft"))),r.ie&&r.ie<10||!t.data("isOutAnim")?f():setTimeout(function(){f()},200)}},r.closeAll=function(e){i.each(i("."+l[0]),function(){var t=i(this),n=e?t.attr("type")===e:1;n&&r.close(t.attr("times")),n=null})};var f=r.cache||{},c=function(e){return f.skin?" "+f.skin+" "+f.skin+"-"+e:""};r.prompt=function(e,t){var a="";if(e=e||{},"function"==typeof e&&(t=e),e.area){var o=e.area;a='style="width: '+o[0]+"; height: "+o[1]+';"',delete e.area}var s,l=2==e.formType?'":function(){return''}(),f=e.success;return delete e.success,r.open(i.extend({type:1,btn:["确定","取消"],content:l,skin:"layui-layer-prompt"+c("prompt"),maxWidth:n.width(),success:function(e){s=e.find(".layui-layer-input"),s.focus(),"function"==typeof f&&f(e)},resize:!1,yes:function(i){var n=s.val();""===n?s.focus():n.length>(e.maxlength||500)?r.tips("最多输入"+(e.maxlength||500)+"个字数",s,{tips:1}):t&&t(n,i,s)}},e))},r.tab=function(e){e=e||{};var t=e.tab||{},n="layui-this",a=e.success;return delete e.success,r.open(i.extend({type:1,skin:"layui-layer-tab"+c("tab"),resize:!1,title:function(){var e=t.length,i=1,a="";if(e>0)for(a=''+t[0].title+"";i"+t[i].title+"";return a}(),content:'
    '+function(){var e=t.length,i=1,a="";if(e>0)for(a='
  • '+(t[0].content||"no content")+"
  • ";i'+(t[i].content||"no content")+"";return a}()+"
",success:function(t){var o=t.find(".layui-layer-title").children(),r=t.find(".layui-layer-tabmain").children();o.on("mousedown",function(t){t.stopPropagation?t.stopPropagation():t.cancelBubble=!0;var a=i(this),o=a.index();a.addClass(n).siblings().removeClass(n),r.eq(o).show().siblings().hide(),"function"==typeof e.change&&e.change(o)}),"function"==typeof a&&a(t)}},e))},r.photos=function(t,n,a){function o(e,t,i){var n=new Image;return n.src=e,n.complete?t(n):(n.onload=function(){n.onload=null,t(n)},void(n.onerror=function(e){n.onerror=null,i(e)}))}var s={};if(t=t||{},t.photos){var l=t.photos.constructor===Object,f=l?t.photos:{},u=f.data||[],d=f.start||0;s.imgIndex=(0|d)+1,t.img=t.img||"img";var y=t.success;if(delete t.success,l){if(0===u.length)return r.msg("没有图片")}else{var p=i(t.photos),h=function(){u=[],p.find(t.img).each(function(e){var t=i(this);t.attr("layer-index",e),u.push({alt:t.attr("alt"),pid:t.attr("layer-pid"),src:t.attr("layer-src")||t.attr("src"),thumb:t.attr("src")})})};if(h(),0===u.length)return;if(n||p.on("click",t.img,function(){var e=i(this),n=e.attr("layer-index");r.photos(i.extend(t,{photos:{start:n,data:u,tab:t.tab},full:t.full}),!0),h()}),!n)return}s.imgprev=function(e){s.imgIndex--,s.imgIndex<1&&(s.imgIndex=u.length),s.tabimg(e)},s.imgnext=function(e,t){s.imgIndex++,s.imgIndex>u.length&&(s.imgIndex=1,t)||s.tabimg(e)},s.keyup=function(e){if(!s.end){var t=e.keyCode;e.preventDefault(),37===t?s.imgprev(!0):39===t?s.imgnext(!0):27===t&&r.close(s.index)}},s.tabimg=function(e){if(!(u.length<=1))return f.start=s.imgIndex-1,r.close(s.index),r.photos(t,!0,e)},s.event=function(){s.bigimg.hover(function(){s.imgsee.show()},function(){s.imgsee.hide()}),s.bigimg.find(".layui-layer-imgprev").on("click",function(e){e.preventDefault(),s.imgprev()}),s.bigimg.find(".layui-layer-imgnext").on("click",function(e){e.preventDefault(),s.imgnext()}),i(document).on("keyup",s.keyup)},s.loadi=r.load(1,{shade:!("shade"in t)&&.9,scrollbar:!1}),o(u[d].src,function(n){r.close(s.loadi),s.index=r.open(i.extend({type:1,id:"layui-layer-photos",area:function(){var a=[n.width,n.height],o=[i(e).width()-100,i(e).height()-100];if(!t.full&&(a[0]>o[0]||a[1]>o[1])){var r=[a[0]/o[0],a[1]/o[1]];r[0]>r[1]?(a[0]=a[0]/r[0],a[1]=a[1]/r[0]):r[0]'+(u[d].alt||
'+(u.length>1?'':"")+'
'+(u[d].alt||"")+""+s.imgIndex+"/"+u.length+"
",success:function(e,i){s.bigimg=e.find(".layui-layer-phimg"),s.imgsee=e.find(".layui-layer-imguide,.layui-layer-imgbar"),s.event(e),t.tab&&t.tab(u[d],e),"function"==typeof y&&y(e)},end:function(){s.end=!0,i(document).off("keyup",s.keyup)}},t))},function(){r.close(s.loadi),r.msg("当前图片地址异常
是否继续查看下一张?",{time:3e4,btn:["下一张","不看了"],yes:function(){u.length>1&&s.imgnext(!0,!0)}})})}},o.run=function(t){i=t,n=i(e),l.html=i("html"),r.open=function(e){var t=new s(e);return t.index}},e.layui&&layui.define?(r.ready(),layui.define("jquery",function(t){r.path=layui.cache.dir,o.run(layui.$),e.layer=r,t("layer",r)})):"function"==typeof define&&define.amd?define(["jquery"],function(){return o.run(e.jQuery),r}):function(){o.run(e.jQuery),r.ready()}()}(window); \ No newline at end of file diff --git a/hotgo-server/resource/public/plugin/layer-3.1.1/mobile/layer.js b/hotgo-server/resource/public/plugin/layer-3.1.1/mobile/layer.js deleted file mode 100644 index f9cf693..0000000 --- a/hotgo-server/resource/public/plugin/layer-3.1.1/mobile/layer.js +++ /dev/null @@ -1,2 +0,0 @@ -/*! layer mobile-v2.0.0 Web弹层组件 MIT License http://layer.layui.com/mobile By 贤心 */ - ;!function(e){"use strict";var t=document,n="querySelectorAll",i="getElementsByClassName",a=function(e){return t[n](e)},s={type:0,shade:!0,shadeClose:!0,fixed:!0,anim:"scale"},l={extend:function(e){var t=JSON.parse(JSON.stringify(s));for(var n in e)t[n]=e[n];return t},timer:{},end:{}};l.touch=function(e,t){e.addEventListener("click",function(e){t.call(this,e)},!1)};var r=0,o=["layui-m-layer"],c=function(e){var t=this;t.config=l.extend(e),t.view()};c.prototype.view=function(){var e=this,n=e.config,s=t.createElement("div");e.id=s.id=o[0]+r,s.setAttribute("class",o[0]+" "+o[0]+(n.type||0)),s.setAttribute("index",r);var l=function(){var e="object"==typeof n.title;return n.title?'

'+(e?n.title[0]:n.title)+"

":""}(),c=function(){"string"==typeof n.btn&&(n.btn=[n.btn]);var e,t=(n.btn||[]).length;return 0!==t&&n.btn?(e=''+n.btn[0]+"",2===t&&(e=''+n.btn[1]+""+e),'
'+e+"
"):""}();if(n.fixed||(n.top=n.hasOwnProperty("top")?n.top:100,n.style=n.style||"",n.style+=" top:"+(t.body.scrollTop+n.top)+"px"),2===n.type&&(n.content='

'+(n.content||"")+"

"),n.skin&&(n.anim="up"),"msg"===n.skin&&(n.shade=!1),s.innerHTML=(n.shade?"
':"")+'
"+l+'
'+n.content+"
"+c+"
",!n.type||2===n.type){var d=t[i](o[0]+n.type),y=d.length;y>=1&&layer.close(d[0].getAttribute("index"))}document.body.appendChild(s);var u=e.elem=a("#"+e.id)[0];n.success&&n.success(u),e.index=r++,e.action(n,u)},c.prototype.action=function(e,t){var n=this;e.time&&(l.timer[n.index]=setTimeout(function(){layer.close(n.index)},1e3*e.time));var a=function(){var t=this.getAttribute("type");0==t?(e.no&&e.no(),layer.close(n.index)):e.yes?e.yes(n.index):layer.close(n.index)};if(e.btn)for(var s=t[i]("layui-m-layerbtn")[0].children,r=s.length,o=0;odiv{line-height:22px;padding-top:7px;margin-bottom:20px;font-size:14px}.layui-m-layerbtn{display:box;display:-moz-box;display:-webkit-box;width:100%;height:50px;line-height:50px;font-size:0;border-top:1px solid #D0D0D0;background-color:#F2F2F2}.layui-m-layerbtn span{display:block;-moz-box-flex:1;box-flex:1;-webkit-box-flex:1;font-size:14px;cursor:pointer}.layui-m-layerbtn span[yes]{color:#40AFFE}.layui-m-layerbtn span[no]{border-right:1px solid #D0D0D0;border-radius:0 0 0 5px}.layui-m-layerbtn span:active{background-color:#F6F6F6}.layui-m-layerend{position:absolute;right:7px;top:10px;width:30px;height:30px;border:0;font-weight:400;background:0 0;cursor:pointer;-webkit-appearance:none;font-size:30px}.layui-m-layerend::after,.layui-m-layerend::before{position:absolute;left:5px;top:15px;content:'';width:18px;height:1px;background-color:#999;transform:rotate(45deg);-webkit-transform:rotate(45deg);border-radius:3px}.layui-m-layerend::after{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}body .layui-m-layer .layui-m-layer-footer{position:fixed;width:95%;max-width:100%;margin:0 auto;left:0;right:0;bottom:10px;background:0 0}.layui-m-layer-footer .layui-m-layercont{padding:20px;border-radius:5px 5px 0 0;background-color:rgba(255,255,255,.8)}.layui-m-layer-footer .layui-m-layerbtn{display:block;height:auto;background:0 0;border-top:none}.layui-m-layer-footer .layui-m-layerbtn span{background-color:rgba(255,255,255,.8)}.layui-m-layer-footer .layui-m-layerbtn span[no]{color:#FD482C;border-top:1px solid #c2c2c2;border-radius:0 0 5px 5px}.layui-m-layer-footer .layui-m-layerbtn span[yes]{margin-top:10px;border-radius:5px}body .layui-m-layer .layui-m-layer-msg{width:auto;max-width:90%;margin:0 auto;bottom:-150px;background-color:rgba(0,0,0,.7);color:#fff}.layui-m-layer-msg .layui-m-layercont{padding:10px 20px} \ No newline at end of file diff --git a/hotgo-server/resource/public/plugin/layer-3.1.1/theme/default/icon-ext.png b/hotgo-server/resource/public/plugin/layer-3.1.1/theme/default/icon-ext.png deleted file mode 100644 index bbbb669..0000000 Binary files a/hotgo-server/resource/public/plugin/layer-3.1.1/theme/default/icon-ext.png and /dev/null differ diff --git a/hotgo-server/resource/public/plugin/layer-3.1.1/theme/default/icon.png b/hotgo-server/resource/public/plugin/layer-3.1.1/theme/default/icon.png deleted file mode 100644 index 3e17da8..0000000 Binary files a/hotgo-server/resource/public/plugin/layer-3.1.1/theme/default/icon.png and /dev/null differ diff --git a/hotgo-server/resource/public/plugin/layer-3.1.1/theme/default/layer.css b/hotgo-server/resource/public/plugin/layer-3.1.1/theme/default/layer.css deleted file mode 100644 index 820b4a9..0000000 --- a/hotgo-server/resource/public/plugin/layer-3.1.1/theme/default/layer.css +++ /dev/null @@ -1 +0,0 @@ -.layui-layer-imgbar,.layui-layer-imgtit a,.layui-layer-tab .layui-layer-title span,.layui-layer-title{text-overflow:ellipsis;white-space:nowrap}html #layuicss-layer{display:none;position:absolute;width:1989px}.layui-layer,.layui-layer-shade{position:fixed;_position:absolute;pointer-events:auto}.layui-layer-shade{top:0;left:0;width:100%;height:100%;_height:expression(document.body.offsetHeight+"px")}.layui-layer{-webkit-overflow-scrolling:touch;top:150px;left:0;margin:0;padding:0;background-color:#fff;-webkit-background-clip:content;border-radius:2px;box-shadow:1px 1px 50px rgba(0,0,0,.3)}.layui-layer-close{position:absolute}.layui-layer-content{position:relative}.layui-layer-border{border:1px solid #B2B2B2;border:1px solid rgba(0,0,0,.1);box-shadow:1px 1px 5px rgba(0,0,0,.2)}.layui-layer-load{background:url(loading-1.gif) center center no-repeat #eee}.layui-layer-ico{background:url(icon.png) no-repeat}.layui-layer-btn a,.layui-layer-dialog .layui-layer-ico,.layui-layer-setwin a{display:inline-block;*display:inline;*zoom:1;vertical-align:top}.layui-layer-move{display:none;position:fixed;*position:absolute;left:0;top:0;width:100%;height:100%;cursor:move;opacity:0;filter:alpha(opacity=0);background-color:#fff;z-index:2147483647}.layui-layer-resize{position:absolute;width:15px;height:15px;right:0;bottom:0;cursor:se-resize}.layer-anim{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.3s;animation-duration:.3s}@-webkit-keyframes layer-bounceIn{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes layer-bounceIn{0%{opacity:0;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}100%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.layer-anim-00{-webkit-animation-name:layer-bounceIn;animation-name:layer-bounceIn}@-webkit-keyframes layer-zoomInDown{0%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes layer-zoomInDown{0%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);-ms-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(60px);-ms-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.layer-anim-01{-webkit-animation-name:layer-zoomInDown;animation-name:layer-zoomInDown}@-webkit-keyframes layer-fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes layer-fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.layer-anim-02{-webkit-animation-name:layer-fadeInUpBig;animation-name:layer-fadeInUpBig}@-webkit-keyframes layer-zoomInLeft{0%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(48px);transform:scale(.475) translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes layer-zoomInLeft{0%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);-ms-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(48px);-ms-transform:scale(.475) translateX(48px);transform:scale(.475) translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.layer-anim-03{-webkit-animation-name:layer-zoomInLeft;animation-name:layer-zoomInLeft}@-webkit-keyframes layer-rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}}@keyframes layer-rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);-ms-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0) rotate(0);-ms-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}}.layer-anim-04{-webkit-animation-name:layer-rollIn;animation-name:layer-rollIn}@keyframes layer-fadeIn{0%{opacity:0}100%{opacity:1}}.layer-anim-05{-webkit-animation-name:layer-fadeIn;animation-name:layer-fadeIn}@-webkit-keyframes layer-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes layer-shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.layer-anim-06{-webkit-animation-name:layer-shake;animation-name:layer-shake}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.layui-layer-title{padding:0 80px 0 20px;height:42px;line-height:42px;border-bottom:1px solid #eee;font-size:14px;color:#333;overflow:hidden;background-color:#F8F8F8;border-radius:2px 2px 0 0}.layui-layer-setwin{position:absolute;right:15px;*right:0;top:15px;font-size:0;line-height:initial}.layui-layer-setwin a{position:relative;width:16px;height:16px;margin-left:10px;font-size:12px;_overflow:hidden}.layui-layer-setwin .layui-layer-min cite{position:absolute;width:14px;height:2px;left:0;top:50%;margin-top:-1px;background-color:#2E2D3C;cursor:pointer;_overflow:hidden}.layui-layer-setwin .layui-layer-min:hover cite{background-color:#2D93CA}.layui-layer-setwin .layui-layer-max{background-position:-32px -40px}.layui-layer-setwin .layui-layer-max:hover{background-position:-16px -40px}.layui-layer-setwin .layui-layer-maxmin{background-position:-65px -40px}.layui-layer-setwin .layui-layer-maxmin:hover{background-position:-49px -40px}.layui-layer-setwin .layui-layer-close1{background-position:1px -40px;cursor:pointer}.layui-layer-setwin .layui-layer-close1:hover{opacity:.7}.layui-layer-setwin .layui-layer-close2{position:absolute;right:-28px;top:-28px;width:30px;height:30px;margin-left:0;background-position:-149px -31px;*right:-18px;_display:none}.layui-layer-setwin .layui-layer-close2:hover{background-position:-180px -31px}.layui-layer-btn{text-align:right;padding:0 15px 12px;pointer-events:auto;user-select:none;-webkit-user-select:none}.layui-layer-btn a{height:28px;line-height:28px;margin:5px 5px 0;padding:0 15px;border:1px solid #dedede;background-color:#fff;color:#333;border-radius:2px;font-weight:400;cursor:pointer;text-decoration:none}.layui-layer-btn a:hover{opacity:.9;text-decoration:none}.layui-layer-btn a:active{opacity:.8}.layui-layer-btn .layui-layer-btn0{border-color:#1E9FFF;background-color:#1E9FFF;color:#fff}.layui-layer-btn-l{text-align:left}.layui-layer-btn-c{text-align:center}.layui-layer-dialog{min-width:260px}.layui-layer-dialog .layui-layer-content{position:relative;padding:20px;line-height:24px;word-break:break-all;overflow:hidden;font-size:14px;overflow-x:hidden;overflow-y:auto}.layui-layer-dialog .layui-layer-content .layui-layer-ico{position:absolute;top:16px;left:15px;_left:-40px;width:30px;height:30px}.layui-layer-ico1{background-position:-30px 0}.layui-layer-ico2{background-position:-60px 0}.layui-layer-ico3{background-position:-90px 0}.layui-layer-ico4{background-position:-120px 0}.layui-layer-ico5{background-position:-150px 0}.layui-layer-ico6{background-position:-180px 0}.layui-layer-rim{border:6px solid #8D8D8D;border:6px solid rgba(0,0,0,.3);border-radius:5px;box-shadow:none}.layui-layer-msg{min-width:180px;border:1px solid #D3D4D3;box-shadow:none}.layui-layer-hui{min-width:100px;background-color:#000;filter:alpha(opacity=60);background-color:rgba(0,0,0,.6);color:#fff;border:none}.layui-layer-hui .layui-layer-content{padding:12px 25px;text-align:center}.layui-layer-dialog .layui-layer-padding{padding:20px 20px 20px 55px;text-align:left}.layui-layer-page .layui-layer-content{position:relative;overflow:auto}.layui-layer-iframe .layui-layer-btn,.layui-layer-page .layui-layer-btn{padding-top:10px}.layui-layer-nobg{background:0 0}.layui-layer-iframe iframe{display:block;width:100%}.layui-layer-loading{border-radius:100%;background:0 0;box-shadow:none;border:none}.layui-layer-loading .layui-layer-content{width:60px;height:24px;background:url(loading-0.gif) no-repeat}.layui-layer-loading .layui-layer-loading1{width:37px;height:37px;background:url(loading-1.gif) no-repeat}.layui-layer-ico16,.layui-layer-loading .layui-layer-loading2{width:32px;height:32px;background:url(loading-2.gif) no-repeat}.layui-layer-tips{background:0 0;box-shadow:none;border:none}.layui-layer-tips .layui-layer-content{position:relative;line-height:22px;min-width:12px;padding:8px 15px;font-size:12px;_float:left;border-radius:2px;box-shadow:1px 1px 3px rgba(0,0,0,.2);background-color:#000;color:#fff}.layui-layer-tips .layui-layer-close{right:-2px;top:-1px}.layui-layer-tips i.layui-layer-TipsG{position:absolute;width:0;height:0;border-width:8px;border-color:transparent;border-style:dashed;*overflow:hidden}.layui-layer-tips i.layui-layer-TipsB,.layui-layer-tips i.layui-layer-TipsT{left:5px;border-right-style:solid;border-right-color:#000}.layui-layer-tips i.layui-layer-TipsT{bottom:-8px}.layui-layer-tips i.layui-layer-TipsB{top:-8px}.layui-layer-tips i.layui-layer-TipsL,.layui-layer-tips i.layui-layer-TipsR{top:5px;border-bottom-style:solid;border-bottom-color:#000}.layui-layer-tips i.layui-layer-TipsR{left:-8px}.layui-layer-tips i.layui-layer-TipsL{right:-8px}.layui-layer-lan[type=dialog]{min-width:280px}.layui-layer-lan .layui-layer-title{background:#4476A7;color:#fff;border:none}.layui-layer-lan .layui-layer-btn{padding:5px 10px 10px;text-align:right;border-top:1px solid #E9E7E7}.layui-layer-lan .layui-layer-btn a{background:#fff;border-color:#E9E7E7;color:#333}.layui-layer-lan .layui-layer-btn .layui-layer-btn1{background:#C9C5C5}.layui-layer-molv .layui-layer-title{background:#009f95;color:#fff;border:none}.layui-layer-molv .layui-layer-btn a{background:#009f95;border-color:#009f95}.layui-layer-molv .layui-layer-btn .layui-layer-btn1{background:#92B8B1}.layui-layer-iconext{background:url(icon-ext.png) no-repeat}.layui-layer-prompt .layui-layer-input{display:block;width:230px;height:36px;margin:0 auto;line-height:30px;padding-left:10px;border:1px solid #e6e6e6;color:#333}.layui-layer-prompt textarea.layui-layer-input{width:300px;height:100px;line-height:20px;padding:6px 10px}.layui-layer-prompt .layui-layer-content{padding:20px}.layui-layer-prompt .layui-layer-btn{padding-top:0}.layui-layer-tab{box-shadow:1px 1px 50px rgba(0,0,0,.4)}.layui-layer-tab .layui-layer-title{padding-left:0;overflow:visible}.layui-layer-tab .layui-layer-title span{position:relative;float:left;min-width:80px;max-width:260px;padding:0 20px;text-align:center;overflow:hidden;cursor:pointer}.layui-layer-tab .layui-layer-title span.layui-this{height:43px;border-left:1px solid #eee;border-right:1px solid #eee;background-color:#fff;z-index:10}.layui-layer-tab .layui-layer-title span:first-child{border-left:none}.layui-layer-tabmain{line-height:24px;clear:both}.layui-layer-tabmain .layui-layer-tabli{display:none}.layui-layer-tabmain .layui-layer-tabli.layui-this{display:block}.layui-layer-photos{-webkit-animation-duration:.8s;animation-duration:.8s}.layui-layer-photos .layui-layer-content{overflow:hidden;text-align:center}.layui-layer-photos .layui-layer-phimg img{position:relative;width:100%;display:inline-block;*display:inline;*zoom:1;vertical-align:top}.layui-layer-imgbar,.layui-layer-imguide{display:none}.layui-layer-imgnext,.layui-layer-imgprev{position:absolute;top:50%;width:27px;_width:44px;height:44px;margin-top:-22px;outline:0;blr:expression(this.onFocus=this.blur())}.layui-layer-imgprev{left:10px;background-position:-5px -5px;_background-position:-70px -5px}.layui-layer-imgprev:hover{background-position:-33px -5px;_background-position:-120px -5px}.layui-layer-imgnext{right:10px;_right:8px;background-position:-5px -50px;_background-position:-70px -50px}.layui-layer-imgnext:hover{background-position:-33px -50px;_background-position:-120px -50px}.layui-layer-imgbar{position:absolute;left:0;bottom:0;width:100%;height:32px;line-height:32px;background-color:rgba(0,0,0,.8);background-color:#000\9;filter:Alpha(opacity=80);color:#fff;overflow:hidden;font-size:0}.layui-layer-imgtit *{display:inline-block;*display:inline;*zoom:1;vertical-align:top;font-size:12px}.layui-layer-imgtit a{max-width:65%;overflow:hidden;color:#fff}.layui-layer-imgtit a:hover{color:#fff;text-decoration:underline}.layui-layer-imgtit em{padding-left:10px;font-style:normal}@-webkit-keyframes layer-bounceOut{100%{opacity:0;-webkit-transform:scale(.7);transform:scale(.7)}30%{-webkit-transform:scale(1.05);transform:scale(1.05)}0%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes layer-bounceOut{100%{opacity:0;-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7)}30%{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.layer-anim-close{-webkit-animation-name:layer-bounceOut;animation-name:layer-bounceOut;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.2s;animation-duration:.2s}@media screen and (max-width:1100px){.layui-layer-iframe{overflow-y:auto;-webkit-overflow-scrolling:touch}} \ No newline at end of file diff --git a/hotgo-server/resource/public/plugin/layer-3.1.1/theme/default/loading-0.gif b/hotgo-server/resource/public/plugin/layer-3.1.1/theme/default/loading-0.gif deleted file mode 100644 index 6f3c953..0000000 Binary files a/hotgo-server/resource/public/plugin/layer-3.1.1/theme/default/loading-0.gif and /dev/null differ diff --git a/hotgo-server/resource/public/plugin/layer-3.1.1/theme/default/loading-1.gif b/hotgo-server/resource/public/plugin/layer-3.1.1/theme/default/loading-1.gif deleted file mode 100644 index db3a483..0000000 Binary files a/hotgo-server/resource/public/plugin/layer-3.1.1/theme/default/loading-1.gif and /dev/null differ diff --git a/hotgo-server/resource/public/plugin/layer-3.1.1/theme/default/loading-2.gif b/hotgo-server/resource/public/plugin/layer-3.1.1/theme/default/loading-2.gif deleted file mode 100644 index 5bb90fd..0000000 Binary files a/hotgo-server/resource/public/plugin/layer-3.1.1/theme/default/loading-2.gif and /dev/null differ diff --git a/hotgo-server/resource/public/resource/image/cover.png b/hotgo-server/resource/public/resource/image/cover.png deleted file mode 100644 index 7ec4407..0000000 Binary files a/hotgo-server/resource/public/resource/image/cover.png and /dev/null differ diff --git a/hotgo-server/resource/public/resource/image/favicon.ico b/hotgo-server/resource/public/resource/image/favicon.ico deleted file mode 100644 index 2bcdf57..0000000 Binary files a/hotgo-server/resource/public/resource/image/favicon.ico and /dev/null differ diff --git a/hotgo-server/resource/public/resource/image/gf.ico b/hotgo-server/resource/public/resource/image/gf.ico deleted file mode 100644 index cb00538..0000000 Binary files a/hotgo-server/resource/public/resource/image/gf.ico and /dev/null differ diff --git a/hotgo-server/router/admin.go b/hotgo-server/router/admin.go deleted file mode 100644 index 58eb3b6..0000000 --- a/hotgo-server/router/admin.go +++ /dev/null @@ -1,43 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package router - -import ( - "context" - "github.com/bufanyun/hotgo/app/controller/adminController" - "github.com/bufanyun/hotgo/app/middleware" - "github.com/gogf/gf/v2/frame/g" - "github.com/gogf/gf/v2/net/ghttp" -) - -// -//  @Title  后台路由配置 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   group -// -func Admin(ctx context.Context, group *ghttp.RouterGroup) { - - routerPrefix, _ := g.Cfg().Get(ctx, "router.admin.prefix", "/admin") - - group.Group(routerPrefix.String(), func(group *ghttp.RouterGroup) { - group.Middleware(middleware.Instance().AdminAuth) - group.Bind( - adminController.Login, // 登录 - adminController.Role, // 路由 - adminController.Member, // 会员 - adminController.Menu, // 菜单 - adminController.Log, // 日志 - adminController.Dict, // 字典 - adminController.Post, // 字典 - adminController.Dept, // 部门 - adminController.Config, // 配置 - adminController.Notice, // 公告 - ) - }) -} diff --git a/hotgo-server/router/api.go b/hotgo-server/router/api.go deleted file mode 100644 index c32c20a..0000000 --- a/hotgo-server/router/api.go +++ /dev/null @@ -1,38 +0,0 @@ -// -// @Link https://github.com/bufanyun/hotgo -// @Copyright Copyright (c) 2022 HotGo CLI -// @Author  Ms <133814250@qq.com> -// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE -// -package router - -import ( - "context" - "github.com/bufanyun/hotgo/app/controller/apiController" - "github.com/bufanyun/hotgo/app/middleware" - "github.com/gogf/gf/v2/frame/g" - "github.com/gogf/gf/v2/net/ghttp" -) - -// -//  @Title  接口路由配置 -//  @Description -//  @Author  Ms <133814250@qq.com> -//  @Param   ctx -//  @Param   group -// -func Api(ctx context.Context, group *ghttp.RouterGroup) { - - routerPrefix, _ := g.Cfg().Get(ctx, "router.api.prefix", "/api") - - group.Group(routerPrefix.String(), func(group *ghttp.RouterGroup) { - group.Middleware(middleware.Instance().ApiAuth) - group.Bind( - apiController.Login, // 登录 - apiController.Base, // 基础 - apiController.Member, // 会员 - apiController.Dict, // 字典 - apiController.Log, // 日志 - ) - }) -} diff --git a/hotgo-server/runtime/log/exception/.gitignore b/hotgo-server/runtime/log/exception/.gitignore deleted file mode 100644 index bf0824e..0000000 --- a/hotgo-server/runtime/log/exception/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.log \ No newline at end of file diff --git a/hotgo-server/runtime/log/logger/.gitignore b/hotgo-server/runtime/log/logger/.gitignore deleted file mode 100644 index bf0824e..0000000 --- a/hotgo-server/runtime/log/logger/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.log \ No newline at end of file diff --git a/hotgo-server/runtime/log/queue/.gitignore b/hotgo-server/runtime/log/queue/.gitignore deleted file mode 100644 index bf0824e..0000000 --- a/hotgo-server/runtime/log/queue/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.log \ No newline at end of file diff --git a/hotgo-server/runtime/log/server/.gitignore b/hotgo-server/runtime/log/server/.gitignore deleted file mode 100644 index bf0824e..0000000 --- a/hotgo-server/runtime/log/server/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.log \ No newline at end of file diff --git a/hotgo-server/runtime/log/server/access/.gitignore b/hotgo-server/runtime/log/server/access/.gitignore deleted file mode 100644 index bf0824e..0000000 --- a/hotgo-server/runtime/log/server/access/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.log \ No newline at end of file diff --git a/hotgo-server/runtime/log/server/error/.gitignore b/hotgo-server/runtime/log/server/error/.gitignore deleted file mode 100644 index bf0824e..0000000 --- a/hotgo-server/runtime/log/server/error/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.log \ No newline at end of file diff --git a/hotgo-server/storage/hotgo.sql b/hotgo-server/storage/hotgo.sql deleted file mode 100644 index d7eac63..0000000 --- a/hotgo-server/storage/hotgo.sql +++ /dev/null @@ -1,5214 +0,0 @@ --- phpMyAdmin SQL Dump --- version 5.0.4 --- https://www.phpmyadmin.net/ --- --- 主机: localhost --- 生成日期: 2022-02-25 17:35:19 --- 服务器版本: 8.0.20 --- PHP 版本: 7.4.12 - -SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; -START TRANSACTION; -SET time_zone = "+00:00"; - - -/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; -/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; -/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; -/*!40101 SET NAMES utf8mb4 */; - --- --- 数据库: `hotgo` --- - --- -------------------------------------------------------- - --- --- 表的结构 `hg_admin_dept` --- - -CREATE TABLE `hg_admin_dept` ( - `id` bigint NOT NULL COMMENT '部门id', - `pid` bigint DEFAULT '0' COMMENT '父部门id', - `ancestors` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT '' COMMENT '祖级列表', - `name` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '部门名称', - `code` varchar(255) DEFAULT NULL COMMENT '部门编码', - `type` varchar(10) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '部门类型', - `leader` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '负责人', - `phone` varchar(11) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '联系电话', - `email` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '邮箱', - `sort` int DEFAULT '0' COMMENT '排序', - `status` char(1) DEFAULT '1' COMMENT '部门状态', - `created_at` datetime DEFAULT NULL COMMENT '创建时间', - `updated_at` datetime DEFAULT NULL COMMENT '更新时间' -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='部门表'; - --- --- 转存表中的数据 `hg_admin_dept` --- - -INSERT INTO `hg_admin_dept` (`id`, `pid`, `ancestors`, `name`, `code`, `type`, `leader`, `phone`, `email`, `sort`, `status`, `created_at`, `updated_at`) VALUES -(100, 0, '0', '若依科技', 'ruoyi', 'org', '若依', '15888888888', 'ry@qq.com', 0, '1', '2022-01-04 17:54:52', NULL), -(101, 100, '0,100', '深圳总公司', 'shenzhen', 'company', '若依', '15888888888', 'ry@qq.com', 1, '1', '2022-01-04 17:54:52', NULL), -(102, 100, '0,100', '长沙分公司', NULL, 'company', '若依', '15888888888', 'ry@qq.com', 2, '1', '2022-01-04 17:54:52', NULL), -(103, 101, '0,100,101', '研发部门', 'yanfa', 'dept', '若依', '15888888888', 'ry@qq.com', 1, '1', '2022-01-04 17:54:52', NULL), -(104, 101, '0,100,101', '市场部门', NULL, 'dept', '若依', '15888888888', 'ry@qq.com', 2, '1', '2022-01-04 17:54:52', NULL), -(105, 101, '0,100,101', '测试部门', NULL, 'dept', '若依', '15888888888', 'ry@qq.com', 3, '1', '2022-01-04 17:54:52', NULL), -(106, 101, '0,100,101', '财务部门', NULL, 'dept', '若依', '15888888888', 'ry@qq.com', 4, '1', '2022-01-04 17:54:52', NULL), -(107, 101, '0,100,101', '运维部门', NULL, 'dept', '若依', '15888888888', 'ry@qq.com', 5, '1', '2022-01-04 17:54:52', NULL), -(108, 102, '0,100,102', '市场部门', NULL, 'dept', '若依', '15888888888', 'ry@qq.com', 1, '1', '2022-01-04 17:54:52', NULL), -(109, 102, '0,100,102', '财务部门', NULL, 'dept', '若依', '15888888888', 'ry@qq.com', 2, '1', '2022-01-04 17:54:52', NULL); - --- -------------------------------------------------------- - --- --- 表的结构 `hg_admin_member` --- - -CREATE TABLE `hg_admin_member` ( - `id` bigint NOT NULL, - `dept_id` bigint DEFAULT '0' COMMENT '部门ID', - `username` varchar(20) NOT NULL DEFAULT '' COMMENT '帐号', - `password_hash` char(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL DEFAULT '' COMMENT '密码', - `salt` char(16) NOT NULL COMMENT '密码盐', - `auth_key` char(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL DEFAULT '' COMMENT '授权令牌', - `password_reset_token` varchar(150) DEFAULT '' COMMENT '密码重置令牌', - `type` char(16) DEFAULT '1' COMMENT '1:普通管理员;10超级管理员', - `realname` varchar(10) DEFAULT '' COMMENT '真实姓名', - `avatar` char(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '头像', - `sex` char(1) DEFAULT '0' COMMENT '性别[0:未知;1:男;2:女]', - `qq` varchar(20) DEFAULT '' COMMENT 'qq', - `email` varchar(60) DEFAULT '' COMMENT '邮箱', - `birthday` date DEFAULT NULL COMMENT '生日', - `province_id` int DEFAULT '0' COMMENT '省', - `city_id` int DEFAULT '0' COMMENT '城市', - `area_id` int DEFAULT '0' COMMENT '地区', - `address` varchar(100) DEFAULT '' COMMENT '默认地址', - `mobile` varchar(20) DEFAULT '' COMMENT '手机号码', - `home_phone` varchar(20) DEFAULT '' COMMENT '家庭号码', - `dingtalk_robot_token` varchar(100) DEFAULT '' COMMENT '钉钉机器人token', - `visit_count` smallint UNSIGNED DEFAULT '0' COMMENT '访问次数', - `last_time` int DEFAULT '0' COMMENT '最后一次登录时间', - `last_ip` varchar(16) DEFAULT '' COMMENT '最后一次登录ip', - `role` bigint DEFAULT '10' COMMENT '权限', - `remark` varchar(255) DEFAULT NULL COMMENT '备注', - `status` char(1) DEFAULT '1' COMMENT '状态', - `created_at` datetime DEFAULT NULL COMMENT '创建时间', - `updated_at` datetime DEFAULT NULL COMMENT '修改时间' -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='系统_后台管理员表'; - --- --- 转存表中的数据 `hg_admin_member` --- - -INSERT INTO `hg_admin_member` (`id`, `dept_id`, `username`, `password_hash`, `salt`, `auth_key`, `password_reset_token`, `type`, `realname`, `avatar`, `sex`, `qq`, `email`, `birthday`, `province_id`, `city_id`, `area_id`, `address`, `mobile`, `home_phone`, `dingtalk_robot_token`, `visit_count`, `last_time`, `last_ip`, `role`, `remark`, `status`, `created_at`, `updated_at`) VALUES -(1, 103, 'admin', 'a7c588fffeb2c1d99b29879d7fe97c78', '6541561', '92ec5f18c7d8ab57e70563106e6a1e93', '', '10', '孟帅', 'http://alioss.qvnidaye.com//images/2021/03/12/image_1615529198_vMK4kwq2.jpg', '1', '1338', '133814@qq.com', '2016-04-16', 370000, 371100, 371102, '大潮街道666号', '15303830571', '', '', 282, 1644659985, '127.0.0.1', 1, NULL, '1', '2002-02-12 17:59:45', '2022-02-23 16:57:09'), -(3, 109, 'test', 'a7c588fffeb2c1d99b29879d7fe97c78', '654156', '92ec5f18c7d8ab57e70563106e6a1e93', '', '10', '测试账号2', 'http://alioss.qvnidaye.com//images/2021/03/12/image_1615529198_vMK4kwq2.jpg', '1', '', 'c@qq.cc', '2016-04-16', 370000, 371100, 371102, '大潮街道666号', '15303860571', '', '', 282, 1644659985, '127.0.0.1', 2, '在线咨询', '1', '2022-02-12 17:59:45', '2022-02-21 10:00:58'), -(4, 108, 'hahah', '084945818ead14a0e3fc9fb293f93354', 'vnDsdh', '', '', '1', '小哈', '', '2', '', '115151@qq.cc', NULL, 0, 0, 0, '', '15303830588', '', '', 0, 0, '', 2, '紫霞仙子', '2', '2022-02-21 10:12:14', '2022-02-21 10:44:07'); - --- -------------------------------------------------------- - --- --- 表的结构 `hg_admin_member_post` --- - -CREATE TABLE `hg_admin_member_post` ( - `member_id` bigint NOT NULL COMMENT '用户ID', - `post_id` bigint NOT NULL COMMENT '岗位ID' -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='用户与岗位关联表'; - --- --- 转存表中的数据 `hg_admin_member_post` --- - -INSERT INTO `hg_admin_member_post` (`member_id`, `post_id`) VALUES -(1, 1), -(2, 2), -(3, 1), -(3, 3), -(4, 3); - --- -------------------------------------------------------- - --- --- 表的结构 `hg_admin_member_role` --- - -CREATE TABLE `hg_admin_member_role` ( - `member_id` bigint NOT NULL COMMENT '用户ID', - `role_id` bigint NOT NULL COMMENT '角色ID' -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='用户和角色关联表'; - --- --- 转存表中的数据 `hg_admin_member_role` --- - -INSERT INTO `hg_admin_member_role` (`member_id`, `role_id`) VALUES -(1, 1), -(2, 2); - --- -------------------------------------------------------- - --- --- 表的结构 `hg_admin_menu` --- - -CREATE TABLE `hg_admin_menu` ( - `id` bigint NOT NULL COMMENT '菜单ID', - `pid` bigint DEFAULT '0' COMMENT '父菜单ID', - `name` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '菜单名称', - `code` varchar(64) DEFAULT NULL COMMENT '菜单编码', - `icon` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT '#' COMMENT '菜单图标', - `type` char(1) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '菜单类型(M目录 C菜单 F按钮)', - `perms` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '权限标识', - `path` varchar(200) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '路由地址', - `component` varchar(255) DEFAULT NULL COMMENT '组件路径', - `query` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '路由参数', - `is_frame` char(1) DEFAULT '1' COMMENT '是否内嵌', - `is_cache` char(1) DEFAULT '1' COMMENT '是否不缓存', - `is_visible` char(1) DEFAULT '1' COMMENT '是否隐藏', - `remark` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '备注', - `level` int NOT NULL DEFAULT '1' COMMENT '级别', - `tree` varchar(255) NOT NULL COMMENT '树', - `sort` int DEFAULT '0' COMMENT '排序', - `status` char(1) DEFAULT '1' COMMENT '菜单状态', - `created_at` datetime DEFAULT NULL COMMENT '创建时间', - `updated_at` datetime DEFAULT NULL COMMENT '更新时间' -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='菜单权限表'; - --- --- 转存表中的数据 `hg_admin_menu` --- - -INSERT INTO `hg_admin_menu` (`id`, `pid`, `name`, `code`, `icon`, `type`, `perms`, `path`, `component`, `query`, `is_frame`, `is_cache`, `is_visible`, `remark`, `level`, `tree`, `sort`, `status`, `created_at`, `updated_at`) VALUES -(2003, 0, '测试菜单2', 'test2', 'smile', 'M', '', '/test2', '', '', '1', '1', '2', '测试菜单目录2', 1, '', 9999, '1', '2022-01-04 17:54:52', '2022-01-22 22:44:26'), -(2004, 2003, '测试页面2', 'test2-temp-home', 'user', 'C', 'test2:temp:list', 'temp', 'test2/temp/home', '', '1', '1', '2', '测试页面2', 2, '', 1, '1', '2022-01-04 17:54:52', NULL), -(2005, 2003, '测试页面2-2', 'test2-temp2-home', 'user', 'C', 'test2:temp2:list', 'temp2', 'test2/temp2/home', '', '1', '1', '2', '测试页面2-2', 2, '', 1, '1', '2022-01-04 17:54:52', NULL), -(2006, 0, '系统设置', 'sysSetting', 'setting', 'M', '', '/sysSetting', '', '', '1', '1', '2', '', 1, '', 1000, '1', '2022-01-04 17:54:52', NULL), -(2007, 2006, '菜单管理', 'system-menu-MenuIndex', 'bars', 'C', 'setting:menu:list', 'menu', 'system/menu/MenuIndex', '', '1', '1', '2', '平台所有菜单维护', 2, '', 1, '1', '2022-01-04 17:54:52', NULL), -(2008, 0, '日志管理', 'log', 'copy', 'M', '', '/log', '', '', '1', '1', '2', '', 1, '', 2000, '1', '2022-01-04 17:54:52', NULL), -(2009, 2008, '操作日志', 'monitor-operlog-OperlogIndex', 'form', 'C', 'log:operlog:list', 'operlog', 'monitor/operlog/OperlogIndex', '', '1', '1', '2', '平台所有操作日志', 2, '', 1, '1', '2022-01-04 17:54:52', NULL), -(2010, 2006, '字典管理', 'system-dict-DictIndex', 'read', 'C', 'system:dict:list', 'dict', 'system/dict/DictIndex', '', '1', '1', '2', '', 2, '', 1, '1', '2022-01-04 17:54:52', NULL), -(2028, 2003, '测试页面', 'cesh55646', 'smile', 'M', '', '121221', '', '', '1', '2', '2', '', 3, '', 9999, '1', '2022-01-24 09:38:59', '2022-01-24 09:38:59'), -(2029, 2028, '测试2级子页面', '654519618', 'smile', 'M', '', '小程序中最小', '', '', '1', '2', '2', '', 4, '', 21, '1', '2022-01-24 09:39:14', '2022-01-24 09:50:13'), -(2031, 2029, 'c3', 'c3', 'smile', 'C', '', 'c3', '', '', '1', '2', '2', '', 5, '', 31, '1', '2022-01-24 09:56:51', '2022-01-24 09:56:51'), -(2034, 0, '组织管理', 'org-manager', 'appstore', 'M', '', '/org', '', '', '1', '1', '2', '', 1, '', 10, '1', '2022-01-04 17:54:52', NULL), -(2035, 2034, '岗位管理', 'post-manager', 'idcard', 'C', 'system:post:list', 'post', 'system/post/PostIndex', '', '1', '1', '2', '岗位管理菜单', 2, '', 1, '1', '2022-01-04 17:54:52', NULL), -(2036, 2034, '部门管理', 'dept-manager', 'cluster', 'C', 'system:dept:list', 'dept', 'system/dept/SysDeptIndex', '', '1', '1', '2', '部门管理菜单', 2, '', 1, '1', '2022-01-04 17:54:52', NULL), -(2037, 2034, '用户管理', 'user-manager', 'team', 'C', 'system:user:list', 'user', 'system/user/SysUserIndex', '', '1', '1', '2', '主要维护平台相关用户信息', 2, '', 1, '1', '2022-01-04 17:54:52', NULL), -(2038, 0, '权限管理', 'auth-manager', 'solution', 'M', '', '/auth', '', '', '1', '1', '2', '', 1, '', 20, '1', '2022-01-04 17:54:52', NULL), -(2039, 2038, '角色管理', 'role-manager', 'contacts', 'C', '', 'role', 'system/role/QueryList', '', '1', '1', '2', '维护平台各角色数据以及权限分配.', 2, '', 1, '1', '2022-01-04 17:54:52', NULL), -(2040, 2038, '菜单授权', 'auth-center', 'api', 'C', '', 'sysAuth', 'system/role/SysRoleAuth', '', '1', '1', '2', '系统接口菜单', 2, '', 1, '1', '2022-01-04 17:54:52', NULL), -(2041, 0, '系统应用', 'system-app', 'laptop', 'M', '', '/sysApp', '', '', '1', '1', '2', '', 1, '', 900, '1', '2022-01-04 17:54:52', NULL), -(2042, 2041, '通知公告', 'notice-manager', 'notification', 'C', 'system:notice:list', 'notice', 'system/notice/NoticeIndex', '', '1', '1', '2', '通知公告菜单', 2, '', 1, '1', '2022-01-04 17:54:52', NULL); - --- -------------------------------------------------------- - --- --- 表的结构 `hg_admin_notice` --- - -CREATE TABLE `hg_admin_notice` ( - `id` bigint NOT NULL COMMENT '公告ID', - `title` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '公告标题', - `type` char(1) NOT NULL COMMENT '公告类型(1通知 2公告)', - `content` text CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '公告内容', - `remark` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '备注', - `status` char(1) DEFAULT '1' COMMENT '公告状态', - `created_at` datetime DEFAULT NULL COMMENT '创建时间', - `updated_at` datetime DEFAULT NULL COMMENT '更新时间' -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='通知公告表'; - --- --- 转存表中的数据 `hg_admin_notice` --- - -INSERT INTO `hg_admin_notice` (`id`, `title`, `type`, `content`, `remark`, `status`, `created_at`, `updated_at`) VALUES -(1, '温馨提醒:2018-07-01 若依新版本发布啦', '2', '新版本内容', '管理员', '1', '2022-01-04 17:54:53', NULL), -(2, '维护通知:2018-07-01 若依系统凌晨维护', '1', '维护内容\n\nzxx\n', '管理员', '1', '2022-01-04 17:54:53', '2022-02-21 17:52:22'), -(3, 'ces', '2', 'z\n\nxzx\n', '', '0', '2022-02-21 17:52:31', '2022-02-21 17:52:31'); - --- -------------------------------------------------------- - --- --- 表的结构 `hg_admin_post` --- - -CREATE TABLE `hg_admin_post` ( - `id` bigint NOT NULL COMMENT '岗位ID', - `code` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '岗位编码', - `name` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '岗位名称', - `remark` varchar(500) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '备注', - `sort` int NOT NULL COMMENT '显示顺序', - `status` char(1) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '状态', - `created_at` datetime DEFAULT NULL COMMENT '创建时间', - `updated_at` datetime DEFAULT NULL COMMENT '更新时间' -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='岗位信息表'; - --- --- 转存表中的数据 `hg_admin_post` --- - -INSERT INTO `hg_admin_post` (`id`, `code`, `name`, `remark`, `sort`, `status`, `created_at`, `updated_at`) VALUES -(1, 'ceo', '董事长', '', 1, '1', '2022-01-04 17:54:52', NULL), -(2, 'se', '项目经理', '', 2, '1', '2022-01-04 17:54:52', NULL), -(3, 'hr', '人力资源', '', 3, '1', '2022-01-04 17:54:52', NULL), -(4, 'user', '普通员工', '', 4, '1', '2022-01-04 17:54:52', NULL); - --- -------------------------------------------------------- - --- --- 表的结构 `hg_admin_role` --- - -CREATE TABLE `hg_admin_role` ( - `id` bigint NOT NULL COMMENT '角色ID', - `name` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '角色名称', - `key` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '角色权限字符串', - `data_scope` tinyint(1) DEFAULT '1' COMMENT '数据范围(1:全部数据权限 2:自定数据权限 3:本部门数据权限 4:本部门及以下数据权限)', - `menu_check_strictly` tinyint(1) DEFAULT '1' COMMENT '菜单树选择项是否关联显示', - `dept_check_strictly` tinyint(1) DEFAULT '1' COMMENT '部门树选择项是否关联显示', - `remark` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '备注', - `sort` int NOT NULL COMMENT '排序', - `status` char(1) NOT NULL DEFAULT '1' COMMENT '角色状态', - `created_at` datetime DEFAULT NULL COMMENT '创建时间', - `updated_at` datetime DEFAULT NULL COMMENT '更新时间' -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='角色信息表'; - --- --- 转存表中的数据 `hg_admin_role` --- - -INSERT INTO `hg_admin_role` (`id`, `name`, `key`, `data_scope`, `menu_check_strictly`, `dept_check_strictly`, `remark`, `sort`, `status`, `created_at`, `updated_at`) VALUES -(1, '超级管理员', 'admin', 1, 1, 1, '超级管理员', 1, '1', '2022-01-04 17:54:52', NULL), -(2, '普通角色', 'common', 2, 1, 1, '普通角色', 2, '1', '2022-01-04 17:54:52', NULL); - --- -------------------------------------------------------- - --- --- 表的结构 `hg_admin_role_dept` --- - -CREATE TABLE `hg_admin_role_dept` ( - `role_id` bigint NOT NULL COMMENT '角色ID', - `dept_id` bigint NOT NULL COMMENT '部门ID' -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='角色和部门关联表'; - --- --- 转存表中的数据 `hg_admin_role_dept` --- - -INSERT INTO `hg_admin_role_dept` (`role_id`, `dept_id`) VALUES -(2, 100), -(2, 101), -(2, 105); - --- -------------------------------------------------------- - --- --- 表的结构 `hg_admin_role_menu` --- - -CREATE TABLE `hg_admin_role_menu` ( - `role_id` bigint NOT NULL COMMENT '角色ID', - `menu_id` bigint NOT NULL COMMENT '菜单ID' -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='角色和菜单关联表'; - --- --- 转存表中的数据 `hg_admin_role_menu` --- - -INSERT INTO `hg_admin_role_menu` (`role_id`, `menu_id`) VALUES -(2, 2), -(2, 3), -(2, 4), -(2, 100), -(2, 101), -(2, 102), -(2, 103), -(2, 104), -(2, 105), -(2, 106), -(2, 107), -(2, 108), -(2, 109), -(2, 110), -(2, 111), -(2, 112), -(2, 113), -(2, 114), -(2, 115), -(2, 116), -(2, 500), -(2, 501), -(2, 1000), -(2, 1001), -(2, 1002), -(2, 1003), -(2, 1004), -(2, 1005), -(2, 1006), -(2, 1007), -(2, 1008), -(2, 1009), -(2, 1010), -(2, 1011), -(2, 1012), -(2, 1013), -(2, 1014), -(2, 1015), -(2, 1016), -(2, 1017), -(2, 1018), -(2, 1019), -(2, 1020), -(2, 1021), -(2, 1022), -(2, 1023), -(2, 1024), -(2, 1025), -(2, 1026), -(2, 1027), -(2, 1028), -(2, 1029), -(2, 1030), -(2, 1031), -(2, 1032), -(2, 1033), -(2, 1034), -(2, 1035), -(2, 1036), -(2, 1037), -(2, 1038), -(2, 1039), -(2, 1040), -(2, 1041), -(2, 1042), -(2, 1043), -(2, 1044), -(2, 1045), -(2, 1046), -(2, 1047), -(2, 1048), -(2, 1049), -(2, 1050), -(2, 1051), -(2, 1052), -(2, 1053), -(2, 1054), -(2, 1055), -(2, 1056), -(2, 1057), -(2, 1058), -(2, 1059), -(2, 1060), -(2, 2003); - --- -------------------------------------------------------- - --- --- 表的结构 `hg_sys_config` --- - -CREATE TABLE `hg_sys_config` ( - `id` bigint NOT NULL COMMENT '配置ID', - `name` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT '' COMMENT '参数名称', - `key` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT '' COMMENT '参数键名', - `value` varchar(500) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT '' COMMENT '参数键值', - `is_default` char(1) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT 'N' COMMENT '是否默认', - `status` char(1) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT '1' COMMENT '状态', - `remark` varchar(500) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '备注', - `created_at` datetime DEFAULT NULL COMMENT '创建时间', - `updated_at` datetime DEFAULT NULL COMMENT '更新时间' -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='参数配置表'; - --- --- 转存表中的数据 `hg_sys_config` --- - -INSERT INTO `hg_sys_config` (`id`, `name`, `key`, `value`, `is_default`, `status`, `remark`, `created_at`, `updated_at`) VALUES -(1, '主框架页-默认皮肤样式名称', 'sys.index.skinName', 'skin-blue', '1', '1', '蓝色 skin-blue、绿色 skin-green、紫色 skin-purple、红色 skin-red、黄色 skin-yellow', '2021-01-30 13:27:43', '2021-07-06 15:13:33'), -(2, '用户管理-账号初始密码', 'sys.user.initPassword', '123456', '1', '1', '初始化密码 123456', '2021-01-30 13:27:43', NULL), -(3, '主框架页-侧边栏主题', 'sys.index.sideTheme', 'theme-dark', '1', '1', '深色主题theme-dark,浅色主题theme-light ', '2021-01-30 13:27:43', '2021-08-06 11:39:33'), -(4, '用户是否可注册开关', 'sys.account.registerUser', 'true', '1', '1', '是否开启验证码功能(true开启,false关闭)', '2021-09-29 23:51:21', '2021-09-29 23:51:21'), -(5, '验证码开关', 'sys.captcha.onOff', 'true', '1', '1', '是否开启验证码功能(true开启,false关闭)', '2021-09-29 23:51:21', '2021-09-29 23:51:21'); - --- -------------------------------------------------------- - --- --- 表的结构 `hg_sys_dict_data` --- - -CREATE TABLE `hg_sys_dict_data` ( - `id` bigint NOT NULL COMMENT '字典编码', - `label` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '字典标签', - `value` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '字典键值', - `type` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '字典类型', - `list_class` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '表格回显样式', - `is_default` char(1) DEFAULT '2' COMMENT '是否默认', - `sort` int DEFAULT '0' COMMENT '字典排序', - `remark` varchar(500) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '备注', - `status` char(1) DEFAULT '1' COMMENT '状态', - `created_at` datetime DEFAULT NULL COMMENT '创建时间', - `updated_at` datetime DEFAULT NULL COMMENT '更新时间' -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='字典数据表'; - --- --- 转存表中的数据 `hg_sys_dict_data` --- - -INSERT INTO `hg_sys_dict_data` (`id`, `label`, `value`, `type`, `list_class`, `is_default`, `sort`, `remark`, `status`, `created_at`, `updated_at`) VALUES -(1, '男', '1', 'sys_user_sex', '', '1', 10, '性别男', '1', '2021-01-30 13:27:43', '2021-03-24 11:38:41'), -(2, '女', '2', 'sys_user_sex', '', '0', 20, '性别女', '1', '2021-01-30 13:27:43', NULL), -(3, '未知', '0', 'sys_user_sex', '', '0', 30, '性别未知', '1', '2021-01-30 13:27:43', NULL), -(4, '显示', '2', 'sys_show_hide', 'primary', '1', 10, '显示菜单', '1', '2021-01-30 13:27:43', NULL), -(5, '隐藏', '1', 'sys_show_hide', 'danger', '0', 20, '隐藏菜单', '1', '2021-01-30 13:27:43', NULL), -(6, '正常', '1', 'sys_normal_disable', 'primary', '1', 10, '正常状态', '1', '2021-01-30 13:27:43', NULL), -(7, '停用', '2', 'sys_normal_disable', 'danger', '0', 20, '停用状态', '1', '2021-01-30 13:27:43', NULL), -(8, '正常', '0', 'sys_job_status', 'primary', '1', 10, '正常状态', '1', '2021-01-30 13:27:43', NULL), -(9, '暂停', '1', 'sys_job_status', 'danger', '0', 20, '停用状态', '1', '2021-01-30 13:27:43', NULL), -(10, '默认', 'DEFAULT', 'sys_job_group', '', '1', 10, '默认分组', '1', '2021-01-30 13:27:43', NULL), -(11, '系统', 'SYSTEM', 'sys_job_group', '', '0', 20, '系统分组', '1', '2021-01-30 13:27:43', NULL), -(12, '是', 'Y', 'sys_yes_no', 'primary', '1', 10, '系统默认是', '1', '2021-01-30 13:27:43', NULL), -(13, '否', 'N', 'sys_yes_no', 'danger', '0', 20, '系统默认否', '1', '2021-01-30 13:27:43', NULL), -(14, '通知', '1', 'sys_notice_type', 'warning', '1', 10, '通知', '1', '2021-01-30 13:27:43', NULL), -(15, '公告', '2', 'sys_notice_type', 'success', '0', 20, '公告', '1', '2021-01-30 13:27:43', NULL), -(16, '正常', '1', 'sys_notice_status', 'primary', '1', 10, '正常状态', '1', '2021-01-30 13:27:43', NULL), -(17, '关闭', '0', 'sys_notice_status', 'danger', '0', 20, '关闭状态', '1', '2021-01-30 13:27:43', NULL), -(18, '新增', '1', 'sys_oper_type', 'info', '0', 10, '新增操作', '1', '2021-01-30 13:27:43', NULL), -(19, '修改', '2', 'sys_oper_type', 'info', '0', 20, '修改操作', '1', '2021-01-30 13:27:43', NULL), -(20, '删除', '3', 'sys_oper_type', 'danger', '0', 30, '删除操作', '1', '2021-01-30 13:27:43', NULL), -(21, '授权', '4', 'sys_oper_type', 'primary', '0', 40, '授权操作', '1', '2021-01-30 13:27:43', NULL), -(22, '导出', '5', 'sys_oper_type', 'warning', '0', 50, '导出操作', '1', '2021-01-30 13:27:43', NULL), -(23, '导入', '6', 'sys_oper_type', 'warning', '0', 60, '导入操作', '1', '2021-01-30 13:27:43', NULL), -(24, '强退', '7', 'sys_oper_type', 'danger', '0', 70, '强退操作', '1', '2021-01-30 13:27:43', NULL), -(25, '生成代码', '8', 'sys_oper_type', 'warning', '0', 80, '生成操作', '1', '2021-01-30 13:27:43', NULL), -(26, '清空数据', '9', 'sys_oper_type', 'danger', '0', 90, '清空操作', '1', '2021-01-30 13:27:43', NULL), -(27, '成功', '1', 'sys_common_status', 'primary', '0', 10, '正常状态', '1', '2021-01-30 13:27:43', NULL), -(28, '校验', '11', 'sys_oper_type', NULL, NULL, 110, '校验', '1', '2021-10-04 22:40:50', '2021-10-04 22:50:02'), -(51, '系统', 'S', 'sys_portal_range', '', '0', 10, '测试', '1', '2021-05-11 10:15:31', '2022-01-22 19:15:06'), -(52, '有效', '0', 'sys_is_valid', NULL, NULL, 10, NULL, '1', '2021-05-27 10:10:48', '2021-05-27 10:10:48'), -(53, '后台用户', '1', 'sys_user_type', NULL, NULL, 10, NULL, '1', '2021-03-01 11:41:30', '2021-03-01 11:41:35'), -(54, '开启', '20', 'is_active', NULL, NULL, 200, NULL, '1', '2021-08-12 16:16:16', '2021-08-12 16:16:16'), -(55, '角色', 'R', 'sys_portal_range', NULL, NULL, 20, NULL, '1', '2021-05-11 10:15:48', '2021-05-11 10:15:48'), -(56, '前台用户', '2', 'sys_user_type', NULL, NULL, 20, NULL, '1', '2021-03-01 11:41:46', '2021-03-01 11:41:46'), -(57, '机构', 'org', 'sys_dept_type', NULL, NULL, 10, NULL, '1', '2021-02-24 18:35:41', '2021-02-25 15:22:42'), -(58, '公司', 'company', 'sys_dept_type', NULL, NULL, 20, NULL, '1', '2021-02-24 11:45:32', '2021-02-24 14:06:42'), -(59, '无效', '1', 'sys_is_valid', NULL, NULL, 20, NULL, '1', '2021-05-27 10:10:58', '2021-05-27 10:10:58'), -(60, '部门', 'dept', 'sys_dept_type', NULL, NULL, 30, NULL, '1', '2021-03-02 10:14:09', '2021-03-02 10:14:09'), -(70, '关闭', '10', 'is_active', NULL, NULL, 100, NULL, '1', '2021-08-12 16:16:05', '2021-08-12 16:16:05'), -(71, '用户', 'U', 'sys_portal_range', NULL, NULL, 30, NULL, '1', '2021-05-11 10:16:00', '2021-05-11 10:16:00'), -(80, '查询', '10', 'sys_oper_type', NULL, NULL, 100, '查询', '1', '2021-10-04 22:37:38', '2021-10-04 22:49:32'), -(81, '失败', '2', 'sys_common_status', 'danger', '0', 20, '停用状态', '1', '2021-01-30 13:27:43', NULL), -(86, '后台', 'admin', 'sys_oper_module', '', '', 10, '', '1', '2022-01-24 11:37:16', '2022-01-24 11:37:16'), -(87, '接口', 'api', 'sys_oper_module', '', '', 20, '', '1', '2022-01-24 11:37:24', '2022-01-24 11:37:24'), -(88, 'GET', 'GET', 'sys_oper_method', '', '', 10, '', '1', '2022-01-25 10:16:46', '2022-01-25 10:16:46'), -(89, 'POST', 'POST', 'sys_oper_method', '', '', 20, '', '1', '2022-01-25 10:16:54', '2022-01-25 10:16:54'), -(90, '-1', '-1', 'req_code', '', '', 10, '通用错误码', '1', '2022-01-25 10:23:34', '2022-02-12 10:01:59'), -(91, '0', '0', 'req_code', '', '', 20, '通用成功码', '1', '2022-01-25 10:23:54', '2022-02-12 10:02:07'), -(92, '50', '50', 'req_code', '', '', 30, '内部错误', '1', '2022-01-25 10:24:06', '2022-01-25 10:41:45'), -(93, '51', '51', 'req_code', '', '', 40, '数据验证失败', '1', '2022-01-25 10:24:17', '2022-01-25 10:41:53'), -(94, '52', '52', 'req_code', '', '', 50, '数据库操作错误', '1', '2022-01-25 10:24:26', '2022-01-25 10:42:00'), -(95, '53', '53', 'req_code', '', '', 60, '当前操作的给定参数无效', '1', '2022-01-25 10:24:38', '2022-01-25 10:42:08'), -(96, '54', '54', 'req_code', '', '', 70, '缺少当前操作的参数', '1', '2022-01-25 10:24:46', '2022-01-25 10:42:15'), -(97, '55', '55', 'req_code', '', '', 80, '该函数不能这样使用', '1', '2022-01-25 10:24:56', '2022-01-25 10:42:21'), -(98, '56', '56', 'req_code', '', '', 90, '配置对于当前操作无效', '1', '2022-01-25 10:25:04', '2022-01-25 10:42:28'), -(99, '57', '57', 'req_code', '', '', 100, '当前操作缺少配置', '1', '2022-01-25 10:25:13', '2022-01-25 10:42:35'), -(100, '58', '58', 'req_code', '', '', 110, '操作尚未实现', '1', '2022-01-25 10:25:20', '2022-01-25 10:42:42'), -(101, '59', '59', 'req_code', '', '', 120, '该操作尚不受支持', '1', '2022-01-25 10:25:28', '2022-01-25 10:42:50'), -(102, '60', '60', 'req_code', '', '', 130, '没有有效的数据', '1', '2022-01-25 10:26:04', '2022-01-25 10:42:58'), -(103, '61', '61', 'req_code', '', '', 140, '未授权', '1', '2022-01-25 10:26:12', '2022-01-25 10:43:04'), -(104, '62', '62', 'req_code', '', '', 150, '存在安全问题', '1', '2022-01-25 10:26:27', '2022-01-25 10:43:13'), -(105, '63', '63', 'req_code', '', '', 160, '服务器正忙,请稍后再试 ', '1', '2022-01-25 10:26:36', '2022-01-25 10:43:22'), -(106, '64', '64', 'req_code', '', '', 170, '未知错误 ', '1', '2022-01-25 10:26:44', '2022-01-25 10:43:28'), -(107, '65', '65', 'req_code', '', '', 180, '找不到资源,不存在 ', '1', '2022-01-25 10:27:32', '2022-01-25 10:43:34'), -(108, '66', '66', 'req_code', '', '', 190, '请求无效 ', '1', '2022-01-25 10:27:41', '2022-01-25 10:43:40'), -(109, '300', '300', 'req_code', '', '', 200, '业务验证失败 ', '1', '2022-01-25 10:27:51', '2022-01-25 10:43:46'), -(110, '大于50ms', '50', 'req_take_up_time', '', '', 10, '', '1', '2022-01-25 15:51:45', '2022-01-25 15:53:36'), -(111, '大于100ms', '100', 'req_take_up_time', '', '', 20, '', '1', '2022-01-25 15:51:57', '2022-01-25 15:53:42'), -(112, '大于200ms', '200', 'req_take_up_time', '', '', 30, '', '1', '2022-01-25 15:52:21', '2022-01-25 15:53:47'), -(113, '大于500ms', '500', 'req_take_up_time', '', '', 40, '', '1', '2022-01-25 15:52:32', '2022-01-25 15:53:51'), -(114, '大于1000ms', '1000', 'req_take_up_time', '', '', 50, '', '1', '2022-01-25 15:52:57', '2022-01-25 15:53:56'), -(115, '大于5000ms', '5000', 'req_take_up_time', '', '', 60, '', '1', '2022-01-25 15:54:15', '2022-01-25 15:54:15'); - --- -------------------------------------------------------- - --- --- 表的结构 `hg_sys_dict_type` --- - -CREATE TABLE `hg_sys_dict_type` ( - `id` bigint NOT NULL COMMENT '字典主键', - `name` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT '' COMMENT '字典名称', - `type` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT '' COMMENT '字典类型', - `sort` int DEFAULT '0' COMMENT '排序', - `remark` varchar(500) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '备注', - `status` char(1) DEFAULT '1' COMMENT '状态', - `created_at` datetime DEFAULT NULL COMMENT '创建时间', - `updated_at` datetime DEFAULT NULL COMMENT '更新时间' -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='字典类型表'; - --- --- 转存表中的数据 `hg_sys_dict_type` --- - -INSERT INTO `hg_sys_dict_type` (`id`, `name`, `type`, `sort`, `remark`, `status`, `created_at`, `updated_at`) VALUES -(1, '用户性别', 'sys_user_sex', 0, '用户性别列表', '1', '2021-01-30 13:27:43', '2021-03-24 11:38:47'), -(2, '菜单状态', 'sys_show_hide', 0, '菜单状态列表', '1', '2021-01-30 13:27:43', NULL), -(3, '系统开关', 'sys_normal_disable', 0, '系统开关列表', '1', '2021-01-30 13:27:43', NULL), -(4, '任务状态', 'sys_job_status', 0, '任务状态列表', '1', '2021-01-30 13:27:43', NULL), -(5, '任务分组', 'sys_job_group', 0, '任务分组列表', '1', '2021-01-30 13:27:43', NULL), -(6, '系统是否', 'sys_yes_no', 0, '系统是否列表', '1', '2021-01-30 13:27:43', NULL), -(7, '通知类型', 'sys_notice_type', 0, '通知类型列表', '1', '2021-01-30 13:27:43', NULL), -(8, '通知状态', 'sys_notice_status', 0, '通知状态列表', '1', '2021-01-30 13:27:43', NULL), -(9, '操作类型', 'sys_oper_type', 0, '操作类型列表', '1', '2021-01-30 13:27:43', NULL), -(10, '系统状态', 'sys_common_status', 0, '登录状态列表', '1', '2021-01-30 13:27:43', NULL), -(11, '是否有效', 'sys_is_valid', 0, NULL, '1', '2021-05-27 10:10:26', '2021-05-27 10:10:26'), -(12, '是否启动', 'is_active', 0, NULL, '1', '2021-08-12 16:15:39', '2021-08-12 16:15:39'), -(13, '用户类型', 'sys_user_type', 0, NULL, '1', '2021-03-01 11:41:07', '2021-03-01 11:41:07'), -(14, '部门类型', 'sys_dept_type', 0, '1', '1', '2021-02-25 17:11:16', '2021-02-25 17:11:16'), -(15, '门户应用范围', 'sys_portal_range', 0, '测试1', '1', NULL, '2022-01-22 20:30:55'), -(20, '测试', 'test', 0, '', '2', '2022-01-22 20:41:24', '2022-01-22 20:41:24'), -(21, '操作模块', 'sys_oper_module', 0, '', '1', '2022-01-24 11:33:16', '2022-01-24 11:33:16'), -(22, '请求方式', 'sys_oper_method', 0, '', '1', '2022-01-24 11:33:16', '2022-01-24 11:33:16'), -(23, '请求状态码', 'req_code', 0, '', '1', '2022-01-25 10:22:40', '2022-01-25 10:22:40'), -(24, '请求耗时', 'req_take_up_time', 0, '', '1', '2022-01-25 15:51:19', '2022-01-25 15:51:19'); - --- -------------------------------------------------------- - --- --- 表的结构 `hg_sys_log` --- - -CREATE TABLE `hg_sys_log` ( - `id` bigint NOT NULL, - `app_id` varchar(50) DEFAULT '' COMMENT '应用id', - `merchant_id` int UNSIGNED DEFAULT '0' COMMENT '商户id', - `member_id` int DEFAULT '0' COMMENT '用户id', - `method` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '提交类型', - `module` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '模块', - `url` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '提交url', - `get_data` json DEFAULT NULL COMMENT 'get数据', - `post_data` json DEFAULT NULL COMMENT 'post数据', - `header_data` json DEFAULT NULL COMMENT 'header数据', - `ip` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT 'ip地址', - `province_id` int NOT NULL DEFAULT '0' COMMENT '省编码', - `city_id` int NOT NULL DEFAULT '0' COMMENT '市编码', - `error_code` int DEFAULT '0' COMMENT '报错code', - `error_msg` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '报错信息', - `error_data` json DEFAULT NULL COMMENT '报错日志', - `req_id` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '对外id', - `timestamp` int DEFAULT '0' COMMENT '响应时间', - `user_agent` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT 'UA信息', - `take_up_time` bigint DEFAULT '0' COMMENT '请求耗时', - `status` char(1) NOT NULL DEFAULT '1' COMMENT '状态', - `created_at` datetime DEFAULT NULL COMMENT '创建时间', - `updated_at` datetime DEFAULT NULL COMMENT '修改时间' -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='公用_日志'; - --- --- 转存表中的数据 `hg_sys_log` --- - -INSERT INTO `hg_sys_log` (`id`, `app_id`, `merchant_id`, `member_id`, `method`, `module`, `url`, `get_data`, `post_data`, `header_data`, `ip`, `province_id`, `city_id`, `error_code`, `error_msg`, `error_data`, `req_id`, `timestamp`, `user_agent`, `take_up_time`, `status`, `created_at`, `updated_at`) VALUES -(6000, 'admin', 0, 1, 'GET', 'admin', '/admin/dept/list/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/role\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'ecad99b359bed51681a2a85fbf49c260', 1645430531, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 277, '1', '2022-02-21 16:02:12', '2022-02-21 16:02:12'), -(6001, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/role\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '64c35cb359bed51680a2a85fbcbaf68d', 1645430531, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 324, '1', '2022-02-21 16:02:12', '2022-02-21 16:02:12'), -(6002, 'admin', 0, 1, 'GET', 'admin', '/admin/role/member_list?page=1&limit=10&role=2', '{\"page\": [\"1\"], \"role\": [\"2\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/role\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '1cdbdce059bed51682a2a85ff22abc3a', 1645430532, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 264, '1', '2022-02-21 16:02:13', '2022-02-21 16:02:13'), -(6003, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_show_hide', '{\"type\": [\"sys_show_hide\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysSetting/menu\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '74a286d6f9bed51685a2a85f0a51a4b9', 1645431219, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 339, '1', '2022-02-21 16:13:40', '2022-02-21 16:13:40'), -(6004, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysSetting/menu\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '44dd71d6f9bed51684a2a85fc5b6d208', 1645431219, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 375, '1', '2022-02-21 16:13:40', '2022-02-21 16:13:40'), -(6005, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/list?pid=0', '{\"pid\": [\"0\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysSetting/menu\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'e4d5fcd5f9bed51683a2a85ff93f2518', 1645431219, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 485, '1', '2022-02-21 16:13:40', '2022-02-21 16:13:40'), -(6006, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/list?pid=0', '{\"pid\": [\"0\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysSetting/menu\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '9c4feb7dfabed51686a2a85fa0cc8ab0', 1645431222, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 195, '1', '2022-02-21 16:13:42', '2022-02-21 16:13:42'), -(6007, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/list?pid=0', '{\"pid\": [\"0\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysSetting/menu\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'f4564ad6fcbed51687a2a85fae6a57fb', 1645431232, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 194, '1', '2022-02-21 16:13:52', '2022-02-21 16:13:52'), -(6008, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/search_list?pid=0&status=1', '{\"pid\": [\"0\"], \"status\": [\"1\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysSetting/menu\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'ac82d885febed51688a2a85fee4dccb8', 1645431241, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 2010, '1', '2022-02-21 16:14:02', '2022-02-21 16:14:02'), -(6009, 'admin', 0, 1, 'GET', 'admin', '/admin/dept/list_tree/?id=0', '{\"id\": [\"0\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '9c5f59d727bfd5168ba2a85ff9a21cd8', 1645431416, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 289, '1', '2022-02-21 16:16:57', '2022-02-21 16:16:57'), -(6010, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '54621cd727bfd5168aa2a85f72836584', 1645431417, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 330, '1', '2022-02-21 16:16:57', '2022-02-21 16:16:57'), -(6011, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_user_sex', '{\"type\": [\"sys_user_sex\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '9c5f59d727bfd5168ca2a85f061d6463', 1645431417, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 351, '1', '2022-02-21 16:16:57', '2022-02-21 16:16:57'), -(6012, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_user_type', '{\"type\": [\"sys_user_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '9c5f59d727bfd5168da2a85f674144ca', 1645431417, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 342, '1', '2022-02-21 16:16:57', '2022-02-21 16:16:57'), -(6013, 'admin', 0, 1, 'GET', 'admin', '/admin/member/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '5c60dfd627bfd51689a2a85f1f39e16a', 1645431417, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 988, '1', '2022-02-21 16:16:58', '2022-02-21 16:16:58'), -(6014, 'admin', 0, 1, 'GET', 'admin', '/admin/dept/list/?name=', '{\"name\": [\"\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/dept\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '382ae92128bfd5168ea2a85fe1cbb58a', 1645431418, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 137, '1', '2022-02-21 16:16:58', '2022-02-21 16:16:58'), -(6015, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/dept\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '186c352228bfd51690a2a85fa94c3564', 1645431418, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 152, '1', '2022-02-21 16:16:58', '2022-02-21 16:16:58'), -(6016, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_dept_type', '{\"type\": [\"sys_dept_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/dept\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'fcab072228bfd5168fa2a85fc5b4f98d', 1645431418, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 147, '1', '2022-02-21 16:16:58', '2022-02-21 16:16:58'), -(6017, 'admin', 0, 1, 'GET', 'admin', '/admin/post/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/post\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'b440248128bfd51691a2a85fb71eaf5c', 1645431419, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 131, '1', '2022-02-21 16:17:00', '2022-02-21 16:17:00'), -(6018, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/post\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'ec62338128bfd51692a2a85f48a659c1', 1645431419, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 137, '1', '2022-02-21 16:17:00', '2022-02-21 16:17:00'), -(6019, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_status', '{\"type\": [\"sys_notice_status\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/system/notice/NoticeReadIndex\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'aca4ae8632bfd51694a2a85fc7aaf889', 1645431462, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 325, '1', '2022-02-21 16:17:43', '2022-02-21 16:17:43'), -(6020, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_type', '{\"type\": [\"sys_notice_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/system/notice/NoticeReadIndex\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'a44b0f8732bfd51695a2a85fa633d0e5', 1645431462, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 334, '1', '2022-02-21 16:17:43', '2022-02-21 16:17:43'), -(6021, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'b4ca26004abfd51697a2a85f291b4981', 1645431563, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 468, '1', '2022-02-21 16:19:24', '2022-02-21 16:19:24'), -(6022, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '3011691e4abfd51698a2a85f2b8c5180', 1645431564, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 134, '1', '2022-02-21 16:19:24', '2022-02-21 16:19:24'), -(6023, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'dc65f1584abfd5169aa2a85fce31e1fc', 1645431565, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 353, '1', '2022-02-21 16:19:26', '2022-02-21 16:19:26'), -(6024, 'admin', 0, 1, 'GET', 'admin', '/admin/role/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'c45dda584abfd51699a2a85fd146e297', 1645431565, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 364, '1', '2022-02-21 16:19:26', '2022-02-21 16:19:26'), -(6025, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '44949bebb1c0d5164f438e796c1d1444', 1645433109, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 582, '1', '2022-02-21 16:45:10', '2022-02-21 16:45:10'), -(6026, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '4441a71eb2c0d51650438e796dfb6e00', 1645433110, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 159, '1', '2022-02-21 16:45:11', '2022-02-21 16:45:11'), -(6027, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'b80c2a4d48c1d51685e9f26cfc12b35b', 1645433755, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 421, '1', '2022-02-21 16:55:55', '2022-02-21 16:55:55'), -(6028, 'admin', 0, 1, 'GET', 'admin', '/admin/role/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'f4a81f4d48c1d51684e9f26cef9e47c1', 1645433755, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 488, '1', '2022-02-21 16:55:56', '2022-02-21 16:55:56'), -(6029, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '80eb1a324ec1d51689e9f26cbd2e68da', 1645433780, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 241, '1', '2022-02-21 16:56:21', '2022-02-21 16:56:21'), -(6030, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_user_type', '{\"type\": [\"sys_user_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '80eb1a324ec1d5168ae9f26caacde46d', 1645433780, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 353, '1', '2022-02-21 16:56:22', '2022-02-21 16:56:22'); -INSERT INTO `hg_sys_log` (`id`, `app_id`, `merchant_id`, `member_id`, `method`, `module`, `url`, `get_data`, `post_data`, `header_data`, `ip`, `province_id`, `city_id`, `error_code`, `error_msg`, `error_data`, `req_id`, `timestamp`, `user_agent`, `take_up_time`, `status`, `created_at`, `updated_at`) VALUES -(6031, 'admin', 0, 1, 'GET', 'admin', '/admin/dept/list_tree/?id=0', '{\"id\": [\"0\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'a81e10324ec1d51688e9f26cbaf5317a', 1645433780, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 375, '1', '2022-02-21 16:56:22', '2022-02-21 16:56:22'), -(6032, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_user_sex', '{\"type\": [\"sys_user_sex\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '80eb1a324ec1d5168be9f26c69e72894', 1645433780, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 413, '1', '2022-02-21 16:56:22', '2022-02-21 16:56:22'), -(6033, 'admin', 0, 1, 'GET', 'admin', '/admin/member/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '00a5af314ec1d51687e9f26c6f6a6282', 1645433781, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 916, '1', '2022-02-21 16:56:22', '2022-02-21 16:56:22'), -(6034, 'admin', 0, 1, 'GET', 'admin', '/admin/dept/list/?name=', '{\"name\": [\"\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/org/dept\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '70cf166c4ec1d5168ce9f26cc2b10dee', 1645433781, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 83, '1', '2022-02-21 16:56:22', '2022-02-21 16:56:22'), -(6035, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_dept_type', '{\"type\": [\"sys_dept_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/org/dept\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '40b24a6c4ec1d5168ee9f26ca80deab7', 1645433781, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 132, '1', '2022-02-21 16:56:22', '2022-02-21 16:56:22'), -(6036, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/org/dept\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '40b24a6c4ec1d5168de9f26c25753d2d', 1645433781, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 126, '1', '2022-02-21 16:56:22', '2022-02-21 16:56:22'), -(6037, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/org/post\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '482aa8ac4ec1d51690e9f26cde310694', 1645433782, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 168, '1', '2022-02-21 16:56:23', '2022-02-21 16:56:23'), -(6038, 'admin', 0, 1, 'GET', 'admin', '/admin/post/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/org/post\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'b051a0ac4ec1d5168fe9f26cd2b3ff59', 1645433782, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 198, '1', '2022-02-21 16:56:23', '2022-02-21 16:56:23'), -(6039, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/auth/role\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'e01620784fc1d51692e9f26cd88ba9c7', 1645433786, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 116, '1', '2022-02-21 16:56:26', '2022-02-21 16:56:26'), -(6040, 'admin', 0, 1, 'GET', 'admin', '/admin/role/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/auth/role\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '9496f1774fc1d51691e9f26c7e17a0e0', 1645433786, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 126, '1', '2022-02-21 16:56:26', '2022-02-21 16:56:26'), -(6041, 'admin', 0, 1, 'GET', 'admin', '/admin/dept/list/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/auth/role\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'e01620784fc1d51693e9f26c3723f4ee', 1645433786, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 206, '1', '2022-02-21 16:56:27', '2022-02-21 16:56:27'), -(6042, 'admin', 0, 1, 'GET', 'admin', '/admin/role/member_list?page=1&limit=10&role=2', '{\"page\": [\"1\"], \"role\": [\"2\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/auth/role\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'bc24a09a4fc1d51694e9f26c22728ee7', 1645433786, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 210, '1', '2022-02-21 16:56:27', '2022-02-21 16:56:27'), -(6043, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '40e31fb577c1d51697e9f26c5a1f37f8', 1645433959, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 511, '1', '2022-02-21 16:59:19', '2022-02-21 16:59:19'), -(6044, 'admin', 0, 1, 'GET', 'admin', '/admin/role/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'bc876eb477c1d51696e9f26c0bd77361', 1645433959, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 578, '1', '2022-02-21 16:59:20', '2022-02-21 16:59:20'), -(6045, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/role_list?id=2', '{\"id\": [\"2\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '7054d6df77c1d51698e9f26ca3f4636e', 1645433959, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 448, '1', '2022-02-21 16:59:20', '2022-02-21 16:59:20'), -(6046, 'admin', 0, 1, 'GET', 'admin', '/admin/role/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'a4261f1878c1d51699e9f26ce655e558', 1645433960, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 130, '1', '2022-02-21 16:59:20', '2022-02-21 16:59:20'), -(6047, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '8034692a78c1d5169ae9f26c086267ed', 1645433960, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 208, '1', '2022-02-21 16:59:21', '2022-02-21 16:59:21'), -(6048, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/role_list?id=2', '{\"id\": [\"2\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'c0e9873e78c1d5169be9f26c5b120201', 1645433961, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 247, '1', '2022-02-21 16:59:22', '2022-02-21 16:59:22'), -(6049, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'e0aca1d485c1d5169de9f26cd0973198', 1645434019, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 396, '1', '2022-02-21 17:00:20', '2022-02-21 17:00:20'), -(6050, 'admin', 0, 1, 'GET', 'admin', '/admin/role/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'b8ee73d485c1d5169ce9f26ca706abf4', 1645434019, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 443, '1', '2022-02-21 17:00:20', '2022-02-21 17:00:20'), -(6051, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/role_list?id=2', '{\"id\": [\"2\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '1893b0f785c1d5169ee9f26c09f23db0', 1645434020, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 162, '1', '2022-02-21 17:00:21', '2022-02-21 17:00:21'), -(6052, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '409c1d1386c1d516a0e9f26c5255729f', 1645434020, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 130, '1', '2022-02-21 17:00:21', '2022-02-21 17:00:21'), -(6053, 'admin', 0, 1, 'GET', 'admin', '/admin/role/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '30e8c31286c1d5169fe9f26cbd119468', 1645434020, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 155, '1', '2022-02-21 17:00:21', '2022-02-21 17:00:21'), -(6054, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/role_list?id=2', '{\"id\": [\"2\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'ecaefa3086c1d516a1e9f26ce9bdf824', 1645434021, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 179, '1', '2022-02-21 17:00:21', '2022-02-21 17:00:21'), -(6055, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '706eba7688c1d516a3e9f26cc5619446', 1645434030, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 163, '1', '2022-02-21 17:00:31', '2022-02-21 17:00:31'), -(6056, 'admin', 0, 1, 'GET', 'admin', '/admin/role/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '042bab7688c1d516a2e9f26c39a74a43', 1645434030, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 254, '1', '2022-02-21 17:00:31', '2022-02-21 17:00:31'), -(6057, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/role_list?id=2', '{\"id\": [\"2\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'acefe69188c1d516a4e9f26c828a5296', 1645434031, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 258, '1', '2022-02-21 17:00:32', '2022-02-21 17:00:32'), -(6058, 'admin', 0, 1, 'GET', 'admin', '/admin/role/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '3c96c5db88c1d516a5e9f26c81b774df', 1645434032, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 124, '1', '2022-02-21 17:00:32', '2022-02-21 17:00:32'), -(6059, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '44295eee88c1d516a6e9f26cf8f07295', 1645434033, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 343, '1', '2022-02-21 17:00:33', '2022-02-21 17:00:33'), -(6060, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/role_list?id=2', '{\"id\": [\"2\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '18fe7e2489c1d516a7e9f26ca5fd472d', 1645434033, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 184, '1', '2022-02-21 17:00:34', '2022-02-21 17:00:34'), -(6061, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '9cbdc9d89bc1d516cb006735f8f11070', 1645434114, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 436, '1', '2022-02-21 17:01:55', '2022-02-21 17:01:55'); -INSERT INTO `hg_sys_log` (`id`, `app_id`, `merchant_id`, `member_id`, `method`, `module`, `url`, `get_data`, `post_data`, `header_data`, `ip`, `province_id`, `city_id`, `error_code`, `error_msg`, `error_data`, `req_id`, `timestamp`, `user_agent`, `take_up_time`, `status`, `created_at`, `updated_at`) VALUES -(6062, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '0ca744f59bc1d516cc00673570b72bf9', 1645434114, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 174, '1', '2022-02-21 17:01:55', '2022-02-21 17:01:55'), -(6063, 'admin', 0, 1, 'GET', 'admin', '/admin/role/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '60ce322c9cc1d516cd006735d4ae96d4', 1645434115, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 566, '1', '2022-02-21 17:01:57', '2022-02-21 17:01:57'), -(6064, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '60ce322c9cc1d516ce006735a6970698', 1645434116, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 681, '1', '2022-02-21 17:01:57', '2022-02-21 17:01:57'), -(6065, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/role_list?id=2', '{\"id\": [\"2\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 50, '服务器居然开小差了,请稍后再试吧!', '[\"1. exception recovered\", \" 1). github.com/bufanyun/hotgo/app/service/internal/dao.(*adminMenuDao).GenLabelTreeList\", \" --> D:/Desktop/go项目/hotgo/app/service/internal/dao/admin_menu.go:118\", \" 2). github.com/bufanyun/hotgo/app/service/adminService.(*menu).RoleList\", \" --> D:/Desktop/go项目/hotgo/app/service/adminService/menu_service.go:62\", \" 3). github.com/bufanyun/hotgo/app/controller/adminController.(*menu).RoleList\", \" --> D:/Desktop/go项目/hotgo/app/controller/adminController/menu_controller.go:37\", \" 4). github.com/gogf/gf/v2/net/ghttp.(*middleware).callHandlerFunc.func1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:153\", \" 5). github.com/gogf/gf/v2/net/ghttp.niceCallFunc\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_func.go:56\", \" 6). github.com/gogf/gf/v2/net/ghttp.(*middleware).callHandlerFunc\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:128\", \" 7). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:74\", \" 8). github.com/gogf/gf/v2/util/gutil.TryCatch\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/util/gutil/gutil.go:55\", \" 9). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:48\", \" 10). github.com/bufanyun/hotgo/app/middleware.(*sMiddleware).AdminAuth\", \" --> D:/Desktop/go项目/hotgo/app/middleware/admin_auth.go:122\", \" 11). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1.1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:54\", \" 12). github.com/gogf/gf/v2/net/ghttp.niceCallFunc\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_func.go:56\", \" 13). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:53\", \" 14). github.com/gogf/gf/v2/util/gutil.TryCatch\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/util/gutil/gutil.go:55\", \" 15). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:48\", \" 16). github.com/bufanyun/hotgo/app/middleware.(*sMiddleware).HandlerResponse\", \" --> D:/Desktop/go项目/hotgo/app/middleware/handler_response.go:26\", \" 17). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1.1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:54\", \" 18). github.com/gogf/gf/v2/net/ghttp.niceCallFunc\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_func.go:56\", \" 19). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:53\", \" 20). github.com/gogf/gf/v2/util/gutil.TryCatch\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/util/gutil/gutil.go:55\", \" 21). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:48\", \" 22). github.com/bufanyun/hotgo/app/middleware.(*sMiddleware).CORS\", \" --> D:/Desktop/go项目/hotgo/app/middleware/middleware.go:63\", \" 23). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1.1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:54\", \" 24). github.com/gogf/gf/v2/net/ghttp.niceCallFunc\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_func.go:56\", \" 25). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:53\", \" 26). github.com/gogf/gf/v2/util/gutil.TryCatch\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/util/gutil/gutil.go:55\", \" 27). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:48\", \" 28). github.com/bufanyun/hotgo/app/middleware.(*sMiddleware).Ctx\", \" --> D:/Desktop/go项目/hotgo/app/middleware/middleware.go:57\", \"2. runtime error: index out of range [3] with length 3\", \"\"]', '5c957b5c9cc1d516cf00673531fd4d99', 1645434116, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 311, '1', '2022-02-21 17:01:57', '2022-02-21 17:01:57'), -(6066, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '4824c499c3c1d516b33176684703233a', 1645434285, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 507, '1', '2022-02-21 17:04:46', '2022-02-21 17:04:46'), -(6067, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '58b6b6b9c3c1d516b43176680e1d2e1e', 1645434285, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 155, '1', '2022-02-21 17:04:47', '2022-02-21 17:04:47'), -(6068, 'admin', 0, 1, 'GET', 'admin', '/admin/role/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '20c8c2ecc3c1d516b5317668e663ac71', 1645434286, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 881, '1', '2022-02-21 17:04:47', '2022-02-21 17:04:47'), -(6069, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '1406d2ecc3c1d516b6317668ed32bdfc', 1645434287, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 1167, '1', '2022-02-21 17:04:47', '2022-02-21 17:04:47'), -(6070, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/role_list?id=2', '{\"id\": [\"2\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '00712b2dc4c1d516b73176687774ddf0', 1645434288, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 1041, '1', '2022-02-21 17:04:49', '2022-02-21 17:04:49'), -(6071, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'd48425edccc1d516b8317668e18d3c42', 1645434325, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 482, '1', '2022-02-21 17:05:26', '2022-02-21 17:05:26'), -(6072, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'ccdc3e0bcdc1d516b931766841fc0380', 1645434325, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 105, '1', '2022-02-21 17:05:26', '2022-02-21 17:05:26'), -(6073, 'admin', 0, 1, 'GET', 'admin', '/admin/role/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'e804a736cdc1d516ba3176682af958e5', 1645434326, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 207, '1', '2022-02-21 17:05:26', '2022-02-21 17:05:26'), -(6074, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '2847b636cdc1d516bb31766832b20a9e', 1645434326, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 330, '1', '2022-02-21 17:05:27', '2022-02-21 17:05:27'), -(6075, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/role_list?id=2', '{\"id\": [\"2\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '7c73c34ecdc1d516bc31766889858f73', 1645434327, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 854, '1', '2022-02-21 17:05:27', '2022-02-21 17:05:27'), -(6076, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '88629b67d2c1d516bd31766882b916f5', 1645434348, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 256, '1', '2022-02-21 17:05:49', '2022-02-21 17:05:49'), -(6077, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'c4968b7ad2c1d516be317668fe1b00ba', 1645434348, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 133, '1', '2022-02-21 17:05:49', '2022-02-21 17:05:49'), -(6078, 'admin', 0, 1, 'GET', 'admin', '/admin/role/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '98d3dcb3d2c1d516bf31766853e53662', 1645434349, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 137, '1', '2022-02-21 17:05:50', '2022-02-21 17:05:50'), -(6079, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '2cc0deb3d2c1d516c0317668ee2c6eeb', 1645434349, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 212, '1', '2022-02-21 17:05:50', '2022-02-21 17:05:50'), -(6080, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/role_list?id=2', '{\"id\": [\"2\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'a8a9eaced2c1d516c13176681b61ea28', 1645434351, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 1099, '1', '2022-02-21 17:05:51', '2022-02-21 17:05:51'), -(6081, 'admin', 0, 1, 'GET', 'admin', '/admin/role/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '44d9fa0bddc1d516c231766820fd75ad', 1645434394, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 311, '1', '2022-02-21 17:06:35', '2022-02-21 17:06:35'), -(6082, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'b82ba70cddc1d516c33176687f80d3fb', 1645434394, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 359, '1', '2022-02-21 17:06:35', '2022-02-21 17:06:35'), -(6083, 'admin', 0, 1, 'GET', 'admin', '/admin/role/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'f0360b15ddc1d516c4317668bfce1be7', 1645434394, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 276, '1', '2022-02-21 17:06:35', '2022-02-21 17:06:35'), -(6084, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '98a38918ddc1d516c5317668789c340e', 1645434394, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 244, '1', '2022-02-21 17:06:35', '2022-02-21 17:06:35'), -(6085, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/role_list?id=2', '{\"id\": [\"2\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'e04d2d28ddc1d516c631766801f7d5fe', 1645434395, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 620, '1', '2022-02-21 17:06:36', '2022-02-21 17:06:36'), -(6086, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/role_list?id=2', '{\"id\": [\"2\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '5c64e334ddc1d516c731766819659485', 1645434395, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 706, '1', '2022-02-21 17:06:36', '2022-02-21 17:06:36'), -(6087, 'admin', 0, 1, 'GET', 'admin', '/admin/role/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '3c12d796e0c1d516c831766845a4608b', 1645434409, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 155, '1', '2022-02-21 17:06:50', '2022-02-21 17:06:50'), -(6088, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '6cd2f096e0c1d516c931766853fdbfb5', 1645434409, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 154, '1', '2022-02-21 17:06:50', '2022-02-21 17:06:50'), -(6089, 'admin', 0, 1, 'GET', 'admin', '/admin/role/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '5c73d49fe0c1d516ca317668e78b4e08', 1645434409, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 156, '1', '2022-02-21 17:06:50', '2022-02-21 17:06:50'); -INSERT INTO `hg_sys_log` (`id`, `app_id`, `merchant_id`, `member_id`, `method`, `module`, `url`, `get_data`, `post_data`, `header_data`, `ip`, `province_id`, `city_id`, `error_code`, `error_msg`, `error_data`, `req_id`, `timestamp`, `user_agent`, `take_up_time`, `status`, `created_at`, `updated_at`) VALUES -(6090, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'dcf8c1ace0c1d516cb31766863df031d', 1645434409, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 136, '1', '2022-02-21 17:06:51', '2022-02-21 17:06:51'), -(6091, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/role_list?id=2', '{\"id\": [\"2\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '340afeace0c1d516cc317668670707b8', 1645434410, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 725, '1', '2022-02-21 17:06:51', '2022-02-21 17:06:51'), -(6092, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/role_list?id=2', '{\"id\": [\"2\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'b475e3c2e0c1d516cd3176685c34fa26', 1645434411, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 1110, '1', '2022-02-21 17:06:51', '2022-02-21 17:06:51'), -(6093, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/role_list?id=1', '{\"id\": [\"1\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'ac1e55c3e6c1d516d0317668a9e49f29', 1645434436, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 774, '1', '2022-02-21 17:07:17', '2022-02-21 17:07:17'), -(6094, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '70e9f48405c2d516ecf82062d4ef3504', 1645434568, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 411, '1', '2022-02-21 17:09:28', '2022-02-21 17:09:28'), -(6095, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '2896e99e05c2d516edf82062b1fe9086', 1645434568, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 141, '1', '2022-02-21 17:09:29', '2022-02-21 17:09:29'), -(6096, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'b48176db05c2d516eff82062148aad88', 1645434569, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 609, '1', '2022-02-21 17:09:30', '2022-02-21 17:09:30'), -(6097, 'admin', 0, 1, 'GET', 'admin', '/admin/role/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'c04367db05c2d516eef8206217c10271', 1645434570, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 824, '1', '2022-02-21 17:09:30', '2022-02-21 17:09:30'), -(6098, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/role_list?id=1', '{\"id\": [\"1\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '8843911606c2d516f0f82062393c5f5e', 1645434571, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 792, '1', '2022-02-21 17:09:31', '2022-02-21 17:09:31'), -(6099, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/role_list?id=2', '{\"id\": [\"2\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '5881a0450ac2d516f1f820627872ea6e', 1645434588, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 602, '1', '2022-02-21 17:09:49', '2022-02-21 17:09:49'), -(6100, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/role_list?id=1', '{\"id\": [\"1\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '7c00f1690bc2d516f2f8206255490249', 1645434593, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 609, '1', '2022-02-21 17:09:54', '2022-02-21 17:09:54'), -(6101, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/role_list?id=2', '{\"id\": [\"2\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'e8c193e40bc2d516f3f82062e5e01003', 1645434595, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 605, '1', '2022-02-21 17:09:56', '2022-02-21 17:09:56'), -(6102, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/role_list?id=1', '{\"id\": [\"1\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'b8c89d350cc2d516f4f8206296dbfe65', 1645434597, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 614, '1', '2022-02-21 17:09:57', '2022-02-21 17:09:57'), -(6103, 'admin', 0, 1, 'GET', 'admin', '/admin/role/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'fc98647f0fc2d516f5f82062eba7c182', 1645434611, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 330, '1', '2022-02-21 17:10:11', '2022-02-21 17:10:11'), -(6104, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/role_list?id=2', '{\"id\": [\"2\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'c0b592a516c2d516f6f820627e07458c', 1645434642, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 896, '1', '2022-02-21 17:10:42', '2022-02-21 17:10:42'), -(6105, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/role_list?id=1', '{\"id\": [\"1\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '382c7c0917c2d516f7f82062d87f0770', 1645434643, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 573, '1', '2022-02-21 17:10:44', '2022-02-21 17:10:44'), -(6106, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '30b398a818c2d516f8f8206207f4ca12', 1645434650, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 184, '1', '2022-02-21 17:10:50', '2022-02-21 17:10:50'), -(6107, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '9ceee9b918c2d516f9f82062ac4b5d28', 1645434650, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 122, '1', '2022-02-21 17:10:51', '2022-02-21 17:10:51'), -(6108, 'admin', 0, 1, 'GET', 'admin', '/admin/role/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '7c0e50ea18c2d516faf8206218361c04', 1645434651, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 193, '1', '2022-02-21 17:10:51', '2022-02-21 17:10:51'), -(6109, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '7c0e50ea18c2d516fbf820627df35a22', 1645434651, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 333, '1', '2022-02-21 17:10:52', '2022-02-21 17:10:52'), -(6110, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/role_list?id=1', '{\"id\": [\"1\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'b462a30019c2d516fcf82062d626a650', 1645434652, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 777, '1', '2022-02-21 17:10:52', '2022-02-21 17:10:52'), -(6111, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/role_list?id=2', '{\"id\": [\"2\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'a43d5fdd19c2d516fdf820621436e157', 1645434655, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 677, '1', '2022-02-21 17:10:56', '2022-02-21 17:10:56'), -(6112, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/role_list?id=1', '{\"id\": [\"1\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '784b5d5c1ac2d516fef820624a85d310', 1645434657, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 580, '1', '2022-02-21 17:10:58', '2022-02-21 17:10:58'), -(6113, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '9049406126c2d51600f9206253800fcf', 1645434709, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 317, '1', '2022-02-21 17:11:49', '2022-02-21 17:11:49'), -(6114, 'admin', 0, 1, 'GET', 'admin', '/admin/role/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '2406316126c2d516fff820629e8b402d', 1645434709, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 325, '1', '2022-02-21 17:11:49', '2022-02-21 17:11:49'), -(6115, 'admin', 0, 1, 'GET', 'admin', '/admin/role/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '94021e6726c2d51601f920623e92d59b', 1645434709, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 324, '1', '2022-02-21 17:11:49', '2022-02-21 17:11:49'), -(6116, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'd8e45e7826c2d51602f9206291ae82f2', 1645434709, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 121, '1', '2022-02-21 17:11:50', '2022-02-21 17:11:50'), -(6117, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/role_list?id=2', '{\"id\": [\"2\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/sysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '203ee6db26c2d51603f920625003bba6', 1645434711, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 619, '1', '2022-02-21 17:11:52', '2022-02-21 17:11:52'), -(6118, 'admin', 0, 1, 'GET', 'admin', '/admin/dept/list/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/role\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'f8411da027c2d51606f9206237aafc97', 1645434714, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 167, '1', '2022-02-21 17:11:55', '2022-02-21 17:11:55'), -(6119, 'admin', 0, 1, 'GET', 'admin', '/admin/role/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/role\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'e87fef9f27c2d51604f92062a8453e23', 1645434714, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 221, '1', '2022-02-21 17:11:55', '2022-02-21 17:11:55'), -(6120, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/role\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '28fe0da027c2d51605f920621e2566df', 1645434714, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 232, '1', '2022-02-21 17:11:56', '2022-02-21 17:11:56'); -INSERT INTO `hg_sys_log` (`id`, `app_id`, `merchant_id`, `member_id`, `method`, `module`, `url`, `get_data`, `post_data`, `header_data`, `ip`, `province_id`, `city_id`, `error_code`, `error_msg`, `error_data`, `req_id`, `timestamp`, `user_agent`, `take_up_time`, `status`, `created_at`, `updated_at`) VALUES -(6121, 'admin', 0, 1, 'GET', 'admin', '/admin/role/member_list?page=1&limit=10&role=1', '{\"page\": [\"1\"], \"role\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/role\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '904b96cb27c2d51607f920624632f350', 1645434715, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 286, '1', '2022-02-21 17:11:56', '2022-02-21 17:11:56'), -(6122, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=req_take_up_time', '{\"type\": [\"req_take_up_time\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/log/operlog\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '94c1e60429c2d5160af9206243aaa722', 1645434720, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 124, '1', '2022-02-21 17:12:01', '2022-02-21 17:12:01'), -(6123, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=req_code', '{\"type\": [\"req_code\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/log/operlog\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'e8cade0429c2d51609f92062cc1a9575', 1645434720, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 132, '1', '2022-02-21 17:12:01', '2022-02-21 17:12:01'), -(6124, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_oper_module', '{\"type\": [\"sys_oper_module\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/log/operlog\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '48a6ee0429c2d5160bf920621efc27ce', 1645434720, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 246, '1', '2022-02-21 17:12:01', '2022-02-21 17:12:01'), -(6125, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_oper_method', '{\"type\": [\"sys_oper_method\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/log/operlog\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '48a6ee0429c2d5160cf920623fb69c86', 1645434720, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 321, '1', '2022-02-21 17:12:02', '2022-02-21 17:12:02'), -(6126, 'admin', 0, 1, 'GET', 'admin', '/admin/log/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/log/operlog\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'f42c06f228c2d51608f92062e12ac512', 1645434721, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 1067, '1', '2022-02-21 17:12:02', '2022-02-21 17:12:02'), -(6127, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/log/operlog\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'c4f1e7e94bc2d5160df92062e35b219a', 1645434870, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 373, '1', '2022-02-21 17:14:31', '2022-02-21 17:14:31'), -(6128, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/log/operlog\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'c8d127024cc2d5160ef920623aa6923b', 1645434870, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 89, '1', '2022-02-21 17:14:31', '2022-02-21 17:14:31'), -(6129, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=req_code', '{\"type\": [\"req_code\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/log/operlog\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'd0b8a7334cc2d51610f92062b9c2cced', 1645434871, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 448, '1', '2022-02-21 17:14:32', '2022-02-21 17:14:32'), -(6130, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_oper_module', '{\"type\": [\"sys_oper_module\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/log/operlog\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '0cf614344cc2d51613f92062f53595be', 1645434871, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 459, '1', '2022-02-21 17:14:32', '2022-02-21 17:14:32'), -(6131, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_oper_method', '{\"type\": [\"sys_oper_method\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/log/operlog\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '0cf614344cc2d51612f92062abb39795', 1645434871, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 470, '1', '2022-02-21 17:14:33', '2022-02-21 17:14:33'), -(6132, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=req_take_up_time', '{\"type\": [\"req_take_up_time\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/log/operlog\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '5436e7334cc2d51611f92062fc534800', 1645434871, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 485, '1', '2022-02-21 17:14:33', '2022-02-21 17:14:33'), -(6133, 'admin', 0, 1, 'GET', 'admin', '/admin/log/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/log/operlog\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'bc3558334cc2d5160ff92062faddc45e', 1645434872, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 1408, '1', '2022-02-21 17:14:33', '2022-02-21 17:14:33'), -(6134, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_status', '{\"type\": [\"sys_notice_status\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'e0d63e454dc2d51614f92062c19a001a', 1645434876, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 131, '1', '2022-02-21 17:14:36', '2022-02-21 17:14:36'), -(6135, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_type', '{\"type\": [\"sys_notice_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'e0d63e454dc2d51615f920622379f499', 1645434876, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 141, '1', '2022-02-21 17:14:36', '2022-02-21 17:14:36'), -(6136, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '0c8e772051c2d51617f920625bcde199', 1645434892, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 126, '1', '2022-02-21 17:14:53', '2022-02-21 17:14:53'), -(6137, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'd8f3653251c2d51618f92062300d2a71', 1645434892, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 98, '1', '2022-02-21 17:14:53', '2022-02-21 17:14:53'), -(6138, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_status', '{\"type\": [\"sys_notice_status\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'f406317e51c2d51619f92062ef41e486', 1645434894, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 123, '1', '2022-02-21 17:14:54', '2022-02-21 17:14:54'), -(6139, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_type', '{\"type\": [\"sys_notice_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'e0828c7e51c2d5161af9206247b3b955', 1645434894, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 140, '1', '2022-02-21 17:14:54', '2022-02-21 17:14:54'), -(6140, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_status', '{\"type\": [\"sys_notice_status\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'bcb955f58ec3d516e1c4c829adcbfffc', 1645436258, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 895, '1', '2022-02-21 17:37:39', '2022-02-21 17:37:39'), -(6141, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_type', '{\"type\": [\"sys_notice_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '4ce7a1f58ec3d516e2c4c829adb60b3b', 1645436258, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 1309, '1', '2022-02-21 17:37:39', '2022-02-21 17:37:39'), -(6142, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '0c368bfb95c3d516e4c4c829f507e824', 1645436288, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 374, '1', '2022-02-21 17:38:08', '2022-02-21 17:38:08'), -(6143, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '3cb6531496c3d516e5c4c829a98dcd1e', 1645436288, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 174, '1', '2022-02-21 17:38:09', '2022-02-21 17:38:09'), -(6144, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_status', '{\"type\": [\"sys_notice_status\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '70b4ee6496c3d516e6c4c82949b8e73e', 1645436290, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 891, '1', '2022-02-21 17:38:11', '2022-02-21 17:38:11'), -(6145, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_type', '{\"type\": [\"sys_notice_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '90f3fd6496c3d516e7c4c829acf3a902', 1645436290, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 899, '1', '2022-02-21 17:38:11', '2022-02-21 17:38:11'), -(6146, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'd8df0f929bc3d516e19f3f4009d8ea86', 1645436312, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 546, '1', '2022-02-21 17:38:32', '2022-02-21 17:38:32'), -(6147, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '20ff85b49bc3d516e29f3f40d99e272f', 1645436312, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 146, '1', '2022-02-21 17:38:33', '2022-02-21 17:38:33'), -(6148, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_status', '{\"type\": [\"sys_notice_status\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '28d973fd9bc3d516e39f3f405bc8bec0', 1645436314, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 562, '1', '2022-02-21 17:38:34', '2022-02-21 17:38:34'), -(6149, 'admin', 0, 1, 'GET', 'admin', '/admin/notice/list?pageNum=1&pageSize=10', '{\"pageNum\": [\"1\"], \"pageSize\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '143f0dfe9bc3d516e59f3f40d54c1fcf', 1645436314, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 558, '1', '2022-02-21 17:38:35', '2022-02-21 17:38:35'), -(6150, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_type', '{\"type\": [\"sys_notice_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'b0b801fe9bc3d516e49f3f4077cc7a68', 1645436314, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 656, '1', '2022-02-21 17:38:35', '2022-02-21 17:38:35'), -(6151, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_status', '{\"type\": [\"sys_notice_status\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'c4b3adcda7c3d516e69f3f4042e2d4c3', 1645436364, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 292, '1', '2022-02-21 17:39:24', '2022-02-21 17:39:24'); -INSERT INTO `hg_sys_log` (`id`, `app_id`, `merchant_id`, `member_id`, `method`, `module`, `url`, `get_data`, `post_data`, `header_data`, `ip`, `province_id`, `city_id`, `error_code`, `error_msg`, `error_data`, `req_id`, `timestamp`, `user_agent`, `take_up_time`, `status`, `created_at`, `updated_at`) VALUES -(6152, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_type', '{\"type\": [\"sys_notice_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '9c310ccea7c3d516e79f3f40bb878637', 1645436364, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 351, '1', '2022-02-21 17:39:25', '2022-02-21 17:39:25'), -(6153, 'admin', 0, 1, 'GET', 'admin', '/admin/notice/list?pageNum=1&pageSize=10', '{\"pageNum\": [\"1\"], \"pageSize\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'aca4e9e0a7c3d516e89f3f4057fdeb70', 1645436364, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 207, '1', '2022-02-21 17:39:25', '2022-02-21 17:39:25'), -(6154, 'admin', 0, 1, 'GET', 'admin', '/admin/notice/list?pageNum=1&pageSize=10', '{\"pageNum\": [\"1\"], \"pageSize\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'cc8367e8afc3d516eb9f3f40f948e76b', 1645436399, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 298, '1', '2022-02-21 17:40:00', '2022-02-21 17:40:00'), -(6155, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_status', '{\"type\": [\"sys_notice_status\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '247d94e7afc3d516e99f3f4092b11c8d', 1645436399, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 428, '1', '2022-02-21 17:40:00', '2022-02-21 17:40:00'), -(6156, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_type', '{\"type\": [\"sys_notice_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'f83fd0e7afc3d516ea9f3f4033de53e3', 1645436399, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 489, '1', '2022-02-21 17:40:00', '2022-02-21 17:40:00'), -(6157, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_status', '{\"type\": [\"sys_notice_status\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '28959e33b6c3d516ec9f3f4094cc7592', 1645436426, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 198, '1', '2022-02-21 17:40:26', '2022-02-21 17:40:26'), -(6158, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_type', '{\"type\": [\"sys_notice_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '847b9734b6c3d516ee9f3f40adf54553', 1645436426, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 213, '1', '2022-02-21 17:40:27', '2022-02-21 17:40:27'), -(6159, 'admin', 0, 1, 'GET', 'admin', '/admin/notice/list?page=1&pageSize=10', '{\"page\": [\"1\"], \"pageSize\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '24fa7834b6c3d516ed9f3f40fbe5bc8c', 1645436426, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 244, '1', '2022-02-21 17:40:27', '2022-02-21 17:40:27'), -(6160, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_type', '{\"type\": [\"sys_notice_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '68ef324cbac3d516f09f3f404eefd214', 1645436444, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 257, '1', '2022-02-21 17:40:44', '2022-02-21 17:40:44'), -(6161, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_status', '{\"type\": [\"sys_notice_status\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '14abe44bbac3d516ef9f3f40ad51a3bf', 1645436444, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 271, '1', '2022-02-21 17:40:45', '2022-02-21 17:40:45'), -(6162, 'admin', 0, 1, 'GET', 'admin', '/admin/notice/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'f019d551bac3d516f19f3f409fd3ad50', 1645436444, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 298, '1', '2022-02-21 17:40:45', '2022-02-21 17:40:45'), -(6163, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_status', '{\"type\": [\"sys_notice_status\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'd034848cbcc3d516f29f3f40b9405c4b', 1645436453, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 117, '1', '2022-02-21 17:40:53', '2022-02-21 17:40:53'), -(6164, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_type', '{\"type\": [\"sys_notice_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'fc117f92bcc3d516f39f3f40b530b160', 1645436453, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 122, '1', '2022-02-21 17:40:54', '2022-02-21 17:40:54'), -(6165, 'admin', 0, 1, 'GET', 'admin', '/admin/notice/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'a0a0e09ebcc3d516f49f3f406ab7d35a', 1645436453, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 119, '1', '2022-02-21 17:40:54', '2022-02-21 17:40:54'), -(6166, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_type', '{\"type\": [\"sys_notice_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '983236b7bfc3d516f69f3f40a483e7ed', 1645436467, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 181, '1', '2022-02-21 17:41:07', '2022-02-21 17:41:07'), -(6167, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_status', '{\"type\": [\"sys_notice_status\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '983236b7bfc3d516f59f3f40eda5d28a', 1645436467, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 215, '1', '2022-02-21 17:41:08', '2022-02-21 17:41:08'), -(6168, 'admin', 0, 1, 'GET', 'admin', '/admin/notice/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '30ca35bfbfc3d516f79f3f4084f1226f', 1645436467, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 128, '1', '2022-02-21 17:41:08', '2022-02-21 17:41:08'), -(6169, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '20516bcfc1c3d516f89f3f4020356e0b', 1645436476, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 294, '1', '2022-02-21 17:41:16', '2022-02-21 17:41:16'), -(6170, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'ccdae9e3c1c3d516f99f3f40c5515e7c', 1645436476, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 94, '1', '2022-02-21 17:41:17', '2022-02-21 17:41:17'), -(6171, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_status', '{\"type\": [\"sys_notice_status\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'e8d5a222c2c3d516fa9f3f40e567f3ce', 1645436477, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 472, '1', '2022-02-21 17:41:18', '2022-02-21 17:41:18'), -(6172, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_type', '{\"type\": [\"sys_notice_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'e4e0aa22c2c3d516fb9f3f403bb7e51a', 1645436477, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 536, '1', '2022-02-21 17:41:18', '2022-02-21 17:41:18'), -(6173, 'admin', 0, 1, 'GET', 'admin', '/admin/notice/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '740fc922c2c3d516fc9f3f40158a89fb', 1645436478, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 667, '1', '2022-02-21 17:41:18', '2022-02-21 17:41:18'), -(6174, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_status', '{\"type\": [\"sys_notice_status\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '90e9ffe6c6c3d516fd9f3f40f12ee720', 1645436498, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 182, '1', '2022-02-21 17:41:38', '2022-02-21 17:41:38'), -(6175, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_type', '{\"type\": [\"sys_notice_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'fcc007e7c6c3d516fe9f3f4043522d40', 1645436498, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 206, '1', '2022-02-21 17:41:39', '2022-02-21 17:41:39'), -(6176, 'admin', 0, 1, 'GET', 'admin', '/admin/notice/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '54840deec6c3d516ff9f3f40fc05fdbe', 1645436498, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 250, '1', '2022-02-21 17:41:39', '2022-02-21 17:41:39'), -(6177, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'd8baf6bdd5c3d51600a03f408b67f1d2', 1645436562, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 378, '1', '2022-02-21 17:42:42', '2022-02-21 17:42:42'), -(6178, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'dcef96d5d5c3d51601a03f4012ef202f', 1645436562, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 116, '1', '2022-02-21 17:42:43', '2022-02-21 17:42:43'), -(6179, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_status', '{\"type\": [\"sys_notice_status\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'f8e2dc0cd6c3d51602a03f404a904fb2', 1645436563, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 220, '1', '2022-02-21 17:42:43', '2022-02-21 17:42:43'), -(6180, 'admin', 0, 1, 'GET', 'admin', '/admin/notice/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'c8ddf30cd6c3d51604a03f405dfba693', 1645436563, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 372, '1', '2022-02-21 17:42:44', '2022-02-21 17:42:44'), -(6181, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_type', '{\"type\": [\"sys_notice_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'f8e2dc0cd6c3d51603a03f40f06659e0', 1645436563, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 385, '1', '2022-02-21 17:42:44', '2022-02-21 17:42:44'), -(6182, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_user_sex', '{\"type\": [\"sys_user_sex\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'b4d2ee6ee3c3d51607a03f405b52152d', 1645436621, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 548, '1', '2022-02-21 17:43:42', '2022-02-21 17:43:42'); -INSERT INTO `hg_sys_log` (`id`, `app_id`, `merchant_id`, `member_id`, `method`, `module`, `url`, `get_data`, `post_data`, `header_data`, `ip`, `province_id`, `city_id`, `error_code`, `error_msg`, `error_data`, `req_id`, `timestamp`, `user_agent`, `take_up_time`, `status`, `created_at`, `updated_at`) VALUES -(6183, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'b4d2ee6ee3c3d51608a03f40b97e6af0', 1645436621, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 556, '1', '2022-02-21 17:43:42', '2022-02-21 17:43:42'), -(6184, 'admin', 0, 1, 'GET', 'admin', '/admin/dept/list_tree/?id=0', '{\"id\": [\"0\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '74fce66ee3c3d51606a03f400413d041', 1645436621, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 627, '1', '2022-02-21 17:43:42', '2022-02-21 17:43:42'), -(6185, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_user_type', '{\"type\": [\"sys_user_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '4cfefd6ee3c3d51609a03f40b824bd73', 1645436621, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 686, '1', '2022-02-21 17:43:42', '2022-02-21 17:43:42'), -(6186, 'admin', 0, 1, 'GET', 'admin', '/admin/member/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '28a3be6ee3c3d51605a03f4095e529b3', 1645436621, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 1222, '1', '2022-02-21 17:43:42', '2022-02-21 17:43:42'), -(6187, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_status', '{\"type\": [\"sys_notice_status\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '6c3e2595eac3d5160aa03f40cab483bc', 1645436651, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 305, '1', '2022-02-21 17:44:11', '2022-02-21 17:44:11'), -(6188, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_type', '{\"type\": [\"sys_notice_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '8c7d3495eac3d5160ba03f4081de4d82', 1645436651, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 328, '1', '2022-02-21 17:44:12', '2022-02-21 17:44:12'), -(6189, 'admin', 0, 1, 'GET', 'admin', '/admin/notice/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '8c434695eac3d5160ca03f40f95761a6', 1645436651, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 332, '1', '2022-02-21 17:44:12', '2022-02-21 17:44:12'), -(6190, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '7819f959edc3d5160da03f40b8d19391', 1645436663, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 133, '1', '2022-02-21 17:44:23', '2022-02-21 17:44:23'), -(6191, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '9c2d3e64edc3d5160ea03f40b7c4a1bb', 1645436663, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 88, '1', '2022-02-21 17:44:24', '2022-02-21 17:44:24'), -(6192, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_status', '{\"type\": [\"sys_notice_status\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '6c1bb29bedc3d5160fa03f406163363e', 1645436664, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 346, '1', '2022-02-21 17:44:24', '2022-02-21 17:44:24'), -(6193, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_type', '{\"type\": [\"sys_notice_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'a456c19bedc3d51610a03f404d2ce637', 1645436664, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 355, '1', '2022-02-21 17:44:25', '2022-02-21 17:44:25'), -(6194, 'admin', 0, 1, 'GET', 'admin', '/admin/notice/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '4899d09bedc3d51611a03f40546cc5fc', 1645436664, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 416, '1', '2022-02-21 17:44:25', '2022-02-21 17:44:25'), -(6195, 'admin', 0, 1, 'GET', 'admin', '/admin/notice/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '7866a8ee01c4d51612a03f407a069646', 1645436751, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 305, '1', '2022-02-21 17:45:52', '2022-02-21 17:45:52'), -(6196, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_type', '{\"type\": [\"sys_notice_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '38355a300cc4d51614a03f405cb0e00d', 1645436795, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 306, '1', '2022-02-21 17:46:36', '2022-02-21 17:46:36'), -(6197, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_status', '{\"type\": [\"sys_notice_status\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'ecf44a300cc4d51613a03f40bd2a44cc', 1645436795, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 325, '1', '2022-02-21 17:46:37', '2022-02-21 17:46:37'), -(6198, 'admin', 0, 1, 'GET', 'admin', '/admin/notice/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '64174a370cc4d51615a03f40fbedf9b7', 1645436795, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 256, '1', '2022-02-21 17:46:37', '2022-02-21 17:46:37'), -(6199, 'admin', 0, 1, 'GET', 'admin', '/admin/notice/view?id=2', '{\"id\": [\"2\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '44ffebd60cc4d51616a03f40974ab4f9', 1645436798, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 127, '1', '2022-02-21 17:46:38', '2022-02-21 17:46:38'), -(6200, 'admin', 0, 1, 'GET', 'admin', '/admin/notice/view?id=2', '{\"id\": [\"2\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '249c1b2012c4d51617a03f40a10e2836', 1645436821, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 210, '1', '2022-02-21 17:47:01', '2022-02-21 17:47:01'), -(6201, 'admin', 0, 1, 'GET', 'admin', '/admin/notice/view?id=2', '{\"id\": [\"2\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'bc78c6bf34c4d51618a03f4048a163c8', 1645436970, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 307, '1', '2022-02-21 17:49:30', '2022-02-21 17:49:30'), -(6202, 'admin', 0, 1, 'GET', 'admin', '/admin/notice/view?id=2', '{\"id\": [\"2\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '3c4394e537c4d51619a03f4049b3ec8b', 1645436983, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 118, '1', '2022-02-21 17:49:43', '2022-02-21 17:49:43'), -(6203, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_status', '{\"type\": [\"sys_notice_status\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'd47682c048c4d5161aa03f40540ab5c5', 1645437055, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 308, '1', '2022-02-21 17:50:56', '2022-02-21 17:50:56'), -(6204, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_type', '{\"type\": [\"sys_notice_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '78fc8ac048c4d5161ba03f40875afa3f', 1645437055, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 316, '1', '2022-02-21 17:50:57', '2022-02-21 17:50:57'), -(6205, 'admin', 0, 1, 'GET', 'admin', '/admin/notice/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'e85ed8c848c4d5161ca03f4083d65060', 1645437056, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 250, '1', '2022-02-21 17:50:57', '2022-02-21 17:50:57'), -(6206, 'admin', 0, 1, 'GET', 'admin', '/admin/notice/view?id=2', '{\"id\": [\"2\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '8401d9764cc4d5161da03f40f9bf985d', 1645437071, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 119, '1', '2022-02-21 17:51:11', '2022-02-21 17:51:11'), -(6207, 'admin', 0, 1, 'GET', 'admin', '/admin/notice/view?id=2', '{\"id\": [\"2\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'e8326b4259c4d5161ea03f403fbba44e', 1645437126, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 329, '1', '2022-02-21 17:52:07', '2022-02-21 17:52:07'), -(6208, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '6041a2ec5ac4d5161fa03f401ff5a42c', 1645437133, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 178, '1', '2022-02-21 17:52:14', '2022-02-21 17:52:14'), -(6209, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'f8822cfc5ac4d51620a03f405ef0b66b', 1645437134, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 97, '1', '2022-02-21 17:52:15', '2022-02-21 17:52:15'), -(6210, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_status', '{\"type\": [\"sys_notice_status\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '5c5207395bc4d51621a03f40ed81e342', 1645437135, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 259, '1', '2022-02-21 17:52:15', '2022-02-21 17:52:15'), -(6211, 'admin', 0, 1, 'GET', 'admin', '/admin/notice/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'd86720395bc4d51623a03f40aff97cf9', 1645437135, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 304, '1', '2022-02-21 17:52:16', '2022-02-21 17:52:16'), -(6212, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_type', '{\"type\": [\"sys_notice_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '888318395bc4d51622a03f401565918e', 1645437135, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 384, '1', '2022-02-21 17:52:16', '2022-02-21 17:52:16'), -(6213, 'admin', 0, 1, 'GET', 'admin', '/admin/notice/view?id=2', '{\"id\": [\"2\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'a01f69a75bc4d51624a03f401a4efb22', 1645437136, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 127, '1', '2022-02-21 17:52:17', '2022-02-21 17:52:17'); -INSERT INTO `hg_sys_log` (`id`, `app_id`, `merchant_id`, `member_id`, `method`, `module`, `url`, `get_data`, `post_data`, `header_data`, `ip`, `province_id`, `city_id`, `error_code`, `error_msg`, `error_data`, `req_id`, `timestamp`, `user_agent`, `take_up_time`, `status`, `created_at`, `updated_at`) VALUES -(6214, 'admin', 0, 1, 'POST', 'admin', '/admin/notice/edit', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Origin\": [\"http://localhost:8100\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Content-Type\": [\"application/json;charset=UTF-8\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"249\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'c0d4a4f95cc4d51625a03f40fe7e924c', 1645437142, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 219, '1', '2022-02-21 17:52:22', '2022-02-21 17:52:22'), -(6215, 'admin', 0, 1, 'GET', 'admin', '/admin/notice/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'a49b140c5dc4d51626a03f405e1141ac', 1645437142, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 124, '1', '2022-02-21 17:52:23', '2022-02-21 17:52:23'), -(6216, 'admin', 0, 1, 'GET', 'admin', '/admin/notice/view?id=2', '{\"id\": [\"2\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '50c6a5805dc4d51627a03f40d398ea6f', 1645437144, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 118, '1', '2022-02-21 17:52:25', '2022-02-21 17:52:25'), -(6217, 'admin', 0, 1, 'POST', 'admin', '/admin/notice/edit', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Origin\": [\"http://localhost:8100\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Content-Type\": [\"application/json;charset=UTF-8\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"101\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'f0e36a1f5fc4d51628a03f40e2ccfdef', 1645437151, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 214, '1', '2022-02-21 17:52:32', '2022-02-21 17:52:32'), -(6218, 'admin', 0, 1, 'GET', 'admin', '/admin/notice/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '44e0ba425fc4d51629a03f409cc06d84', 1645437152, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 120, '1', '2022-02-21 17:52:33', '2022-02-21 17:52:33'), -(6219, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'f419bb782448d61683add03bf6541c92', 1645582036, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 770, '1', '2022-02-23 10:07:16', '2022-02-23 10:07:16'), -(6220, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_user_type', '{\"type\": [\"sys_user_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'c86e89772448d61682add03be13e5a61', 1645582036, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 882, '1', '2022-02-23 10:07:16', '2022-02-23 10:07:16'), -(6221, 'admin', 0, 1, 'GET', 'admin', '/admin/dept/list_tree/?id=0', '{\"id\": [\"0\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'c86e89772448d61680add03be1f08b81', 1645582036, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 824, '1', '2022-02-23 10:07:16', '2022-02-23 10:07:16'), -(6222, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_user_sex', '{\"type\": [\"sys_user_sex\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'c86e89772448d6167fadd03bbd37bf95', 1645582036, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 897, '1', '2022-02-23 10:07:17', '2022-02-23 10:07:17'), -(6223, 'admin', 0, 1, 'GET', 'admin', '/admin/member/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'c86e89772448d61681add03b9a288bb8', 1645582036, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 1335, '1', '2022-02-23 10:07:17', '2022-02-23 10:07:17'), -(6224, 'admin', 0, 1, 'GET', 'admin', '/admin/dept/list/?name=', '{\"name\": [\"\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/dept\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'b0618c2f2548d61685add03bb7746046', 1645582038, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 87, '1', '2022-02-23 10:07:19', '2022-02-23 10:07:19'), -(6225, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/dept\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '8052942f2548d61686add03b60813673', 1645582038, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 123, '1', '2022-02-23 10:07:19', '2022-02-23 10:07:19'), -(6226, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_dept_type', '{\"type\": [\"sys_dept_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/dept\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'dc0d7d2f2548d61684add03b4605e7d7', 1645582038, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 148, '1', '2022-02-23 10:07:19', '2022-02-23 10:07:19'), -(6227, 'admin', 0, 1, 'GET', 'admin', '/admin/post/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/post\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'bcecb78a2548d61687add03b4afd495a', 1645582040, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 237, '1', '2022-02-23 10:07:20', '2022-02-23 10:07:20'), -(6228, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/post\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '046fca8a2548d61688add03b7ceb082c', 1645582040, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 268, '1', '2022-02-23 10:07:20', '2022-02-23 10:07:20'), -(6229, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'a87b2a4ebf48d61689add03b4837a451', 1645582700, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 407, '1', '2022-02-23 10:18:21', '2022-02-23 10:18:21'), -(6230, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'b0453d69bf48d6168aadd03bfa41c25b', 1645582700, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 163, '1', '2022-02-23 10:18:21', '2022-02-23 10:18:21'), -(6231, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '48ef2ce5344ed616261b9564108a439f', 1645588703, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 462, '1', '2022-02-23 11:58:24', '2022-02-23 11:58:24'), -(6232, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '985c9802354ed616271b95648e32ca89', 1645588703, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 191, '1', '2022-02-23 11:58:24', '2022-02-23 11:58:24'), -(6233, 'admin', 0, 1, 'GET', 'admin', '/admin/member/profile', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 52, 'sql执行异常: Error 1054: Unknown column \'id\' in \'where clause\', SELECT * FROM `hg_admin_member_role` WHERE `id`=1 ORDER BY `id` desc\n', 'null', 'd8ddaa38354ed616281b9564e8113b13', 1645588705, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 1121, '1', '2022-02-23 11:58:26', '2022-02-23 11:58:26'), -(6234, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'cc238d59434ed616249c936428ad3119', 1645588765, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 669, '1', '2022-02-23 11:59:25', '2022-02-23 11:59:25'), -(6235, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '081f1086434ed616259c93640a4c046f', 1645588765, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 181, '1', '2022-02-23 11:59:26', '2022-02-23 11:59:26'), -(6236, 'admin', 0, 1, 'GET', 'admin', '/admin/member/profile', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 52, 'sql执行异常: Error 1054: Unknown column \'id\' in \'where clause\', SELECT * FROM `hg_admin_member_role` WHERE `id`=1 ORDER BY `id` desc\n', 'null', '84e9a5b8434ed616269c9364127a5f63', 1645588767, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 769, '1', '2022-02-23 11:59:27', '2022-02-23 11:59:27'), -(6237, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'e89e4432534ed61695cb49359459bd4b', 1645588833, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 472, '1', '2022-02-23 12:00:33', '2022-02-23 12:00:33'), -(6238, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '84f29550534ed61696cb49359149b940', 1645588833, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 178, '1', '2022-02-23 12:00:34', '2022-02-23 12:00:34'), -(6239, 'admin', 0, 1, 'GET', 'admin', '/admin/member/profile', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 52, 'sql执行异常: Error 1054: Unknown column \'id\' in \'order clause\', SELECT `post_id` FROM `hg_admin_member_post` WHERE `member_id`=1 ORDER BY `id` asc LIMIT 1\n', 'null', '5c377a81534ed61697cb49356555b260', 1645588835, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 1073, '1', '2022-02-23 12:00:35', '2022-02-23 12:00:35'), -(6240, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'e8f2ef56754ed61670ef81485ed993d1', 1645588980, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 469, '1', '2022-02-23 12:03:00', '2022-02-23 12:03:00'), -(6241, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '5c19e774754ed61671ef8148a976e315', 1645588980, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 139, '1', '2022-02-23 12:03:01', '2022-02-23 12:03:01'), -(6242, 'admin', 0, 1, 'GET', 'admin', '/admin/member/profile', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '80be2da1754ed61672ef814867c2666e', 1645588982, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 1078, '1', '2022-02-23 12:03:02', '2022-02-23 12:03:02'), -(6243, 'admin', 0, 1, 'GET', 'admin', '/admin/notice/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '609fe2c5c153d61675ef8148290b216d', 1645594806, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 507, '1', '2022-02-23 13:40:06', '2022-02-23 13:40:06'), -(6244, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_type', '{\"type\": [\"sys_notice_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'f0059cc5c153d61674ef8148d6e1a312', 1645594806, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 623, '1', '2022-02-23 13:40:06', '2022-02-23 13:40:06'); -INSERT INTO `hg_sys_log` (`id`, `app_id`, `merchant_id`, `member_id`, `method`, `module`, `url`, `get_data`, `post_data`, `header_data`, `ip`, `province_id`, `city_id`, `error_code`, `error_msg`, `error_data`, `req_id`, `timestamp`, `user_agent`, `take_up_time`, `status`, `created_at`, `updated_at`) VALUES -(6245, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_notice_status', '{\"type\": [\"sys_notice_status\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/sysApp/notice\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '004b4cc5c153d61673ef8148ea869a2b', 1645594806, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 644, '1', '2022-02-23 13:40:07', '2022-02-23 13:40:07'), -(6246, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'f4080074a556d6168815483ce03bfe8b', 1645597982, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 500, '1', '2022-02-23 14:33:04', '2022-02-23 14:33:04'), -(6247, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '644bb494a556d6168915483c7640dfd9', 1645597983, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 167, '1', '2022-02-23 14:33:04', '2022-02-23 14:33:04'), -(6248, 'admin', 0, 1, 'GET', 'admin', '/admin/member/profile', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '64e3e9cba556d6168a15483c4675b54c', 1645597984, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 815, '1', '2022-02-23 14:33:04', '2022-02-23 14:33:04'), -(6249, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'e035d925b156d6168b15483cb5575c59', 1645598032, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 301, '1', '2022-02-23 14:33:54', '2022-02-23 14:33:54'), -(6250, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'a8f72c39b156d6168c15483c72f37bcb', 1645598033, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 83, '1', '2022-02-23 14:33:54', '2022-02-23 14:33:54'), -(6251, 'admin', 0, 1, 'GET', 'admin', '/admin/member/profile', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '0c18fc62b156d6168d15483c10bfd5d3', 1645598034, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 769, '1', '2022-02-23 14:33:54', '2022-02-23 14:33:54'), -(6252, 'admin', 0, 1, 'GET', 'admin', '/admin/member/profile', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '58e4661ecd56d6168e15483cec6a5c37', 1645598153, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 774, '1', '2022-02-23 14:35:53', '2022-02-23 14:35:53'), -(6253, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '84c04065e556d6168f15483c2e756a2b', 1645598257, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 304, '1', '2022-02-23 14:37:38', '2022-02-23 14:37:38'), -(6254, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '70c8fc78e556d6169015483cba77484c', 1645598257, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 85, '1', '2022-02-23 14:37:38', '2022-02-23 14:37:38'), -(6255, 'admin', 0, 1, 'GET', 'admin', '/admin/member/profile', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '44229e9fe556d6169115483c59416f0b', 1645598259, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 1345, '1', '2022-02-23 14:37:39', '2022-02-23 14:37:39'), -(6256, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'f4dac73fcb57d6169215483c3dc171ea', 1645599244, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 314, '1', '2022-02-23 14:54:05', '2022-02-23 14:54:05'), -(6257, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '64cd0054cb57d6169315483c81c8db99', 1645599244, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 86, '1', '2022-02-23 14:54:05', '2022-02-23 14:54:05'), -(6258, 'admin', 0, 1, 'GET', 'admin', '/admin/member/profile', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '14b58a7dcb57d6169415483c4a8317a8', 1645599246, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 1398, '1', '2022-02-23 14:54:06', '2022-02-23 14:54:06'), -(6259, 'admin', 0, 1, 'GET', 'admin', '/admin/member/profile', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '40a9ad4bec57d6169515483c6c5a450c', 1645599388, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 1911, '1', '2022-02-23 14:56:28', '2022-02-23 14:56:28'), -(6260, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '80eb7da80a58d6169615483c3e0dbcaf', 1645599517, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 434, '1', '2022-02-23 14:58:38', '2022-02-23 14:58:38'), -(6261, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'd01169c40a58d6169715483cb1d3b51c', 1645599517, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 152, '1', '2022-02-23 14:58:38', '2022-02-23 14:58:38'), -(6262, 'admin', 0, 1, 'GET', 'admin', '/admin/member/profile', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'c4f866f50a58d6169815483c51353f1e', 1645599518, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 726, '1', '2022-02-23 14:58:38', '2022-02-23 14:58:38'), -(6263, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '749455611458d6169915483ce6b5733a', 1645599558, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 448, '1', '2022-02-23 14:59:19', '2022-02-23 14:59:19'), -(6264, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '88139c7d1458d6169a15483c2779094f', 1645599559, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 207, '1', '2022-02-23 14:59:20', '2022-02-23 14:59:20'), -(6265, 'admin', 0, 1, 'GET', 'admin', '/admin/member/profile', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '283c64911558d6169b15483ccc713f56', 1645599565, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 1748, '1', '2022-02-23 14:59:25', '2022-02-23 14:59:25'), -(6266, 'admin', 0, 1, 'GET', 'admin', '/admin/member/profile', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'f881429b3058d6169d15483c39775925', 1645599680, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 1029, '1', '2022-02-23 15:01:20', '2022-02-23 15:01:20'), -(6267, 'admin', 0, 1, 'POST', 'admin', '/admin/member/update_pwd?oldPassword=1234&newPassword=meng123', '{\"newPassword\": [\"meng123\"], \"oldPassword\": [\"1234\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Origin\": [\"http://localhost:8100\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"0\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 50, '原密码不正确', 'null', '38a4ce9bbc5ad6160160e3289aba4091', 1645602480, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 414, '1', '2022-02-23 15:48:00', '2022-02-23 15:48:00'), -(6268, 'admin', 0, 1, 'POST', 'admin', '/admin/member/update_pwd?oldPassword=123456&newPassword=meng123', '{\"newPassword\": [\"meng123\"], \"oldPassword\": [\"123456\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Origin\": [\"http://localhost:8100\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiIiwiZXhwIjoxNjQ2MTI3NDA1LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.h53gwLRme9Siuql0aJczWbvcx8IoSaDx7X0N0AInXsY\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"0\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '1098290fbe5ad6160260e3281bb517ff', 1645602486, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 210, '1', '2022-02-23 15:48:06', '2022-02-23 15:48:06'), -(6269, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/user/login\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNjIiwiZXhwIjoxNjQ2NDY2NTQ5LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.WgXljx2DO56-Q8js0oVDIbD5Q3-iFyeh04J5GKnU_2A\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '987328f8cc5ad6160960e328cf71a340', 1645602550, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 158, '1', '2022-02-23 15:49:10', '2022-02-23 15:49:10'), -(6270, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/user/login\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNjIiwiZXhwIjoxNjQ2NDY2NTQ5LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.WgXljx2DO56-Q8js0oVDIbD5Q3-iFyeh04J5GKnU_2A\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'b4613707cd5ad6160a60e328cb6ea7d9', 1645602550, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 131, '1', '2022-02-23 15:49:11', '2022-02-23 15:49:11'), -(6271, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/role\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNjIiwiZXhwIjoxNjQ2NDY2NTQ5LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.WgXljx2DO56-Q8js0oVDIbD5Q3-iFyeh04J5GKnU_2A\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '4c2f176ad45ad6160c60e32851594289', 1645602582, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 563, '1', '2022-02-23 15:49:43', '2022-02-23 15:49:43'), -(6272, 'admin', 0, 1, 'GET', 'admin', '/admin/role/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/role\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNjIiwiZXhwIjoxNjQ2NDY2NTQ5LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.WgXljx2DO56-Q8js0oVDIbD5Q3-iFyeh04J5GKnU_2A\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '6c5bda69d45ad6160b60e32842436085', 1645602582, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 597, '1', '2022-02-23 15:49:44', '2022-02-23 15:49:44'), -(6273, 'admin', 0, 1, 'GET', 'admin', '/admin/dept/list/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/role\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNjIiwiZXhwIjoxNjQ2NDY2NTQ5LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.WgXljx2DO56-Q8js0oVDIbD5Q3-iFyeh04J5GKnU_2A\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '444a546ad45ad6160d60e3286be559eb', 1645602582, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 613, '1', '2022-02-23 15:49:44', '2022-02-23 15:49:44'), -(6274, 'admin', 0, 1, 'GET', 'admin', '/admin/role/member_list?page=1&limit=10&role=1', '{\"page\": [\"1\"], \"role\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/auth/role\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNjIiwiZXhwIjoxNjQ2NDY2NTQ5LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.WgXljx2DO56-Q8js0oVDIbD5Q3-iFyeh04J5GKnU_2A\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'fc17ae9ed45ad6160e60e32832ec8bf1', 1645602583, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 241, '1', '2022-02-23 15:49:44', '2022-02-23 15:49:44'), -(6275, 'admin', 0, 1, 'GET', 'admin', '/admin/member/profile', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNjIiwiZXhwIjoxNjQ2NDY2NTQ5LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.WgXljx2DO56-Q8js0oVDIbD5Q3-iFyeh04J5GKnU_2A\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'e45c6208d55ad6160f60e3280f2f683d', 1645602585, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 625, '1', '2022-02-23 15:49:45', '2022-02-23 15:49:45'); -INSERT INTO `hg_sys_log` (`id`, `app_id`, `merchant_id`, `member_id`, `method`, `module`, `url`, `get_data`, `post_data`, `header_data`, `ip`, `province_id`, `city_id`, `error_code`, `error_msg`, `error_data`, `req_id`, `timestamp`, `user_agent`, `take_up_time`, `status`, `created_at`, `updated_at`) VALUES -(6276, 'admin', 0, 1, 'GET', 'admin', '/admin/dept/list/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNjIiwiZXhwIjoxNjQ2NDY2NTQ5LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.WgXljx2DO56-Q8js0oVDIbD5Q3-iFyeh04J5GKnU_2A\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '5090d9d1945bd6161560e328d5232b9d', 1645603408, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 340, '1', '2022-02-23 16:03:29', '2022-02-23 16:03:29'), -(6277, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNjIiwiZXhwIjoxNjQ2NDY2NTQ5LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.WgXljx2DO56-Q8js0oVDIbD5Q3-iFyeh04J5GKnU_2A\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '0837f2c8945bd6161460e32877520b65', 1645603409, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 627, '1', '2022-02-23 16:03:30', '2022-02-23 16:03:30'), -(6278, 'admin', 0, 1, 'GET', 'admin', '/admin/dept/list/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNjIiwiZXhwIjoxNjQ2NDY2NTQ5LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.WgXljx2DO56-Q8js0oVDIbD5Q3-iFyeh04J5GKnU_2A\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '0ccfe8d1945bd6161660e3288cefdc6f', 1645603409, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 570, '1', '2022-02-23 16:03:31', '2022-02-23 16:03:31'), -(6279, 'admin', 0, 1, 'GET', 'admin', '/admin/role/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNjIiwiZXhwIjoxNjQ2NDY2NTQ5LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.WgXljx2DO56-Q8js0oVDIbD5Q3-iFyeh04J5GKnU_2A\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '10437bc2945bd6161360e32860b9cae1', 1645603409, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 1091, '1', '2022-02-23 16:03:31', '2022-02-23 16:03:31'), -(6280, 'admin', 0, 1, 'GET', 'admin', '/admin/member/profile', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNjIiwiZXhwIjoxNjQ2NDY2NTQ5LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.WgXljx2DO56-Q8js0oVDIbD5Q3-iFyeh04J5GKnU_2A\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '68eff5bb945bd6161260e328cb82adb9', 1645603410, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 2590, '1', '2022-02-23 16:03:37', '2022-02-23 16:03:37'), -(6281, 'admin', 0, 1, 'GET', 'admin', '/admin/role/member_list?page=1&limit=10&role=1', '{\"page\": [\"1\"], \"role\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNjIiwiZXhwIjoxNjQ2NDY2NTQ5LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.WgXljx2DO56-Q8js0oVDIbD5Q3-iFyeh04J5GKnU_2A\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'cc42b030955bd6161760e328243867e2', 1645603411, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 1037, '1', '2022-02-23 16:03:37', '2022-02-23 16:03:37'), -(6282, 'admin', 0, 1, 'POST', 'admin', '/admin/member/update_profile', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Origin\": [\"http://localhost:8100\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Content-Type\": [\"application/json;charset=UTF-8\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNjIiwiZXhwIjoxNjQ2NDY2NTQ5LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.WgXljx2DO56-Q8js0oVDIbD5Q3-iFyeh04J5GKnU_2A\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"693\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '5463ab97825ed6164d0adb06dc598137', 1645606629, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 515, '1', '2022-02-23 16:57:09', '2022-02-23 16:57:09'), -(6283, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNjIiwiZXhwIjoxNjQ2NDY2NTQ5LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.WgXljx2DO56-Q8js0oVDIbD5Q3-iFyeh04J5GKnU_2A\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '9cb4dfd1845ed6164e0adb06d47d93df', 1645606638, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 304, '1', '2022-02-23 16:57:19', '2022-02-23 16:57:19'), -(6284, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNjIiwiZXhwIjoxNjQ2NDY2NTQ5LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.WgXljx2DO56-Q8js0oVDIbD5Q3-iFyeh04J5GKnU_2A\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'c85f6de5845ed6164f0adb06a6bfc70d', 1645606638, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 134, '1', '2022-02-23 16:57:19', '2022-02-23 16:57:19'), -(6285, 'admin', 0, 1, 'GET', 'admin', '/admin/member/profile', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/account/settings/base\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNjIiwiZXhwIjoxNjQ2NDY2NTQ5LCJleHBpcmVzIjo4NjQwMDAsImlkIjoxLCJpc19yZWZyZXNoIjpmYWxzZSwiand0X3ZlcnNpb24iOiIxLjAiLCJsYXN0X2lwIjoiMTI3LjAuMC4xIiwibGFzdF90aW1lIjoxNjQ0NjU5OTg1LCJtb2JpbGUiOiIxNTMwMzgzMDU3MSIsInJlYWxuYW1lIjoi5a2f5biFIiwicm9sZSI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInZpc2l0X2NvdW50IjoyODJ9.WgXljx2DO56-Q8js0oVDIbD5Q3-iFyeh04J5GKnU_2A\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '44e2b511855ed616500adb064bff7a1d', 1645606640, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 981, '1', '2022-02-23 16:57:20', '2022-02-23 16:57:20'), -(6286, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/user/login\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjQ3MTUzOCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.2GTH2cxp7H4M_ZzL1RsyGXg-XKrQUKig93fVDZ0PafI\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'a893e77f565fd616f45f670faf157f02', 1645607539, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 152, '1', '2022-02-23 17:12:19', '2022-02-23 17:12:19'), -(6287, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/user/login\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjQ3MTUzOCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.2GTH2cxp7H4M_ZzL1RsyGXg-XKrQUKig93fVDZ0PafI\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'ec466f9c565fd616f55f670f6bf57c8d', 1645607539, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 163, '1', '2022-02-23 17:12:20', '2022-02-23 17:12:20'), -(6288, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/index\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjQ3MTUzOCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.2GTH2cxp7H4M_ZzL1RsyGXg-XKrQUKig93fVDZ0PafI\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '4835325f595fd616f65f670f4f516d7e', 1645607551, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 323, '1', '2022-02-23 17:12:32', '2022-02-23 17:12:32'), -(6289, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/index\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjQ3MTUzOCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.2GTH2cxp7H4M_ZzL1RsyGXg-XKrQUKig93fVDZ0PafI\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '38819f74595fd616f75f670f5abd4ecf', 1645607551, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 102, '1', '2022-02-23 17:12:32', '2022-02-23 17:12:32'), -(6290, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_user_type', '{\"type\": [\"sys_user_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjQ3MTUzOCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.2GTH2cxp7H4M_ZzL1RsyGXg-XKrQUKig93fVDZ0PafI\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '702fc3c85a5fd616fc5f670f6839ad3c', 1645607557, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 258, '1', '2022-02-23 17:12:38', '2022-02-23 17:12:38'), -(6291, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_user_sex', '{\"type\": [\"sys_user_sex\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjQ3MTUzOCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.2GTH2cxp7H4M_ZzL1RsyGXg-XKrQUKig93fVDZ0PafI\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '04687ec85a5fd616f95f670f951cc5ce', 1645607557, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 282, '1', '2022-02-23 17:12:38', '2022-02-23 17:12:38'), -(6292, 'admin', 0, 1, 'GET', 'admin', '/admin/dept/list_tree/?id=0', '{\"id\": [\"0\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjQ3MTUzOCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.2GTH2cxp7H4M_ZzL1RsyGXg-XKrQUKig93fVDZ0PafI\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '04687ec85a5fd616fa5f670faec49202', 1645607557, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 399, '1', '2022-02-23 17:12:38', '2022-02-23 17:12:38'), -(6293, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjQ3MTUzOCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.2GTH2cxp7H4M_ZzL1RsyGXg-XKrQUKig93fVDZ0PafI\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '1c7095c85a5fd616fb5f670faa3d11d3', 1645607557, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 489, '1', '2022-02-23 17:12:39', '2022-02-23 17:12:39'), -(6294, 'admin', 0, 1, 'GET', 'admin', '/admin/member/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjQ3MTUzOCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.2GTH2cxp7H4M_ZzL1RsyGXg-XKrQUKig93fVDZ0PafI\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '38ae63c85a5fd616f85f670f30ac7daf', 1645607558, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 974, '1', '2022-02-23 17:12:39', '2022-02-23 17:12:39'), -(6295, 'admin', 0, 1, 'GET', 'admin', '/admin/member/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjQ3MTUzOCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.2GTH2cxp7H4M_ZzL1RsyGXg-XKrQUKig93fVDZ0PafI\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '28e11d4a5b5fd616fd5f670f7de2eb49', 1645607560, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 632, '1', '2022-02-23 17:12:40', '2022-02-23 17:12:40'), -(6296, 'admin', 0, 1, 'GET', 'admin', '/admin/member/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjQ3MTUzOCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.2GTH2cxp7H4M_ZzL1RsyGXg-XKrQUKig93fVDZ0PafI\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '4cfdd14d955fd6165968d81bacbbfbe4', 1645607809, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 1163, '1', '2022-02-23 17:16:50', '2022-02-23 17:16:50'), -(6297, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjQ3MTUzOCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.2GTH2cxp7H4M_ZzL1RsyGXg-XKrQUKig93fVDZ0PafI\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '48c75c98ef5fd6165f228e340f1d072c', 1645608196, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 455, '1', '2022-02-23 17:23:17', '2022-02-23 17:23:17'), -(6298, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjQ3MTUzOCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.2GTH2cxp7H4M_ZzL1RsyGXg-XKrQUKig93fVDZ0PafI\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '6c3891b5ef5fd61660228e34e00b8a08', 1645608197, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 254, '1', '2022-02-23 17:23:18', '2022-02-23 17:23:18'), -(6299, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjQ3MTUzOCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.2GTH2cxp7H4M_ZzL1RsyGXg-XKrQUKig93fVDZ0PafI\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '985a5c0af05fd61663228e3434474bf1', 1645608198, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 486, '1', '2022-02-23 17:23:19', '2022-02-23 17:23:19'), -(6300, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_user_sex', '{\"type\": [\"sys_user_sex\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjQ3MTUzOCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.2GTH2cxp7H4M_ZzL1RsyGXg-XKrQUKig93fVDZ0PafI\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '180a910af05fd61664228e34969325e4', 1645608199, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 607, '1', '2022-02-23 17:23:20', '2022-02-23 17:23:20'), -(6301, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_user_type', '{\"type\": [\"sys_user_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjQ3MTUzOCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.2GTH2cxp7H4M_ZzL1RsyGXg-XKrQUKig93fVDZ0PafI\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '607fd30af05fd61665228e345f50bde6', 1645608199, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 712, '1', '2022-02-23 17:23:20', '2022-02-23 17:23:20'), -(6302, 'admin', 0, 1, 'GET', 'admin', '/admin/dept/list_tree/?id=0', '{\"id\": [\"0\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjQ3MTUzOCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.2GTH2cxp7H4M_ZzL1RsyGXg-XKrQUKig93fVDZ0PafI\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'f8d2f209f05fd61662228e34162b24e5', 1645608199, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 948, '1', '2022-02-23 17:23:20', '2022-02-23 17:23:20'), -(6303, 'admin', 0, 1, 'GET', 'admin', '/admin/member/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjQ3MTUzOCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.2GTH2cxp7H4M_ZzL1RsyGXg-XKrQUKig93fVDZ0PafI\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'cc95e309f05fd61661228e341efb3664', 1645608200, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 1948, '1', '2022-02-23 17:23:20', '2022-02-23 17:23:20'), -(6304, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/user/login\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjQ3MjI5NCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.e8PBmIjKfwYRKmcEivJi6XNUXflwEsUEbfjTmNjKw3o\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '141a30800660d6166b228e344bed14dc', 1645608295, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 118, '1', '2022-02-23 17:24:55', '2022-02-23 17:24:55'), -(6305, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/user/login\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjQ3MjI5NCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.e8PBmIjKfwYRKmcEivJi6XNUXflwEsUEbfjTmNjKw3o\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '6878e09a0660d6166c228e34895340a3', 1645608295, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 238, '1', '2022-02-23 17:24:56', '2022-02-23 17:24:56'), -(6306, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/user/login\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjQ3MjM0MCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.yaEIiWOOhlhfqwPBKM3sJqdSvN5ILo0TBxyQCGh2oFE\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'c83999511160d61683686942e31dce97', 1645608341, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 159, '1', '2022-02-23 17:25:41', '2022-02-23 17:25:41'); -INSERT INTO `hg_sys_log` (`id`, `app_id`, `merchant_id`, `member_id`, `method`, `module`, `url`, `get_data`, `post_data`, `header_data`, `ip`, `province_id`, `city_id`, `error_code`, `error_msg`, `error_data`, `req_id`, `timestamp`, `user_agent`, `take_up_time`, `status`, `created_at`, `updated_at`) VALUES -(6307, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/user/login\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjQ3MjM0MCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.yaEIiWOOhlhfqwPBKM3sJqdSvN5ILo0TBxyQCGh2oFE\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '04c482601160d61684686942b321e8b8', 1645608341, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 119, '1', '2022-02-23 17:25:42', '2022-02-23 17:25:42'), -(6308, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/user/login\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjQ3MjYwNSwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.0_cmIk966K7ZZQ97dR7RJPHTgzIQyovXZ068WR3Loqw\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '1cac6acc4e60d616153d2d115ec811eb', 1645608605, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 157, '1', '2022-02-23 17:30:05', '2022-02-23 17:30:05'), -(6309, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/user/login\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjQ3MjYwNSwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.0_cmIk966K7ZZQ97dR7RJPHTgzIQyovXZ068WR3Loqw\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '341a72e94e60d616163d2d11af27bd62', 1645608606, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 255, '1', '2022-02-23 17:30:06', '2022-02-23 17:30:06'), -(6310, 'admin', 0, 1, 'POST', 'admin', '/admin/login/logout', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Origin\": [\"http://localhost:8100\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/index\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjQ3MjYwNSwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.0_cmIk966K7ZZQ97dR7RJPHTgzIQyovXZ068WR3Loqw\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"0\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '009ca4bc5060d616173d2d11e4271b05', 1645608613, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 110, '1', '2022-02-23 17:30:14', '2022-02-23 17:30:14'), -(6311, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/user/login\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjQ3MjYyMSwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.sWkzmEDrIQOhxv2OmKkcZ-TmPv1nDkdvkKn0VbIYIGA\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '48bb39a05260d6161a3d2d111ef387a1', 1645608621, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 112, '1', '2022-02-23 17:30:22', '2022-02-23 17:30:22'), -(6312, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/user/login\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjQ3MjYyMSwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.sWkzmEDrIQOhxv2OmKkcZ-TmPv1nDkdvkKn0VbIYIGA\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'c88841af5260d6161b3d2d11bb56464f', 1645608622, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 93, '1', '2022-02-23 17:30:23', '2022-02-23 17:30:23'), -(6313, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/user/login?redirect=%2Fauth%2FsysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjUzMTQ0OSwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.i_79BhZZv22auTjTSM0oG8ts0JKcP9XE-cvA-QQxmrM\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '0ca442a7d395d616801a2d3ca3e0b032', 1645667450, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 169, '1', '2022-02-24 09:50:50', '2022-02-24 09:50:50'), -(6314, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/user/login?redirect=%2Fauth%2FsysAuth\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjUzMTQ0OSwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.i_79BhZZv22auTjTSM0oG8ts0JKcP9XE-cvA-QQxmrM\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'b4c811c5d395d616811a2d3c10d7afdc', 1645667450, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 212, '1', '2022-02-24 09:50:51', '2022-02-24 09:50:51'), -(6315, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=req_take_up_time', '{\"type\": [\"req_take_up_time\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/log/operlog\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjUzMTQ0OSwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.i_79BhZZv22auTjTSM0oG8ts0JKcP9XE-cvA-QQxmrM\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '2c6fe51cd595d616821a2d3ca27c153d', 1645667456, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 302, '1', '2022-02-24 09:50:57', '2022-02-24 09:50:57'), -(6316, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_oper_module', '{\"type\": [\"sys_oper_module\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/log/operlog\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjUzMTQ0OSwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.i_79BhZZv22auTjTSM0oG8ts0JKcP9XE-cvA-QQxmrM\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '88eb7a1dd595d616851a2d3c9df12324', 1645667456, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 317, '1', '2022-02-24 09:50:57', '2022-02-24 09:50:57'), -(6317, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=req_code', '{\"type\": [\"req_code\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/log/operlog\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjUzMTQ0OSwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.i_79BhZZv22auTjTSM0oG8ts0JKcP9XE-cvA-QQxmrM\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '18a6f41cd595d616831a2d3c27e0ad7a', 1645667456, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 414, '1', '2022-02-24 09:50:57', '2022-02-24 09:50:57'), -(6318, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_oper_method', '{\"type\": [\"sys_oper_method\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/log/operlog\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjUzMTQ0OSwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.i_79BhZZv22auTjTSM0oG8ts0JKcP9XE-cvA-QQxmrM\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '749b142ed595d616861a2d3c9d5fe18b', 1645667456, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 194, '1', '2022-02-24 09:50:58', '2022-02-24 09:50:58'), -(6319, 'admin', 0, 1, 'GET', 'admin', '/admin/log/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Pragma\": [\"no-cache\"], \"Referer\": [\"http://localhost:8100/log/operlog\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjUzMTQ0OSwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.i_79BhZZv22auTjTSM0oG8ts0JKcP9XE-cvA-QQxmrM\"], \"Cache-Control\": [\"no-cache\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '88ef261dd595d616841a2d3ce1cb6dab', 1645667457, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 1283, '1', '2022-02-24 09:50:58', '2022-02-24 09:50:58'), -(6320, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\"], \"Pragma\": [\"no-cache\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"document\"], \"Sec-Fetch-Mode\": [\"navigate\"], \"Sec-Fetch-Site\": [\"none\"], \"Sec-Fetch-User\": [\"?1\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?0\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Windows\\\"\"], \"Upgrade-Insecure-Requests\": [\"1\"]}', '::1', 0, 0, 0, '操作成功', 'null', '50732677caa5d616a50f705ce209dd44', 1645685002, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', 1, '1', '2022-02-24 14:43:23', '2022-02-24 14:43:23'), -(6321, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\"], \"Pragma\": [\"no-cache\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"document\"], \"Sec-Fetch-Mode\": [\"navigate\"], \"Sec-Fetch-Site\": [\"none\"], \"Sec-Fetch-User\": [\"?1\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?0\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Windows\\\"\"], \"Upgrade-Insecure-Requests\": [\"1\"]}', '::1', 0, 0, 0, '操作成功', 'null', '88c1efeacaa5d616a60f705c35b4daea', 1645685004, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', 1, '1', '2022-02-24 14:43:25', '2022-02-24 14:43:25'), -(6322, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Android\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '7831e051d2a5d616a80f705c5b98c25c', 1645685036, 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36', 0, '1', '2022-02-24 14:43:57', '2022-02-24 14:43:57'), -(6323, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Android\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '807dc477e2a5d6163d6e045b75f55d54', 1645685105, 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36', 1, '1', '2022-02-24 14:45:06', '2022-02-24 14:45:06'), -(6324, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Android\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '58beb37ee2a5d6163e6e045b122218bd', 1645685106, 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36', 0, '1', '2022-02-24 14:45:06', '2022-02-24 14:45:06'), -(6325, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Android\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '905f2911e8a5d616436e045b43d3967f', 1645685129, 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36', 0, '1', '2022-02-24 14:45:30', '2022-02-24 14:45:30'), -(6326, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Android\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '50fef616e8a5d616456e045b0b6b584d', 1645685130, 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36', 0, '1', '2022-02-24 14:45:30', '2022-02-24 14:45:30'), -(6327, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?0\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Windows\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '049c6b3df6a5d616486e045b365c1b43', 1645685190, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', 1, '1', '2022-02-24 14:46:31', '2022-02-24 14:46:31'), -(6328, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Android\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '5466dacaf8a5d6164a6e045b999f9be8', 1645685201, 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36', 1, '1', '2022-02-24 14:46:42', '2022-02-24 14:46:42'), -(6329, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Android\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'ece6ffcdf8a5d6164c6e045b8989f417', 1645685201, 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36', 1, '1', '2022-02-24 14:46:42', '2022-02-24 14:46:42'), -(6330, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Android\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '2c99151d06a6d6164e6e045b5fab1fff', 1645685259, 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36', 0, '1', '2022-02-24 14:47:39', '2022-02-24 14:47:39'), -(6331, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Android\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'b8fd779607a6d616506e045bcb27de4f', 1645685265, 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36', 0, '1', '2022-02-24 14:47:46', '2022-02-24 14:47:46'), -(6332, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Android\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '7026a39e07a6d616526e045b4fdc0d33', 1645685265, 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36', 0, '1', '2022-02-24 14:47:46', '2022-02-24 14:47:46'), -(6333, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Android\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '247c06ab1fa6d616546e045b71b8d787', 1645685368, 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36', 0, '1', '2022-02-24 14:49:29', '2022-02-24 14:49:29'), -(6334, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Android\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'cc82bbb01fa6d616566e045b1e920bd1', 1645685368, 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36', 1, '1', '2022-02-24 14:49:29', '2022-02-24 14:49:29'), -(6335, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Android\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'ec4a9e1225a6d616586e045b07eba2bd', 1645685392, 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36', 0, '1', '2022-02-24 14:49:52', '2022-02-24 14:49:52'), -(6336, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Android\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'a4361bcb32a6d6165a6e045bb1ed10e3', 1645685450, 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36', 1, '1', '2022-02-24 14:50:51', '2022-02-24 14:50:51'), -(6337, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Android\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'a8b5cbce32a6d6165c6e045bd41684b5', 1645685450, 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36', 1, '1', '2022-02-24 14:50:51', '2022-02-24 14:50:51'), -(6338, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Android\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'e425db28e5a6d6168a247c0d67632752', 1645686217, 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36', 1, '1', '2022-02-24 15:03:37', '2022-02-24 15:03:37'), -(6339, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Android\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'b01ea4fee5a6d6168c247c0d69cf2a02', 1645686220, 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36', 0, '1', '2022-02-24 15:03:41', '2022-02-24 15:03:41'), -(6340, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Android\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '6ca6963d3ea7d6168e247c0dd0fedfa5', 1645686599, 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36', 1, '1', '2022-02-24 15:10:00', '2022-02-24 15:10:00'), -(6341, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Android\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'ec8bbd423ea7d61690247c0db16f9e43', 1645686599, 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36', 1, '1', '2022-02-24 15:10:00', '2022-02-24 15:10:00'); -INSERT INTO `hg_sys_log` (`id`, `app_id`, `merchant_id`, `member_id`, `method`, `module`, `url`, `get_data`, `post_data`, `header_data`, `ip`, `province_id`, `city_id`, `error_code`, `error_msg`, `error_data`, `req_id`, `timestamp`, `user_agent`, `take_up_time`, `status`, `created_at`, `updated_at`) VALUES -(6342, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?0\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Windows\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '4cbc016740a7d61692247c0d4b6a55fb', 1645686608, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', 1, '1', '2022-02-24 15:10:09', '2022-02-24 15:10:09'), -(6343, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?0\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Windows\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '947fc76840a7d61694247c0d18d8a2ec', 1645686608, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', 1, '1', '2022-02-24 15:10:09', '2022-02-24 15:10:09'), -(6344, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Android\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '28aa33ed40a7d61696247c0dc2d9dfdf', 1645686611, 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36', 1, '1', '2022-02-24 15:10:12', '2022-02-24 15:10:12'), -(6345, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Android\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'a8a182ef40a7d61698247c0d5a498d56', 1645686611, 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Mobile Safari/537.36', 0, '1', '2022-02-24 15:10:12', '2022-02-24 15:10:12'), -(6346, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 10 Build/MOB31T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?0\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Android\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'ac5d414a44a7d6169e247c0d547b5e25', 1645686625, 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 10 Build/MOB31T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', 2, '1', '2022-02-24 15:10:26', '2022-02-24 15:10:26'), -(6347, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 10 Build/MOB31T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?0\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Android\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '94fccc4b44a7d616a0247c0d60e2b7d5', 1645686625, 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 10 Build/MOB31T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', 0, '1', '2022-02-24 15:10:26', '2022-02-24 15:10:26'), -(6348, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?0\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Windows\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'ecfbe57b8fa7d6169b113327aa260556', 1645686948, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', 1, '1', '2022-02-24 15:15:49', '2022-02-24 15:15:49'), -(6349, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '4cb6aa2ba1a7d616a1113327ee1ae078', 1645687024, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 0, '1', '2022-02-24 15:17:05', '2022-02-24 15:17:05'), -(6350, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'fc28993da1a7d616a3113327e141b549', 1645687024, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 1, '1', '2022-02-24 15:17:05', '2022-02-24 15:17:05'), -(6351, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/app/\"], \"X-Token\": [\"eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjI5M2FjNThkLWFkYTUtNDBhNS1hMDEwLWY4NTRhMjRhNWUyMCJ9.rzvDnWDiNKDkE7UI8GzpIeA3QZNMXYw8axDLKGnWRzIoezsarvSYFVUbNswJAPUbAXPT1oywjgqifuITC_MQKA\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'b04dfde1a6a7d616a5113327ea5b1b6b', 1645687049, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3880.400 QQBrowser/10.8.4554.400', 1, '1', '2022-02-24 15:17:29', '2022-02-24 15:17:29'), -(6352, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'bcac8486aba7d616a7113327540b8e6e', 1645687068, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 0, '1', '2022-02-24 15:17:49', '2022-02-24 15:17:49'), -(6353, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '5891918faba7d616a9113327a5b13e9e', 1645687069, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 1, '1', '2022-02-24 15:17:49', '2022-02-24 15:17:49'), -(6354, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '303d031caca7d616ac113327f4a65a77', 1645687071, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 0, '1', '2022-02-24 15:17:52', '2022-02-24 15:17:52'), -(6355, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'b096b41daca7d616ad11332765f17e5f', 1645687071, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 0, '1', '2022-02-24 15:17:52', '2022-02-24 15:17:52'), -(6356, '', 0, 0, 'POST', 'api', '/api/login/sign', 'null', '{\"device\": [\"api\"], \"password\": [\"YWRtaW4=\"], \"username\": [\"dXNlcjE=\"], \"validCode\": [\"\"], \"param_remember\": [\"true\"]}', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"81\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 51, '验证码ID不能为空; 验证码不能为空', 'null', 'c0655a98aca7d616af113327375b7487', 1645687073, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 1, '1', '2022-02-24 15:17:54', '2022-02-24 15:17:54'), -(6357, '', 0, 0, 'POST', 'api', '/api/login/sign', 'null', '{\"device\": [\"api\"], \"password\": [\"YWRtaW4=\"], \"username\": [\"dXNlcjE=\"], \"validCode\": [\"\"], \"param_remember\": [\"true\"]}', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"81\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 51, '验证码ID不能为空; 验证码不能为空', 'null', '841c0301ada7d616b111332744218851', 1645687075, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 2, '1', '2022-02-24 15:17:55', '2022-02-24 15:17:55'), -(6358, '', 0, 0, 'POST', 'api', '/api/login/sign', 'null', '{\"device\": [\"api\"], \"password\": [\"YWRtaW4=\"], \"username\": [\"dXNlcjE=\"], \"validCode\": [\"\"], \"param_remember\": [\"true\"]}', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"81\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 51, '验证码ID不能为空; 验证码不能为空', 'null', '006a7628ada7d616b31133275dbfd23a', 1645687076, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 2, '1', '2022-02-24 15:17:56', '2022-02-24 15:17:56'), -(6359, '', 0, 0, 'POST', 'api', '/api/login/sign', 'null', '{\"device\": [\"api\"], \"password\": [\"YWRtaW4=\"], \"username\": [\"dXNlcjE=\"], \"validCode\": [\"\"], \"param_remember\": [\"true\"]}', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"81\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 51, '验证码ID不能为空; 验证码不能为空', 'null', '0c705d70ada7d616b511332783d75999', 1645687077, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 1, '1', '2022-02-24 15:17:57', '2022-02-24 15:17:57'), -(6360, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'cc1d88d6b3a7d616b7113327f7410e73', 1645687104, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 1, '1', '2022-02-24 15:18:25', '2022-02-24 15:18:25'), -(6361, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '1c35393abaa7d616b91133278573d81e', 1645687132, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 1, '1', '2022-02-24 15:18:52', '2022-02-24 15:18:52'), -(6362, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '9014da9bbea7d616bb113327674f23ea', 1645687150, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 1, '1', '2022-02-24 15:19:11', '2022-02-24 15:19:11'), -(6363, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '84e0cca7bea7d616bd1133270f36dfa6', 1645687151, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 0, '1', '2022-02-24 15:19:11', '2022-02-24 15:19:11'), -(6364, '', 0, 0, 'POST', 'api', '/api/login/sign', 'null', '{\"cid\": [\"111\"], \"code\": [\"\"], \"device\": [\"api\"], \"password\": [\"admin\"], \"username\": [\"user1\"], \"param_remember\": [\"true\"]}', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"74\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 51, '验证码不能为空', 'null', 'bc4bb3ebbea7d616bf113327f37b5179', 1645687152, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 2, '1', '2022-02-24 15:19:12', '2022-02-24 15:19:12'), -(6365, '', 0, 0, 'POST', 'api', '/api/login/sign', 'null', '{\"cid\": [\"111\"], \"code\": [\"\"], \"device\": [\"api\"], \"password\": [\"admin\"], \"username\": [\"user1\"], \"param_remember\": [\"true\"]}', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"74\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 51, '验证码不能为空', 'null', 'a8e51873bfa7d616c11133272c8676ea', 1645687154, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 1, '1', '2022-02-24 15:19:15', '2022-02-24 15:19:15'), -(6366, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '106c6cc5c1a7d616c311332733ef8843', 1645687164, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 0, '1', '2022-02-24 15:19:25', '2022-02-24 15:19:25'), -(6367, '', 0, 0, 'POST', 'api', '/api/login/sign', 'null', '{\"cid\": [\"111\"], \"code\": [\"\"], \"device\": [\"api\"], \"password\": [\"admin\"], \"username\": [\"user1\"], \"param_remember\": [\"true\"]}', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"74\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 51, '验证码不能为空', 'null', 'fc200d38c2a7d616c5113327e282440a', 1645687166, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 1, '1', '2022-02-24 15:19:27', '2022-02-24 15:19:27'), -(6368, '', 0, 0, 'POST', 'api', '/api/login/sign', 'null', '{\"cid\": [\"111\"], \"code\": [\"\"], \"device\": [\"api\"], \"password\": [\"admin\"], \"username\": [\"user1\"], \"param_remember\": [\"true\"]}', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"74\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 51, '验证码不能为空', 'null', 'ac84307ec2a7d616c71133275d52f272', 1645687167, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 1, '1', '2022-02-24 15:19:28', '2022-02-24 15:19:28'), -(6369, '', 0, 0, 'POST', 'api', '/api/login/sign', 'null', '{\"cid\": [\"111\"], \"code\": [\"\"], \"device\": [\"api\"], \"password\": [\"admin\"], \"username\": [\"user1\"], \"param_remember\": [\"true\"]}', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"74\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 51, '验证码不能为空', 'null', 'e8955386c2a7d616c9113327328f3dc0', 1645687167, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 2, '1', '2022-02-24 15:19:28', '2022-02-24 15:19:28'), -(6370, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '6483f2fbd0a7d616cb113327eec90cdf', 1645687229, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 0, '1', '2022-02-24 15:20:30', '2022-02-24 15:20:30'), -(6371, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'f894cb0fd5a7d616cd113327c3de34fe', 1645687247, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 1, '1', '2022-02-24 15:20:47', '2022-02-24 15:20:47'), -(6372, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'dcc88d12d5a7d616cf1133278cdfb1ca', 1645687247, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 0, '1', '2022-02-24 15:20:48', '2022-02-24 15:20:48'), -(6373, '', 0, 0, 'POST', 'api', '/api/login/sign', 'null', '{\"cid\": [\"111\"], \"code\": [\"1234\"], \"device\": [\"api\"], \"password\": [\"admin\"], \"username\": [\"user1\"], \"param_remember\": [\"true\"]}', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"78\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 53, 'convert params from \"(*input.AdminMemberLoginSignModel)(nil)\" to \"map[string]interface{}\" failed', 'null', 'c0c24450d5a7d616d11133277ba49683', 1645687248, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 139, '1', '2022-02-24 15:20:49', '2022-02-24 15:20:49'), -(6374, '', 0, 0, 'POST', 'api', '/api/login/sign', 'null', '{\"cid\": [\"111\"], \"code\": [\"1234\"], \"device\": [\"api\"], \"password\": [\"admin\"], \"username\": [\"user1\"], \"param_remember\": [\"true\"]}', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"78\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 53, 'convert params from \"(*input.AdminMemberLoginSignModel)(nil)\" to \"map[string]interface{}\" failed', 'null', '08b8e4dadba7d616d31133271519ee96', 1645687276, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 73, '1', '2022-02-24 15:21:17', '2022-02-24 15:21:17'), -(6375, '', 0, 0, 'POST', 'api', '/api/login/sign', 'null', '{\"cid\": [\"111\"], \"code\": [\"1234\"], \"device\": [\"api\"], \"password\": [\"admin\"], \"username\": [\"user1\"], \"param_remember\": [\"true\"]}', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"78\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 53, 'convert params from \"(*input.AdminMemberLoginSignModel)(nil)\" to \"map[string]interface{}\" failed', 'null', 'a06cb961dea7d616d5113327f2651cb7', 1645687287, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 221, '1', '2022-02-24 15:21:28', '2022-02-24 15:21:28'), -(6376, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '80b99e8efea7d616bded8a2fb37deddf', 1645687425, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 1, '1', '2022-02-24 15:23:46', '2022-02-24 15:23:46'), -(6377, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '34f4c091fea7d616bfed8a2f43db757a', 1645687425, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 1, '1', '2022-02-24 15:23:46', '2022-02-24 15:23:46'); -INSERT INTO `hg_sys_log` (`id`, `app_id`, `merchant_id`, `member_id`, `method`, `module`, `url`, `get_data`, `post_data`, `header_data`, `ip`, `province_id`, `city_id`, `error_code`, `error_msg`, `error_data`, `req_id`, `timestamp`, `user_agent`, `take_up_time`, `status`, `created_at`, `updated_at`) VALUES -(6378, '', 0, 0, 'POST', 'api', '/api/login/sign', 'null', '{\"cid\": [\"111\"], \"code\": [\"1234\"], \"device\": [\"api\"], \"password\": [\"admin\"], \"username\": [\"user1\"], \"param_remember\": [\"true\"]}', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"78\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 53, 'convert params from \"(*input.AdminMemberLoginSignModel)(nil)\" to \"map[string]interface{}\" failed', 'null', '301d2008ffa7d616c1ed8a2f3be136f1', 1645687427, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 160, '1', '2022-02-24 15:23:48', '2022-02-24 15:23:48'), -(6379, '', 0, 0, 'POST', 'api', '/api/login/sign', 'null', '{\"cid\": [\"111\"], \"code\": [\"1234\"], \"device\": [\"api\"], \"password\": [\"admin\"], \"username\": [\"user1\"], \"param_remember\": [\"true\"]}', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"78\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 53, 'convert params from \"(*input.AdminMemberLoginSignModel)(nil)\" to \"map[string]interface{}\" failed', 'null', '10378d5d1aa8d616dedd2634cd824d5c', 1645687545, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 264, '1', '2022-02-24 15:25:46', '2022-02-24 15:25:46'), -(6380, '', 0, 0, 'POST', 'api', '/api/login/sign', 'null', '{\"cid\": [\"111\"], \"code\": [\"1234\"], \"device\": [\"api\"], \"password\": [\"admin\"], \"username\": [\"user1\"], \"param_remember\": [\"true\"]}', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"78\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 53, 'convert params from \"(*input.AdminMemberLoginSignModel)(nil)\" to \"map[string]interface{}\" failed', 'null', 'f8f610903ea8d61692b69e743943d31a', 1645687700, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 257, '1', '2022-02-24 15:28:21', '2022-02-24 15:28:21'), -(6381, '', 0, 0, 'POST', 'api', '/api/login/sign', 'null', '{\"cid\": [\"111\"], \"code\": [\"1234\"], \"device\": [\"api\"], \"password\": [\"admin\"], \"username\": [\"user1\"], \"param_remember\": [\"true\"]}', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"78\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 53, 'convert params from \"(*input.AdminMemberLoginSignModel)(nil)\" to \"map[string]interface{}\" failed', 'null', '54c1d87853a8d616e703e558b3a6a20b', 1645687790, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 277, '1', '2022-02-24 15:29:50', '2022-02-24 15:29:50'), -(6382, '', 0, 0, 'POST', 'api', '/api/login/sign', 'null', '{\"cid\": [\"111\"], \"code\": [\"1234\"], \"device\": [\"api\"], \"password\": [\"admin\"], \"username\": [\"user1\"], \"param_remember\": [\"true\"]}', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"78\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 50, '数据不存在', 'null', '98884cfc5fa8d616debb8b1c8a517aa6', 1645687844, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 286, '1', '2022-02-24 15:30:44', '2022-02-24 15:30:44'), -(6383, '', 0, 0, 'POST', 'api', '/api/login/sign', 'null', '{\"cid\": [\"111\"], \"code\": [\"1234\"], \"device\": [\"api\"], \"password\": [\"123456\"], \"username\": [\"admin\"], \"param_remember\": [\"true\"]}', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"79\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '289953766ba8d61693ccf5505d8243ff', 1645687893, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 491, '1', '2022-02-24 15:31:34', '2022-02-24 15:31:34'), -(6384, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '94d580e57ba8d61695ccf5505a1ffb63', 1645687963, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 1, '1', '2022-02-24 15:32:44', '2022-02-24 15:32:44'), -(6385, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '687ab49a9ca8d61698ccf550cb5d651a', 1645688104, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 0, '1', '2022-02-24 15:35:05', '2022-02-24 15:35:05'), -(6386, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '84dec4a09ca8d61699ccf5500cf1fc7d', 1645688104, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 0, '1', '2022-02-24 15:35:05', '2022-02-24 15:35:05'), -(6387, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?0\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Windows\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '744d06c49ca8d6169bccf55019ad87ef', 1645688105, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', 1, '1', '2022-02-24 15:35:06', '2022-02-24 15:35:06'), -(6388, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '38ab00f9a5a8d6169eccf5505555ff0b', 1645688144, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 0, '1', '2022-02-24 15:35:45', '2022-02-24 15:35:45'), -(6389, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '88c4f5f9a5a8d6169fccf55024c7b541', 1645688144, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 0, '1', '2022-02-24 15:35:45', '2022-02-24 15:35:45'), -(6390, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?0\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Windows\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'fc928c16a6a8d616a1ccf550c959016d', 1645688145, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', 0, '1', '2022-02-24 15:35:46', '2022-02-24 15:35:46'), -(6391, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'fc4a9f55b5a8d616a3ccf5501fa38e07', 1645688210, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 1, '1', '2022-02-24 15:36:51', '2022-02-24 15:36:51'), -(6392, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '04e52357b5a8d616a5ccf550b826b951', 1645688210, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 1, '1', '2022-02-24 15:36:51', '2022-02-24 15:36:51'), -(6393, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?0\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Windows\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '24b22e78b5a8d616a7ccf5500379a7ed', 1645688211, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', 0, '1', '2022-02-24 15:36:52', '2022-02-24 15:36:52'), -(6394, '', 0, 0, 'POST', 'api', '/api/login/sign', 'null', '{\"cid\": [\"111\"], \"code\": [\"1234\"], \"device\": [\"api\"], \"password\": [\"admin\"], \"username\": [\"user1\"], \"param_remember\": [\"true\"]}', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"78\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 50, '数据不存在', 'null', '2c45b3d0b5a8d616a9ccf55016b2a5b2', 1645688212, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 89, '1', '2022-02-24 15:36:53', '2022-02-24 15:36:53'), -(6395, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'ac5f407db9a8d616abccf550154d9b26', 1645688228, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 1, '1', '2022-02-24 15:37:09', '2022-02-24 15:37:09'), -(6396, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '0c739c85b9a8d616adccf55061b45e17', 1645688228, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 1, '1', '2022-02-24 15:37:09', '2022-02-24 15:37:09'), -(6397, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?0\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Windows\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'c8f1b9a5b9a8d616afccf5502d094533', 1645688229, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', 1, '1', '2022-02-24 15:37:10', '2022-02-24 15:37:10'), -(6398, '', 0, 0, 'GET', 'api', '/api/base/lang?l=en', '{\"l\": [\"en\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '3c774200baa8d616b1ccf55025ca4296', 1645688230, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 1, '1', '2022-02-24 15:37:11', '2022-02-24 15:37:11'), -(6399, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?1\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '802d9323baa8d616b3ccf550f062cd58', 1645688231, 'Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)', 1, '1', '2022-02-24 15:37:12', '2022-02-24 15:37:12'), -(6400, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 10 Build/MOB31T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?0\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Android\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '343c2dc0bba8d616b6ccf550a3371465', 1645688238, 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 10 Build/MOB31T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', 1, '1', '2022-02-24 15:37:19', '2022-02-24 15:37:19'), -(6401, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 10 Build/MOB31T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?0\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Android\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'd83ab7c5bba8d616b7ccf550d163ac6c', 1645688238, 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 10 Build/MOB31T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', 1, '1', '2022-02-24 15:37:19', '2022-02-24 15:37:19'), -(6402, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.109 Safari/537.36 CrKey/1.54.248666\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'c0260b1fbda8d616b9ccf5506abb840a', 1645688244, 'Mozilla/5.0 (Linux; Android) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.109 Safari/537.36 CrKey/1.54.248666', 1, '1', '2022-02-24 15:37:25', '2022-02-24 15:37:25'), -(6403, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Linux; Android) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.109 Safari/537.36 CrKey/1.54.248666\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '585e5122bda8d616bbccf550b27ca2bf', 1645688244, 'Mozilla/5.0 (Linux; Android) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.109 Safari/537.36 CrKey/1.54.248666', 1, '1', '2022-02-24 15:37:25', '2022-02-24 15:37:25'), -(6404, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '7c6f770cbea8d616bdccf5501cad7f10', 1645688248, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 1, '1', '2022-02-24 15:37:29', '2022-02-24 15:37:29'), -(6405, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'bc997913bea8d616bfccf550c1ec7aa0', 1645688248, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 1, '1', '2022-02-24 15:37:29', '2022-02-24 15:37:29'), -(6406, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?0\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Windows\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '949d2be3bfa8d616c1ccf550aab33a36', 1645688255, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', 1, '1', '2022-02-24 15:37:36', '2022-02-24 15:37:36'), -(6407, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?0\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Windows\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'e4f1f3e4bfa8d616c3ccf55093fe13f3', 1645688255, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', 1, '1', '2022-02-24 15:37:36', '2022-02-24 15:37:36'), -(6408, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'f811e4c9c0a8d616c6ccf5501f2a294e', 1645688259, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 0, '1', '2022-02-24 15:37:40', '2022-02-24 15:37:40'), -(6409, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '94e6a9cfc0a8d616c7ccf5502095b0ba', 1645688259, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 1, '1', '2022-02-24 15:37:40', '2022-02-24 15:37:40'), -(6410, '', 0, 0, 'POST', 'api', '/api/login/sign', 'null', '{\"cid\": [\"111\"], \"code\": [\"1234\"], \"device\": [\"api\"], \"password\": [\"admin\"], \"username\": [\"user1\"], \"param_remember\": [\"true\"]}', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"78\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 50, '数据不存在', 'null', 'a000477acba8d616c9ccf550382303b0', 1645688305, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 184, '1', '2022-02-24 15:38:26', '2022-02-24 15:38:26'), -(6411, '', 0, 0, 'POST', 'api', '/api/login/sign', 'null', '{\"cid\": [\"111\"], \"code\": [\"1234\"], \"device\": [\"api\"], \"password\": [\"admin\"], \"username\": [\"user1\"], \"param_remember\": [\"true\"]}', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"78\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 50, '数据不存在', 'null', 'fc86f0d9cba8d616cbccf5509eb63b3a', 1645688307, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 106, '1', '2022-02-24 15:38:28', '2022-02-24 15:38:28'), -(6412, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '4c49d593cfa8d616cdccf550f990f9f8', 1645688323, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 0, '1', '2022-02-24 15:38:44', '2022-02-24 15:38:44'), -(6413, '', 0, 0, 'POST', 'api', '/api/login/sign', 'null', '{\"cid\": [\"111\"], \"code\": [\"1234\"], \"device\": [\"api\"], \"password\": [\"123456\"], \"username\": [\"admin\"], \"param_remember\": [\"true\"]}', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"X-Token\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"79\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'b0f6e128d1a8d616cfccf550d9b4a1e0', 1645688330, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 318, '1', '2022-02-24 15:38:51', '2022-02-24 15:38:51'), -(6414, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"31cd4cfc1eda46e7aa00d39654be8287\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '3803310be3a8d616d5ccf550a1ba2c3b', 1645688406, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 0, '1', '2022-02-24 15:40:07', '2022-02-24 15:40:07'), -(6415, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer 31cd4cfc1eda46e7aa00d39654be8287\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '54e86099e7a8d616daccf5504b57661f', 1645688426, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 0, '1', '2022-02-24 15:40:27', '2022-02-24 15:40:27'); -INSERT INTO `hg_sys_log` (`id`, `app_id`, `merchant_id`, `member_id`, `method`, `module`, `url`, `get_data`, `post_data`, `header_data`, `ip`, `province_id`, `city_id`, `error_code`, `error_msg`, `error_data`, `req_id`, `timestamp`, `user_agent`, `take_up_time`, `status`, `created_at`, `updated_at`) VALUES -(6416, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer 31cd4cfc1eda46e7aa00d39654be8287\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '940a8fe3e9a8d616e0ccf550df074340', 1645688436, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 1, '1', '2022-02-24 15:40:37', '2022-02-24 15:40:37'), -(6417, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer 31cd4cfc1eda46e7aa00d39654be8287\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '1c2d97a3eaa8d616e4ccf550d5360ab0', 1645688439, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 0, '1', '2022-02-24 15:40:40', '2022-02-24 15:40:40'), -(6418, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer 31cd4cfc1eda46e7aa00d39654be8287\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'bc2d8658f6a8d616e9ccf550ad5e1a47', 1645688489, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 1, '1', '2022-02-24 15:41:30', '2022-02-24 15:41:30'), -(6419, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer 31cd4cfc1eda46e7aa00d39654be8287\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '40d511f1fba8d616eeccf55078c9bbc3', 1645688513, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 1, '1', '2022-02-24 15:41:54', '2022-02-24 15:41:54'), -(6420, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer 31cd4cfc1eda46e7aa00d39654be8287\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '0885bedffca8d616f3ccf55061d25b1e', 1645688517, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 1, '1', '2022-02-24 15:41:58', '2022-02-24 15:41:58'), -(6421, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer 31cd4cfc1eda46e7aa00d39654be8287\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '582ea978fda8d616f5ccf55037c3d2c9', 1645688520, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 1, '1', '2022-02-24 15:42:01', '2022-02-24 15:42:01'), -(6422, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer 31cd4cfc1eda46e7aa00d39654be8287\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '845d567ffda8d616f7ccf550f7cc25d3', 1645688520, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 1, '1', '2022-02-24 15:42:01', '2022-02-24 15:42:01'), -(6423, '', 0, 0, 'POST', 'api', '/api/login/sign', 'null', '{\"cid\": [\"111\"], \"code\": [\"1234\"], \"device\": [\"api\"], \"password\": [\"123456\"], \"username\": [\"admin\"], \"param_remember\": [\"true\"]}', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer 31cd4cfc1eda46e7aa00d39654be8287\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"79\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '0878b6dafda8d616f9ccf550146ab8d8', 1645688522, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 323, '1', '2022-02-24 15:42:03', '2022-02-24 15:42:03'), -(6424, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'f4cdaee102a9d616ffccf55043b0f0ba', 1645688543, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 0, '1', '2022-02-24 15:42:24', '2022-02-24 15:42:24'), -(6425, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'f847cbf805a9d61604cdf5506e64510e', 1645688556, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 0, '1', '2022-02-24 15:42:37', '2022-02-24 15:42:37'), -(6426, '', 0, 0, 'POST', 'api', '/api/login/sign', 'null', '{\"cid\": [\"111\"], \"code\": [\"1234\"], \"device\": [\"api\"], \"password\": [\"123456\"], \"username\": [\"admin\"], \"param_remember\": [\"true\"]}', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"79\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '4ca496ea06a9d61606cdf5507f68db1d', 1645688561, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 325, '1', '2022-02-24 15:42:42', '2022-02-24 15:42:42'), -(6427, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '1407d92d10a9d61608cdf550bd2dd806', 1645688600, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 1, '1', '2022-02-24 15:43:21', '2022-02-24 15:43:21'), -(6428, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'e43eeaab14a9d6160bcdf5502bb79553', 1645688620, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 2, '1', '2022-02-24 15:43:41', '2022-02-24 15:43:41'), -(6429, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '94fdca8815a9d6160ecdf550ed9ff7d7', 1645688623, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 1, '1', '2022-02-24 15:43:44', '2022-02-24 15:43:44'), -(6430, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'd43d229d15a9d61610cdf550e2f659bf', 1645688624, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 0, '1', '2022-02-24 15:43:45', '2022-02-24 15:43:45'), -(6431, '', 0, 0, 'POST', 'api', '/api/login/sign', 'null', '{\"cid\": [\"111\"], \"code\": [\"1234\"], \"device\": [\"api\"], \"password\": [\"123456\"], \"username\": [\"admin\"], \"param_remember\": [\"true\"]}', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"79\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '9c07aace15a9d61612cdf55022cb9e36', 1645688625, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 425, '1', '2022-02-24 15:43:46', '2022-02-24 15:43:46'), -(6432, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '4cc651711ba9d61614cdf5507baa9bce', 1645688649, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 2, '1', '2022-02-24 15:44:10', '2022-02-24 15:44:10'), -(6433, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'd459ec191ca9d61616cdf55037701bd7', 1645688652, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 0, '1', '2022-02-24 15:44:13', '2022-02-24 15:44:13'), -(6434, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '04d6f1211ca9d61618cdf550cace67f3', 1645688652, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 0, '1', '2022-02-24 15:44:13', '2022-02-24 15:44:13'), -(6435, '', 0, 0, 'POST', 'api', '/api/login/sign', 'null', '{\"cid\": [\"111\"], \"code\": [\"1234\"], \"device\": [\"api\"], \"password\": [\"123456\"], \"username\": [\"admin\"], \"param_remember\": [\"true\"]}', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"79\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'b4efe4461ca9d6161acdf550bbe73f05', 1645688653, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 296, '1', '2022-02-24 15:44:14', '2022-02-24 15:44:14'), -(6436, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'e0ffedcc1ea9d6161ccdf550713804d7', 1645688663, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 0, '1', '2022-02-24 15:44:24', '2022-02-24 15:44:24'), -(6437, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'c0e461611fa9d6161fcdf5508ef1a1b4', 1645688666, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 0, '1', '2022-02-24 15:44:27', '2022-02-24 15:44:27'), -(6438, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'ec1fdb671fa9d61621cdf550901f93d5', 1645688666, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 1, '1', '2022-02-24 15:44:27', '2022-02-24 15:44:27'), -(6439, '', 0, 0, 'POST', 'api', '/api/login/sign', 'null', '{\"cid\": [\"111\"], \"code\": [\"1234\"], \"device\": [\"api\"], \"password\": [\"123456\"], \"username\": [\"admin\"], \"param_remember\": [\"true\"]}', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"79\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'ccbd399a1fa9d61623cdf55077a8db27', 1645688667, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 247, '1', '2022-02-24 15:44:28', '2022-02-24 15:44:28'), -(6440, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '949577b328a9d61625cdf550d9473444', 1645688706, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 1, '1', '2022-02-24 15:45:07', '2022-02-24 15:45:07'), -(6441, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'f8dc6e3329a9d61628cdf5508c1915cc', 1645688708, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 0, '1', '2022-02-24 15:45:09', '2022-02-24 15:45:09'), -(6442, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '28885b3929a9d61629cdf5505af89d89', 1645688708, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 1, '1', '2022-02-24 15:45:09', '2022-02-24 15:45:09'), -(6443, '', 0, 0, 'POST', 'api', '/api/login/sign', 'null', '{\"cid\": [\"111\"], \"code\": [\"1234\"], \"device\": [\"api\"], \"password\": [\"123456\"], \"username\": [\"admin\"], \"param_remember\": [\"true\"]}', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"79\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'b072fb4e29a9d6162bcdf55076777c47', 1645688709, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 337, '1', '2022-02-24 15:45:10', '2022-02-24 15:45:10'), -(6444, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1MjcwOCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.7IH2fht-I0fWYbmlp9MdB8ISXLvsEgnk-PdaDLrfcJI\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '2c0c33522ea9d61631cdf5503be8bc5a', 1645688730, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 9, '1', '2022-02-24 15:45:31', '2022-02-24 15:45:31'), -(6445, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1MjcwOCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.7IH2fht-I0fWYbmlp9MdB8ISXLvsEgnk-PdaDLrfcJI\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '604abfb670a9d61636cdf550ec09c055', 1645689015, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 0, '1', '2022-02-24 15:50:16', '2022-02-24 15:50:16'), -(6446, '', 0, 0, 'POST', 'api', '/api/login/sign', 'null', '{\"cid\": [\"111\"], \"code\": [\"1234\"], \"device\": [\"api\"], \"password\": [\"123456\"], \"username\": [\"admin\"], \"param_remember\": [\"true\"]}', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1MjcwOCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.7IH2fht-I0fWYbmlp9MdB8ISXLvsEgnk-PdaDLrfcJI\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"79\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'a45edaf770a9d61638cdf5508b33a3ec', 1645689017, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 638, '1', '2022-02-24 15:50:18', '2022-02-24 15:50:18'), -(6447, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1MzAxNiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.9MKb-vUE01jzhvXKqQMIByb4TG84ajMljgiARlRPiJk\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'c46e38d271a9d6163acdf5505f1b5632', 1645689020, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 1, '1', '2022-02-24 15:50:21', '2022-02-24 15:50:21'), -(6448, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1MzAxNiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.9MKb-vUE01jzhvXKqQMIByb4TG84ajMljgiARlRPiJk\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '881a51e972a9d6163dcdf5504188447f', 1645689024, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 1, '1', '2022-02-24 15:50:25', '2022-02-24 15:50:25'), -(6449, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1MzAxNiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.9MKb-vUE01jzhvXKqQMIByb4TG84ajMljgiARlRPiJk\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '5c256aa073a9d61643cdf5503f0131eb', 1645689027, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 0, '1', '2022-02-24 15:50:28', '2022-02-24 15:50:28'), -(6450, '', 0, 0, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1MzAxNiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.9MKb-vUE01jzhvXKqQMIByb4TG84ajMljgiARlRPiJk\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '542bee1874a9d61648cdf550c6564d8c', 1645689029, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 1, '1', '2022-02-24 15:50:30', '2022-02-24 15:50:30'), -(6451, '', 0, 0, 'POST', 'api', '/api/login/sign', 'null', '{\"cid\": [\"111\"], \"code\": [\"1234\"], \"device\": [\"api\"], \"password\": [\"123456\"], \"username\": [\"admin\"], \"param_remember\": [\"true\"]}', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1MzAxNiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.9MKb-vUE01jzhvXKqQMIByb4TG84ajMljgiARlRPiJk\"], \"Cache-Control\": [\"no-cache\"], \"Content-Length\": [\"79\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'ec20f9c574a9d6164acdf5508cd18cec', 1645689033, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 252, '1', '2022-02-24 15:50:34', '2022-02-24 15:50:34'), -(6452, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1MzAzMiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.kAb_fi2sXueuk49sQz1fuSI9_Mh5P-0OktCUSjESIIA\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '604f8df5b8a9d61660cdf550b82a0c74', 1645689325, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 0, '1', '2022-02-24 15:55:26', '2022-02-24 15:55:26'); -INSERT INTO `hg_sys_log` (`id`, `app_id`, `merchant_id`, `member_id`, `method`, `module`, `url`, `get_data`, `post_data`, `header_data`, `ip`, `province_id`, `city_id`, `error_code`, `error_msg`, `error_data`, `req_id`, `timestamp`, `user_agent`, `take_up_time`, `status`, `created_at`, `updated_at`) VALUES -(6453, '', 0, 0, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\"], \"Pragma\": [\"no-cache\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"document\"], \"Sec-Fetch-Mode\": [\"navigate\"], \"Sec-Fetch-Site\": [\"cross-site\"], \"Sec-Fetch-User\": [\"?1\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Upgrade-Insecure-Requests\": [\"1\"]}', '::1', 0, 0, 50, '服务器居然开小差了,请稍后再试吧!', '[\"1. exception recovered\", \" 1). github.com/bufanyun/hotgo/app/controller/apiController.(*member).Profile\", \" --> D:/Desktop/go项目/hotgo/app/controller/apiController/member_controller.go:29\", \" 2). github.com/gogf/gf/v2/net/ghttp.(*middleware).callHandlerFunc.func1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:153\", \" 3). github.com/gogf/gf/v2/net/ghttp.niceCallFunc\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_func.go:56\", \" 4). github.com/gogf/gf/v2/net/ghttp.(*middleware).callHandlerFunc\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:128\", \" 5). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:74\", \" 6). github.com/gogf/gf/v2/util/gutil.TryCatch\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/util/gutil/gutil.go:55\", \" 7). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:48\", \" 8). github.com/bufanyun/hotgo/app/middleware.(*sMiddleware).ApiAuth\", \" --> D:/Desktop/go项目/hotgo/app/middleware/api_auth.go:28\", \" 9). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1.1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:54\", \" 10). github.com/gogf/gf/v2/net/ghttp.niceCallFunc\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_func.go:56\", \" 11). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:53\", \" 12). github.com/gogf/gf/v2/util/gutil.TryCatch\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/util/gutil/gutil.go:55\", \" 13). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:48\", \" 14). github.com/bufanyun/hotgo/app/middleware.(*sMiddleware).HandlerResponse\", \" --> D:/Desktop/go项目/hotgo/app/middleware/handler_response.go:26\", \" 15). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1.1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:54\", \" 16). github.com/gogf/gf/v2/net/ghttp.niceCallFunc\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_func.go:56\", \" 17). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:53\", \" 18). github.com/gogf/gf/v2/util/gutil.TryCatch\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/util/gutil/gutil.go:55\", \" 19). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:48\", \" 20). github.com/bufanyun/hotgo/app/middleware.(*sMiddleware).CORS\", \" --> D:/Desktop/go项目/hotgo/app/middleware/middleware.go:63\", \" 21). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1.1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:54\", \" 22). github.com/gogf/gf/v2/net/ghttp.niceCallFunc\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_func.go:56\", \" 23). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:53\", \" 24). github.com/gogf/gf/v2/util/gutil.TryCatch\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/util/gutil/gutil.go:55\", \" 25). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:48\", \" 26). github.com/bufanyun/hotgo/app/middleware.(*sMiddleware).Ctx\", \" --> D:/Desktop/go项目/hotgo/app/middleware/middleware.go:57\", \" 27). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1.1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:54\", \"2. runtime error: invalid memory address or nil pointer dereference\", \"\"]', '3464e0b2f6a9d616921d9b2b64796c14', 1645689590, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 54, '1', '2022-02-24 15:59:51', '2022-02-24 15:59:51'), -(6454, '', 0, 0, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\"], \"Pragma\": [\"no-cache\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"document\"], \"Sec-Fetch-Mode\": [\"navigate\"], \"Sec-Fetch-Site\": [\"cross-site\"], \"Sec-Fetch-User\": [\"?1\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Upgrade-Insecure-Requests\": [\"1\"]}', '::1', 0, 0, 50, '服务器居然开小差了,请稍后再试吧!', '[\"1. exception recovered\", \" 1). github.com/bufanyun/hotgo/app/controller/apiController.(*member).Profile\", \" --> D:/Desktop/go项目/hotgo/app/controller/apiController/member_controller.go:30\", \" 2). github.com/gogf/gf/v2/net/ghttp.(*middleware).callHandlerFunc.func1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:153\", \" 3). github.com/gogf/gf/v2/net/ghttp.niceCallFunc\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_func.go:56\", \" 4). github.com/gogf/gf/v2/net/ghttp.(*middleware).callHandlerFunc\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:128\", \" 5). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:74\", \" 6). github.com/gogf/gf/v2/util/gutil.TryCatch\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/util/gutil/gutil.go:55\", \" 7). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:48\", \" 8). github.com/bufanyun/hotgo/app/middleware.(*sMiddleware).ApiAuth\", \" --> D:/Desktop/go项目/hotgo/app/middleware/api_auth.go:28\", \" 9). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1.1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:54\", \" 10). github.com/gogf/gf/v2/net/ghttp.niceCallFunc\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_func.go:56\", \" 11). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:53\", \" 12). github.com/gogf/gf/v2/util/gutil.TryCatch\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/util/gutil/gutil.go:55\", \" 13). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:48\", \" 14). github.com/bufanyun/hotgo/app/middleware.(*sMiddleware).HandlerResponse\", \" --> D:/Desktop/go项目/hotgo/app/middleware/handler_response.go:26\", \" 15). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1.1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:54\", \" 16). github.com/gogf/gf/v2/net/ghttp.niceCallFunc\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_func.go:56\", \" 17). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:53\", \" 18). github.com/gogf/gf/v2/util/gutil.TryCatch\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/util/gutil/gutil.go:55\", \" 19). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:48\", \" 20). github.com/bufanyun/hotgo/app/middleware.(*sMiddleware).CORS\", \" --> D:/Desktop/go项目/hotgo/app/middleware/middleware.go:63\", \" 21). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1.1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:54\", \" 22). github.com/gogf/gf/v2/net/ghttp.niceCallFunc\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_func.go:56\", \" 23). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:53\", \" 24). github.com/gogf/gf/v2/util/gutil.TryCatch\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/util/gutil/gutil.go:55\", \" 25). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:48\", \" 26). github.com/bufanyun/hotgo/app/middleware.(*sMiddleware).Ctx\", \" --> D:/Desktop/go项目/hotgo/app/middleware/middleware.go:57\", \" 27). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1.1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:54\", \"2. runtime error: invalid memory address or nil pointer dereference\", \"\"]', '7c0b707b09aad6162c53f272f0da5066', 1645689671, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 20, '1', '2022-02-24 16:01:12', '2022-02-24 16:01:12'), -(6455, '', 0, 0, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\"], \"Pragma\": [\"no-cache\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"document\"], \"Sec-Fetch-Mode\": [\"navigate\"], \"Sec-Fetch-Site\": [\"cross-site\"], \"Sec-Fetch-User\": [\"?1\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Upgrade-Insecure-Requests\": [\"1\"]}', '::1', 0, 0, 50, '服务器居然开小差了,请稍后再试吧!', '[\"1. exception recovered\", \" 1). github.com/bufanyun/hotgo/app/controller/apiController.(*member).Profile\", \" --> D:/Desktop/go项目/hotgo/app/controller/apiController/member_controller.go:30\", \" 2). github.com/gogf/gf/v2/net/ghttp.(*middleware).callHandlerFunc.func1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:153\", \" 3). github.com/gogf/gf/v2/net/ghttp.niceCallFunc\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_func.go:56\", \" 4). github.com/gogf/gf/v2/net/ghttp.(*middleware).callHandlerFunc\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:128\", \" 5). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:74\", \" 6). github.com/gogf/gf/v2/util/gutil.TryCatch\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/util/gutil/gutil.go:55\", \" 7). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:48\", \" 8). github.com/bufanyun/hotgo/app/middleware.(*sMiddleware).ApiAuth\", \" --> D:/Desktop/go项目/hotgo/app/middleware/api_auth.go:28\", \" 9). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1.1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:54\", \" 10). github.com/gogf/gf/v2/net/ghttp.niceCallFunc\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_func.go:56\", \" 11). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:53\", \" 12). github.com/gogf/gf/v2/util/gutil.TryCatch\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/util/gutil/gutil.go:55\", \" 13). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:48\", \" 14). github.com/bufanyun/hotgo/app/middleware.(*sMiddleware).HandlerResponse\", \" --> D:/Desktop/go项目/hotgo/app/middleware/handler_response.go:26\", \" 15). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1.1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:54\", \" 16). github.com/gogf/gf/v2/net/ghttp.niceCallFunc\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_func.go:56\", \" 17). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:53\", \" 18). github.com/gogf/gf/v2/util/gutil.TryCatch\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/util/gutil/gutil.go:55\", \" 19). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:48\", \" 20). github.com/bufanyun/hotgo/app/middleware.(*sMiddleware).CORS\", \" --> D:/Desktop/go项目/hotgo/app/middleware/middleware.go:63\", \" 21). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1.1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:54\", \" 22). github.com/gogf/gf/v2/net/ghttp.niceCallFunc\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_func.go:56\", \" 23). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:53\", \" 24). github.com/gogf/gf/v2/util/gutil.TryCatch\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/util/gutil/gutil.go:55\", \" 25). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:48\", \" 26). github.com/bufanyun/hotgo/app/middleware.(*sMiddleware).Ctx\", \" --> D:/Desktop/go项目/hotgo/app/middleware/middleware.go:57\", \" 27). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1.1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:54\", \"2. runtime error: invalid memory address or nil pointer dereference\", \"\"]', '10d7728f0baad6162d53f272c5adf530', 1645689680, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 23, '1', '2022-02-24 16:01:21', '2022-02-24 16:01:21'), -(6456, '', 0, 0, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1MzAzMiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.kAb_fi2sXueuk49sQz1fuSI9_Mh5P-0OktCUSjESIIA\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '5c44f2ba15aad6162f53f27234a4647c', 1645689724, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 0, '1', '2022-02-24 16:02:04', '2022-02-24 16:02:04'), -(6457, '', 0, 0, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1MzAzMiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.kAb_fi2sXueuk49sQz1fuSI9_Mh5P-0OktCUSjESIIA\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 50, '服务器居然开小差了,请稍后再试吧!', '[\"1. exception recovered\", \" 1). github.com/bufanyun/hotgo/app/controller/apiController.(*member).Profile\", \" --> D:/Desktop/go项目/hotgo/app/controller/apiController/member_controller.go:30\", \" 2). github.com/gogf/gf/v2/net/ghttp.(*middleware).callHandlerFunc.func1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:153\", \" 3). github.com/gogf/gf/v2/net/ghttp.niceCallFunc\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_func.go:56\", \" 4). github.com/gogf/gf/v2/net/ghttp.(*middleware).callHandlerFunc\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:128\", \" 5). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:74\", \" 6). github.com/gogf/gf/v2/util/gutil.TryCatch\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/util/gutil/gutil.go:55\", \" 7). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:48\", \" 8). github.com/bufanyun/hotgo/app/middleware.(*sMiddleware).ApiAuth\", \" --> D:/Desktop/go项目/hotgo/app/middleware/api_auth.go:28\", \" 9). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1.1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:54\", \" 10). github.com/gogf/gf/v2/net/ghttp.niceCallFunc\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_func.go:56\", \" 11). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:53\", \" 12). github.com/gogf/gf/v2/util/gutil.TryCatch\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/util/gutil/gutil.go:55\", \" 13). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:48\", \" 14). github.com/bufanyun/hotgo/app/middleware.(*sMiddleware).HandlerResponse\", \" --> D:/Desktop/go项目/hotgo/app/middleware/handler_response.go:26\", \" 15). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1.1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:54\", \" 16). github.com/gogf/gf/v2/net/ghttp.niceCallFunc\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_func.go:56\", \" 17). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:53\", \" 18). github.com/gogf/gf/v2/util/gutil.TryCatch\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/util/gutil/gutil.go:55\", \" 19). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:48\", \" 20). github.com/bufanyun/hotgo/app/middleware.(*sMiddleware).CORS\", \" --> D:/Desktop/go项目/hotgo/app/middleware/middleware.go:63\", \" 21). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1.1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:54\", \" 22). github.com/gogf/gf/v2/net/ghttp.niceCallFunc\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_func.go:56\", \" 23). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:53\", \" 24). github.com/gogf/gf/v2/util/gutil.TryCatch\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/util/gutil/gutil.go:55\", \" 25). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:48\", \" 26). github.com/bufanyun/hotgo/app/middleware.(*sMiddleware).Ctx\", \" --> D:/Desktop/go项目/hotgo/app/middleware/middleware.go:57\", \" 27). github.com/gogf/gf/v2/net/ghttp.(*middleware).Next.func1.1\", \" --> C:/Users/Administrator/go/pkg/mod/github.com/gogf/gf/v2@v2.0.0-rc2/net/ghttp/ghttp_request_middleware.go:54\", \"2. runtime error: invalid memory address or nil pointer dereference\", \"\"]', 'c0001bbd15aad6163153f27289b135fa', 1645689724, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 16, '1', '2022-02-24 16:02:04', '2022-02-24 16:02:04'), -(6458, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1MzAzMiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.kAb_fi2sXueuk49sQz1fuSI9_Mh5P-0OktCUSjESIIA\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'f81e93a748aad6165a1678780b25ab2a', 1645689942, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 100, '1', '2022-02-24 16:05:43', '2022-02-24 16:05:43'), -(6459, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1MzAzMiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.kAb_fi2sXueuk49sQz1fuSI9_Mh5P-0OktCUSjESIIA\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '18a2f7a948aad6165c16787823a55cea', 1645689944, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 1096, '1', '2022-02-24 16:05:44', '2022-02-24 16:05:44'), -(6460, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1MzAzMiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.kAb_fi2sXueuk49sQz1fuSI9_Mh5P-0OktCUSjESIIA\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '3802bb5e4baad61660167878109422fc', 1645689954, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 44, '1', '2022-02-24 16:05:55', '2022-02-24 16:05:55'), -(6461, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1MzAzMiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.kAb_fi2sXueuk49sQz1fuSI9_Mh5P-0OktCUSjESIIA\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '44295b684baad61662167878bcab16fd', 1645689955, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 497, '1', '2022-02-24 16:05:56', '2022-02-24 16:05:56'), -(6462, 'admin', 0, 1, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1MzAzMiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.kAb_fi2sXueuk49sQz1fuSI9_Mh5P-0OktCUSjESIIA\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'ec249ae351aad6166616787857249f3f', 1645689982, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 105, '1', '2022-02-24 16:06:23', '2022-02-24 16:06:23'), -(6463, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'c887ea7454aad6166c16787857e07f95', 1645689994, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 520, '1', '2022-02-24 16:06:34', '2022-02-24 16:06:34'), -(6464, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '8c4dae0855aad616701678784b87402f', 1645689996, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 498, '1', '2022-02-24 16:06:37', '2022-02-24 16:06:37'), -(6465, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'd8b5b4b277aad6167316787848f9d12f', 1645690145, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 105, '1', '2022-02-24 16:09:05', '2022-02-24 16:09:05'), -(6466, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'd45179108baad616761678783c2b6e90', 1645690228, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 113, '1', '2022-02-24 16:10:29', '2022-02-24 16:10:29'), -(6467, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '18e32290beaad616791678782c724a1c', 1645690449, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 114, '1', '2022-02-24 16:14:10', '2022-02-24 16:14:10'), -(6468, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'dc459a29c3aad6167d1678789ed9f03b', 1645690469, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 109, '1', '2022-02-24 16:14:30', '2022-02-24 16:14:30'), -(6469, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'd00d0adac3aad6167f167878331c75f3', 1645690472, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 32, '1', '2022-02-24 16:14:32', '2022-02-24 16:14:32'), -(6470, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'b8977989c4aad61683167878de1de65f', 1645690475, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 756, '1', '2022-02-24 16:14:36', '2022-02-24 16:14:36'), -(6471, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'e41294fcc6aad616861678780222eb81', 1645690485, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 34, '1', '2022-02-24 16:14:46', '2022-02-24 16:14:46'); -INSERT INTO `hg_sys_log` (`id`, `app_id`, `merchant_id`, `member_id`, `method`, `module`, `url`, `get_data`, `post_data`, `header_data`, `ip`, `province_id`, `city_id`, `error_code`, `error_msg`, `error_data`, `req_id`, `timestamp`, `user_agent`, `take_up_time`, `status`, `created_at`, `updated_at`) VALUES -(6472, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'c85d6100c7aad6168816787899972b66', 1645690486, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 647, '1', '2022-02-24 16:14:47', '2022-02-24 16:14:47'), -(6473, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '8876ec39d4aad6168c167878b0d94365', 1645690542, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 132, '1', '2022-02-24 16:15:43', '2022-02-24 16:15:43'), -(6474, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '08567f5bd4aad6168e1678786e029e9d', 1645690543, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 753, '1', '2022-02-24 16:15:44', '2022-02-24 16:15:44'), -(6475, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '48830c97d5aad61692167878748ee639', 1645690548, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 33, '1', '2022-02-24 16:15:49', '2022-02-24 16:15:49'), -(6476, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '38ce1f99d5aad61694167878934a2cd7', 1645690549, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 1029, '1', '2022-02-24 16:15:50', '2022-02-24 16:15:50'), -(6477, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '80a60864e3aad616981678783f161827', 1645690607, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 100, '1', '2022-02-24 16:16:48', '2022-02-24 16:16:48'), -(6478, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'e403e575e3aad6169a167878fd61854f', 1645690609, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 1450, '1', '2022-02-24 16:16:50', '2022-02-24 16:16:50'), -(6479, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '4084c544e9aad6169e1678788c339f4f', 1645690632, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 116, '1', '2022-02-24 16:17:13', '2022-02-24 16:17:13'), -(6480, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'd4387c72e9aad616a2167878cb32fc97', 1645690634, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 700, '1', '2022-02-24 16:17:15', '2022-02-24 16:17:15'), -(6481, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '1c59f981eaaad616a4167878e405191c', 1645690638, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 281, '1', '2022-02-24 16:17:19', '2022-02-24 16:17:19'), -(6482, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '44cd718beaaad616a6167878ec37ad55', 1645690639, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 871, '1', '2022-02-24 16:17:19', '2022-02-24 16:17:19'), -(6483, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '74439868faaad616ac167878dd38037a', 1645690706, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 137, '1', '2022-02-24 16:18:27', '2022-02-24 16:18:27'), -(6484, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '70119673faaad616ae1678788c29e4d6', 1645690707, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 961, '1', '2022-02-24 16:18:28', '2022-02-24 16:18:28'), -(6485, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '88ebec560aabd616b016787873e4f7d0', 1645690774, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 110, '1', '2022-02-24 16:19:35', '2022-02-24 16:19:35'), -(6486, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '1c4ad75b0aabd616b2167878e8caace9', 1645690777, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 2660, '1', '2022-02-24 16:19:38', '2022-02-24 16:19:38'), -(6487, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '8ca1a1b316abd616b6167878e512774b', 1645690827, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 110, '1', '2022-02-24 16:20:28', '2022-02-24 16:20:28'), -(6488, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'cc1bb1b716abd616b91678787f3cfd80', 1645690830, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 2755, '1', '2022-02-24 16:20:31', '2022-02-24 16:20:31'), -(6489, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '8066ac3a21abd616bc16787878cf7cb8', 1645690873, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 122, '1', '2022-02-24 16:21:14', '2022-02-24 16:21:14'), -(6490, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '104d304521abd616bf167878915b951e', 1645690875, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 1901, '1', '2022-02-24 16:21:16', '2022-02-24 16:21:16'), -(6491, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '1c7fe5bb25abd616c21678787d0b6cd4', 1645690892, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 31, '1', '2022-02-24 16:21:33', '2022-02-24 16:21:33'), -(6492, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '008a77cc25abd616c416787882932dae', 1645690893, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 968, '1', '2022-02-24 16:21:34', '2022-02-24 16:21:34'), -(6493, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '7039bea02cabd616ca16787828817527', 1645690922, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 99, '1', '2022-02-24 16:22:03', '2022-02-24 16:22:03'), -(6494, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '28925ca12cabd616cb167878f0804776', 1645690922, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 685, '1', '2022-02-24 16:22:03', '2022-02-24 16:22:03'), -(6495, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '10c9455633abd616ce167878fc0c60e4', 1645690950, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 100, '1', '2022-02-24 16:22:31', '2022-02-24 16:22:31'), -(6496, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '34e83a7d33abd616d01678785425262c', 1645690952, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 562, '1', '2022-02-24 16:22:32', '2022-02-24 16:22:32'), -(6497, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'e0e1467e3aabd616d41678781808618d', 1645690981, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 93, '1', '2022-02-24 16:23:02', '2022-02-24 16:23:02'), -(6498, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '7c6470903aabd616d61678787a68f87c', 1645690982, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 641, '1', '2022-02-24 16:23:03', '2022-02-24 16:23:03'), -(6499, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '1cc34b6847abd616db167878ca00f5d5', 1645691037, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 461, '1', '2022-02-24 16:23:58', '2022-02-24 16:23:58'), -(6500, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '247b426b47abd616dd167878e586fdce', 1645691038, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 1094, '1', '2022-02-24 16:23:59', '2022-02-24 16:23:59'), -(6501, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '4c5acba94babd616e1167878f8dcf131', 1645691055, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 34, '1', '2022-02-24 16:24:16', '2022-02-24 16:24:16'); -INSERT INTO `hg_sys_log` (`id`, `app_id`, `merchant_id`, `member_id`, `method`, `module`, `url`, `get_data`, `post_data`, `header_data`, `ip`, `province_id`, `city_id`, `error_code`, `error_msg`, `error_data`, `req_id`, `timestamp`, `user_agent`, `take_up_time`, `status`, `created_at`, `updated_at`) VALUES -(6502, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '105ef2ab4babd616e3167878473922cc', 1645691056, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 660, '1', '2022-02-24 16:24:16', '2022-02-24 16:24:16'), -(6503, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '283c383a4fabd616e81678783c5a0dc3', 1645691070, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 133, '1', '2022-02-24 16:24:31', '2022-02-24 16:24:31'), -(6504, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '64ee983b4fabd616e9167878695e8f7a', 1645691071, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 1029, '1', '2022-02-24 16:24:32', '2022-02-24 16:24:32'), -(6505, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '0871e2ce55abd616ec167878e77b3aa8', 1645691099, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 127, '1', '2022-02-24 16:24:59', '2022-02-24 16:24:59'), -(6506, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'cc4a12d955abd616ee1678782ae195ae', 1645691099, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 606, '1', '2022-02-24 16:25:00', '2022-02-24 16:25:00'), -(6507, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '98384cba5dabd616f21678789a92b2dc', 1645691132, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 102, '1', '2022-02-24 16:25:33', '2022-02-24 16:25:33'), -(6508, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '70ad93bc5dabd616f41678789a3b9975', 1645691134, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 1096, '1', '2022-02-24 16:25:34', '2022-02-24 16:25:34'), -(6509, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '88adac4067abd616f8167878512e03a2', 1645691173, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 107, '1', '2022-02-24 16:26:14', '2022-02-24 16:26:14'), -(6510, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '5099034a67abd616fa16787830f8a2c8', 1645691174, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 616, '1', '2022-02-24 16:26:15', '2022-02-24 16:26:15'), -(6511, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'c411dc456fabd616fe1678784f06cd9e', 1645691208, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 110, '1', '2022-02-24 16:26:49', '2022-02-24 16:26:49'), -(6512, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'c4998c496fabd6160017787842ddb07f', 1645691209, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 948, '1', '2022-02-24 16:26:50', '2022-02-24 16:26:50'), -(6513, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '0456123a75abd61604177878323cd963', 1645691233, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 143, '1', '2022-02-24 16:27:14', '2022-02-24 16:27:14'), -(6514, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '7cd9625775abd61608177878be5db03c', 1645691234, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 552, '1', '2022-02-24 16:27:15', '2022-02-24 16:27:15'), -(6515, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '600f4fc187abd6160d177878909d2554', 1645691313, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 112, '1', '2022-02-24 16:28:34', '2022-02-24 16:28:34'), -(6516, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'c09836c387abd6160e177878b04be484', 1645691315, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 1742, '1', '2022-02-24 16:28:36', '2022-02-24 16:28:36'), -(6517, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '7c740a049aabd616121778784eae0a94', 1645691391, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 120, '1', '2022-02-24 16:29:52', '2022-02-24 16:29:52'), -(6518, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '34555f079aabd6161417787852902e4a', 1645691393, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 1514, '1', '2022-02-24 16:29:54', '2022-02-24 16:29:54'), -(6519, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'f0555187a2abd61616177878dee6ab8b', 1645691428, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 98, '1', '2022-02-24 16:30:29', '2022-02-24 16:30:29'), -(6520, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'e86ea08ba2abd61618177878cd99fd61', 1645691429, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 808, '1', '2022-02-24 16:30:30', '2022-02-24 16:30:30'), -(6521, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '6c764c60beabd6161c17787854f85fa2', 1645691548, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 95, '1', '2022-02-24 16:32:28', '2022-02-24 16:32:28'), -(6522, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '742f417dbeabd6161e177878a9e60f17', 1645691549, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 536, '1', '2022-02-24 16:32:29', '2022-02-24 16:32:29'), -(6523, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'f002087dcbabd61625177878e39ee0da', 1645691604, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 104, '1', '2022-02-24 16:33:25', '2022-02-24 16:33:25'), -(6524, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '9802bf7dcbabd61626177878a56e0587', 1645691607, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 3076, '1', '2022-02-24 16:33:28', '2022-02-24 16:33:28'), -(6525, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'c8fcb509d3abd616281778783fc4cb13', 1645691636, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 119, '1', '2022-02-24 16:33:57', '2022-02-24 16:33:57'), -(6526, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '384ebf11d3abd6162b177878bd7eea78', 1645691637, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 896, '1', '2022-02-24 16:33:58', '2022-02-24 16:33:58'), -(6527, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '7c0def72d5abd6162e177878ed32c3b6', 1645691647, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 37, '1', '2022-02-24 16:34:08', '2022-02-24 16:34:08'), -(6528, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '24095f78d5abd616311778783a3d7419', 1645691648, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 1467, '1', '2022-02-24 16:34:09', '2022-02-24 16:34:09'), -(6529, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '146e9063ffabd616341778781232f054', 1645691827, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 106, '1', '2022-02-24 16:37:08', '2022-02-24 16:37:08'), -(6530, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '48cd586cffabd61636177878e2dda605', 1645691828, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 898, '1', '2022-02-24 16:37:09', '2022-02-24 16:37:09'), -(6531, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '0434c9360aadd6163b177878809da584', 1645692973, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 91, '1', '2022-02-24 16:56:14', '2022-02-24 16:56:14'); -INSERT INTO `hg_sys_log` (`id`, `app_id`, `merchant_id`, `member_id`, `method`, `module`, `url`, `get_data`, `post_data`, `header_data`, `ip`, `province_id`, `city_id`, `error_code`, `error_msg`, `error_data`, `req_id`, `timestamp`, `user_agent`, `take_up_time`, `status`, `created_at`, `updated_at`) VALUES -(6532, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'a8784f630aadd6163d17787833850374', 1645692974, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 871, '1', '2022-02-24 16:56:15', '2022-02-24 16:56:15'), -(6533, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '10832a6e0cadd616411778780f6c279d', 1645692982, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 42, '1', '2022-02-24 16:56:23', '2022-02-24 16:56:23'), -(6534, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'f4f774750cadd61643177878556dcd60', 1645692983, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 774, '1', '2022-02-24 16:56:24', '2022-02-24 16:56:24'), -(6535, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?0\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Windows\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '80adf78677add616461778785b8490da', 1645693442, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', 139, '1', '2022-02-24 17:04:03', '2022-02-24 17:04:03'), -(6536, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'b473319477add616481778784a504336', 1645693442, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 35, '1', '2022-02-24 17:04:03', '2022-02-24 17:04:03'), -(6537, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '909c4abc77add6164a177878e7e0cbaf', 1645693444, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 858, '1', '2022-02-24 17:04:05', '2022-02-24 17:04:05'), -(6538, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?0\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Windows\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'fc802a1b7aadd6164d17787823aa9f71', 1645693453, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', 35, '1', '2022-02-24 17:04:14', '2022-02-24 17:04:14'), -(6539, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'c03894267aadd6164f17787877abac7b', 1645693454, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 35, '1', '2022-02-24 17:04:14', '2022-02-24 17:04:14'), -(6540, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '38937e417aadd616511778789257bb02', 1645693455, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 823, '1', '2022-02-24 17:04:16', '2022-02-24 17:04:16'), -(6541, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'b4ff57a1adadd616571778786afb134e', 1645693675, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 95, '1', '2022-02-24 17:07:56', '2022-02-24 17:07:56'), -(6542, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'a86f9bdbadadd616591778782fffc41e', 1645693676, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 37, '1', '2022-02-24 17:07:56', '2022-02-24 17:07:56'), -(6543, 'admin', 0, 1, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'f05c5ce5adadd6165b1778782262cd2b', 1645693676, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 33, '1', '2022-02-24 17:07:57', '2022-02-24 17:07:57'), -(6544, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'fc8d23b3aeadd6165d17787876b5863f', 1645693679, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 31, '1', '2022-02-24 17:08:00', '2022-02-24 17:08:00'), -(6545, 'admin', 0, 1, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '0c969cb8aeadd6165f1778789f3ac569', 1645693679, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 32, '1', '2022-02-24 17:08:00', '2022-02-24 17:08:00'), -(6546, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'fc1c5864b2add616611778789a7f905a', 1645693695, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 31, '1', '2022-02-24 17:08:16', '2022-02-24 17:08:16'), -(6547, 'admin', 0, 1, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'd024548cb2add616631778787e638d48', 1645693696, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 31, '1', '2022-02-24 17:08:17', '2022-02-24 17:08:17'), -(6548, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'd0c50d0db9add6166517787899e4a3ff', 1645693724, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 93, '1', '2022-02-24 17:08:45', '2022-02-24 17:08:45'), -(6549, 'admin', 0, 1, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'fc20ec24b9add6166717787804bb6b3e', 1645693724, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 31, '1', '2022-02-24 17:08:45', '2022-02-24 17:08:45'), -(6550, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '989e88abbdadd61669177878986c00d2', 1645693744, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 31, '1', '2022-02-24 17:09:04', '2022-02-24 17:09:04'), -(6551, 'admin', 0, 1, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '78060fc4bdadd6166b1778785ecd6362', 1645693744, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 37, '1', '2022-02-24 17:09:05', '2022-02-24 17:09:05'), -(6552, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'c8a5c01ac6add6166d1778782a880378', 1645693780, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 93, '1', '2022-02-24 17:09:41', '2022-02-24 17:09:41'), -(6553, 'admin', 0, 1, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'b89dc636c6add6166f1778785dbd811e', 1645693780, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 32, '1', '2022-02-24 17:09:41', '2022-02-24 17:09:41'), -(6554, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '1421f232c9add61671177878396c412f', 1645693793, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 42, '1', '2022-02-24 17:09:54', '2022-02-24 17:09:54'), -(6555, 'admin', 0, 1, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Mzk4MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.bL_q9ov_lz7dxgBYZaU1DPqt0YyAgtYHfVF5MsleqPQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'a8a85a36c9add61673177878fae91f60', 1645693793, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 40, '1', '2022-02-24 17:09:54', '2022-02-24 17:09:54'), -(6556, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'b0656597caadd61679177878e1d6af20', 1645693800, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 633, '1', '2022-02-24 17:10:01', '2022-02-24 17:10:01'), -(6557, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '68901ed7cbadd6167c17787805d4fe09', 1645693804, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 31, '1', '2022-02-24 17:10:05', '2022-02-24 17:10:05'), -(6558, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '44fef2e0cbadd6167f177878d69beeef', 1645693805, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 892, '1', '2022-02-24 17:10:06', '2022-02-24 17:10:06'), -(6559, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '2004c705ceadd61682177878158dfb84', 1645693814, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 96, '1', '2022-02-24 17:10:15', '2022-02-24 17:10:15'), -(6560, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'bc67c516ceadd616841778788ffd3cd7', 1645693815, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 541, '1', '2022-02-24 17:10:15', '2022-02-24 17:10:15'), -(6561, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'f8434620d6add61689177878c4123fad', 1645693849, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 700, '1', '2022-02-24 17:10:50', '2022-02-24 17:10:50'); -INSERT INTO `hg_sys_log` (`id`, `app_id`, `merchant_id`, `member_id`, `method`, `module`, `url`, `get_data`, `post_data`, `header_data`, `ip`, `province_id`, `city_id`, `error_code`, `error_msg`, `error_data`, `req_id`, `timestamp`, `user_agent`, `take_up_time`, `status`, `created_at`, `updated_at`) VALUES -(6562, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '2021fc00dbadd6168d17787860588b1e', 1645693870, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 557, '1', '2022-02-24 17:11:11', '2022-02-24 17:11:11'), -(6563, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '940a4a0ee6add6169017787878842bd7', 1645693918, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 751, '1', '2022-02-24 17:11:59', '2022-02-24 17:11:59'), -(6564, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '588565d6ffadd61695177878d8400a4c', 1645694028, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 679, '1', '2022-02-24 17:13:49', '2022-02-24 17:13:49'), -(6565, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'b87c783f8baed61698177878d0b6070d', 1645694627, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 96, '1', '2022-02-24 17:23:47', '2022-02-24 17:23:47'), -(6566, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '70040f698baed6169a1778780b4a62a4', 1645694628, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 533, '1', '2022-02-24 17:23:49', '2022-02-24 17:23:49'), -(6567, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '38171a1ccfaed6169e177878ad7a7031', 1645694918, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 92, '1', '2022-02-24 17:28:39', '2022-02-24 17:28:39'), -(6568, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '246e3045cfaed616a0177878cb40fdb3', 1645694919, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 628, '1', '2022-02-24 17:28:40', '2022-02-24 17:28:40'), -(6569, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '7052ed63ffaed616a417787849fc32b3', 1645695125, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 92, '1', '2022-02-24 17:32:06', '2022-02-24 17:32:06'), -(6570, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'dcedc182ffaed616a8177878fb134871', 1645695127, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 1159, '1', '2022-02-24 17:32:08', '2022-02-24 17:32:08'), -(6571, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '00446ac800afd616aa177878f3c26b8e', 1645695131, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 35, '1', '2022-02-24 17:32:12', '2022-02-24 17:32:12'), -(6572, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '80c719de00afd616ac1778787d33855a', 1645695132, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 600, '1', '2022-02-24 17:32:13', '2022-02-24 17:32:13'), -(6573, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'ac34922502afd616b0177878ea550d53', 1645695137, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 32, '1', '2022-02-24 17:32:18', '2022-02-24 17:32:18'), -(6574, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '005e153902afd616b2177878e00b7f1b', 1645695138, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 476, '1', '2022-02-24 17:32:19', '2022-02-24 17:32:19'), -(6575, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '88c1e8a92cafd616b81778788389eeb5', 1645695320, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 182, '1', '2022-02-24 17:35:21', '2022-02-24 17:35:21'), -(6576, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'c4f0f9af2cafd616ba17787860843d24', 1645695321, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 858, '1', '2022-02-24 17:35:22', '2022-02-24 17:35:22'), -(6577, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'ac1aeb284cafd616bc177878b9503ecb', 1645695455, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 115, '1', '2022-02-24 17:37:36', '2022-02-24 17:37:36'), -(6578, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '44bdf55b4cafd616be177878f44e8de2', 1645695457, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 748, '1', '2022-02-24 17:37:37', '2022-02-24 17:37:37'), -(6579, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'b0ab9b3351afd616c5177878d33beed0', 1645695477, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 99, '1', '2022-02-24 17:37:58', '2022-02-24 17:37:58'), -(6580, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '98a7763851afd616c61778789fc0b0e3', 1645695477, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 661, '1', '2022-02-24 17:37:58', '2022-02-24 17:37:58'), -(6581, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'bc614afe51afd616c8177878cdd5e20b', 1645695480, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 43, '1', '2022-02-24 17:38:01', '2022-02-24 17:38:01'), -(6582, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'd836e41352afd616cb17787802cc7e37', 1645695481, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 543, '1', '2022-02-24 17:38:02', '2022-02-24 17:38:02'), -(6583, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '1cec87a159afd616d11778780bad1175', 1645695513, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 101, '1', '2022-02-24 17:38:34', '2022-02-24 17:38:34'), -(6584, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '7cb2d3a259afd616d2177878f979f7d7', 1645695514, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 733, '1', '2022-02-24 17:38:34', '2022-02-24 17:38:34'), -(6585, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'fc9f49d5f2afd6164b886c6cea847301', 1645696171, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 134, '1', '2022-02-24 17:49:32', '2022-02-24 17:49:32'), -(6586, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=sys_user_sex', '{\"type\": [\"sys_user_sex\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '74f685e8f2afd6164f886c6ce28482d9', 1645696172, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 448, '1', '2022-02-24 17:49:33', '2022-02-24 17:49:33'), -(6587, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '1c084ce6f2afd6164d886c6c0fa758bb', 1645696172, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 1151, '1', '2022-02-24 17:49:33', '2022-02-24 17:49:33'), -(6588, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '00398ecef4afd61655886c6cfdd16112', 1645696179, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 32, '1', '2022-02-24 17:49:40', '2022-02-24 17:49:40'), -(6589, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=sys_user_sex', '{\"type\": [\"sys_user_sex\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'f482edd1f4afd61657886c6c7664cc1a', 1645696180, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 280, '1', '2022-02-24 17:49:41', '2022-02-24 17:49:41'), -(6590, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '14bba1cff4afd61656886c6c3f88e204', 1645696180, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 774, '1', '2022-02-24 17:49:41', '2022-02-24 17:49:41'), -(6591, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'f4959f6703b0d61659886c6c16233f3c', 1645696242, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 104, '1', '2022-02-24 17:50:43', '2022-02-24 17:50:43'); -INSERT INTO `hg_sys_log` (`id`, `app_id`, `merchant_id`, `member_id`, `method`, `module`, `url`, `get_data`, `post_data`, `header_data`, `ip`, `province_id`, `city_id`, `error_code`, `error_msg`, `error_data`, `req_id`, `timestamp`, `user_agent`, `take_up_time`, `status`, `created_at`, `updated_at`) VALUES -(6592, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=sys_user_sex', '{\"type\": [\"sys_user_sex\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '988ff17203b0d6165d886c6c4f88c0fc', 1645696242, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 289, '1', '2022-02-24 17:50:43', '2022-02-24 17:50:43'), -(6593, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '0c68387103b0d6165b886c6c03ab6e26', 1645696243, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 876, '1', '2022-02-24 17:50:44', '2022-02-24 17:50:44'), -(6594, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=sys_user_sex', '{\"type\": [\"sys_user_sex\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'ac95d8ba50b0d61660886c6c14be0b17', 1645696575, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 392, '1', '2022-02-24 17:56:16', '2022-02-24 17:56:16'), -(6595, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '187bf40552b0d61665886c6c87c8275b', 1645696580, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 35, '1', '2022-02-24 17:56:21', '2022-02-24 17:56:21'), -(6596, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=sys_user_sex', '{\"type\": [\"sys_user_sex\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'f03c190b52b0d61667886c6c7be9c9b1', 1645696580, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 277, '1', '2022-02-24 17:56:21', '2022-02-24 17:56:21'), -(6597, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '10794d0752b0d61666886c6c15977578', 1645696581, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 1094, '1', '2022-02-24 17:56:22', '2022-02-24 17:56:22'), -(6598, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '100b6d5354b0d61669886c6cc3b2121f', 1645696590, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 50, '1', '2022-02-24 17:56:31', '2022-02-24 17:56:31'), -(6599, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=sys_user_sex', '{\"type\": [\"sys_user_sex\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'e0d3ab5d54b0d6166d886c6cfacff995', 1645696590, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 172, '1', '2022-02-24 17:56:31', '2022-02-24 17:56:31'), -(6600, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'a0e1bc5b54b0d6166b886c6c2ca820c1', 1645696590, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 574, '1', '2022-02-24 17:56:31', '2022-02-24 17:56:31'), -(6601, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=sys_user_sex', '{\"type\": [\"sys_user_sex\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'd8762a0b5bb0d61670886c6c54b94b59', 1645696619, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 274, '1', '2022-02-24 17:57:00', '2022-02-24 17:57:00'), -(6602, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'f8b5eca55db0d61672886c6ceffbb55c', 1645696630, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 42, '1', '2022-02-24 17:57:11', '2022-02-24 17:57:11'), -(6603, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=sys_user_sex', '{\"type\": [\"sys_user_sex\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'fc5cedae5db0d61676886c6c1330264d', 1645696630, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 371, '1', '2022-02-24 17:57:11', '2022-02-24 17:57:11'), -(6604, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '7492f1ac5db0d61674886c6ca658957f', 1645696630, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 738, '1', '2022-02-24 17:57:11', '2022-02-24 17:57:11'), -(6605, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '30bdff8666b0d61679886c6ca7e02a6b', 1645696668, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 116, '1', '2022-02-24 17:57:49', '2022-02-24 17:57:49'), -(6606, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=sys_user_sex', '{\"type\": [\"sys_user_sex\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '1c16239266b0d6167d886c6c5be43661', 1645696668, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 301, '1', '2022-02-24 17:57:49', '2022-02-24 17:57:49'), -(6607, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '48dda49066b0d6167c886c6c94102f1d', 1645696669, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 650, '1', '2022-02-24 17:57:50', '2022-02-24 17:57:50'), -(6608, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=sys_user_sex', '{\"type\": [\"sys_user_sex\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '847b08d471b0d61680886c6c6eb0b0c4', 1645696717, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 268, '1', '2022-02-24 17:58:38', '2022-02-24 17:58:38'), -(6609, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '14eb420e85b0d61682886c6c73bbd0c7', 1645696799, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 107, '1', '2022-02-24 18:00:00', '2022-02-24 18:00:00'), -(6610, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=sys_user_sex', '{\"type\": [\"sys_user_sex\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '7c19851785b0d61686886c6cc0da02ee', 1645696799, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 270, '1', '2022-02-24 18:00:00', '2022-02-24 18:00:00'), -(6611, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjU1Nzc5NiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.WGWvQ--VVKidbcJU_bHOfS_djMyh0oQDm1-H7Fs45CM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '9c01ed1585b0d61684886c6c5ffca681', 1645696800, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 562, '1', '2022-02-24 18:00:01', '2022-02-24 18:00:01'), -(6612, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=sys_user_sex', '{\"type\": [\"sys_user_sex\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYxMzkzNiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.ZMEJGAy7tYgHoThFRo9LMDvz_hTEXGTj7N5Llv4QqGQ\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?0\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Windows\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '7c0dbbf9d9e0d616be92b86724bfa2a4', 1645749940, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', 306, '1', '2022-02-25 08:45:41', '2022-02-25 08:45:41'), -(6613, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYxMzkzNiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.ZMEJGAy7tYgHoThFRo9LMDvz_hTEXGTj7N5Llv4QqGQ\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?0\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Windows\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'd045d8f5d9e0d616bd92b86735e838a8', 1645749941, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', 775, '1', '2022-02-25 08:45:41', '2022-02-25 08:45:41'), -(6614, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYxMzkzNiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.ZMEJGAy7tYgHoThFRo9LMDvz_hTEXGTj7N5Llv4QqGQ\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?0\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Windows\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '7c37fd43dde0d616c292b8677a7c4082', 1645749954, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', 37, '1', '2022-02-25 08:45:55', '2022-02-25 08:45:55'), -(6615, 'admin', 0, 1, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYxMzkzNiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.ZMEJGAy7tYgHoThFRo9LMDvz_hTEXGTj7N5Llv4QqGQ\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?0\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Windows\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'c88fd044dde0d616c392b867a0eeb0ff', 1645749954, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', 104, '1', '2022-02-25 08:45:55', '2022-02-25 08:45:55'), -(6616, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYxMzkzNiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.ZMEJGAy7tYgHoThFRo9LMDvz_hTEXGTj7N5Llv4QqGQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '047b923ce3e0d616c592b867095c5a06', 1645749980, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 123, '1', '2022-02-25 08:46:21', '2022-02-25 08:46:21'), -(6617, 'admin', 0, 1, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYxMzkzNiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.ZMEJGAy7tYgHoThFRo9LMDvz_hTEXGTj7N5Llv4QqGQ\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'bcaedb3ee3e0d616c792b86703c998ca', 1645749980, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 120, '1', '2022-02-25 08:46:21', '2022-02-25 08:46:21'), -(6618, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYxMzk4NywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.5dGb5FU7Qxb3oB7dEE4qRmCJBwmXEpujVB6zSzaYCFA\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'a020d1bcf6e0d616cb92b867b1c2fabd', 1645750064, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 91, '1', '2022-02-25 08:47:44', '2022-02-25 08:47:44'), -(6619, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYxMzk4NywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.5dGb5FU7Qxb3oB7dEE4qRmCJBwmXEpujVB6zSzaYCFA\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '904f43a3f7e0d616cd92b8673f1483a6', 1645750068, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 32, '1', '2022-02-25 08:47:48', '2022-02-25 08:47:48'), -(6620, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYxMzk4NywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.5dGb5FU7Qxb3oB7dEE4qRmCJBwmXEpujVB6zSzaYCFA\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '3030bff3fae0d616cf92b867483db2b7', 1645750082, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 31, '1', '2022-02-25 08:48:02', '2022-02-25 08:48:02'), -(6621, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYxMzk4NywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.5dGb5FU7Qxb3oB7dEE4qRmCJBwmXEpujVB6zSzaYCFA\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '44102deffce0d616d392b867c0c8f5b0', 1645750090, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 45, '1', '2022-02-25 08:48:11', '2022-02-25 08:48:11'); -INSERT INTO `hg_sys_log` (`id`, `app_id`, `merchant_id`, `member_id`, `method`, `module`, `url`, `get_data`, `post_data`, `header_data`, `ip`, `province_id`, `city_id`, `error_code`, `error_msg`, `error_data`, `req_id`, `timestamp`, `user_agent`, `take_up_time`, `status`, `created_at`, `updated_at`) VALUES -(6622, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYxMzk4NywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.5dGb5FU7Qxb3oB7dEE4qRmCJBwmXEpujVB6zSzaYCFA\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '3ccacfa2fee0d616d692b867ca4a60e4', 1645750098, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 120, '1', '2022-02-25 08:48:18', '2022-02-25 08:48:18'), -(6623, 'admin', 0, 1, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYxMzk4NywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.5dGb5FU7Qxb3oB7dEE4qRmCJBwmXEpujVB6zSzaYCFA\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '540972a4fee0d616d892b8671e23938e', 1645750098, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 131, '1', '2022-02-25 08:48:18', '2022-02-25 08:48:18'), -(6624, 'admin', 0, 1, 'GET', 'api', '/api/base/lang?l=zh_CN', '{\"l\": [\"zh_CN\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYxNDEwNSwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.7T2PRdIMqSc0i3HeGou2zTitZEU2gyba4LEn7LtlOss\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '188bfe7d20e1d616dd92b86704d49f77', 1645750243, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 105, '1', '2022-02-25 08:50:44', '2022-02-25 08:50:44'), -(6625, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=sys_user_sex', '{\"type\": [\"sys_user_sex\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYxNDEwNSwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.7T2PRdIMqSc0i3HeGou2zTitZEU2gyba4LEn7LtlOss\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '306fac9621e1d616e192b867d8865f5e', 1645750248, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 226, '1', '2022-02-25 08:50:48', '2022-02-25 08:50:48'), -(6626, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYxNDEwNSwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.7T2PRdIMqSc0i3HeGou2zTitZEU2gyba4LEn7LtlOss\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'a4519d9021e1d616e092b8673717da28', 1645750248, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 576, '1', '2022-02-25 08:50:49', '2022-02-25 08:50:49'), -(6627, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=app_comment_category', '{\"type\": [\"app_comment_category\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYxNDEwNSwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.7T2PRdIMqSc0i3HeGou2zTitZEU2gyba4LEn7LtlOss\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'f0dbd06f24e1d616e492b8674a54ee6d', 1645750260, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 139, '1', '2022-02-25 08:51:01', '2022-02-25 08:51:01'), -(6628, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=app_comment_category', '{\"type\": [\"app_comment_category\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYxNDEwNSwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.7T2PRdIMqSc0i3HeGou2zTitZEU2gyba4LEn7LtlOss\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '4c080e2225e1d616e692b867de708a5b', 1645750263, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 107, '1', '2022-02-25 08:51:04', '2022-02-25 08:51:04'), -(6629, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=app_comment_category', '{\"type\": [\"app_comment_category\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYxNDEwNSwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.7T2PRdIMqSc0i3HeGou2zTitZEU2gyba4LEn7LtlOss\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '54f3892c33e1d616e992b867f5d88932', 1645750324, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 263, '1', '2022-02-25 08:52:04', '2022-02-25 08:52:04'), -(6630, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=app_comment_category', '{\"type\": [\"app_comment_category\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYxNDEwNSwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.7T2PRdIMqSc0i3HeGou2zTitZEU2gyba4LEn7LtlOss\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '8cdd1f9c33e1d616eb92b8678360f6e7', 1645750325, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 121, '1', '2022-02-25 08:52:06', '2022-02-25 08:52:06'), -(6631, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=sys_user_sex', '{\"type\": [\"sys_user_sex\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYxNDEwNSwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.7T2PRdIMqSc0i3HeGou2zTitZEU2gyba4LEn7LtlOss\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'e8a3759a35e1d616f092b867e9bab140', 1645750334, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 200, '1', '2022-02-25 08:52:14', '2022-02-25 08:52:14'), -(6632, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYxNDEwNSwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.7T2PRdIMqSc0i3HeGou2zTitZEU2gyba4LEn7LtlOss\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '900d0c9835e1d616ee92b867800e2993', 1645750334, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 478, '1', '2022-02-25 08:52:15', '2022-02-25 08:52:15'), -(6633, 'admin', 0, 1, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8081\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8081/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYxNDEwNSwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.7T2PRdIMqSc0i3HeGou2zTitZEU2gyba4LEn7LtlOss\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'fc3dda8875e1d616f392b8671116dfa9', 1645750608, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 107, '1', '2022-02-25 08:56:49', '2022-02-25 08:56:49'), -(6634, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=sys_user_sex', '{\"type\": [\"sys_user_sex\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYyMTc1MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.ZY3zBaHffscMNDGnEUmqpUcIoLGlNjbja8xqWN825pE\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '64861506f7e7d6163347617d24d20f48', 1645757762, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 333, '1', '2022-02-25 10:56:02', '2022-02-25 10:56:02'), -(6635, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYyMTc1MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.ZY3zBaHffscMNDGnEUmqpUcIoLGlNjbja8xqWN825pE\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '8421c004f7e7d6163247617d5e587c3e', 1645757762, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 758, '1', '2022-02-25 10:56:03', '2022-02-25 10:56:03'), -(6636, 'admin', 0, 1, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYyMTc1MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.ZY3zBaHffscMNDGnEUmqpUcIoLGlNjbja8xqWN825pE\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'a090f6546ce8d6163747617d9483486e', 1645758265, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 99, '1', '2022-02-25 11:04:26', '2022-02-25 11:04:26'), -(6637, 'admin', 0, 1, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYyMTc1MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.ZY3zBaHffscMNDGnEUmqpUcIoLGlNjbja8xqWN825pE\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '70602068cbe8d6163b47617dc28390ec', 1645758674, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 92, '1', '2022-02-25 11:11:14', '2022-02-25 11:11:14'), -(6638, 'admin', 0, 1, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYyMTc1MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.ZY3zBaHffscMNDGnEUmqpUcIoLGlNjbja8xqWN825pE\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?0\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Windows\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'a070ff4199ead616c5852d2bb4a9d941', 1645760658, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', 249, '1', '2022-02-25 11:44:18', '2022-02-25 11:44:18'), -(6639, 'admin', 0, 1, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYyNDY1OCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.Rl5BYSoWpB5-z2ISx0k_R6KesV-xcu6JZkbEV3XkOOM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '6487e3409aead616c8852d2bc7b84b91', 1645760662, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 34, '1', '2022-02-25 11:44:23', '2022-02-25 11:44:23'), -(6640, 'admin', 0, 1, 'GET', 'api', '/api/login/logout', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYyNDY2MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.iqGcB0xhJ6JX_Z7mzSsCYMsnwCYLRP_3ceQpSqub86Q\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '102e416c9bead616cc852d2b949f7ac3', 1645760667, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 105, '1', '2022-02-25 11:44:28', '2022-02-25 11:44:28'), -(6641, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=app_comment_category', '{\"type\": [\"app_comment_category\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYyNDg4MiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.skPq3WkkCvwHUyVKpI7Gc36gIsDXoqlWR0Wi1edJOUM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'd8f4a7872febd616d3852d2b01fdb385', 1645761303, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 327, '1', '2022-02-25 11:55:04', '2022-02-25 11:55:04'), -(6642, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=app_comment_category', '{\"type\": [\"app_comment_category\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYyNDg4MiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.skPq3WkkCvwHUyVKpI7Gc36gIsDXoqlWR0Wi1edJOUM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'c40acb8930ebd616d5852d2b63e55e1a', 1645761307, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 123, '1', '2022-02-25 11:55:08', '2022-02-25 11:55:08'), -(6643, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=app_comment_category', '{\"type\": [\"app_comment_category\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYyNDg4MiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.skPq3WkkCvwHUyVKpI7Gc36gIsDXoqlWR0Wi1edJOUM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'c816ef7231ebd616d7852d2b0954631f', 1645761311, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 129, '1', '2022-02-25 11:55:12', '2022-02-25 11:55:12'), -(6644, 'admin', 0, 1, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Sec-Ch-Ua\": [\"\\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"98\\\", \\\"Google Chrome\\\";v=\\\"98\\\"\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYyNDg4MiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.skPq3WkkCvwHUyVKpI7Gc36gIsDXoqlWR0Wi1edJOUM\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"Sec-Ch-Ua-Mobile\": [\"?0\"], \"X-Requested-With\": [\"XMLHttpRequest\"], \"Sec-Ch-Ua-Platform\": [\"\\\"Windows\\\"\"]}', '::1', 0, 0, 0, '操作成功', 'null', '083910eba3f0d616d8852d2b590e2d16', 1645767300, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36', 238, '1', '2022-02-25 13:35:01', '2022-02-25 13:35:01'), -(6645, 'admin', 0, 1, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYyNDg4MiwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.skPq3WkkCvwHUyVKpI7Gc36gIsDXoqlWR0Wi1edJOUM\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '78390073a7f0d616da852d2ba9a9bcea', 1645767315, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 36, '1', '2022-02-25 13:35:16', '2022-02-25 13:35:16'), -(6646, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=sys_user_sex', '{\"type\": [\"sys_user_sex\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYzMTM0OCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.vNyPGJs_AeL8TA9qfWj5020Ws5ZDCdHEdwE9QOPWO3s\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'b0c710d4b0f0d616e5852d2b209aa96d', 1645767356, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 174, '1', '2022-02-25 13:35:57', '2022-02-25 13:35:57'), -(6647, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYzMTM0OCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.vNyPGJs_AeL8TA9qfWj5020Ws5ZDCdHEdwE9QOPWO3s\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '78baded2b0f0d616e4852d2b7c3e573d', 1645767356, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 738, '1', '2022-02-25 13:35:57', '2022-02-25 13:35:57'), -(6648, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=app_comment_category', '{\"type\": [\"app_comment_category\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYzMTM0OCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.vNyPGJs_AeL8TA9qfWj5020Ws5ZDCdHEdwE9QOPWO3s\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '006554e2b2f0d616e7852d2b24133e31', 1645767365, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 101, '1', '2022-02-25 13:36:05', '2022-02-25 13:36:05'), -(6649, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=sys_menu_type', '{\"type\": [\"sys_menu_type\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYzMTM0OCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.vNyPGJs_AeL8TA9qfWj5020Ws5ZDCdHEdwE9QOPWO3s\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'd83e304d1df2d616ab4576097a411cf1', 1645768921, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 336, '1', '2022-02-25 14:02:02', '2022-02-25 14:02:02'), -(6650, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=sys_menu_type', '{\"type\": [\"sys_menu_type\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYzMTM0OCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.vNyPGJs_AeL8TA9qfWj5020Ws5ZDCdHEdwE9QOPWO3s\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'fceb4d4f1df2d616ad457609aacafd74', 1645768921, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 394, '1', '2022-02-25 14:02:03', '2022-02-25 14:02:03'), -(6651, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=sys_menu_type', '{\"type\": [\"sys_menu_type\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYzMTM0OCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.vNyPGJs_AeL8TA9qfWj5020Ws5ZDCdHEdwE9QOPWO3s\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '8834524e1df2d616ac457609562fc5bc', 1645768921, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 422, '1', '2022-02-25 14:02:03', '2022-02-25 14:02:03'); -INSERT INTO `hg_sys_log` (`id`, `app_id`, `merchant_id`, `member_id`, `method`, `module`, `url`, `get_data`, `post_data`, `header_data`, `ip`, `province_id`, `city_id`, `error_code`, `error_msg`, `error_data`, `req_id`, `timestamp`, `user_agent`, `take_up_time`, `status`, `created_at`, `updated_at`) VALUES -(6652, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=sys_user_sex', '{\"type\": [\"sys_user_sex\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYzMTM0OCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.vNyPGJs_AeL8TA9qfWj5020Ws5ZDCdHEdwE9QOPWO3s\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '989c3d111ff2d616b145760939d6c61a', 1645768929, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 117, '1', '2022-02-25 14:02:09', '2022-02-25 14:02:09'), -(6653, 'admin', 0, 1, 'GET', 'api', '/api/member/profile', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYzMTM0OCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.vNyPGJs_AeL8TA9qfWj5020Ws5ZDCdHEdwE9QOPWO3s\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '64cd7e0f1ff2d616b0457609d644060f', 1645768929, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 761, '1', '2022-02-25 14:02:10', '2022-02-25 14:02:10'), -(6654, 'admin', 0, 1, 'GET', 'api', '/api/log/list?pageNo=1&pageSize=20', '{\"pageNo\": [\"1\"], \"pageSize\": [\"20\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYzMTM0OCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.vNyPGJs_AeL8TA9qfWj5020Ws5ZDCdHEdwE9QOPWO3s\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '0020ef5b82f2d616f996f8176f1f0ecf', 1645769360, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 4863, '1', '2022-02-25 14:09:21', '2022-02-25 14:09:21'), -(6655, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=sys_menu_type', '{\"type\": [\"sys_menu_type\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYzMTM0OCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.vNyPGJs_AeL8TA9qfWj5020Ws5ZDCdHEdwE9QOPWO3s\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '1883dc4a85f2d6160097f817095d7e99', 1645769368, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 276, '1', '2022-02-25 14:09:29', '2022-02-25 14:09:29'), -(6656, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=sys_menu_type', '{\"type\": [\"sys_menu_type\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYzMTM0OCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.vNyPGJs_AeL8TA9qfWj5020Ws5ZDCdHEdwE9QOPWO3s\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'f092da4b85f2d6160197f817ecc362e3', 1645769368, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 385, '1', '2022-02-25 14:09:29', '2022-02-25 14:09:29'), -(6657, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=sys_menu_type', '{\"type\": [\"sys_menu_type\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYzMTM0OCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.vNyPGJs_AeL8TA9qfWj5020Ws5ZDCdHEdwE9QOPWO3s\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'c0b89e5085f2d6160297f8179e73adc9', 1645769368, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 358, '1', '2022-02-25 14:09:29', '2022-02-25 14:09:29'), -(6658, 'admin', 0, 1, 'GET', 'api', '/api/log/list?pageNo=1&pageSize=10', '{\"pageNo\": [\"1\"], \"pageSize\": [\"10\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYzMTM0OCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.vNyPGJs_AeL8TA9qfWj5020Ws5ZDCdHEdwE9QOPWO3s\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'e0dfcd0587f2d6160497f817f3f9fff1', 1645769376, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 946, '1', '2022-02-25 14:09:37', '2022-02-25 14:09:37'), -(6659, 'admin', 0, 1, 'GET', 'api', '/api/log/list?pageNo=1&pageSize=10', '{\"pageNo\": [\"1\"], \"pageSize\": [\"10\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYzMTM0OCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.vNyPGJs_AeL8TA9qfWj5020Ws5ZDCdHEdwE9QOPWO3s\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'fc20eb9487f2d6160697f817c11a23c1', 1645769379, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 1245, '1', '2022-02-25 14:09:40', '2022-02-25 14:09:40'), -(6660, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=sys_menu_type', '{\"type\": [\"sys_menu_type\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYzMTM0OCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.vNyPGJs_AeL8TA9qfWj5020Ws5ZDCdHEdwE9QOPWO3s\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'd817c7fd92f2d6160d97f817eee68bc7', 1645769427, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 267, '1', '2022-02-25 14:10:28', '2022-02-25 14:10:28'), -(6661, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=sys_menu_type', '{\"type\": [\"sys_menu_type\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYzMTM0OCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.vNyPGJs_AeL8TA9qfWj5020Ws5ZDCdHEdwE9QOPWO3s\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '68c0bafe92f2d6160e97f817a35906c6', 1645769427, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 280, '1', '2022-02-25 14:10:28', '2022-02-25 14:10:28'), -(6662, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=sys_menu_type', '{\"type\": [\"sys_menu_type\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYzMTM0OCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.vNyPGJs_AeL8TA9qfWj5020Ws5ZDCdHEdwE9QOPWO3s\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'fcaa5d0093f2d6160f97f81785a1cf74', 1645769427, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 317, '1', '2022-02-25 14:10:28', '2022-02-25 14:10:28'), -(6663, 'admin', 0, 1, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYzMTM0OCwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.vNyPGJs_AeL8TA9qfWj5020Ws5ZDCdHEdwE9QOPWO3s\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'e8e4b3e193f3d61676515c6d467e0c90', 1645770530, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 119, '1', '2022-02-25 14:28:50', '2022-02-25 14:28:50'), -(6664, 'admin', 0, 1, 'GET', 'api', '/api/log/list?pageNo=1&pageSize=20', '{\"pageNo\": [\"1\"], \"pageSize\": [\"20\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYzNTEwNywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.Uo5vvxW0o1mnsWq6HXvXN0vHTbhRreduSfTeSlcsKXE\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '2cbd5e0b1bf4d6167a515c6da1f2f613', 1645771111, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 882, '1', '2022-02-25 14:38:32', '2022-02-25 14:38:32'), -(6665, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=sys_menu_type', '{\"type\": [\"sys_menu_type\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYzNTEwNywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.Uo5vvxW0o1mnsWq6HXvXN0vHTbhRreduSfTeSlcsKXE\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '80ae42d71bf4d6167f515c6de160388b', 1645771114, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 269, '1', '2022-02-25 14:38:34', '2022-02-25 14:38:34'), -(6666, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=sys_menu_type', '{\"type\": [\"sys_menu_type\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYzNTEwNywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.Uo5vvxW0o1mnsWq6HXvXN0vHTbhRreduSfTeSlcsKXE\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', 'f40af8d81bf4d61680515c6d275915fe', 1645771114, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 340, '1', '2022-02-25 14:38:34', '2022-02-25 14:38:34'), -(6667, 'admin', 0, 1, 'GET', 'api', '/api/dict/attribute?type=sys_menu_type', '{\"type\": [\"sys_menu_type\"]}', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYzNTEwNywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.Uo5vvxW0o1mnsWq6HXvXN0vHTbhRreduSfTeSlcsKXE\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '38fd55db1bf4d61683515c6df367405a', 1645771114, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 318, '1', '2022-02-25 14:38:35', '2022-02-25 14:38:35'), -(6668, 'admin', 0, 1, 'GET', 'api', '/api/login/check', 'null', 'null', '{\"Accept\": [\"*/*\"], \"Origin\": [\"http://localhost:8080\"], \"Pragma\": [\"no-cache\"], \"X-Ajax\": [\"json\"], \"Referer\": [\"http://localhost:8080/\"], \"Connection\": [\"keep-alive\"], \"User-Agent\": [\"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1\"], \"Content-Type\": [\"application/x-www-form-urlencoded\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjYzNTEwNywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.Uo5vvxW0o1mnsWq6HXvXN0vHTbhRreduSfTeSlcsKXE\"], \"Cache-Control\": [\"no-cache\"], \"Sec-Fetch-Dest\": [\"empty\"], \"Sec-Fetch-Mode\": [\"cors\"], \"Sec-Fetch-Site\": [\"same-site\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Requested-With\": [\"XMLHttpRequest\"]}', '::1', 0, 0, 0, '操作成功', 'null', '104a71b9fefcd61635a5eb0e161efb4e', 1645780884, 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1', 145, '1', '2022-02-25 17:21:25', '2022-02-25 17:21:25'), -(6669, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjUzMTQ0OSwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.i_79BhZZv22auTjTSM0oG8ts0JKcP9XE-cvA-QQxmrM\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '9867c5020cfdd61639a5eb0ee29e50c1', 1645780942, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400', 299, '1', '2022-02-25 17:22:22', '2022-02-25 17:22:22'), -(6670, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjUzMTQ0OSwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.i_79BhZZv22auTjTSM0oG8ts0JKcP9XE-cvA-QQxmrM\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'e86cdf150cfdd6163aa5eb0e560476a0', 1645780942, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400', 117, '1', '2022-02-25 17:22:22', '2022-02-25 17:22:22'), -(6671, 'admin', 0, 1, 'POST', 'admin', '/admin/login/logout', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Origin\": [\"http://localhost:8100\"], \"Referer\": [\"http://localhost:8100/index\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjUzMTQ0OSwiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.i_79BhZZv22auTjTSM0oG8ts0JKcP9XE-cvA-QQxmrM\"], \"Content-Length\": [\"0\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '4499abf10dfdd6163ba5eb0ef0e929c4', 1645780950, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400', 108, '1', '2022-02-25 17:22:30', '2022-02-25 17:22:30'), -(6672, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/user/login\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjY0NDk3MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.4yGSCvdZ3NtVk4BWBXP-BrSzARS8n8RA1V0DgqMuQBg\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '2438425913fdd6163ea5eb0e23fa4346', 1645780973, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400', 99, '1', '2022-02-25 17:22:54', '2022-02-25 17:22:54'), -(6673, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/user/login\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjY0NDk3MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.4yGSCvdZ3NtVk4BWBXP-BrSzARS8n8RA1V0DgqMuQBg\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'd418487213fdd6163fa5eb0e8d5d719b', 1645780973, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400', 75, '1', '2022-02-25 17:22:54', '2022-02-25 17:22:54'), -(6674, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_user_sex', '{\"type\": [\"sys_user_sex\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjY0NDk3MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.4yGSCvdZ3NtVk4BWBXP-BrSzARS8n8RA1V0DgqMuQBg\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'd482533814fdd61641a5eb0e3b261420', 1645780977, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400', 263, '1', '2022-02-25 17:22:57', '2022-02-25 17:22:57'), -(6675, 'admin', 0, 1, 'GET', 'admin', '/admin/dept/list_tree/?id=0', '{\"id\": [\"0\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjY0NDk3MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.4yGSCvdZ3NtVk4BWBXP-BrSzARS8n8RA1V0DgqMuQBg\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '284bbe3814fdd61643a5eb0e6569a972', 1645780977, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400', 323, '1', '2022-02-25 17:22:58', '2022-02-25 17:22:58'), -(6676, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_user_type', '{\"type\": [\"sys_user_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjY0NDk3MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.4yGSCvdZ3NtVk4BWBXP-BrSzARS8n8RA1V0DgqMuQBg\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'a4c1fd3814fdd61644a5eb0e34edd811', 1645780977, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400', 345, '1', '2022-02-25 17:22:58', '2022-02-25 17:22:58'), -(6677, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjY0NDk3MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.4yGSCvdZ3NtVk4BWBXP-BrSzARS8n8RA1V0DgqMuQBg\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '9804723814fdd61642a5eb0e4f77b1b4', 1645780977, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400', 378, '1', '2022-02-25 17:22:58', '2022-02-25 17:22:58'), -(6678, 'admin', 0, 1, 'GET', 'admin', '/admin/member/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjY0NDk3MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.4yGSCvdZ3NtVk4BWBXP-BrSzARS8n8RA1V0DgqMuQBg\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '20c9562514fdd61640a5eb0ea4a65981', 1645780977, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400', 751, '1', '2022-02-25 17:22:59', '2022-02-25 17:22:59'), -(6679, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/org/dept\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjY0NDk3MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.4yGSCvdZ3NtVk4BWBXP-BrSzARS8n8RA1V0DgqMuQBg\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '88ba92a715fdd61645a5eb0e14e44db7', 1645780983, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400', 107, '1', '2022-02-25 17:23:03', '2022-02-25 17:23:03'), -(6680, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/org/dept\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjY0NDk3MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.4yGSCvdZ3NtVk4BWBXP-BrSzARS8n8RA1V0DgqMuQBg\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '2cc5f5ae15fdd61646a5eb0e86536dfb', 1645780983, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400', 76, '1', '2022-02-25 17:23:04', '2022-02-25 17:23:04'), -(6681, 'admin', 0, 1, 'GET', 'admin', '/admin/member/list?page=1&limit=10&dept_id=100', '{\"page\": [\"1\"], \"limit\": [\"10\"], \"dept_id\": [\"100\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjY0NDk3MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.4yGSCvdZ3NtVk4BWBXP-BrSzARS8n8RA1V0DgqMuQBg\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '547839bd15fdd61647a5eb0e49ec9c54', 1645780983, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400', 186, '1', '2022-02-25 17:23:04', '2022-02-25 17:23:04'), -(6682, 'admin', 0, 1, 'GET', 'admin', '/admin/dept/list/?name=', '{\"name\": [\"\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/org/dept\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjY0NDk3MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.4yGSCvdZ3NtVk4BWBXP-BrSzARS8n8RA1V0DgqMuQBg\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'a0263de715fdd61648a5eb0e7e1a4d28', 1645780984, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400', 76, '1', '2022-02-25 17:23:04', '2022-02-25 17:23:04'); -INSERT INTO `hg_sys_log` (`id`, `app_id`, `merchant_id`, `member_id`, `method`, `module`, `url`, `get_data`, `post_data`, `header_data`, `ip`, `province_id`, `city_id`, `error_code`, `error_msg`, `error_data`, `req_id`, `timestamp`, `user_agent`, `take_up_time`, `status`, `created_at`, `updated_at`) VALUES -(6683, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_dept_type', '{\"type\": [\"sys_dept_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/org/dept\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjY0NDk3MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.4yGSCvdZ3NtVk4BWBXP-BrSzARS8n8RA1V0DgqMuQBg\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '40d444e715fdd6164aa5eb0ed1f726e2', 1645780984, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400', 112, '1', '2022-02-25 17:23:05', '2022-02-25 17:23:05'), -(6684, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/org/dept\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjY0NDk3MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.4yGSCvdZ3NtVk4BWBXP-BrSzARS8n8RA1V0DgqMuQBg\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '40d444e715fdd61649a5eb0e29ff663f', 1645780984, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400', 119, '1', '2022-02-25 17:23:05', '2022-02-25 17:23:05'), -(6685, 'admin', 0, 1, 'GET', 'admin', '/admin/member/info', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjY0NDk3MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.4yGSCvdZ3NtVk4BWBXP-BrSzARS8n8RA1V0DgqMuQBg\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '0825329016fdd6164ba5eb0e5d382243', 1645780987, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400', 127, '1', '2022-02-25 17:23:07', '2022-02-25 17:23:07'), -(6686, 'admin', 0, 1, 'GET', 'admin', '/admin/role/dynamic/', 'null', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjY0NDk3MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.4yGSCvdZ3NtVk4BWBXP-BrSzARS8n8RA1V0DgqMuQBg\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '640d939a16fdd6164ca5eb0ec1524cc9', 1645780987, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400', 79, '1', '2022-02-25 17:23:07', '2022-02-25 17:23:07'), -(6687, 'admin', 0, 1, 'GET', 'admin', '/admin/dept/list_tree/?id=0', '{\"id\": [\"0\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjY0NDk3MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.4yGSCvdZ3NtVk4BWBXP-BrSzARS8n8RA1V0DgqMuQBg\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '0c9989c016fdd6164ea5eb0eb8b07b6e', 1645780988, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400', 96, '1', '2022-02-25 17:23:08', '2022-02-25 17:23:08'), -(6688, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjY0NDk3MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.4yGSCvdZ3NtVk4BWBXP-BrSzARS8n8RA1V0DgqMuQBg\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '5ce998c016fdd6164fa5eb0e2986cdcb', 1645780988, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400', 137, '1', '2022-02-25 17:23:08', '2022-02-25 17:23:08'), -(6689, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_user_type', '{\"type\": [\"sys_user_type\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjY0NDk3MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.4yGSCvdZ3NtVk4BWBXP-BrSzARS8n8RA1V0DgqMuQBg\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'e09c9dc016fdd61650a5eb0ea2577cbf', 1645780988, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400', 125, '1', '2022-02-25 17:23:08', '2022-02-25 17:23:08'), -(6690, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_user_sex', '{\"type\": [\"sys_user_sex\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjY0NDk3MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.4yGSCvdZ3NtVk4BWBXP-BrSzARS8n8RA1V0DgqMuQBg\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '684ea5c016fdd61651a5eb0e84eee291', 1645780988, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400', 189, '1', '2022-02-25 17:23:09', '2022-02-25 17:23:09'), -(6691, 'admin', 0, 1, 'GET', 'admin', '/admin/member/list?page=1&limit=10', '{\"page\": [\"1\"], \"limit\": [\"10\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/org/user\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjY0NDk3MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.4yGSCvdZ3NtVk4BWBXP-BrSzARS8n8RA1V0DgqMuQBg\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '40e405c016fdd6164da5eb0e6dcf4088', 1645780988, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400', 570, '1', '2022-02-25 17:23:09', '2022-02-25 17:23:09'), -(6692, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_normal_disable', '{\"type\": [\"sys_normal_disable\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/sysSetting/menu\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjY0NDk3MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.4yGSCvdZ3NtVk4BWBXP-BrSzARS8n8RA1V0DgqMuQBg\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '80c607021afdd61653a5eb0e2b75f151', 1645781002, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400', 97, '1', '2022-02-25 17:23:22', '2022-02-25 17:23:22'), -(6693, 'admin', 0, 1, 'GET', 'admin', '/admin/dict/attribute?type=sys_show_hide', '{\"type\": [\"sys_show_hide\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/sysSetting/menu\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjY0NDk3MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.4yGSCvdZ3NtVk4BWBXP-BrSzARS8n8RA1V0DgqMuQBg\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '80c607021afdd61654a5eb0e7c5771f6', 1645781002, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400', 117, '1', '2022-02-25 17:23:22', '2022-02-25 17:23:22'), -(6694, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/list?pid=0', '{\"pid\": [\"0\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/sysSetting/menu\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjY0NDk3MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.4yGSCvdZ3NtVk4BWBXP-BrSzARS8n8RA1V0DgqMuQBg\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '5cd6fd011afdd61652a5eb0e8f164b26', 1645781002, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400', 189, '1', '2022-02-25 17:23:22', '2022-02-25 17:23:22'), -(6695, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/list?pid=0', '{\"pid\": [\"0\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/sysSetting/menu\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjY0NDk3MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.4yGSCvdZ3NtVk4BWBXP-BrSzARS8n8RA1V0DgqMuQBg\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', '943c8c611afdd61655a5eb0ee8423407', 1645781003, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400', 181, '1', '2022-02-25 17:23:24', '2022-02-25 17:23:24'), -(6696, 'admin', 0, 1, 'GET', 'admin', '/admin/menu/search_list?pid=0&status=1', '{\"pid\": [\"0\"], \"status\": [\"1\"]}', 'null', '{\"Accept\": [\"application/json, text/plain, */*\"], \"Referer\": [\"http://localhost:8100/sysSetting/menu\"], \"Connection\": [\"close\"], \"User-Agent\": [\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400\"], \"Authorization\": [\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHAiOiJhZG1pbiIsImF2YXRhciI6Imh0dHA6Ly9hbGlvc3MucXZuaWRheWUuY29tLy9pbWFnZXMvMjAyMS8wMy8xMi9pbWFnZV8xNjE1NTI5MTk4X3ZNSzRrd3EyLmpwZyIsImVtYWlsIjoiMTMzODE0QHFxLmNvbSIsImV4cCI6MTY0NjY0NDk3MywiZXhwaXJlcyI6ODY0MDAwLCJpZCI6MSwiaXNfcmVmcmVzaCI6ZmFsc2UsImp3dF92ZXJzaW9uIjoiMS4wIiwibGFzdF9pcCI6IjEyNy4wLjAuMSIsImxhc3RfdGltZSI6MTY0NDY1OTk4NSwibW9iaWxlIjoiMTUzMDM4MzA1NzEiLCJyZWFsbmFtZSI6IuWtn-W4hSIsInJvbGUiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJ2aXNpdF9jb3VudCI6MjgyfQ.4yGSCvdZ3NtVk4BWBXP-BrSzARS8n8RA1V0DgqMuQBg\"], \"Accept-Encoding\": [\"gzip, deflate, br\"], \"Accept-Language\": [\"zh-CN,zh;q=0.9\"], \"X-Forwarded-For\": [\"127.0.0.1\"], \"X-Forwarded-Host\": [\"localhost:8100\"], \"X-Forwarded-Port\": [\"8100\"], \"X-Forwarded-Proto\": [\"http\"]}', '127.0.0.1', 0, 0, 0, '操作成功', 'null', 'e06d1f551bfdd61656a5eb0edddd0325', 1645781009, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3883.400 QQBrowser/10.8.4559.400', 1951, '1', '2022-02-25 17:23:30', '2022-02-25 17:23:30'); - --- -------------------------------------------------------- - --- --- 表的结构 `hg_sys_provinces` --- - -CREATE TABLE `hg_sys_provinces` ( - `id` int NOT NULL COMMENT 'ID', - `title` varchar(50) NOT NULL DEFAULT '' COMMENT '栏目名', - `pid` int NOT NULL DEFAULT '0' COMMENT '父栏目', - `short_title` varchar(50) DEFAULT '' COMMENT '缩写', - `areacode` int DEFAULT '0' COMMENT '区域编码', - `zipcode` int DEFAULT '0' COMMENT '邮政编码', - `pinyin` varchar(100) DEFAULT '' COMMENT '拼音', - `lng` varchar(20) DEFAULT '' COMMENT '经度', - `lat` varchar(20) DEFAULT '' COMMENT '纬度', - `level` tinyint NOT NULL DEFAULT '1' COMMENT '级别', - `tree` varchar(200) NOT NULL, - `sort` tinyint UNSIGNED DEFAULT '0' COMMENT '排序' -) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='公用_省市区记录表'; - --- --- 转存表中的数据 `hg_sys_provinces` --- - -INSERT INTO `hg_sys_provinces` (`id`, `title`, `pid`, `short_title`, `areacode`, `zipcode`, `pinyin`, `lng`, `lat`, `level`, `tree`, `sort`) VALUES -(810000, '香港特别行政区', 0, '', 0, 0, 'X', '114.18612410257', '22.29358599328', 1, 'tr_0 ', 0), -(810100, '九龙', 810000, '', 0, 0, 'J', '101.51341566718', '29.006431902925', 2, 'tr_0 tr_810000 ', 0), -(810101, '观塘区', 810100, '', 0, 0, 'G', '114.23743100142', '22.316803500017', 3, 'tr_0 tr_810000 tr_810100 ', 0), -(810102, '黄大仙区', 810100, '', 0, 0, 'H', '114.2055528338', '22.344516581114', 3, 'tr_0 tr_810000 tr_810100 ', 0), -(810103, '九龙城区', 810100, '', 0, 0, 'J', '114.19855413557', '22.325722838593', 3, 'tr_0 tr_810000 tr_810100 ', 0), -(810104, '深水埗区', 810100, '', 0, 0, 'S', '114.17556515012', '22.334814518942', 3, 'tr_0 tr_810000 tr_810100 ', 0), -(810105, '油尖旺区', 810100, '', 0, 0, 'Y', '114.17854456', '22.306583887776', 3, 'tr_0 tr_810000 tr_810100 ', 0), -(810200, '香港岛', 810000, '', 0, 0, 'X', '114.1838696432', '22.272099587606', 2, 'tr_0 tr_810000 ', 0), -(810201, '东区', 810200, '', 0, 0, 'D', '114.03675495515', '32.983906128946', 3, 'tr_0 tr_810000 tr_810200 ', 0), -(810202, '南区', 810200, '', 0, 0, 'N', '114.18612410257', '22.29358599328', 3, 'tr_0 tr_810000 tr_810200 ', 0), -(810203, '湾仔区', 810200, '', 0, 0, 'W', '114.1838696432', '22.272099587606', 3, 'tr_0 tr_810000 tr_810200 ', 0), -(810204, '中西区', 810200, '', 0, 0, 'Z', '114.15949141031', '22.291342714292', 3, 'tr_0 tr_810000 tr_810200 ', 0), -(810300, '新界', 810000, '', 0, 0, 'X', '114.18612410257', '22.29358599328', 2, 'tr_0 tr_810000 ', 0), -(810301, '北区', 810300, '', 0, 0, 'B', '114.56208137457', '38.029818054403', 3, 'tr_0 tr_810000 tr_810300 ', 0), -(810302, '大埔区', 810300, '', 0, 0, 'D', '114.14670082713', '22.427434108219', 3, 'tr_0 tr_810000 tr_810300 ', 0), -(810303, '葵青区', 810300, '', 0, 0, 'K', '114.14347453324', '22.36661881253', 3, 'tr_0 tr_810000 tr_810300 ', 0), -(810304, '离岛区', 810300, '', 0, 0, 'L', '113.95154733906', '22.286066480198', 3, 'tr_0 tr_810000 tr_810300 ', 0), -(810305, '荃湾区', 810300, '', 0, 0, 'Q', '114.126440954', '22.378243962528', 3, 'tr_0 tr_810000 tr_810300 ', 0), -(810306, '沙田区', 810300, '', 0, 0, 'S', '114.19855144065', '22.388522255034', 3, 'tr_0 tr_810000 tr_810300 ', 0), -(810307, '屯门区', 810300, '', 0, 0, 'T', '113.98745602385', '22.393584799271', 3, 'tr_0 tr_810000 tr_810300 ', 0), -(810308, '西贡区', 810300, '', 0, 0, 'X', '114.28352485373', '22.385077305939', 3, 'tr_0 tr_810000 tr_810300 ', 0), -(810309, '元朗区', 810300, '', 0, 0, 'Y', '114.03850969037', '22.448564780865', 3, 'tr_0 tr_810000 tr_810300 ', 0), -(820000, '澳门特别行政区', 0, '', 0, 0, 'A', '113.55751910182', '22.204117988443', 1, 'tr_0 ', 0), -(820100, '离岛', 820000, '', 0, 0, 'L', '113.55751910182', '22.204117988443', 2, 'tr_0 tr_820000 ', 0), -(820101, '嘉模堂区', 820100, '', 0, 0, 'J', '113.56551473951', '22.163142309955', 3, 'tr_0 tr_820000 tr_820100 ', 0), -(820102, '路氹填海区', 820100, '', 0, 0, 'L', '113.95154733906', '22.286066480198', 3, 'tr_0 tr_820000 tr_820100 ', 0), -(820103, '圣方济各堂区', 820100, '', 0, 0, 'S', '113.95154733906', '22.286066480198', 3, 'tr_0 tr_820000 tr_820100 ', 0), -(820200, '澳门半岛', 820000, '', 0, 0, 'A', '113.56643233517', '22.195004159218', 2, 'tr_0 tr_820000 ', 0), -(820201, '大堂区', 820200, '', 0, 0, 'D', '113.55648488269', '22.18919700752', 3, 'tr_0 tr_820000 tr_820200 ', 0), -(820202, '风顺堂区', 820200, '', 0, 0, 'F', '113.54545108595', '22.192783044934', 3, 'tr_0 tr_820000 tr_820200 ', 0), -(820203, '花地玛堂区', 820200, '', 0, 0, 'H', '113.55751029843', '22.212783524768', 3, 'tr_0 tr_820000 tr_820200 ', 0), -(820204, '花王堂区', 820200, '', 0, 0, 'H', '113.5544936987', '22.206635725923', 3, 'tr_0 tr_820000 tr_820200 ', 0), -(820205, '望德堂区', 820200, '', 0, 0, 'W', '113.5615137766', '22.202511136588', 3, 'tr_0 tr_820000 tr_820200 ', 0), -(830000, '台湾省', 0, '', 0, 0, 'T', '121.97387097872', '24.086956718805', 1, 'tr_0 ', 0), -(830100, '台北市', 830000, '', 0, 0, 'T', '121.5201088108', '25.063029935612', 2, 'tr_0 tr_830000 ', 0), -(830101, '中正区', 830100, '', 0, 0, 'Z', '121.5201088108', '25.063029935612', 3, 'tr_0 tr_830000 tr_830100 ', 0), -(830102, '大同区', 830100, '', 0, 0, 'D', '124.81937675979', '46.045583951311', 3, 'tr_0 tr_830000 tr_830100 ', 0), -(830103, '中山区', 830100, '', 0, 0, 'Z', '121.65154739367', '38.924511115496', 3, 'tr_0 tr_830000 tr_830100 ', 0), -(830104, '万华区', 830100, '', 0, 0, 'W', '121.5201088108', '25.063029935612', 3, 'tr_0 tr_830000 tr_830100 ', 0), -(830105, '信义区', 830100, '', 0, 0, 'X', '121.5201088108', '25.063029935612', 3, 'tr_0 tr_830000 tr_830100 ', 0), -(830106, '松山区', 830100, '', 0, 0, 'S', '118.9394138505', '42.292481572694', 3, 'tr_0 tr_830000 tr_830100 ', 0), -(830107, '大安区', 830100, '', 0, 0, 'D', '104.78041635328', '29.369928541322', 3, 'tr_0 tr_830000 tr_830100 ', 0), -(830108, '南港区', 830100, '', 0, 0, 'N', '121.5201088108', '25.063029935612', 3, 'tr_0 tr_830000 tr_830100 ', 0), -(830109, '北投区', 830100, '', 0, 0, 'B', '121.5201088108', '25.063029935612', 3, 'tr_0 tr_830000 tr_830100 ', 0), -(830110, '内湖区', 830100, '', 0, 0, 'N', '121.5201088108', '25.063029935612', 3, 'tr_0 tr_830000 tr_830100 ', 0), -(830111, '士林区', 830100, '', 0, 0, 'S', '121.5201088108', '25.063029935612', 3, 'tr_0 tr_830000 tr_830100 ', 0), -(830112, '文山区', 830100, '', 0, 0, 'W', '121.5201088108', '25.063029935612', 3, 'tr_0 tr_830000 tr_830100 ', 0), -(830200, '新北市', 830000, '', 0, 0, 'X', '121.97387097872', '24.086956718805', 2, 'tr_0 tr_830000 ', 0), -(830201, '板桥区', 830200, '', 0, 0, 'B', '121.46374631322', '25.009264935203', 3, 'tr_0 tr_830000 tr_830200 ', 0), -(830202, '土城区', 830200, '', 0, 0, 'T', '121.45638215646', '24.969575575642', 3, 'tr_0 tr_830000 tr_830200 ', 0), -(830203, '新庄区', 830200, '', 0, 0, 'X', '121.44987794847', '25.035900513246', 3, 'tr_0 tr_830000 tr_830200 ', 0), -(830204, '新店区', 830200, '', 0, 0, 'X', '121.54851057293', '24.931579077246', 3, 'tr_0 tr_830000 tr_830200 ', 0), -(830205, '深坑区', 830200, '', 0, 0, 'S', '121.63248449446', '25.000182732355', 3, 'tr_0 tr_830000 tr_830200 ', 0), -(830206, '石碇区', 830200, '', 0, 0, 'S', '121.64666268478', '24.953083429509', 3, 'tr_0 tr_830000 tr_830200 ', 0), -(830207, '坪林区', 830200, '', 0, 0, 'P', '121.73478767877', '24.915696554977', 3, 'tr_0 tr_830000 tr_830200 ', 0), -(830208, '乌来区', 830200, '', 0, 0, 'W', '121.53050817209', '24.786532168822', 3, 'tr_0 tr_830000 tr_830200 ', 0), -(830209, '五股区', 830200, '', 0, 0, 'W', '121.44461965429', '25.100233770435', 3, 'tr_0 tr_830000 tr_830200 ', 0), -(830210, '八里区', 830200, '', 0, 0, 'B', '121.40465098523', '25.130119585774', 3, 'tr_0 tr_830000 tr_830200 ', 0), -(830211, '林口区', 830200, '', 0, 0, 'L', '121.35894397022', '25.103036147515', 3, 'tr_0 tr_830000 tr_830200 ', 0), -(830212, '淡水区', 830200, '', 0, 0, 'D', '121.47260573633', '25.187238161176', 3, 'tr_0 tr_830000 tr_830200 ', 0), -(830213, '中和区', 830200, '', 0, 0, 'Z', '119.97751429276', '31.836323947624', 3, 'tr_0 tr_830000 tr_830200 ', 0), -(830214, '永和区', 830200, '', 0, 0, 'Y', '121.52736966421', '25.010500528231', 3, 'tr_0 tr_830000 tr_830200 ', 0), -(830215, '三重区', 830200, '', 0, 0, 'S', '121.49687574316', '25.069790814298', 3, 'tr_0 tr_830000 tr_830200 ', 0), -(830216, '芦洲区', 830200, '', 0, 0, 'L', '121.47982274435', '25.091134839883', 3, 'tr_0 tr_830000 tr_830200 ', 0), -(830217, '泰山区', 830200, '', 0, 0, 'T', '117.14141108582', '36.199444601195', 3, 'tr_0 tr_830000 tr_830200 ', 0), -(830218, '树林区', 830200, '', 0, 0, 'S', '121.412622083', '24.984757647837', 3, 'tr_0 tr_830000 tr_830200 ', 0), -(830219, '莺歌区', 830200, '', 0, 0, 'Y', '121.35899891418', '24.958676651245', 3, 'tr_0 tr_830000 tr_830200 ', 0), -(830220, '三峡区', 830200, '', 0, 0, 'S', '121.42609502893', '24.87480469353', 3, 'tr_0 tr_830000 tr_830200 ', 0), -(830221, '汐止区', 830200, '', 0, 0, 'X', '121.66100298061', '25.086721897126', 3, 'tr_0 tr_830000 tr_830200 ', 0), -(830222, '金山区', 830200, '', 0, 0, 'J', '121.34848004512', '30.74785237657', 3, 'tr_0 tr_830000 tr_830200 ', 0), -(830223, '万里区', 830200, '', 0, 0, 'W', '121.66558782234', '25.179420721026', 3, 'tr_0 tr_830000 tr_830200 ', 0), -(830224, '三芝区', 830200, '', 0, 0, 'S', '121.53552324466', '25.233947831353', 3, 'tr_0 tr_830000 tr_830200 ', 0), -(830225, '石门区', 830200, '', 0, 0, 'S', '121.59364212175', '25.261063301582', 3, 'tr_0 tr_830000 tr_830200 ', 0), -(830226, '瑞芳区', 830200, '', 0, 0, 'R', '121.81592241951', '25.092372901641', 3, 'tr_0 tr_830000 tr_830200 ', 0), -(830227, '贡寮区', 830200, '', 0, 0, 'G', '121.92278316131', '25.044375645825', 3, 'tr_0 tr_830000 tr_830200 ', 0), -(830228, '双溪区', 830200, '', 0, 0, 'S', '121.8310510997', '25.001750367683', 3, 'tr_0 tr_830000 tr_830200 ', 0), -(830229, '平溪区', 830200, '', 0, 0, 'P', '121.75897792057', '25.028954662262', 3, 'tr_0 tr_830000 tr_830200 ', 0), -(830300, '桃园市', 830000, '', 0, 0, 'T', '121.97387097872', '24.086956718805', 2, 'tr_0 tr_830000 ', 0), -(830301, '桃园区', 830300, '', 0, 0, 'T', '115.95771247803', '39.980514890446', 3, 'tr_0 tr_830000 tr_830300 ', 0), -(830302, '中坜区', 830300, '', 0, 0, 'Z', '115.95771247803', '39.980514890446', 3, 'tr_0 tr_830000 tr_830300 ', 0), -(830303, '平镇区', 830300, '', 0, 0, 'P', '115.95771247803', '39.980514890446', 3, 'tr_0 tr_830000 tr_830300 ', 0), -(830304, '八德区', 830300, '', 0, 0, 'B', '115.95771247803', '39.980514890446', 3, 'tr_0 tr_830000 tr_830300 ', 0), -(830305, '杨梅区', 830300, '', 0, 0, 'Y', '110.86164512823', '21.447395667888', 3, 'tr_0 tr_830000 tr_830300 ', 0), -(830306, '芦竹区', 830300, '', 0, 0, 'L', '115.95771247803', '39.980514890446', 3, 'tr_0 tr_830000 tr_830300 ', 0), -(830307, '大溪区', 830300, '', 0, 0, 'D', '115.95771247803', '39.980514890446', 3, 'tr_0 tr_830000 tr_830300 ', 0), -(830308, '龙潭区', 830300, '', 0, 0, 'L', '126.56854459242', '43.91634255363', 3, 'tr_0 tr_830000 tr_830300 ', 0), -(830309, '龟山区', 830300, '', 0, 0, 'G', '115.95771247803', '39.980514890446', 3, 'tr_0 tr_830000 tr_830300 ', 0), -(830310, '大园区', 830300, '', 0, 0, 'D', '115.95771247803', '39.980514890446', 3, 'tr_0 tr_830000 tr_830300 ', 0), -(830311, '观音区', 830300, '', 0, 0, 'G', '120.42538525561', '36.169241550407', 3, 'tr_0 tr_830000 tr_830300 ', 0), -(830312, '新屋区', 830300, '', 0, 0, 'X', '115.95771247803', '39.980514890446', 3, 'tr_0 tr_830000 tr_830300 ', 0), -(830313, '复兴区', 830300, '', 0, 0, 'F', '114.44809470749', '36.610368592227', 3, 'tr_0 tr_830000 tr_830300 ', 0), -(830400, '台中市', 830000, '', 0, 0, 'T', '121.97387097872', '24.086956718805', 2, 'tr_0 tr_830000 ', 0), -(830401, '中区', 830400, '', 0, 0, 'Z', '119.33696304538', '26.091557030419', 3, 'tr_0 tr_830000 tr_830400 ', 0), -(830402, '东区', 830400, '', 0, 0, 'D', '119.33696304538', '26.091557030419', 3, 'tr_0 tr_830000 tr_830400 ', 0), -(830403, '西区', 830400, '', 0, 0, 'X', '119.33696304538', '26.091557030419', 3, 'tr_0 tr_830000 tr_830400 ', 0), -(830404, '南区', 830400, '', 0, 0, 'N', '119.33696304538', '26.091557030419', 3, 'tr_0 tr_830000 tr_830400 ', 0), -(830405, '北区', 830400, '', 0, 0, 'B', '119.33696304538', '26.091557030419', 3, 'tr_0 tr_830000 tr_830400 ', 0), -(830406, '西屯区', 830400, '', 0, 0, 'X', '119.33696304538', '26.091557030419', 3, 'tr_0 tr_830000 tr_830400 ', 0), -(830407, '南屯区', 830400, '', 0, 0, 'N', '119.33696304538', '26.091557030419', 3, 'tr_0 tr_830000 tr_830400 ', 0), -(830408, '北屯区', 830400, '', 0, 0, 'B', '119.33696304538', '26.091557030419', 3, 'tr_0 tr_830000 tr_830400 ', 0), -(830409, '丰原区', 830400, '', 0, 0, 'F', '119.33696304538', '26.091557030419', 3, 'tr_0 tr_830000 tr_830400 ', 0), -(830410, '大里区', 830400, '', 0, 0, 'D', '119.33696304538', '26.091557030419', 3, 'tr_0 tr_830000 tr_830400 ', 0), -(830411, '太平区', 830400, '', 0, 0, 'T', '121.68538413681', '42.016967854141', 3, 'tr_0 tr_830000 tr_830400 ', 0), -(830412, '东势区', 830400, '', 0, 0, 'D', '119.33696304538', '26.091557030419', 3, 'tr_0 tr_830000 tr_830400 ', 0), -(830413, '大甲区', 830400, '', 0, 0, 'D', '119.33696304538', '26.091557030419', 3, 'tr_0 tr_830000 tr_830400 ', 0), -(830414, '清水区', 830400, '', 0, 0, 'Q', '119.33696304538', '26.091557030419', 3, 'tr_0 tr_830000 tr_830400 ', 0), -(830415, '沙鹿区', 830400, '', 0, 0, 'S', '119.33696304538', '26.091557030419', 3, 'tr_0 tr_830000 tr_830400 ', 0), -(830416, '梧栖区', 830400, '', 0, 0, 'W', '119.33696304538', '26.091557030419', 3, 'tr_0 tr_830000 tr_830400 ', 0), -(830417, '后里区', 830400, '', 0, 0, 'H', '119.33696304538', '26.091557030419', 3, 'tr_0 tr_830000 tr_830400 ', 0), -(830418, '神冈区', 830400, '', 0, 0, 'S', '119.33696304538', '26.091557030419', 3, 'tr_0 tr_830000 tr_830400 ', 0), -(830419, '潭子区', 830400, '', 0, 0, 'T', '119.33696304538', '26.091557030419', 3, 'tr_0 tr_830000 tr_830400 ', 0), -(830420, '大雅区', 830400, '', 0, 0, 'D', '119.33696304538', '26.091557030419', 3, 'tr_0 tr_830000 tr_830400 ', 0), -(830421, '新小区', 830400, '', 0, 0, 'X', '119.33696304538', '26.091557030419', 3, 'tr_0 tr_830000 tr_830400 ', 0), -(830422, '石冈区', 830400, '', 0, 0, 'S', '119.33696304538', '26.091557030419', 3, 'tr_0 tr_830000 tr_830400 ', 0), -(830423, '外埔区', 830400, '', 0, 0, 'W', '119.33696304538', '26.091557030419', 3, 'tr_0 tr_830000 tr_830400 ', 0), -(830424, '大安区', 830400, '', 0, 0, 'D', '104.78041635328', '29.369928541322', 3, 'tr_0 tr_830000 tr_830400 ', 0), -(830425, '乌日区', 830400, '', 0, 0, 'W', '119.33696304538', '26.091557030419', 3, 'tr_0 tr_830000 tr_830400 ', 0), -(830426, '大肚区', 830400, '', 0, 0, 'D', '119.33696304538', '26.091557030419', 3, 'tr_0 tr_830000 tr_830400 ', 0), -(830427, '龙井区', 830400, '', 0, 0, 'L', '119.33696304538', '26.091557030419', 3, 'tr_0 tr_830000 tr_830400 ', 0), -(830428, '雾峰区', 830400, '', 0, 0, 'W', '119.33696304538', '26.091557030419', 3, 'tr_0 tr_830000 tr_830400 ', 0), -(830429, '和平区', 830400, '', 0, 0, 'H', '117.2214669949', '39.12339025328', 3, 'tr_0 tr_830000 tr_830400 ', 0), -(830500, '台南市', 830000, '', 0, 0, 'T', '121.97387097872', '24.086956718805', 2, 'tr_0 tr_830000 ', 0), -(830501, '中西区', 830500, '', 0, 0, 'Z', '114.15949141031', '22.291342714292', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830502, '东区', 830500, '', 0, 0, 'D', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830503, '南区', 830500, '', 0, 0, 'N', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830504, '北区', 830500, '', 0, 0, 'B', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830505, '安平区', 830500, '', 0, 0, 'A', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830506, '安南区', 830500, '', 0, 0, 'A', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830507, '永康区', 830500, '', 0, 0, 'Y', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830508, '归仁区', 830500, '', 0, 0, 'G', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830509, '新化区', 830500, '', 0, 0, 'X', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830510, '左镇区', 830500, '', 0, 0, 'Z', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830511, '玉井区', 830500, '', 0, 0, 'Y', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830512, '楠西区', 830500, '', 0, 0, 'N', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830513, '南化区', 830500, '', 0, 0, 'N', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830514, '仁德区', 830500, '', 0, 0, 'R', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830515, '关庙区', 830500, '', 0, 0, 'G', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830516, '龙崎区', 830500, '', 0, 0, 'L', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830517, '官田区', 830500, '', 0, 0, 'G', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830518, '麻豆区', 830500, '', 0, 0, 'M', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830519, '佳里区', 830500, '', 0, 0, 'J', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830520, '西港区', 830500, '', 0, 0, 'X', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830521, '七股区', 830500, '', 0, 0, 'Q', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830522, '将军区', 830500, '', 0, 0, 'J', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830523, '学甲区', 830500, '', 0, 0, 'X', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830524, '北门区', 830500, '', 0, 0, 'B', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830525, '新营区', 830500, '', 0, 0, 'X', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830526, '后壁区', 830500, '', 0, 0, 'H', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830527, '白河区', 830500, '', 0, 0, 'B', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830528, '东山区', 830500, '', 0, 0, 'D', '130.32336109407', '47.344987135573', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830529, '六甲区', 830500, '', 0, 0, 'L', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830530, '下营区', 830500, '', 0, 0, 'X', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830531, '柳营区', 830500, '', 0, 0, 'L', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830532, '盐水区', 830500, '', 0, 0, 'Y', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830533, '善化区', 830500, '', 0, 0, 'S', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830534, '大内区', 830500, '', 0, 0, 'D', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830535, '山上区', 830500, '', 0, 0, 'S', '121.36052796411', '38.965848756262', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830536, '新市区', 830500, '', 0, 0, 'X', '115.41224520287', '38.88118294749', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830537, '安定区', 830500, '', 0, 0, 'A', '104.61650040265', '35.585600016725', 3, 'tr_0 tr_830000 tr_830500 ', 0), -(830600, '高雄市', 830000, '', 0, 0, 'G', '121.97387097872', '24.086956718805', 2, 'tr_0 tr_830000 ', 0), -(830601, '楠梓区', 830600, '', 0, 0, 'N', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830602, '左营区', 830600, '', 0, 0, 'Z', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830603, '鼓山区', 830600, '', 0, 0, 'G', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830604, '三民区', 830600, '', 0, 0, 'S', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830605, '盐埕区', 830600, '', 0, 0, 'Y', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830606, '前金区', 830600, '', 0, 0, 'Q', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830607, '新兴区', 830600, '', 0, 0, 'X', '130.93837086995', '45.822310328543', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830608, '苓雅区', 830600, '', 0, 0, 'L', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830609, '前镇区', 830600, '', 0, 0, 'Q', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830610, '旗津区', 830600, '', 0, 0, 'Q', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830611, '小港区', 830600, '', 0, 0, 'X', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830612, '凤山区', 830600, '', 0, 0, 'F', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830613, '大寮区', 830600, '', 0, 0, 'D', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830614, '鸟松区', 830600, '', 0, 0, 'N', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830615, '林园区', 830600, '', 0, 0, 'L', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830616, '仁武区', 830600, '', 0, 0, 'R', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830617, '大树区', 830600, '', 0, 0, 'D', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830618, '大社区', 830600, '', 0, 0, 'D', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830619, '冈山区', 830600, '', 0, 0, 'G', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830620, '路竹区', 830600, '', 0, 0, 'L', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830621, '桥头区', 830600, '', 0, 0, 'Q', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830622, '梓官区', 830600, '', 0, 0, 'Z', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830623, '弥陀区', 830600, '', 0, 0, 'M', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830624, '永安区', 830600, '', 0, 0, 'Y', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830625, '燕巢区', 830600, '', 0, 0, 'Y', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830626, '阿莲区', 830600, '', 0, 0, 'A', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830627, '茄萣区', 830600, '', 0, 0, 'J', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830628, '湖内区', 830600, '', 0, 0, 'H', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830629, '旗山区', 830600, '', 0, 0, 'Q', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830630, '美浓区', 830600, '', 0, 0, 'M', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830631, '内门区', 830600, '', 0, 0, 'N', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830632, '杉林区', 830600, '', 0, 0, 'S', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830633, '甲仙区', 830600, '', 0, 0, 'J', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830634, '六龟区', 830600, '', 0, 0, 'L', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830635, '茂林区', 830600, '', 0, 0, 'M', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830636, '桃源区', 830600, '', 0, 0, 'T', '114.29349244944', '30.607022895804', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830637, '那玛夏区', 830600, '', 0, 0, 'N', '120.71415692906', '23.273513646073', 3, 'tr_0 tr_830000 tr_830600 ', 0), -(830700, '基隆市', 830000, '', 0, 0, 'J', '121.97387097872', '24.086956718805', 2, 'tr_0 tr_830000 ', 0), -(830701, '中正区', 830700, '', 0, 0, 'Z', '118.53225032938', '24.6210238893', 3, 'tr_0 tr_830000 tr_830700 ', 0), -(830702, '七堵区', 830700, '', 0, 0, 'Q', '118.53225032938', '24.6210238893', 3, 'tr_0 tr_830000 tr_830700 ', 0), -(830703, '暖暖区', 830700, '', 0, 0, 'N', '118.53225032938', '24.6210238893', 3, 'tr_0 tr_830000 tr_830700 ', 0), -(830704, '仁爱区', 830700, '', 0, 0, 'R', '118.53225032938', '24.6210238893', 3, 'tr_0 tr_830000 tr_830700 ', 0), -(830705, '中山区', 830700, '', 0, 0, 'Z', '121.65154739367', '38.924511115496', 3, 'tr_0 tr_830000 tr_830700 ', 0), -(830706, '安乐区', 830700, '', 0, 0, 'A', '118.53225032938', '24.6210238893', 3, 'tr_0 tr_830000 tr_830700 ', 0), -(830707, '信义区', 830700, '', 0, 0, 'X', '118.53225032938', '24.6210238893', 3, 'tr_0 tr_830000 tr_830700 ', 0), -(830800, '新竹市', 830000, '', 0, 0, 'X', '121.97387097872', '24.086956718805', 2, 'tr_0 tr_830000 ', 0), -(830801, '东区', 830800, '', 0, 0, 'D', '119.76701381388', '49.221741849328', 3, 'tr_0 tr_830000 tr_830800 ', 0), -(830802, '北区', 830800, '', 0, 0, 'B', '119.76701381388', '49.221741849328', 3, 'tr_0 tr_830000 tr_830800 ', 0), -(830803, '香山区', 830800, '', 0, 0, 'X', '119.76701381388', '49.221741849328', 3, 'tr_0 tr_830000 tr_830800 ', 0), -(830900, '嘉义市', 830000, '', 0, 0, 'J', '121.97387097872', '24.086956718805', 2, 'tr_0 tr_830000 ', 0), -(830901, '东区', 830900, '', 0, 0, 'D', '114.2466374103', '22.728825804821', 3, 'tr_0 tr_830000 tr_830900 ', 0), -(830902, '西区', 830900, '', 0, 0, 'X', '114.2466374103', '22.728825804821', 3, 'tr_0 tr_830000 tr_830900 ', 0), -(839001, '宜兰县', 839000, '', 0, 0, 'Y', '121.39369436652', '31.211883015985', 3, 'tr_0 tr_830000 tr_839000 ', 0), -(839002, '新竹县', 839000, '', 0, 0, 'X', '119.76701381388', '49.221741849328', 3, 'tr_0 tr_830000 tr_839000 ', 0), -(839003, '苗栗县', 839000, '', 0, 0, 'M', '', '', 3, 'tr_0 tr_830000 tr_839000 ', 0), -(839004, '彰化县', 839000, '', 0, 0, 'Z', '109.04292985822', '26.632603089128', 3, 'tr_0 tr_830000 tr_839000 ', 0), -(839005, '南投县', 839000, '', 0, 0, 'N', '', '', 3, 'tr_0 tr_830000 tr_839000 ', 0), -(839006, '嘉义县', 839000, '', 0, 0, 'J', '114.2466374103', '22.728825804821', 3, 'tr_0 tr_830000 tr_839000 ', 0), -(839007, '云林县', 839000, '', 0, 0, 'Y', '124.7995182988', '42.918396678776', 3, 'tr_0 tr_830000 tr_839000 ', 0), -(839008, '屏东县', 839000, '', 0, 0, 'P', '119.30846756124', '26.107056743573', 3, 'tr_0 tr_830000 tr_839000 ', 0), -(839009, '台东县', 839000, '', 0, 0, 'T', '119.33983605008', '26.095631255982', 3, 'tr_0 tr_830000 tr_839000 ', 0), -(839010, '花莲县', 839000, '', 0, 0, 'H', '120.16162991211', '33.366606824641', 3, 'tr_0 tr_830000 tr_839000 ', 0), -(839011, '澎湖县', 839000, '', 0, 0, 'P', '121.13156576447', '30.875327117717', 3, 'tr_0 tr_830000 tr_839000 ', 0), -(839012, '金门县', 839000, '', 0, 0, 'J', '118.3304151596', '24.440444541055', 3, 'tr_0 tr_830000 tr_839000 ', 0), -(839013, '连江县', 839000, '', 0, 0, 'L', '119.54647881621', '26.203583291029', 3, 'tr_0 tr_830000 tr_839000 ', 0), -(110000, '北京市', 0, '', 0, 0, 'B', '116.41338369712', '39.9109245473', 1, 'tr_0 ', 0), -(120000, '天津市', 0, '', 0, 0, 'T', '117.21081309155', '39.14392990331', 1, 'tr_0 ', 0), -(130000, '河北省', 0, '', 0, 0, 'H', '114.53659630532', '38.0432016452', 1, 'tr_0 ', 0), -(140000, '山西省', 0, '', 0, 0, 'S', '112.56937550968', '37.879829423856', 1, 'tr_0 ', 0), -(150000, '内蒙古自治区', 0, '', 0, 0, 'N', '111.77260583082', '40.823156232446', 1, 'tr_0 ', 0), -(210000, '辽宁省', 0, '', 0, 0, 'L', '123.43559785683', '41.841465251202', 1, 'tr_0 ', 0), -(220000, '吉林省', 0, '', 0, 0, 'J', '125.33257987515', '43.901714435444', 1, 'tr_0 ', 0), -(230000, '黑龙江省', 0, '', 0, 0, 'H', '126.66965282042', '45.747929837435', 1, 'tr_0 ', 0), -(310000, '上海市', 0, '', 0, 0, 'S', '121.48053886018', '31.235929042252', 1, 'tr_0 ', 0), -(320000, '江苏省', 0, '', 0, 0, 'J', '118.76955164467', '32.066776944293', 1, 'tr_0 ', 0), -(330000, '浙江省', 0, '', 0, 0, 'Z', '120.15953308739', '30.271548393337', 1, 'tr_0 ', 0), -(340000, '安徽省', 0, '', 0, 0, 'A', '117.33054041772', '31.734294156317', 1, 'tr_0 ', 0), -(350000, '福建省', 0, '', 0, 0, 'F', '119.30244747704', '26.106339415901', 1, 'tr_0 ', 0), -(360000, '江西省', 0, '', 0, 0, 'J', '115.91542320365', '28.681690516761', 1, 'tr_0 ', 0), -(370000, '山东省', 0, '', 0, 0, 'S', '117.02744162848', '36.674856650405', 1, 'tr_0 ', 0), -(410000, '河南省', 0, '', 0, 0, 'H', '113.75938408486', '34.771712921931', 1, 'tr_0 ', 0), -(420000, '湖北省', 0, '', 0, 0, 'H', '114.34844073659', '30.551600064658', 1, 'tr_0 ', 0), -(430000, '湖南省', 0, '', 0, 0, 'H', '112.98960254335', '28.118269998009', 1, 'tr_0 ', 0), -(440000, '广东省', 0, '', 0, 0, 'G', '113.27242891273', '23.137948556539', 1, 'tr_0 ', 0), -(450000, '广西壮族自治区', 0, '', 0, 0, 'G', '108.33452122944', '22.821268997909', 1, 'tr_0 ', 0), -(460000, '海南省', 0, '', 0, 0, 'H', '110.35553651088', '20.025801964463', 1, 'tr_0 ', 0), -(500000, '重庆市', 0, '', 0, 0, 'Z', '106.55843415538', '29.568996245339', 1, 'tr_0 ', 0), -(510000, '四川省', 0, '', 0, 0, 'S', '104.07346654728', '30.577543147015', 1, 'tr_0 ', 0), -(520000, '贵州省', 0, '', 0, 0, 'G', '106.71447593089', '26.604029544995', 1, 'tr_0 ', 0), -(530000, '云南省', 0, '', 0, 0, 'Y', '102.71641607523', '25.051562267345', 1, 'tr_0 ', 0), -(540000, '西藏自治区', 0, '', 0, 0, 'X', '91.124342128993', '29.652893647473', 1, 'tr_0 ', 0), -(610000, '陕西省', 0, '', 0, 0, 'S', '108.96039314875', '34.275808006024', 1, 'tr_0 ', 0), -(620000, '甘肃省', 0, '', 0, 0, 'G', '103.83247812812', '36.065464887368', 1, 'tr_0 ', 0), -(630000, '青海省', 0, '', 0, 0, 'Q', '101.78646183587', '36.627158579235', 1, 'tr_0 ', 0), -(640000, '宁夏回族自治区', 0, '', 0, 0, 'N', '106.26560480701', '38.476877967911', 1, 'tr_0 ', 0), -(650000, '新疆维吾尔自治区', 0, '', 0, 0, 'X', '87.633473205738', '43.79923810129', 1, 'tr_0 ', 0), -(110100, '市辖区', 110000, '', 0, 0, 'S', '116.41338369712', '39.9109245473', 2, 'tr_0 tr_110000 ', 0), -(120100, '市辖区', 120000, '', 0, 0, 'S', '117.21081309155', '39.14392990331', 2, 'tr_0 tr_120000 ', 0), -(140100, '太原市', 140000, '', 0, 0, 'T', '112.55639149167', '37.876989028848', 2, 'tr_0 tr_140000 ', 0), -(140200, '大同市', 140000, '', 0, 0, 'D', '113.30643625859', '40.082468716161', 2, 'tr_0 tr_140000 ', 0), -(140300, '阳泉市', 140000, '', 0, 0, 'Y', '113.58761666288', '37.862360847859', 2, 'tr_0 tr_140000 ', 0), -(140400, '长治市', 140000, '', 0, 0, 'Z', '113.12255886985', '36.201268372155', 2, 'tr_0 tr_140000 ', 0), -(140500, '晋城市', 140000, '', 0, 0, 'J', '112.85857823133', '35.496284586473', 2, 'tr_0 tr_140000 ', 0), -(140600, '朔州市', 140000, '', 0, 0, 'S', '112.43937093967', '39.337108370542', 2, 'tr_0 tr_140000 ', 0), -(140700, '晋中市', 140000, '', 0, 0, 'J', '112.75959475566', '37.69283940976', 2, 'tr_0 tr_140000 ', 0), -(140800, '运城市', 140000, '', 0, 0, 'Y', '111.01338945448', '35.032706912909', 2, 'tr_0 tr_140000 ', 0), -(140900, '忻州市', 140000, '', 0, 0, 'X', '112.74062416024', '38.422383385178', 2, 'tr_0 tr_140000 ', 0), -(141000, '临汾市', 140000, '', 0, 0, 'L', '111.52553022403', '36.09374189542', 2, 'tr_0 tr_140000 ', 0), -(141100, '吕梁市', 140000, '', 0, 0, 'L', '111.15044967529', '37.524497749577', 2, 'tr_0 tr_140000 ', 0), -(150100, '呼和浩特市', 150000, '', 0, 0, 'H', '111.75550856171', '40.848422997113', 2, 'tr_0 tr_150000 ', 0), -(150200, '包头市', 150000, '', 0, 0, 'B', '109.84654350721', '40.662928788261', 2, 'tr_0 tr_150000 ', 0), -(150300, '乌海市', 150000, '', 0, 0, 'W', '106.80039105', '39.662006364891', 2, 'tr_0 tr_150000 ', 0), -(150400, '赤峰市', 150000, '', 0, 0, 'C', '118.89552039752', '42.261686103412', 2, 'tr_0 tr_150000 ', 0), -(150500, '通辽市', 150000, '', 0, 0, 'T', '122.25052178738', '43.657980083917', 2, 'tr_0 tr_150000 ', 0), -(150600, '鄂尔多斯市', 150000, '', 0, 0, 'E', '109.78744317924', '39.614482313949', 2, 'tr_0 tr_150000 ', 0), -(150700, '呼伦贝尔市', 150000, '', 0, 0, 'H', '119.77237049947', '49.218446475565', 2, 'tr_0 tr_150000 ', 0), -(150800, '巴彦淖尔市', 150000, '', 0, 0, 'B', '107.39439808372', '40.749359489573', 2, 'tr_0 tr_150000 ', 0), -(150900, '乌兰察布市', 150000, '', 0, 0, 'W', '113.13946767446', '41.000748327674', 2, 'tr_0 tr_150000 ', 0), -(152200, '兴安盟', 150000, '', 0, 0, 'X', '122.04436452583', '46.088463713219', 2, 'tr_0 tr_150000 ', 0), -(152500, '锡林郭勒盟', 150000, '', 0, 0, 'X', '116.05439144075', '43.939422665339', 2, 'tr_0 tr_150000 ', 0), -(152900, '阿拉善盟', 150000, '', 0, 0, 'A', '105.73537746449', '38.858275883057', 2, 'tr_0 tr_150000 ', 0), -(210100, '沈阳市', 210000, '', 0, 0, 'S', '123.45598993089', '41.720915668889', 2, 'tr_0 tr_210000 ', 0), -(210200, '大连市', 210000, '', 0, 0, 'D', '121.62163148459', '38.918953666786', 2, 'tr_0 tr_210000 ', 0), -(210300, '鞍山市', 210000, '', 0, 0, 'A', '123.00137251399', '41.115053596949', 2, 'tr_0 tr_210000 ', 0), -(210400, '抚顺市', 210000, '', 0, 0, 'F', '123.96437461561', '41.885969593057', 2, 'tr_0 tr_210000 ', 0), -(210500, '本溪市', 210000, '', 0, 0, 'B', '123.69250712421', '41.492916460553', 2, 'tr_0 tr_210000 ', 0), -(210600, '丹东市', 210000, '', 0, 0, 'D', '124.36154728159', '40.006408705594', 2, 'tr_0 tr_210000 ', 0), -(210700, '锦州市', 210000, '', 0, 0, 'J', '121.13259630056', '41.100931499462', 2, 'tr_0 tr_210000 ', 0), -(210800, '营口市', 210000, '', 0, 0, 'Y', '122.2415746645', '40.673136838267', 2, 'tr_0 tr_210000 ', 0), -(210900, '阜新市', 210000, '', 0, 0, 'F', '121.67640799866', '42.028021901318', 2, 'tr_0 tr_210000 ', 0), -(211000, '辽阳市', 210000, '', 0, 0, 'L', '123.24336640651', '41.274161290454', 2, 'tr_0 tr_210000 ', 0), -(211100, '盘锦市', 210000, '', 0, 0, 'P', '122.07322781023', '41.141248022956', 2, 'tr_0 tr_210000 ', 0), -(211200, '铁岭市', 210000, '', 0, 0, 'T', '123.73236520918', '42.229947997184', 2, 'tr_0 tr_210000 ', 0), -(211300, '朝阳市', 210000, '', 0, 0, 'C', '120.45749949793', '41.579820864756', 2, 'tr_0 tr_210000 ', 0), -(211400, '葫芦岛市', 210000, '', 0, 0, 'H', '120.84339833993', '40.717364436362', 2, 'tr_0 tr_210000 ', 0), -(220100, '长春市', 220000, '', 0, 0, 'Z', '125.33060207591', '43.821953501043', 2, 'tr_0 tr_220000 ', 0), -(220200, '吉林市', 220000, '', 0, 0, 'J', '126.55563450495', '43.843567834579', 2, 'tr_0 tr_220000 ', 0), -(220300, '四平市', 220000, '', 0, 0, 'S', '124.35648155716', '43.171993571561', 2, 'tr_0 tr_220000 ', 0), -(220400, '辽源市', 220000, '', 0, 0, 'L', '125.15042516689', '42.894055005746', 2, 'tr_0 tr_220000 ', 0), -(220500, '通化市', 220000, '', 0, 0, 'T', '125.94660627598', '41.733815801613', 2, 'tr_0 tr_220000 ', 0), -(220600, '白山市', 220000, '', 0, 0, 'B', '126.42963008938', '41.939627205329', 2, 'tr_0 tr_220000 ', 0), -(220700, '松原市', 220000, '', 0, 0, 'S', '124.83148187569', '45.147404193414', 2, 'tr_0 tr_220000 ', 0), -(220800, '白城市', 220000, '', 0, 0, 'B', '122.8455906085', '45.625504359996', 2, 'tr_0 tr_220000 ', 0), -(222400, '延边朝鲜族自治州', 220000, '', 0, 0, 'Y', '129.47737632023', '42.915743033722', 2, 'tr_0 tr_220000 ', 0), -(230100, '哈尔滨市', 230000, '', 0, 0, 'H', '126.54161509032', '45.808825827952', 2, 'tr_0 tr_230000 ', 0), -(230200, '齐齐哈尔市', 230000, '', 0, 0, 'Q', '123.92457086842', '47.359977186015', 2, 'tr_0 tr_230000 ', 0), -(230300, '鸡西市', 230000, '', 0, 0, 'J', '130.97561865877', '45.300872317824', 2, 'tr_0 tr_230000 ', 0), -(230400, '鹤岗市', 230000, '', 0, 0, 'H', '130.30443289867', '47.356056157685', 2, 'tr_0 tr_230000 ', 0), -(230500, '双鸭山市', 230000, '', 0, 0, 'S', '131.16534168078', '46.653185895886', 2, 'tr_0 tr_230000 ', 0), -(230600, '大庆市', 230000, '', 0, 0, 'D', '125.10865763402', '46.593633176722', 2, 'tr_0 tr_230000 ', 0), -(230700, '伊春市', 230000, '', 0, 0, 'Y', '128.8475463802', '47.733318457231', 2, 'tr_0 tr_230000 ', 0), -(230800, '佳木斯市', 230000, '', 0, 0, 'J', '130.32735909257', '46.805689990858', 2, 'tr_0 tr_230000 ', 0), -(230900, '七台河市', 230000, '', 0, 0, 'Q', '131.01154459103', '45.776300321548', 2, 'tr_0 tr_230000 ', 0), -(231000, '牡丹江市', 230000, '', 0, 0, 'M', '129.63953977835', '44.556245708986', 2, 'tr_0 tr_230000 ', 0), -(231100, '黑河市', 230000, '', 0, 0, 'H', '127.53548988622', '50.25127231175', 2, 'tr_0 tr_230000 ', 0), -(231200, '绥化市', 230000, '', 0, 0, 'S', '126.9753568753', '46.660032179824', 2, 'tr_0 tr_230000 ', 0), -(232700, '大兴安岭地区', 230000, '', 0, 0, 'D', '124.15292785448', '50.420025955028', 2, 'tr_0 tr_230000 ', 0), -(310100, '市辖区', 310000, '', 0, 0, 'S', '121.48053886018', '31.235929042252', 2, 'tr_0 tr_310000 ', 0), -(320100, '南京市', 320000, '', 0, 0, 'N', '118.80242172125', '32.064652885618', 2, 'tr_0 tr_320000 ', 0), -(320200, '无锡市', 320000, '', 0, 0, 'W', '120.31858328811', '31.498809732686', 2, 'tr_0 tr_320000 ', 0), -(320300, '徐州市', 320000, '', 0, 0, 'X', '117.29057543439', '34.212666550113', 2, 'tr_0 tr_320000 ', 0), -(320400, '常州市', 320000, '', 0, 0, 'C', '119.98148471328', '31.815795653328', 2, 'tr_0 tr_320000 ', 0), -(320500, '苏州市', 320000, '', 0, 0, 'S', '120.59241222959', '31.303564074442', 2, 'tr_0 tr_320000 ', 0), -(320600, '南通市', 320000, '', 0, 0, 'N', '120.90159173866', '31.986549431201', 2, 'tr_0 tr_320000 ', 0), -(320700, '连云港市', 320000, '', 0, 0, 'L', '119.22862133317', '34.602249525267', 2, 'tr_0 tr_320000 ', 0), -(320800, '淮安市', 320000, '', 0, 0, 'H', '119.02148367071', '33.616295301033', 2, 'tr_0 tr_320000 ', 0), -(320900, '盐城市', 320000, '', 0, 0, 'Y', '120.16754426576', '33.355100917626', 2, 'tr_0 tr_320000 ', 0), -(321000, '扬州市', 320000, '', 0, 0, 'Y', '119.41941890823', '32.40067693609', 2, 'tr_0 tr_320000 ', 0), -(321100, '镇江市', 320000, '', 0, 0, 'Z', '119.43048944567', '32.194715920524', 2, 'tr_0 tr_320000 ', 0), -(321200, '泰州市', 320000, '', 0, 0, 'T', '119.92956633785', '32.460675049308', 2, 'tr_0 tr_320000 ', 0), -(321300, '宿迁市', 320000, '', 0, 0, 'S', '118.28157403571', '33.96774971569', 2, 'tr_0 tr_320000 ', 0), -(330100, '杭州市', 330000, '', 0, 0, 'H', '120.21551180372', '30.253082981693', 2, 'tr_0 tr_330000 ', 0), -(330200, '宁波市', 330000, '', 0, 0, 'N', '121.62857249434', '29.866033045866', 2, 'tr_0 tr_330000 ', 0), -(330300, '温州市', 330000, '', 0, 0, 'W', '120.70647689036', '28.001085404472', 2, 'tr_0 tr_330000 ', 0), -(330400, '嘉兴市', 330000, '', 0, 0, 'J', '120.76355182586', '30.75097483092', 2, 'tr_0 tr_330000 ', 0), -(330500, '湖州市', 330000, '', 0, 0, 'H', '120.09451660916', '30.898963937294', 2, 'tr_0 tr_330000 ', 0), -(330600, '绍兴市', 330000, '', 0, 0, 'S', '120.58547847885', '30.036369311307', 2, 'tr_0 tr_330000 ', 0), -(330700, '金华市', 330000, '', 0, 0, 'J', '119.65343619053', '29.084639385514', 2, 'tr_0 tr_330000 ', 0), -(330800, '衢州市', 330000, '', 0, 0, 'Q', '118.86659674036', '28.975545802265', 2, 'tr_0 tr_330000 ', 0), -(330900, '舟山市', 330000, '', 0, 0, 'Z', '122.21355631852', '29.99091168016', 2, 'tr_0 tr_330000 ', 0), -(331000, '台州市', 330000, '', 0, 0, 'T', '121.42743470428', '28.662194055996', 2, 'tr_0 tr_330000 ', 0), -(331100, '丽水市', 330000, '', 0, 0, 'L', '119.92957305844', '28.473278180563', 2, 'tr_0 tr_330000 ', 0), -(340100, '合肥市', 340000, '', 0, 0, 'H', '117.23344266498', '31.826577833687', 2, 'tr_0 tr_340000 ', 0), -(340200, '芜湖市', 340000, '', 0, 0, 'W', '118.43943137654', '31.358536655799', 2, 'tr_0 tr_340000 ', 0), -(340300, '蚌埠市', 340000, '', 0, 0, 'B', '117.39551332814', '32.921523704351', 2, 'tr_0 tr_340000 ', 0), -(340400, '淮南市', 340000, '', 0, 0, 'H', '117.00638885072', '32.631847399053', 2, 'tr_0 tr_340000 ', 0), -(340500, '马鞍山市', 340000, '', 0, 0, 'M', '118.51357957943', '31.676265597609', 2, 'tr_0 tr_340000 ', 0), -(340600, '淮北市', 340000, '', 0, 0, 'H', '116.80453726703', '33.961656300276', 2, 'tr_0 tr_340000 ', 0), -(340700, '铜陵市', 340000, '', 0, 0, 'T', '117.81847679446', '30.951233239913', 2, 'tr_0 tr_340000 ', 0), -(340800, '安庆市', 340000, '', 0, 0, 'A', '117.06360390492', '30.530956568043', 2, 'tr_0 tr_340000 ', 0), -(341000, '黄山市', 340000, '', 0, 0, 'H', '118.34543725315', '29.721889786592', 2, 'tr_0 tr_340000 ', 0), -(341100, '滁州市', 340000, '', 0, 0, 'C', '118.33940613597', '32.261270872041', 2, 'tr_0 tr_340000 ', 0), -(341200, '阜阳市', 340000, '', 0, 0, 'F', '115.82043612491', '32.896060994852', 2, 'tr_0 tr_340000 ', 0), -(341300, '宿州市', 340000, '', 0, 0, 'S', '116.97054394561', '33.652095326452', 2, 'tr_0 tr_340000 ', 0), -(341500, '六安市', 340000, '', 0, 0, 'L', '116.52640966419', '31.741450815323', 2, 'tr_0 tr_340000 ', 0), -(341600, '亳州市', 340000, '', 0, 0, 'B', '115.78446321127', '33.850642695789', 2, 'tr_0 tr_340000 ', 0), -(341700, '池州市', 340000, '', 0, 0, 'C', '117.4984209616', '30.670883790765', 2, 'tr_0 tr_340000 ', 0), -(341800, '宣城市', 340000, '', 0, 0, 'X', '118.76553424277', '30.946601545293', 2, 'tr_0 tr_340000 ', 0), -(350100, '福州市', 350000, '', 0, 0, 'F', '119.30346983854', '26.080429420698', 2, 'tr_0 tr_350000 ', 0), -(350200, '厦门市', 350000, '', 0, 0, 'S', '118.09643549977', '24.485406605176', 2, 'tr_0 tr_350000 ', 0), -(350300, '莆田市', 350000, '', 0, 0, 'P', '119.01452097813', '25.459865455923', 2, 'tr_0 tr_350000 ', 0), -(350400, '三明市', 350000, '', 0, 0, 'S', '117.64552116782', '26.269736515992', 2, 'tr_0 tr_350000 ', 0), -(350500, '泉州市', 350000, '', 0, 0, 'Q', '118.6824462668', '24.879952330498', 2, 'tr_0 tr_350000 ', 0), -(350600, '漳州市', 350000, '', 0, 0, 'Z', '117.65357645299', '24.518929791171', 2, 'tr_0 tr_350000 ', 0), -(350700, '南平市', 350000, '', 0, 0, 'N', '118.18436954814', '26.647772874203', 2, 'tr_0 tr_350000 ', 0), -(350800, '龙岩市', 350000, '', 0, 0, 'L', '117.02344756678', '25.081219844872', 2, 'tr_0 tr_350000 ', 0), -(350900, '宁德市', 350000, '', 0, 0, 'N', '119.55451074543', '26.672241711409', 2, 'tr_0 tr_350000 ', 0), -(360100, '南昌市', 360000, '', 0, 0, 'N', '115.86458944232', '28.689455295061', 2, 'tr_0 tr_360000 ', 0), -(360200, '景德镇市', 360000, '', 0, 0, 'J', '117.18457644639', '29.274247711041', 2, 'tr_0 tr_360000 ', 0), -(360300, '萍乡市', 360000, '', 0, 0, 'P', '113.86149643375', '27.628392709397', 2, 'tr_0 tr_360000 ', 0), -(360400, '九江市', 360000, '', 0, 0, 'J', '116.00753491163', '29.711340559079', 2, 'tr_0 tr_360000 ', 0), -(360500, '新余市', 360000, '', 0, 0, 'X', '114.9235346514', '27.823578697789', 2, 'tr_0 tr_360000 ', 0), -(360600, '鹰潭市', 360000, '', 0, 0, 'Y', '117.07557542703', '28.265787063191', 2, 'tr_0 tr_360000 ', 0), -(360700, '赣州市', 360000, '', 0, 0, 'G', '114.94050337298', '25.835176103498', 2, 'tr_0 tr_360000 ', 0), -(360800, '吉安市', 360000, '', 0, 0, 'J', '115.00051072001', '27.11972682607', 2, 'tr_0 tr_360000 ', 0), -(360900, '宜春市', 360000, '', 0, 0, 'Y', '114.42356367591', '27.820856421848', 2, 'tr_0 tr_360000 ', 0), -(361000, '抚州市', 360000, '', 0, 0, 'F', '116.36453876864', '27.95489225342', 2, 'tr_0 tr_360000 ', 0), -(361100, '上饶市', 360000, '', 0, 0, 'S', '117.94945960312', '28.460625921852', 2, 'tr_0 tr_360000 ', 0), -(370100, '济南市', 370000, '', 0, 0, 'J', '117.12639941261', '36.656554201787', 2, 'tr_0 tr_370000 ', 0), -(370200, '青岛市', 370000, '', 0, 0, 'Q', '120.38945519115', '36.072227496663', 2, 'tr_0 tr_370000 ', 0), -(370300, '淄博市', 370000, '', 0, 0, 'Z', '118.0614525349', '36.819085683322', 2, 'tr_0 tr_370000 ', 0), -(370400, '枣庄市', 370000, '', 0, 0, 'Z', '117.33054194484', '34.815994048435', 2, 'tr_0 tr_370000 ', 0), -(370500, '东营市', 370000, '', 0, 0, 'D', '118.68138493514', '37.439641826323', 2, 'tr_0 tr_370000 ', 0), -(370600, '烟台市', 370000, '', 0, 0, 'Y', '121.4544154173', '37.470038383731', 2, 'tr_0 tr_370000 ', 0), -(370700, '潍坊市', 370000, '', 0, 0, 'W', '119.16837791143', '36.712651551268', 2, 'tr_0 tr_370000 ', 0), -(370800, '济宁市', 370000, '', 0, 0, 'J', '116.59361234854', '35.42017739453', 2, 'tr_0 tr_370000 ', 0), -(370900, '泰安市', 370000, '', 0, 0, 'T', '117.0944948348', '36.205858044885', 2, 'tr_0 tr_370000 ', 0), -(371000, '威海市', 370000, '', 0, 0, 'W', '122.12754097831', '37.516430548015', 2, 'tr_0 tr_370000 ', 0), -(371100, '日照市', 370000, '', 0, 0, 'R', '119.53341540457', '35.422838998438', 2, 'tr_0 tr_370000 ', 0), -(371200, '莱芜市', 370000, '', 0, 0, 'L', '117.68466691247', '36.233654133647', 2, 'tr_0 tr_370000 ', 0), -(371300, '临沂市', 370000, '', 0, 0, 'L', '118.36353300501', '35.110671242365', 2, 'tr_0 tr_370000 ', 0), -(371400, '德州市', 370000, '', 0, 0, 'D', '116.36555674397', '37.441308454576', 2, 'tr_0 tr_370000 ', 0), -(371500, '聊城市', 370000, '', 0, 0, 'L', '115.9915878483', '36.462758187694', 2, 'tr_0 tr_370000 ', 0), -(371600, '滨州市', 370000, '', 0, 0, 'B', '117.97740401715', '37.388196196077', 2, 'tr_0 tr_370000 ', 0), -(371700, '菏泽市', 370000, '', 0, 0, 'H', '115.48754503343', '35.239407424766', 2, 'tr_0 tr_370000 ', 0), -(410100, '郑州市', 410000, '', 0, 0, 'Z', '113.63141920734', '34.753438850454', 2, 'tr_0 tr_410000 ', 0), -(410200, '开封市', 410000, '', 0, 0, 'K', '114.31459258497', '34.802885811212', 2, 'tr_0 tr_410000 ', 0), -(410300, '洛阳市', 410000, '', 0, 0, 'L', '112.45942129831', '34.624262779219', 2, 'tr_0 tr_410000 ', 0), -(410400, '平顶山市', 410000, '', 0, 0, 'P', '113.19952856052', '33.772050748691', 2, 'tr_0 tr_410000 ', 0), -(410500, '安阳市', 410000, '', 0, 0, 'A', '114.39950042177', '36.105940984015', 2, 'tr_0 tr_410000 ', 0), -(410600, '鹤壁市', 410000, '', 0, 0, 'H', '114.30359364248', '35.7523574114', 2, 'tr_0 tr_410000 ', 0), -(410700, '新乡市', 410000, '', 0, 0, 'X', '113.93360046733', '35.309639930337', 2, 'tr_0 tr_410000 ', 0), -(410800, '焦作市', 410000, '', 0, 0, 'J', '113.24854783457', '35.220963254039', 2, 'tr_0 tr_410000 ', 0), -(410900, '濮阳市', 410000, '', 0, 0, 'P', '115.03559747034', '35.767593028906', 2, 'tr_0 tr_410000 ', 0), -(411000, '许昌市', 410000, '', 0, 0, 'X', '113.85847553686', '34.041431611619', 2, 'tr_0 tr_410000 ', 0), -(411100, '漯河市', 410000, '', 0, 0, 'L', '114.02342077765', '33.587710707102', 2, 'tr_0 tr_410000 ', 0), -(411200, '三门峡市', 410000, '', 0, 0, 'S', '111.20653322387', '34.77832724946', 2, 'tr_0 tr_410000 ', 0), -(411300, '南阳市', 410000, '', 0, 0, 'N', '112.53450131351', '32.996562204651', 2, 'tr_0 tr_410000 ', 0), -(411400, '商丘市', 410000, '', 0, 0, 'S', '115.66244933826', '34.420201665859', 2, 'tr_0 tr_410000 ', 0), -(411500, '信阳市', 410000, '', 0, 0, 'X', '114.09748283305', '32.153014547531', 2, 'tr_0 tr_410000 ', 0), -(411600, '周口市', 410000, '', 0, 0, 'Z', '114.70348251482', '33.631828875702', 2, 'tr_0 tr_410000 ', 0), -(411700, '驻马店市', 410000, '', 0, 0, 'Z', '114.02847078173', '33.017842416744', 2, 'tr_0 tr_410000 ', 0), -(419000, '省直辖县级行政区划', 410000, '', 0, 0, 'S', '113.75938408486', '34.771712921931', 2, 'tr_0 tr_410000 ', 0), -(420100, '武汉市', 420000, '', 0, 0, 'W', '114.31158155473', '30.598466736401', 2, 'tr_0 tr_420000 ', 0), -(420200, '黄石市', 420000, '', 0, 0, 'H', '115.04553290894', '30.205207848942', 2, 'tr_0 tr_420000 ', 0), -(420300, '十堰市', 420000, '', 0, 0, 'S', '110.8045295607', '32.635061858401', 2, 'tr_0 tr_420000 ', 0), -(420500, '宜昌市', 420000, '', 0, 0, 'Y', '111.29254921035', '30.697446484492', 2, 'tr_0 tr_420000 ', 0), -(420600, '襄阳市', 420000, '', 0, 0, 'X', '112.128537201', '32.014796804669', 2, 'tr_0 tr_420000 ', 0), -(420700, '鄂州市', 420000, '', 0, 0, 'E', '114.90160738827', '30.396572173317', 2, 'tr_0 tr_420000 ', 0), -(420800, '荆门市', 420000, '', 0, 0, 'J', '112.20639298023', '31.04173257557', 2, 'tr_0 tr_420000 ', 0), -(420900, '孝感市', 420000, '', 0, 0, 'X', '113.92251007734', '30.930689227018', 2, 'tr_0 tr_420000 ', 0), -(421000, '荆州市', 420000, '', 0, 0, 'J', '112.24552262926', '30.340842107743', 2, 'tr_0 tr_420000 ', 0), -(421100, '黄冈市', 420000, '', 0, 0, 'H', '114.87849048411', '30.459358857618', 2, 'tr_0 tr_420000 ', 0), -(421200, '咸宁市', 420000, '', 0, 0, 'X', '114.32851909027', '29.847055947646', 2, 'tr_0 tr_420000 ', 0), -(421300, '随州市', 420000, '', 0, 0, 'S', '113.38945001822', '31.696516772328', 2, 'tr_0 tr_420000 ', 0), -(422800, '恩施土家族苗族自治州', 420000, '', 0, 0, 'E', '109.49459261858', '30.277939575301', 2, 'tr_0 tr_420000 ', 0), -(429000, '省直辖县级行政区划', 420000, '', 0, 0, 'S', '114.34844073659', '30.551600064658', 2, 'tr_0 tr_420000 ', 0), -(430100, '长沙市', 430000, '', 0, 0, 'Z', '112.94547319535', '28.234889399944', 2, 'tr_0 tr_430000 ', 0), -(430200, '株洲市', 430000, '', 0, 0, 'Z', '113.14047079776', '27.833567639016', 2, 'tr_0 tr_430000 ', 0), -(430300, '湘潭市', 430000, '', 0, 0, 'X', '112.95046418076', '27.835702227136', 2, 'tr_0 tr_430000 ', 0), -(430400, '衡阳市', 430000, '', 0, 0, 'H', '112.57844721326', '26.899576139189', 2, 'tr_0 tr_430000 ', 0), -(430500, '邵阳市', 430000, '', 0, 0, 'S', '111.47443288593', '27.245270272809', 2, 'tr_0 tr_430000 ', 0), -(430600, '岳阳市', 430000, '', 0, 0, 'Y', '113.13548942422', '29.363178293926', 2, 'tr_0 tr_430000 ', 0), -(430700, '常德市', 430000, '', 0, 0, 'C', '111.70545217996', '29.037749999407', 2, 'tr_0 tr_430000 ', 0), -(430800, '张家界市', 430000, '', 0, 0, 'Z', '110.48553254695', '29.122815562552', 2, 'tr_0 tr_430000 ', 0), -(430900, '益阳市', 430000, '', 0, 0, 'Y', '112.36151595471', '28.55971117849', 2, 'tr_0 tr_430000 ', 0), -(431000, '郴州市', 430000, '', 0, 0, 'C', '113.02146049909', '25.776683273602', 2, 'tr_0 tr_430000 ', 0), -(431100, '永州市', 430000, '', 0, 0, 'Y', '111.61945505792', '26.4258641179', 2, 'tr_0 tr_430000 ', 0), -(431200, '怀化市', 430000, '', 0, 0, 'H', '110.00851426537', '27.575160902979', 2, 'tr_0 tr_430000 ', 0), -(431300, '娄底市', 430000, '', 0, 0, 'L', '112.00150349288', '27.703208596992', 2, 'tr_0 tr_430000 ', 0), -(433100, '湘西土家族苗族自治州', 430000, '', 0, 0, 'X', '109.74557664947', '28.317369104701', 2, 'tr_0 tr_430000 ', 0), -(440100, '广州市', 440000, '', 0, 0, 'G', '113.27143134446', '23.135336306695', 2, 'tr_0 tr_440000 ', 0), -(440200, '韶关市', 440000, '', 0, 0, 'S', '113.60352734562', '24.815881278583', 2, 'tr_0 tr_440000 ', 0), -(440300, '深圳市', 440000, '', 0, 0, 'S', '114.06455183659', '22.548456637984', 2, 'tr_0 tr_440000 ', 0), -(440400, '珠海市', 440000, '', 0, 0, 'Z', '113.58255478655', '22.276564654249', 2, 'tr_0 tr_440000 ', 0), -(440500, '汕头市', 440000, '', 0, 0, 'S', '116.68852864055', '23.359091717725', 2, 'tr_0 tr_440000 ', 0), -(440600, '佛山市', 440000, '', 0, 0, 'F', '113.1285121955', '23.027758750789', 2, 'tr_0 tr_440000 ', 0), -(440700, '江门市', 440000, '', 0, 0, 'J', '113.08855619524', '22.584603880965', 2, 'tr_0 tr_440000 ', 0), -(440800, '湛江市', 440000, '', 0, 0, 'Z', '110.36555441393', '21.276723439012', 2, 'tr_0 tr_440000 ', 0), -(440900, '茂名市', 440000, '', 0, 0, 'M', '110.93154257997', '21.669064031332', 2, 'tr_0 tr_440000 ', 0), -(441200, '肇庆市', 440000, '', 0, 0, 'Z', '112.47148894063', '23.052888771126', 2, 'tr_0 tr_440000 ', 0), -(441300, '惠州市', 440000, '', 0, 0, 'H', '114.42355801658', '23.116358854726', 2, 'tr_0 tr_440000 ', 0), -(441400, '梅州市', 440000, '', 0, 0, 'M', '116.12953737612', '24.294177532206', 2, 'tr_0 tr_440000 ', 0), -(441500, '汕尾市', 440000, '', 0, 0, 'S', '115.3729242894', '22.778730500164', 2, 'tr_0 tr_440000 ', 0), -(441600, '河源市', 440000, '', 0, 0, 'H', '114.70744627291', '23.74968437096', 2, 'tr_0 tr_440000 ', 0), -(441700, '阳江市', 440000, '', 0, 0, 'Y', '111.98848929181', '21.864339726139', 2, 'tr_0 tr_440000 ', 0), -(441800, '清远市', 440000, '', 0, 0, 'Q', '113.06246832527', '23.688230292088', 2, 'tr_0 tr_440000 ', 0), -(441900, '东莞市', 440000, '', 0, 0, 'D', '113.75842045788', '23.027308411643', 2, 'tr_0 tr_440000 ', 0), -(442000, '中山市', 440000, '', 0, 0, 'Z', '113.39942236263', '22.522314670791', 2, 'tr_0 tr_440000 ', 0), -(445100, '潮州市', 440000, '', 0, 0, 'C', '116.62947017363', '23.662623192616', 2, 'tr_0 tr_440000 ', 0), -(445200, '揭阳市', 440000, '', 0, 0, 'J', '116.37851218034', '23.555740488276', 2, 'tr_0 tr_440000 ', 0), -(445300, '云浮市', 440000, '', 0, 0, 'Y', '112.05151269959', '22.920911970343', 2, 'tr_0 tr_440000 ', 0), -(450100, '南宁市', 450000, '', 0, 0, 'N', '108.37345082582', '22.822606601187', 2, 'tr_0 tr_450000 ', 0), -(450200, '柳州市', 450000, '', 0, 0, 'L', '109.43442194635', '24.331961386852', 2, 'tr_0 tr_450000 ', 0), -(450300, '桂林市', 450000, '', 0, 0, 'G', '110.20354537458', '25.242885724873', 2, 'tr_0 tr_450000 ', 0), -(450400, '梧州市', 450000, '', 0, 0, 'W', '111.28551681182', '23.482745281135', 2, 'tr_0 tr_450000 ', 0), -(450500, '北海市', 450000, '', 0, 0, 'B', '109.12653321257', '21.486836495769', 2, 'tr_0 tr_450000 ', 0), -(450600, '防城港市', 450000, '', 0, 0, 'F', '108.3604188383', '21.693005289969', 2, 'tr_0 tr_450000 ', 0), -(450700, '钦州市', 450000, '', 0, 0, 'Q', '108.66058016842', '21.986593539484', 2, 'tr_0 tr_450000 ', 0), -(450800, '贵港市', 450000, '', 0, 0, 'G', '109.60552031033', '23.117448382038', 2, 'tr_0 tr_450000 ', 0), -(450900, '玉林市', 450000, '', 0, 0, 'Y', '110.18845312337', '22.659830509953', 2, 'tr_0 tr_450000 ', 0), -(451000, '百色市', 450000, '', 0, 0, 'B', '106.62458932565', '23.908185934296', 2, 'tr_0 tr_450000 ', 0), -(451100, '贺州市', 450000, '', 0, 0, 'H', '111.57352631416', '24.409450902865', 2, 'tr_0 tr_450000 ', 0), -(451200, '河池市', 450000, '', 0, 0, 'H', '108.09149994499', '24.698911731273', 2, 'tr_0 tr_450000 ', 0), -(451300, '来宾市', 450000, '', 0, 0, 'L', '109.2274581959', '23.756546762607', 2, 'tr_0 tr_450000 ', 0), -(451400, '崇左市', 450000, '', 0, 0, 'C', '107.3715202061', '22.383117234663', 2, 'tr_0 tr_450000 ', 0), -(460100, '海口市', 460000, '', 0, 0, 'H', '110.32552547126', '20.044049439257', 2, 'tr_0 tr_460000 ', 0), -(460200, '三亚市', 460000, '', 0, 0, 'S', '109.5185567014', '18.258736291748', 2, 'tr_0 tr_460000 ', 0); -INSERT INTO `hg_sys_provinces` (`id`, `title`, `pid`, `short_title`, `areacode`, `zipcode`, `pinyin`, `lng`, `lat`, `level`, `tree`, `sort`) VALUES -(460300, '三沙市', 460000, '', 0, 0, 'S', '112.34048204137', '16.838953334409', 2, 'tr_0 tr_460000 ', 0), -(460400, '儋州市', 460000, '', 0, 0, 'D', '109.58745583569', '19.527146110044', 2, 'tr_0 tr_460000 ', 0), -(469000, '省直辖县级行政区划', 460000, '', 0, 0, 'S', '110.35553651088', '20.025801964463', 2, 'tr_0 tr_460000 ', 0), -(500100, '市辖区', 500000, '', 0, 0, 'S', '106.55843415538', '29.568996245339', 2, 'tr_0 tr_500000 ', 0), -(500200, '县', 500000, '', 0, 0, 'X', '106.55843415538', '29.568996245339', 2, 'tr_0 tr_500000 ', 0), -(510100, '成都市', 510000, '', 0, 0, 'C', '104.08153351042', '30.655821878416', 2, 'tr_0 tr_510000 ', 0), -(510300, '自贡市', 510000, '', 0, 0, 'Z', '104.78444884672', '29.345584921328', 2, 'tr_0 tr_510000 ', 0), -(510400, '攀枝花市', 510000, '', 0, 0, 'P', '101.72554117091', '26.588033173333', 2, 'tr_0 tr_510000 ', 0), -(510500, '泸州市', 510000, '', 0, 0, 'L', '105.44852406933', '28.877668303607', 2, 'tr_0 tr_510000 ', 0), -(510600, '德阳市', 510000, '', 0, 0, 'D', '104.40441936496', '31.133115003657', 2, 'tr_0 tr_510000 ', 0), -(510700, '绵阳市', 510000, '', 0, 0, 'M', '104.68556186076', '31.473663048746', 2, 'tr_0 tr_510000 ', 0), -(510800, '广元市', 510000, '', 0, 0, 'G', '105.85042318166', '32.441616305315', 2, 'tr_0 tr_510000 ', 0), -(510900, '遂宁市', 510000, '', 0, 0, 'S', '105.59942153064', '30.539097671109', 2, 'tr_0 tr_510000 ', 0), -(511000, '内江市', 510000, '', 0, 0, 'N', '105.064588025', '29.58588653832', 2, 'tr_0 tr_510000 ', 0), -(511100, '乐山市', 510000, '', 0, 0, 'L', '103.77253760363', '29.557940717458', 2, 'tr_0 tr_510000 ', 0), -(511300, '南充市', 510000, '', 0, 0, 'N', '106.11750261487', '30.843782508337', 2, 'tr_0 tr_510000 ', 0), -(511400, '眉山市', 510000, '', 0, 0, 'M', '103.85656331579', '30.082526119421', 2, 'tr_0 tr_510000 ', 0), -(511500, '宜宾市', 510000, '', 0, 0, 'Y', '104.64940370487', '28.758007028552', 2, 'tr_0 tr_510000 ', 0), -(511600, '广安市', 510000, '', 0, 0, 'G', '106.63955268233', '30.461746110679', 2, 'tr_0 tr_510000 ', 0), -(511700, '达州市', 510000, '', 0, 0, 'D', '107.47459385898', '31.214307723927', 2, 'tr_0 tr_510000 ', 0), -(511800, '雅安市', 510000, '', 0, 0, 'Y', '103.0495426236', '30.016792545706', 2, 'tr_0 tr_510000 ', 0), -(511900, '巴中市', 510000, '', 0, 0, 'B', '106.75158530316', '31.872888585957', 2, 'tr_0 tr_510000 ', 0), -(512000, '资阳市', 510000, '', 0, 0, 'Z', '104.63443534164', '30.134956559253', 2, 'tr_0 tr_510000 ', 0), -(513200, '阿坝藏族羌族自治州', 510000, '', 0, 0, 'A', '102.23141546175', '31.905511577267', 2, 'tr_0 tr_510000 ', 0), -(513300, '甘孜藏族自治州', 510000, '', 0, 0, 'G', '101.96854674579', '30.055278843518', 2, 'tr_0 tr_510000 ', 0), -(513400, '凉山彝族自治州', 510000, '', 0, 0, 'L', '102.27350268097', '27.88775230037', 2, 'tr_0 tr_510000 ', 0), -(520100, '贵阳市', 520000, '', 0, 0, 'G', '106.63657676353', '26.65332482231', 2, 'tr_0 tr_520000 ', 0), -(520200, '六盘水市', 520000, '', 0, 0, 'L', '104.83755460235', '26.598833108257', 2, 'tr_0 tr_520000 ', 0), -(520300, '遵义市', 520000, '', 0, 0, 'Z', '106.93342774802', '27.731700878917', 2, 'tr_0 tr_520000 ', 0), -(520400, '安顺市', 520000, '', 0, 0, 'A', '105.95441712389', '26.259252378715', 2, 'tr_0 tr_520000 ', 0), -(520500, '毕节市', 520000, '', 0, 0, 'B', '105.33332337117', '27.408562131331', 2, 'tr_0 tr_520000 ', 0), -(520600, '铜仁市', 520000, '', 0, 0, 'T', '109.16855802826', '27.674902690624', 2, 'tr_0 tr_520000 ', 0), -(522300, '黔西南布依族苗族自治州', 520000, '', 0, 0, 'Q', '104.91249214627', '25.093967349417', 2, 'tr_0 tr_520000 ', 0), -(522600, '黔东南苗族侗族自治州', 520000, '', 0, 0, 'Q', '107.98944624078', '26.589702969826', 2, 'tr_0 tr_520000 ', 0), -(522700, '黔南布依族苗族自治州', 520000, '', 0, 0, 'Q', '107.52840270574', '26.260616196074', 2, 'tr_0 tr_520000 ', 0), -(530100, '昆明市', 530000, '', 0, 0, 'K', '102.852448365', '24.873998150044', 2, 'tr_0 tr_530000 ', 0), -(530300, '曲靖市', 530000, '', 0, 0, 'Q', '103.80243482795', '25.496406931544', 2, 'tr_0 tr_530000 ', 0), -(530400, '玉溪市', 530000, '', 0, 0, 'Y', '102.55356029311', '24.357710942446', 2, 'tr_0 tr_530000 ', 0), -(530500, '保山市', 530000, '', 0, 0, 'B', '99.177273285818', '25.139038793266', 2, 'tr_0 tr_530000 ', 0), -(530600, '昭通市', 530000, '', 0, 0, 'Z', '103.72351177197', '27.344083860247', 2, 'tr_0 tr_530000 ', 0), -(530700, '丽江市', 530000, '', 0, 0, 'L', '100.23246452903', '26.860657438065', 2, 'tr_0 tr_530000 ', 0), -(530800, '普洱市', 530000, '', 0, 0, 'P', '100.97256981473', '22.83097918601', 2, 'tr_0 tr_530000 ', 0), -(530900, '临沧市', 530000, '', 0, 0, 'L', '100.09544042015', '23.890468556279', 2, 'tr_0 tr_530000 ', 0), -(532300, '楚雄彝族自治州', 530000, '', 0, 0, 'C', '101.5344124805', '25.05177356534', 2, 'tr_0 tr_530000 ', 0), -(532500, '红河哈尼族彝族自治州', 530000, '', 0, 0, 'H', '103.38154905258', '23.369996247605', 2, 'tr_0 tr_530000 ', 0), -(532600, '文山壮族苗族自治州', 530000, '', 0, 0, 'W', '104.22256899109', '23.405994293612', 2, 'tr_0 tr_530000 ', 0), -(532800, '西双版纳傣族自治州', 530000, '', 0, 0, 'X', '100.80344682456', '22.013601254764', 2, 'tr_0 tr_530000 ', 0), -(532900, '大理白族自治州', 530000, '', 0, 0, 'D', '100.27458284048', '25.612128418193', 2, 'tr_0 tr_530000 ', 0), -(533100, '德宏傣族景颇族自治州', 530000, '', 0, 0, 'D', '98.591359356114', '24.438010702758', 2, 'tr_0 tr_530000 ', 0), -(533300, '怒江傈僳族自治州', 530000, '', 0, 0, 'N', '98.863288381358', '25.823707417658', 2, 'tr_0 tr_530000 ', 0), -(533400, '迪庆藏族自治州', 530000, '', 0, 0, 'D', '99.70952999014', '27.825184683643', 2, 'tr_0 tr_530000 ', 0), -(540100, '拉萨市', 540000, '', 0, 0, 'L', '91.120823915464', '29.650040274768', 2, 'tr_0 tr_540000 ', 0), -(540200, '日喀则市', 540000, '', 0, 0, 'R', '88.893703034826', '29.275657822512', 2, 'tr_0 tr_540000 ', 0), -(540300, '昌都市', 540000, '', 0, 0, 'C', '97.179583594086', '31.147346549327', 2, 'tr_0 tr_540000 ', 0), -(540400, '林芝市', 540000, '', 0, 0, 'L', '94.368058287133', '29.654042176952', 2, 'tr_0 tr_540000 ', 0), -(540500, '山南市', 540000, '', 0, 0, 'S', '91.778675138519', '29.243026939249', 2, 'tr_0 tr_540000 ', 0), -(540600, '那曲市', 540000, '', 0, 0, 'N', '92.057338498175', '31.482438388455', 2, 'tr_0 tr_540000 ', 0), -(542500, '阿里地区', 540000, '', 0, 0, 'A', '80.112776921926', '32.506866017633', 2, 'tr_0 tr_540000 ', 0), -(610100, '西安市', 610000, '', 0, 0, 'X', '108.94646555063', '34.347268816624', 2, 'tr_0 tr_610000 ', 0), -(610200, '铜川市', 610000, '', 0, 0, 'T', '108.95240424836', '34.902637080503', 2, 'tr_0 tr_610000 ', 0), -(610300, '宝鸡市', 610000, '', 0, 0, 'B', '107.24457536704', '34.36891564287', 2, 'tr_0 tr_610000 ', 0), -(610400, '咸阳市', 610000, '', 0, 0, 'X', '108.71542245143', '34.335476293369', 2, 'tr_0 tr_610000 ', 0), -(610500, '渭南市', 610000, '', 0, 0, 'W', '109.51658960526', '34.505715516753', 2, 'tr_0 tr_610000 ', 0), -(610600, '延安市', 610000, '', 0, 0, 'Y', '109.49658191613', '36.591111035218', 2, 'tr_0 tr_610000 ', 0), -(610700, '汉中市', 610000, '', 0, 0, 'H', '107.02943020926', '33.073799907834', 2, 'tr_0 tr_610000 ', 0), -(610800, '榆林市', 610000, '', 0, 0, 'Y', '109.74161603381', '38.290883835484', 2, 'tr_0 tr_610000 ', 0), -(610900, '安康市', 610000, '', 0, 0, 'A', '109.03560108266', '32.690512770574', 2, 'tr_0 tr_610000 ', 0), -(611000, '商洛市', 610000, '', 0, 0, 'S', '109.92441788136', '33.878633852208', 2, 'tr_0 tr_610000 ', 0), -(620100, '兰州市', 620000, '', 0, 0, 'L', '103.84052119634', '36.067234693546', 2, 'tr_0 tr_620000 ', 0), -(620200, '嘉峪关市', 620000, '', 0, 0, 'J', '98.296203843001', '39.777960147391', 2, 'tr_0 tr_620000 ', 0), -(620300, '金昌市', 620000, '', 0, 0, 'J', '102.1946056867', '38.525820092093', 2, 'tr_0 tr_620000 ', 0), -(620400, '白银市', 620000, '', 0, 0, 'B', '104.14445082834', '36.550825330415', 2, 'tr_0 tr_620000 ', 0), -(620500, '天水市', 620000, '', 0, 0, 'T', '105.73141674567', '34.587411881651', 2, 'tr_0 tr_620000 ', 0), -(620600, '武威市', 620000, '', 0, 0, 'W', '102.64455434037', '37.934377808158', 2, 'tr_0 tr_620000 ', 0), -(620700, '张掖市', 620000, '', 0, 0, 'Z', '100.45641147406', '38.932066007005', 2, 'tr_0 tr_620000 ', 0), -(620800, '平凉市', 620000, '', 0, 0, 'P', '106.67144234828', '35.549232050464', 2, 'tr_0 tr_620000 ', 0), -(620900, '酒泉市', 620000, '', 0, 0, 'J', '98.500685216068', '39.738469080716', 2, 'tr_0 tr_620000 ', 0), -(621000, '庆阳市', 620000, '', 0, 0, 'Q', '107.64938569595', '35.715215983562', 2, 'tr_0 tr_620000 ', 0), -(621100, '定西市', 620000, '', 0, 0, 'D', '104.63242008306', '35.586832926562', 2, 'tr_0 tr_620000 ', 0), -(621200, '陇南市', 620000, '', 0, 0, 'L', '104.92857497071', '33.406620229951', 2, 'tr_0 tr_620000 ', 0), -(622900, '临夏回族自治州', 620000, '', 0, 0, 'L', '103.2163905653', '35.607562183503', 2, 'tr_0 tr_620000 ', 0), -(623000, '甘南藏族自治州', 620000, '', 0, 0, 'G', '102.91758468826', '34.989139909968', 2, 'tr_0 tr_620000 ', 0), -(630100, '西宁市', 630000, '', 0, 0, 'X', '101.78445017051', '36.623384696517', 2, 'tr_0 tr_630000 ', 0), -(630200, '海东市', 630000, '', 0, 0, 'H', '102.11044407228', '36.508511080941', 2, 'tr_0 tr_630000 ', 0), -(632200, '海北藏族自治州', 630000, '', 0, 0, 'H', '100.90743432146', '36.96066282413', 2, 'tr_0 tr_630000 ', 0), -(632300, '黄南藏族自治州', 630000, '', 0, 0, 'H', '102.02242827808', '35.525804586516', 2, 'tr_0 tr_630000 ', 0), -(632500, '海南藏族自治州', 630000, '', 0, 0, 'H', '100.62662114446', '36.292102479899', 2, 'tr_0 tr_630000 ', 0), -(632600, '果洛藏族自治州', 630000, '', 0, 0, 'G', '100.2515919788', '34.477193866471', 2, 'tr_0 tr_630000 ', 0), -(632700, '玉树藏族自治州', 630000, '', 0, 0, 'Y', '97.013180762773', '33.010979585143', 2, 'tr_0 tr_630000 ', 0), -(632800, '海西蒙古族藏族自治州', 630000, '', 0, 0, 'H', '97.376299116019', '37.382750462527', 2, 'tr_0 tr_630000 ', 0), -(640100, '银川市', 640000, '', 0, 0, 'Y', '106.2384935874', '38.49246005551', 2, 'tr_0 tr_640000 ', 0), -(640200, '石嘴山市', 640000, '', 0, 0, 'S', '106.3906004255', '38.989682839915', 2, 'tr_0 tr_640000 ', 0), -(640300, '吴忠市', 640000, '', 0, 0, 'W', '106.20537126664', '38.003712913453', 2, 'tr_0 tr_640000 ', 0), -(640400, '固原市', 640000, '', 0, 0, 'G', '106.24857742607', '36.021617258011', 2, 'tr_0 tr_640000 ', 0), -(640500, '中卫市', 640000, '', 0, 0, 'Z', '105.20357090089', '37.505701418703', 2, 'tr_0 tr_640000 ', 0), -(650100, '乌鲁木齐市', 650000, '', 0, 0, 'W', '87.62443993536', '43.83076320429', 2, 'tr_0 tr_650000 ', 0), -(650200, '克拉玛依市', 650000, '', 0, 0, 'K', '84.895900538875', '45.585675237814', 2, 'tr_0 tr_650000 ', 0), -(650400, '吐鲁番市', 650000, '', 0, 0, 'T', '89.266025488642', '42.678924820794', 2, 'tr_0 tr_650000 ', 0), -(650500, '哈密市', 650000, '', 0, 0, 'H', '93.529373012389', '42.344467104552', 2, 'tr_0 tr_650000 ', 0), -(652300, '昌吉回族自治州', 650000, '', 0, 0, 'C', '87.315001624474', '44.01685415992', 2, 'tr_0 tr_650000 ', 0), -(652700, '博尔塔拉蒙古自治州', 650000, '', 0, 0, 'B', '82.072914758274', '44.912196413465', 2, 'tr_0 tr_650000 ', 0), -(652800, '巴音郭楞蒙古自治州', 650000, '', 0, 0, 'B', '86.151713865333', '41.77028733045', 2, 'tr_0 tr_650000 ', 0), -(652900, '阿克苏地区', 650000, '', 0, 0, 'A', '80.266943484735', '41.175029860077', 2, 'tr_0 tr_650000 ', 0), -(653000, '克孜勒苏柯尔克孜自治州', 650000, '', 0, 0, 'K', '76.174308676212', '39.720471204871', 2, 'tr_0 tr_650000 ', 0), -(653100, '喀什地区', 650000, '', 0, 0, 'K', '75.996390556397', '39.476096748645', 2, 'tr_0 tr_650000 ', 0), -(653200, '和田地区', 650000, '', 0, 0, 'H', '79.928507063512', '37.120446463042', 2, 'tr_0 tr_650000 ', 0), -(654000, '伊犁哈萨克自治州', 650000, '', 0, 0, 'Y', '81.330537747532', '43.922723137492', 2, 'tr_0 tr_650000 ', 0), -(654200, '塔城地区', 650000, '', 0, 0, 'T', '82.987235518406', '46.750948254373', 2, 'tr_0 tr_650000 ', 0), -(654300, '阿勒泰地区', 650000, '', 0, 0, 'A', '88.147926203735', '47.850727870102', 2, 'tr_0 tr_650000 ', 0), -(659000, '自治区直辖县级行政区划', 650000, '', 0, 0, 'Z', '87.633473205738', '43.79923810129', 2, 'tr_0 tr_650000 ', 0), -(110101, '东城区', 110100, '', 0, 0, 'D', '116.42240097766', '39.934827272396', 3, 'tr_0 tr_110000 tr_110100 ', 0), -(110102, '西城区', 110100, '', 0, 0, 'X', '116.37251358117', '39.918123605841', 3, 'tr_0 tr_110000 tr_110100 ', 0), -(110105, '朝阳区', 110100, '', 0, 0, 'C', '112.85530302042', '35.520558754673', 3, 'tr_0 tr_110000 tr_110100 ', 0), -(110106, '丰台区', 110100, '', 0, 0, 'F', '116.29240188731', '39.864937197557', 3, 'tr_0 tr_110000 tr_110100 ', 0), -(110107, '石景山区', 110100, '', 0, 0, 'S', '116.22961266776', '39.911353808778', 3, 'tr_0 tr_110000 tr_110100 ', 0), -(110108, '海淀区', 110100, '', 0, 0, 'H', '116.3054340545', '39.965489841101', 3, 'tr_0 tr_110000 tr_110100 ', 0), -(110109, '门头沟区', 110100, '', 0, 0, 'M', '116.10760355577', '39.946146720034', 3, 'tr_0 tr_110000 tr_110100 ', 0), -(110111, '房山区', 110100, '', 0, 0, 'F', '116.14944375184', '39.754325839773', 3, 'tr_0 tr_110000 tr_110100 ', 0), -(110112, '通州区', 110100, '', 0, 0, 'T', '112.85530302042', '35.520558754673', 3, 'tr_0 tr_110000 tr_110100 ', 0), -(110113, '顺义区', 110100, '', 0, 0, 'S', '116.66142426369', '40.136350762231', 3, 'tr_0 tr_110000 tr_110100 ', 0), -(110114, '昌平区', 110100, '', 0, 0, 'C', '116.23761791731', '40.226413371594', 3, 'tr_0 tr_110000 tr_110100 ', 0), -(110115, '大兴区', 110100, '', 0, 0, 'D', '116.34862521223', '39.732555236554', 3, 'tr_0 tr_110000 tr_110100 ', 0), -(110116, '怀柔区', 110100, '', 0, 0, 'H', '116.63838587143', '40.322618404266', 3, 'tr_0 tr_110000 tr_110100 ', 0), -(110117, '平谷区', 110100, '', 0, 0, 'P', '117.1273791046', '40.146950735799', 3, 'tr_0 tr_110000 tr_110100 ', 0), -(110118, '密云区', 110100, '', 0, 0, 'M', '116.84954704427', '40.382175658138', 3, 'tr_0 tr_110000 tr_110100 ', 0), -(110119, '延庆区', 110100, '', 0, 0, 'Y', '115.98163156902', '40.462168973754', 3, 'tr_0 tr_110000 tr_110100 ', 0), -(120101, '和平区', 120100, '', 0, 0, 'H', '112.85530302042', '35.520558754673', 3, 'tr_0 tr_120000 tr_120100 ', 0), -(120102, '河东区', 120100, '', 0, 0, 'H', '117.26169316527', '39.126625684666', 3, 'tr_0 tr_120000 tr_120100 ', 0), -(120103, '河西区', 120100, '', 0, 0, 'H', '117.22941628002', '39.115718082216', 3, 'tr_0 tr_120000 tr_120100 ', 0), -(120104, '南开区', 120100, '', 0, 0, 'N', '117.15651537432', '39.144105279768', 3, 'tr_0 tr_120000 tr_120100 ', 0), -(120105, '河北区', 120100, '', 0, 0, 'H', '117.20359278136', '39.153485144705', 3, 'tr_0 tr_120000 tr_120100 ', 0), -(120106, '红桥区', 120100, '', 0, 0, 'H', '117.15751788327', '39.173285646564', 3, 'tr_0 tr_120000 tr_120100 ', 0), -(120110, '东丽区', 120100, '', 0, 0, 'D', '117.32056850791', '39.092332342815', 3, 'tr_0 tr_120000 tr_120100 ', 0), -(120111, '西青区', 120100, '', 0, 0, 'X', '117.01441017994', '39.148726608967', 3, 'tr_0 tr_120000 tr_120100 ', 0), -(120112, '津南区', 120100, '', 0, 0, 'J', '117.36338677903', '38.944148568115', 3, 'tr_0 tr_120000 tr_120100 ', 0), -(120113, '北辰区', 120100, '', 0, 0, 'B', '117.14140273158', '39.230343909918', 3, 'tr_0 tr_120000 tr_120100 ', 0), -(120114, '武清区', 120100, '', 0, 0, 'W', '117.05059715978', '39.389871228788', 3, 'tr_0 tr_120000 tr_120100 ', 0), -(120115, '宝坻区', 120100, '', 0, 0, 'B', '117.31660069248', '39.723194482933', 3, 'tr_0 tr_120000 tr_120100 ', 0), -(120116, '滨海新区', 120100, '', 0, 0, 'B', '117.71739882966', '39.009415773647', 3, 'tr_0 tr_120000 tr_120100 ', 0), -(120117, '宁河区', 120100, '', 0, 0, 'N', '117.83239334342', '39.336956431227', 3, 'tr_0 tr_120000 tr_120100 ', 0), -(120118, '静海区', 120100, '', 0, 0, 'J', '116.98046860455', '38.953370689172', 3, 'tr_0 tr_120000 tr_120100 ', 0), -(120119, '蓟州区', 120100, '', 0, 0, 'J', '117.41457869479', '40.051508786395', 3, 'tr_0 tr_120000 tr_120100 ', 0), -(140105, '小店区', 140100, '', 0, 0, 'X', '112.57239624162', '37.742322528645', 3, 'tr_0 tr_140000 tr_140100 ', 0), -(140106, '迎泽区', 140100, '', 0, 0, 'Y', '112.5693846724', '37.869532484225', 3, 'tr_0 tr_140000 tr_140100 ', 0), -(140107, '杏花岭区', 140100, '', 0, 0, 'X', '112.5763830113', '37.900186246845', 3, 'tr_0 tr_140000 tr_140100 ', 0), -(140108, '尖草坪区', 140100, '', 0, 0, 'J', '112.49360496704', '37.945943354548', 3, 'tr_0 tr_140000 tr_140100 ', 0), -(140109, '万柏林区', 140100, '', 0, 0, 'W', '112.52257675702', '37.864974410402', 3, 'tr_0 tr_140000 tr_140100 ', 0), -(140110, '晋源区', 140100, '', 0, 0, 'J', '112.48456424072', '37.721168857849', 3, 'tr_0 tr_140000 tr_140100 ', 0), -(140121, '清徐县', 140100, '', 0, 0, 'Q', '112.36455763137', '37.613066838238', 3, 'tr_0 tr_140000 tr_140100 ', 0), -(140122, '阳曲县', 140100, '', 0, 0, 'Y', '112.6794089516', '38.064620819448', 3, 'tr_0 tr_140000 tr_140100 ', 0), -(140123, '娄烦县', 140100, '', 0, 0, 'L', '111.80359063362', '38.073195368896', 3, 'tr_0 tr_140000 tr_140100 ', 0), -(140171, '山西转型综合改革示范区', 140100, '', 0, 0, 'S', '112.55639149167', '37.876989028848', 3, 'tr_0 tr_140000 tr_140100 ', 0), -(140181, '古交市', 140100, '', 0, 0, 'G', '112.1824528689', '37.912999960962', 3, 'tr_0 tr_140000 tr_140100 ', 0), -(140212, '新荣区', 140200, '', 0, 0, 'X', '113.14644373539', '40.261971219328', 3, 'tr_0 tr_140000 tr_140200 ', 0), -(140213, '平城区', 140200, '', 0, 0, 'P', '113.30442522204', '40.081998375025', 3, 'tr_0 tr_140000 tr_140200 ', 0), -(140214, '云冈区', 140200, '', 0, 0, 'Y', '113.16240150396', '39.996838811279', 3, 'tr_0 tr_140000 tr_140200 ', 0), -(140215, '云州区', 140200, '', 0, 0, 'Y', '113.61847103172', '40.046229886508', 3, 'tr_0 tr_140000 tr_140200 ', 0), -(140221, '阳高县', 140200, '', 0, 0, 'Y', '113.75541420332', '40.367391842472', 3, 'tr_0 tr_140000 tr_140200 ', 0), -(140222, '天镇县', 140200, '', 0, 0, 'T', '114.09747753304', '40.426412198691', 3, 'tr_0 tr_140000 tr_140200 ', 0), -(140223, '广灵县', 140200, '', 0, 0, 'G', '114.28858637097', '39.766004217139', 3, 'tr_0 tr_140000 tr_140200 ', 0), -(140224, '灵丘县', 140200, '', 0, 0, 'L', '114.24136819946', '39.448825128052', 3, 'tr_0 tr_140000 tr_140200 ', 0), -(140225, '浑源县', 140200, '', 0, 0, 'H', '113.70560028822', '39.698952969845', 3, 'tr_0 tr_140000 tr_140200 ', 0), -(140226, '左云县', 140200, '', 0, 0, 'Z', '112.70946328956', '40.019623449015', 3, 'tr_0 tr_140000 tr_140200 ', 0), -(140271, '山西大同经济开发区', 140200, '', 0, 0, 'S', '113.30643625859', '40.082468716161', 3, 'tr_0 tr_140000 tr_140200 ', 0), -(140302, '城区', 140300, '', 0, 0, 'C', '113.61283811719', '37.85786536147', 3, 'tr_0 tr_140000 tr_140300 ', 0), -(140303, '矿区', 140300, '', 0, 0, 'K', '113.54077065934', '37.890804244519', 3, 'tr_0 tr_140000 tr_140300 ', 0), -(140311, '郊区', 140300, '', 0, 0, 'J', '113.60060283682', '37.950352892943', 3, 'tr_0 tr_140000 tr_140300 ', 0), -(140321, '平定县', 140300, '', 0, 0, 'P', '113.66442115516', '37.792796383591', 3, 'tr_0 tr_140000 tr_140300 ', 0), -(140322, '盂县', 140300, '', 0, 0, 'Y', '113.41842046075', '38.091979630201', 3, 'tr_0 tr_140000 tr_140300 ', 0), -(140403, '潞州区', 140400, '', 0, 0, 'L', '113.12952091721', '36.209472481338', 3, 'tr_0 tr_140000 tr_140400 ', 0), -(140404, '上党区', 140400, '', 0, 0, 'S', '113.05741608986', '36.059286479291', 3, 'tr_0 tr_140000 tr_140400 ', 0), -(140405, '屯留区', 140400, '', 0, 0, 'T', '112.89847476377', '36.321630843108', 3, 'tr_0 tr_140000 tr_140400 ', 0), -(140406, '潞城区', 140400, '', 0, 0, 'L', '113.23557845894', '36.339691267612', 3, 'tr_0 tr_140000 tr_140400 ', 0), -(140423, '襄垣县', 140400, '', 0, 0, 'X', '113.05741258647', '36.541685821155', 3, 'tr_0 tr_140000 tr_140400 ', 0), -(140425, '平顺县', 140400, '', 0, 0, 'P', '113.44251696707', '36.205989459384', 3, 'tr_0 tr_140000 tr_140400 ', 0), -(140426, '黎城县', 140400, '', 0, 0, 'L', '113.39343247604', '36.508669901441', 3, 'tr_0 tr_140000 tr_140400 ', 0), -(140427, '壶关县', 140400, '', 0, 0, 'H', '113.21357985531', '36.121334604237', 3, 'tr_0 tr_140000 tr_140400 ', 0), -(140428, '长子县', 140400, '', 0, 0, 'Z', '112.88456585041', '36.128001557794', 3, 'tr_0 tr_140000 tr_140400 ', 0), -(140429, '武乡县', 140400, '', 0, 0, 'W', '112.8706056438', '36.843167949301', 3, 'tr_0 tr_140000 tr_140400 ', 0), -(140430, '沁县', 140400, '', 0, 0, 'Q', '112.70545801478', '36.762189938552', 3, 'tr_0 tr_140000 tr_140400 ', 0), -(140431, '沁源县', 140400, '', 0, 0, 'Q', '112.34445202694', '36.506103350913', 3, 'tr_0 tr_140000 tr_140400 ', 0), -(140471, '山西长治高新技术产业园区', 140400, '', 0, 0, 'S', '113.12255886985', '36.201268372155', 3, 'tr_0 tr_140000 tr_140400 ', 0), -(140502, '城区', 140500, '', 0, 0, 'C', '112.85958379452', '35.507278924584', 3, 'tr_0 tr_140000 tr_140500 ', 0), -(140521, '沁水县', 140500, '', 0, 0, 'Q', '112.19342620969', '35.696364462457', 3, 'tr_0 tr_140000 tr_140500 ', 0), -(140522, '阳城县', 140500, '', 0, 0, 'Y', '112.42145378712', '35.492181320425', 3, 'tr_0 tr_140000 tr_140500 ', 0), -(140524, '陵川县', 140500, '', 0, 0, 'L', '113.28740655466', '35.781743639538', 3, 'tr_0 tr_140000 tr_140500 ', 0), -(140525, '泽州县', 140500, '', 0, 0, 'Z', '112.79440121959', '35.599769729488', 3, 'tr_0 tr_140000 tr_140500 ', 0), -(140581, '高平市', 140500, '', 0, 0, 'G', '112.93041239923', '35.804336798578', 3, 'tr_0 tr_140000 tr_140500 ', 0), -(140602, '朔城区', 140600, '', 0, 0, 'S', '112.43837642564', '39.325302712534', 3, 'tr_0 tr_140000 tr_140600 ', 0), -(140603, '平鲁区', 140600, '', 0, 0, 'P', '112.29552500886', '39.517389104237', 3, 'tr_0 tr_140000 tr_140600 ', 0), -(140621, '山阴县', 140600, '', 0, 0, 'S', '112.82243194473', '39.534030498011', 3, 'tr_0 tr_140000 tr_140600 ', 0), -(140622, '应县', 140600, '', 0, 0, 'Y', '113.19749353922', '39.560077852375', 3, 'tr_0 tr_140000 tr_140600 ', 0), -(140623, '右玉县', 140600, '', 0, 0, 'Y', '112.47350008125', '39.994859555431', 3, 'tr_0 tr_140000 tr_140600 ', 0), -(140671, '山西朔州经济开发区', 140600, '', 0, 0, 'S', '112.46306042376', '39.354781496121', 3, 'tr_0 tr_140000 tr_140600 ', 0), -(140681, '怀仁市', 140600, '', 0, 0, 'H', '113.10660846738', '39.833756889522', 3, 'tr_0 tr_140000 tr_140600 ', 0), -(140702, '榆次区', 140700, '', 0, 0, 'Y', '112.71450350211', '37.703940486801', 3, 'tr_0 tr_140000 tr_140700 ', 0), -(140721, '榆社县', 140700, '', 0, 0, 'Y', '112.98159856583', '37.0763696687', 3, 'tr_0 tr_140000 tr_140700 ', 0), -(140722, '左权县', 140700, '', 0, 0, 'Z', '113.38545184006', '37.088555147171', 3, 'tr_0 tr_140000 tr_140700 ', 0), -(140723, '和顺县', 140700, '', 0, 0, 'H', '113.57660568309', '37.334807738688', 3, 'tr_0 tr_140000 tr_140700 ', 0), -(140724, '昔阳县', 140700, '', 0, 0, 'X', '113.71361290387', '37.617884042996', 3, 'tr_0 tr_140000 tr_140700 ', 0), -(140725, '寿阳县', 140700, '', 0, 0, 'S', '113.18341017493', '37.901307606957', 3, 'tr_0 tr_140000 tr_140700 ', 0), -(140726, '太谷县', 140700, '', 0, 0, 'T', '112.55738411926', '37.427395577313', 3, 'tr_0 tr_140000 tr_140700 ', 0), -(140727, '祁县', 140700, '', 0, 0, 'Q', '112.34244242768', '37.364131283475', 3, 'tr_0 tr_140000 tr_140700 ', 0), -(140728, '平遥县', 140700, '', 0, 0, 'P', '112.18245556381', '37.195600690703', 3, 'tr_0 tr_140000 tr_140700 ', 0), -(140729, '灵石县', 140700, '', 0, 0, 'L', '111.78561787596', '36.85336750127', 3, 'tr_0 tr_140000 tr_140700 ', 0), -(140781, '介休市', 140700, '', 0, 0, 'J', '111.92356319719', '37.032686403603', 3, 'tr_0 tr_140000 tr_140700 ', 0), -(140802, '盐湖区', 140800, '', 0, 0, 'Y', '111.00437711462', '35.021425327829', 3, 'tr_0 tr_140000 tr_140800 ', 0), -(140821, '临猗县', 140800, '', 0, 0, 'L', '110.78040700351', '35.149542242622', 3, 'tr_0 tr_140000 tr_140800 ', 0), -(140822, '万荣县', 140800, '', 0, 0, 'W', '110.84457611016', '35.421108800536', 3, 'tr_0 tr_140000 tr_140800 ', 0), -(140823, '闻喜县', 140800, '', 0, 0, 'W', '111.23141035768', '35.362931196381', 3, 'tr_0 tr_140000 tr_140800 ', 0), -(140824, '稷山县', 140800, '', 0, 0, 'J', '110.98941457872', '35.610403569616', 3, 'tr_0 tr_140000 tr_140800 ', 0), -(140825, '新绛县', 140800, '', 0, 0, 'X', '111.23140649497', '35.622630103082', 3, 'tr_0 tr_140000 tr_140800 ', 0), -(140826, '绛县', 140800, '', 0, 0, 'J', '111.57548652056', '35.497276373896', 3, 'tr_0 tr_140000 tr_140800 ', 0), -(140827, '垣曲县', 140800, '', 0, 0, 'Y', '111.67660670572', '35.303014517418', 3, 'tr_0 tr_140000 tr_140800 ', 0), -(140828, '夏县', 140800, '', 0, 0, 'X', '111.2264314994', '35.147461779807', 3, 'tr_0 tr_140000 tr_140800 ', 0), -(140829, '平陆县', 140800, '', 0, 0, 'P', '111.22348047596', '34.842925154581', 3, 'tr_0 tr_140000 tr_140800 ', 0), -(140830, '芮城县', 140800, '', 0, 0, 'R', '110.7006115132', '34.699388110563', 3, 'tr_0 tr_140000 tr_140800 ', 0), -(140881, '永济市', 140800, '', 0, 0, 'Y', '110.45457767131', '34.872829714714', 3, 'tr_0 tr_140000 tr_140800 ', 0), -(140882, '河津市', 140800, '', 0, 0, 'H', '110.71857214373', '35.601926575322', 3, 'tr_0 tr_140000 tr_140800 ', 0), -(140902, '忻府区', 140900, '', 0, 0, 'X', '112.75261366422', '38.40987981762', 3, 'tr_0 tr_140000 tr_140900 ', 0), -(140921, '定襄县', 140900, '', 0, 0, 'D', '112.96352861152', '38.479974305847', 3, 'tr_0 tr_140000 tr_140900 ', 0), -(140922, '五台县', 140900, '', 0, 0, 'W', '113.26145109492', '38.734181590565', 3, 'tr_0 tr_140000 tr_140900 ', 0), -(140923, '代县', 140900, '', 0, 0, 'D', '112.96655194854', '39.072728346381', 3, 'tr_0 tr_140000 tr_140900 ', 0), -(140924, '繁峙县', 140900, '', 0, 0, 'F', '113.27140827251', '39.195237430734', 3, 'tr_0 tr_140000 tr_140900 ', 0), -(140925, '宁武县', 140900, '', 0, 0, 'N', '112.32639824212', '39.024342381431', 3, 'tr_0 tr_140000 tr_140900 ', 0), -(140926, '静乐县', 140900, '', 0, 0, 'J', '111.94543190585', '38.365147088438', 3, 'tr_0 tr_140000 tr_140900 ', 0), -(140927, '神池县', 140900, '', 0, 0, 'S', '112.21738276001', '39.096875824863', 3, 'tr_0 tr_140000 tr_140900 ', 0), -(140928, '五寨县', 140900, '', 0, 0, 'W', '111.85340993856', '38.917019909692', 3, 'tr_0 tr_140000 tr_140900 ', 0), -(140929, '岢岚县', 140900, '', 0, 0, 'K', '111.57947778177', '38.710151038936', 3, 'tr_0 tr_140000 tr_140900 ', 0), -(140930, '河曲县', 140900, '', 0, 0, 'H', '111.14444863516', '39.390702488715', 3, 'tr_0 tr_140000 tr_140900 ', 0), -(140931, '保德县', 140900, '', 0, 0, 'B', '111.09254175805', '39.028336932396', 3, 'tr_0 tr_140000 tr_140900 ', 0), -(140932, '偏关县', 140900, '', 0, 0, 'P', '111.51447352049', '39.442230090387', 3, 'tr_0 tr_140000 tr_140900 ', 0), -(140971, '五台山风景名胜区', 140900, '', 0, 0, 'W', '113.602695497', '38.983546253607', 3, 'tr_0 tr_140000 tr_140900 ', 0), -(140981, '原平市', 140900, '', 0, 0, 'Y', '112.71748713403', '38.736475897605', 3, 'tr_0 tr_140000 tr_140900 ', 0), -(141002, '尧都区', 141000, '', 0, 0, 'Y', '111.58643021727', '36.084562230192', 3, 'tr_0 tr_140000 tr_141000 ', 0), -(141021, '曲沃县', 141000, '', 0, 0, 'Q', '111.48239637819', '35.647327335982', 3, 'tr_0 tr_140000 tr_141000 ', 0), -(141022, '翼城县', 141000, '', 0, 0, 'Y', '111.72537553219', '35.744429075039', 3, 'tr_0 tr_140000 tr_141000 ', 0), -(141023, '襄汾县', 141000, '', 0, 0, 'X', '111.44854005199', '35.882062670676', 3, 'tr_0 tr_140000 tr_141000 ', 0), -(141024, '洪洞县', 141000, '', 0, 0, 'H', '111.68158942672', '36.259467079377', 3, 'tr_0 tr_140000 tr_141000 ', 0), -(141025, '古县', 141000, '', 0, 0, 'G', '111.92657314947', '36.272338064827', 3, 'tr_0 tr_140000 tr_141000 ', 0), -(141026, '安泽县', 141000, '', 0, 0, 'A', '112.2566128396', '36.153514380523', 3, 'tr_0 tr_140000 tr_141000 ', 0), -(141027, '浮山县', 141000, '', 0, 0, 'F', '111.85538495306', '35.974392753943', 3, 'tr_0 tr_140000 tr_141000 ', 0), -(141028, '吉县', 141000, '', 0, 0, 'J', '110.68854637189', '36.103999062021', 3, 'tr_0 tr_140000 tr_141000 ', 0), -(141029, '乡宁县', 141000, '', 0, 0, 'X', '110.85349790083', '35.976441665474', 3, 'tr_0 tr_140000 tr_141000 ', 0), -(141030, '大宁县', 141000, '', 0, 0, 'D', '110.75938440882', '36.471305687097', 3, 'tr_0 tr_140000 tr_141000 ', 0), -(141031, '隰县', 141000, '', 0, 0, 'X', '110.94759127079', '36.699061383227', 3, 'tr_0 tr_140000 tr_141000 ', 0), -(141032, '永和县', 141000, '', 0, 0, 'Y', '110.63841589393', '36.765908673933', 3, 'tr_0 tr_140000 tr_141000 ', 0), -(141033, '蒲县', 141000, '', 0, 0, 'P', '111.10247405258', '36.418005429177', 3, 'tr_0 tr_140000 tr_141000 ', 0), -(141034, '汾西县', 141000, '', 0, 0, 'F', '111.56954629571', '36.658782264232', 3, 'tr_0 tr_140000 tr_141000 ', 0), -(141081, '侯马市', 141000, '', 0, 0, 'H', '111.37839658489', '35.625364816258', 3, 'tr_0 tr_140000 tr_141000 ', 0), -(141082, '霍州市', 141000, '', 0, 0, 'H', '111.76150942218', '36.574606950709', 3, 'tr_0 tr_140000 tr_141000 ', 0), -(141102, '离石区', 141100, '', 0, 0, 'L', '111.15749077354', '37.523577475907', 3, 'tr_0 tr_140000 tr_141100 ', 0), -(141121, '文水县', 141100, '', 0, 0, 'W', '112.0355986926', '37.444300082651', 3, 'tr_0 tr_140000 tr_141100 ', 0), -(141122, '交城县', 141100, '', 0, 0, 'J', '112.16256770864', '37.557772236259', 3, 'tr_0 tr_140000 tr_141100 ', 0), -(141123, '兴县', 141100, '', 0, 0, 'X', '111.13439210498', '38.468803780991', 3, 'tr_0 tr_140000 tr_141100 ', 0), -(141124, '临县', 141100, '', 0, 0, 'L', '110.99841488129', '37.957210672321', 3, 'tr_0 tr_140000 tr_141100 ', 0), -(141125, '柳林县', 141100, '', 0, 0, 'L', '110.8953898393', '37.435492964934', 3, 'tr_0 tr_140000 tr_141100 ', 0), -(141126, '石楼县', 141100, '', 0, 0, 'S', '110.84159553248', '37.004470503012', 3, 'tr_0 tr_140000 tr_141100 ', 0), -(141127, '岚县', 141100, '', 0, 0, 'L', '111.67859223038', '38.28502878885', 3, 'tr_0 tr_140000 tr_141100 ', 0), -(141128, '方山县', 141100, '', 0, 0, 'F', '111.25037044293', '37.90102023916', 3, 'tr_0 tr_140000 tr_141100 ', 0), -(141129, '中阳县', 141100, '', 0, 0, 'Z', '111.18562956483', '37.36287279238', 3, 'tr_0 tr_140000 tr_141100 ', 0), -(141130, '交口县', 141100, '', 0, 0, 'J', '111.18762820476', '36.987872666553', 3, 'tr_0 tr_140000 tr_141100 ', 0), -(141181, '孝义市', 141100, '', 0, 0, 'X', '111.78560601833', '37.151063319102', 3, 'tr_0 tr_140000 tr_141100 ', 0), -(141182, '汾阳市', 141100, '', 0, 0, 'F', '111.7945966192', '37.271291794518', 3, 'tr_0 tr_140000 tr_141100 ', 0), -(150102, '新城区', 150100, '', 0, 0, 'X', '111.671620122', '40.863877021183', 3, 'tr_0 tr_150000 tr_150100 ', 0), -(150103, '回民区', 150100, '', 0, 0, 'H', '111.63047018388', '40.814506362944', 3, 'tr_0 tr_150000 tr_150100 ', 0), -(150104, '玉泉区', 150100, '', 0, 0, 'Y', '111.68157514366', '40.758058968635', 3, 'tr_0 tr_150000 tr_150100 ', 0), -(150105, '赛罕区', 150100, '', 0, 0, 'S', '111.7084206445', '40.798394236975', 3, 'tr_0 tr_150000 tr_150100 ', 0), -(150121, '土默特左旗', 150100, '', 0, 0, 'T', '111.16958672672', '40.735293711759', 3, 'tr_0 tr_150000 tr_150100 ', 0), -(150122, '托克托县', 150100, '', 0, 0, 'T', '111.20057494309', '40.283146729007', 3, 'tr_0 tr_150000 tr_150100 ', 0), -(150123, '和林格尔县', 150100, '', 0, 0, 'H', '111.82843021826', '40.384797744251', 3, 'tr_0 tr_150000 tr_150100 ', 0), -(150124, '清水河县', 150100, '', 0, 0, 'Q', '111.65357648803', '39.926333854389', 3, 'tr_0 tr_150000 tr_150100 ', 0), -(150125, '武川县', 150100, '', 0, 0, 'W', '111.45749705623', '41.102418723793', 3, 'tr_0 tr_150000 tr_150100 ', 0), -(150171, '呼和浩特金海工业园区', 150100, '', 0, 0, 'H', '111.61859862741', '40.813484420815', 3, 'tr_0 tr_150000 tr_150100 ', 0), -(150172, '呼和浩特经济技术开发区', 150100, '', 0, 0, 'H', '111.75550856171', '40.848422997113', 3, 'tr_0 tr_150000 tr_150100 ', 0), -(150202, '东河区', 150200, '', 0, 0, 'D', '110.05039480879', '40.582228038324', 3, 'tr_0 tr_150000 tr_150200 ', 0), -(150203, '昆都仑区', 150200, '', 0, 0, 'K', '109.84553830335', '40.647644106921', 3, 'tr_0 tr_150000 tr_150200 ', 0), -(150204, '青山区', 150200, '', 0, 0, 'Q', '109.9074160123', '40.649473068783', 3, 'tr_0 tr_150000 tr_150200 ', 0), -(150205, '石拐区', 150200, '', 0, 0, 'S', '110.27838088451', '40.67829939834', 3, 'tr_0 tr_150000 tr_150200 ', 0), -(150206, '白云鄂博矿区', 150200, '', 0, 0, 'B', '109.97962576174', '41.774995234182', 3, 'tr_0 tr_150000 tr_150200 ', 0), -(150207, '九原区', 150200, '', 0, 0, 'J', '109.96958800614', '40.613396589444', 3, 'tr_0 tr_150000 tr_150200 ', 0), -(150221, '土默特右旗', 150200, '', 0, 0, 'T', '110.53038926652', '40.575127429108', 3, 'tr_0 tr_150000 tr_150200 ', 0), -(150222, '固阳县', 150200, '', 0, 0, 'G', '110.06643261639', '41.040162852726', 3, 'tr_0 tr_150000 tr_150200 ', 0), -(150223, '达尔罕茂明安联合旗', 150200, '', 0, 0, 'D', '110.43952090317', '41.704548551002', 3, 'tr_0 tr_150000 tr_150200 ', 0), -(150271, '包头稀土高新技术产业开发区', 150200, '', 0, 0, 'B', '109.84664914794', '40.637085021364', 3, 'tr_0 tr_150000 tr_150200 ', 0), -(150302, '海勃湾区', 150300, '', 0, 0, 'H', '106.82943856714', '39.696907993535', 3, 'tr_0 tr_150000 tr_150300 ', 0), -(150303, '海南区', 150300, '', 0, 0, 'H', '106.89847100998', '39.446827515087', 3, 'tr_0 tr_150000 tr_150300 ', 0), -(150304, '乌达区', 150300, '', 0, 0, 'W', '106.7326063535', '39.511468916129', 3, 'tr_0 tr_150000 tr_150300 ', 0), -(150402, '红山区', 150400, '', 0, 0, 'H', '118.96356353651', '42.27047843525', 3, 'tr_0 tr_150000 tr_150400 ', 0), -(150403, '元宝山区', 150400, '', 0, 0, 'Y', '119.29540450885', '42.045124715638', 3, 'tr_0 tr_150000 tr_150400 ', 0), -(150404, '松山区', 150400, '', 0, 0, 'S', '118.9394138505', '42.292481572694', 3, 'tr_0 tr_150000 tr_150400 ', 0), -(150421, '阿鲁科尔沁旗', 150400, '', 0, 0, 'A', '120.07261385472', '43.877953412182', 3, 'tr_0 tr_150000 tr_150400 ', 0), -(150422, '巴林左旗', 150400, '', 0, 0, 'B', '119.38644328076', '43.97638259461', 3, 'tr_0 tr_150000 tr_150400 ', 0), -(150423, '巴林右旗', 150400, '', 0, 0, 'B', '118.67039425705', '43.540131553108', 3, 'tr_0 tr_150000 tr_150400 ', 0), -(150424, '林西县', 150400, '', 0, 0, 'L', '118.06246142182', '43.624210259291', 3, 'tr_0 tr_150000 tr_150400 ', 0), -(150425, '克什克腾旗', 150400, '', 0, 0, 'K', '117.55162041051', '43.270757591896', 3, 'tr_0 tr_150000 tr_150400 ', 0), -(150426, '翁牛特旗', 150400, '', 0, 0, 'W', '119.01250888002', '42.942019262236', 3, 'tr_0 tr_150000 tr_150400 ', 0), -(150428, '喀喇沁旗', 150400, '', 0, 0, 'K', '118.7104736845', '41.932214335643', 3, 'tr_0 tr_150000 tr_150400 ', 0), -(150429, '宁城县', 150400, '', 0, 0, 'N', '119.35060897566', '41.600245148269', 3, 'tr_0 tr_150000 tr_150400 ', 0), -(150430, '敖汉旗', 150400, '', 0, 0, 'A', '119.92757793861', '42.296507085243', 3, 'tr_0 tr_150000 tr_150400 ', 0), -(150502, '科尔沁区', 150500, '', 0, 0, 'K', '122.2624570337', '43.628712488829', 3, 'tr_0 tr_150000 tr_150500 ', 0), -(150521, '科尔沁左翼中旗', 150500, '', 0, 0, 'K', '123.31858853365', '44.132294228308', 3, 'tr_0 tr_150000 tr_150500 ', 0), -(150522, '科尔沁左翼后旗', 150500, '', 0, 0, 'K', '122.36356257648', '42.93956249402', 3, 'tr_0 tr_150000 tr_150500 ', 0), -(150523, '开鲁县', 150500, '', 0, 0, 'K', '121.32538568843', '43.606369431362', 3, 'tr_0 tr_150000 tr_150500 ', 0), -(150524, '库伦旗', 150500, '', 0, 0, 'K', '121.81740576201', '42.741211100235', 3, 'tr_0 tr_150000 tr_150500 ', 0), -(150525, '奈曼旗', 150500, '', 0, 0, 'N', '120.66464641294', '42.87184654666', 3, 'tr_0 tr_150000 tr_150500 ', 0), -(150526, '扎鲁特旗', 150500, '', 0, 0, 'Z', '120.91862585689', '44.562213133099', 3, 'tr_0 tr_150000 tr_150500 ', 0), -(150571, '通辽经济技术开发区', 150500, '', 0, 0, 'T', '122.22276854881', '43.676026521565', 3, 'tr_0 tr_150000 tr_150500 ', 0), -(150581, '霍林郭勒市', 150500, '', 0, 0, 'H', '119.67046591394', '45.53751332061', 3, 'tr_0 tr_150000 tr_150500 ', 0), -(130100, '石家庄市', 130000, '', 0, 0, 'S', '114.52153190157', '38.048311926873', 2, 'tr_0 tr_130000 ', 0), -(130200, '唐山市', 130000, '', 0, 0, 'T', '118.18645947204', '39.636583724147', 2, 'tr_0 tr_130000 ', 0), -(130300, '秦皇岛市', 130000, '', 0, 0, 'Q', '119.60853063334', '39.941748102378', 2, 'tr_0 tr_130000 ', 0), -(130400, '邯郸市', 130000, '', 0, 0, 'H', '114.54562822824', '36.631262731204', 2, 'tr_0 tr_130000 ', 0), -(130500, '邢台市', 130000, '', 0, 0, 'X', '114.51146225613', '37.076685950966', 2, 'tr_0 tr_130000 ', 0), -(130600, '保定市', 130000, '', 0, 0, 'B', '115.47146383769', '38.879987768455', 2, 'tr_0 tr_130000 ', 0), -(130700, '张家口市', 130000, '', 0, 0, 'Z', '114.89257223145', '40.773237202691', 2, 'tr_0 tr_130000 ', 0), -(130800, '承德市', 130000, '', 0, 0, 'C', '117.96939750997', '40.957856012338', 2, 'tr_0 tr_130000 ', 0), -(130900, '沧州市', 130000, '', 0, 0, 'C', '116.84558075595', '38.310215141107', 2, 'tr_0 tr_130000 ', 0), -(131000, '廊坊市', 130000, '', 0, 0, 'L', '116.69058173343', '39.543366662759', 2, 'tr_0 tr_130000 ', 0), -(131100, '衡水市', 130000, '', 0, 0, 'H', '115.67540613762', '37.745191408077', 2, 'tr_0 tr_130000 ', 0), -(150602, '东胜区', 150600, '', 0, 0, 'D', '109.96956006883', '39.827986984444', 3, 'tr_0 tr_150000 tr_150600 ', 0), -(150603, '康巴什区', 150600, '', 0, 0, 'K', '109.86962735373', '39.616378146766', 3, 'tr_0 tr_150000 tr_150600 ', 0), -(150621, '达拉特旗', 150600, '', 0, 0, 'D', '110.04036612608', '40.418907154391', 3, 'tr_0 tr_150000 tr_150600 ', 0), -(150622, '准格尔旗', 150600, '', 0, 0, 'Z', '111.24639840546', '39.870540265037', 3, 'tr_0 tr_150000 tr_150600 ', 0), -(150623, '鄂托克前旗', 150600, '', 0, 0, 'E', '107.48458472303', '38.188216741284', 3, 'tr_0 tr_150000 tr_150600 ', 0), -(150624, '鄂托克旗', 150600, '', 0, 0, 'E', '107.98244495023', '39.095293413608', 3, 'tr_0 tr_150000 tr_150600 ', 0), -(150625, '杭锦旗', 150600, '', 0, 0, 'H', '108.74241293879', '39.838815768815', 3, 'tr_0 tr_150000 tr_150600 ', 0), -(150626, '乌审旗', 150600, '', 0, 0, 'W', '108.82443496914', '38.610026521177', 3, 'tr_0 tr_150000 tr_150600 ', 0), -(150627, '伊金霍洛旗', 150600, '', 0, 0, 'Y', '109.78744317924', '39.614482313949', 3, 'tr_0 tr_150000 tr_150600 ', 0), -(150702, '海拉尔区', 150700, '', 0, 0, 'H', '119.74246537006', '49.218215799363', 3, 'tr_0 tr_150000 tr_150700 ', 0), -(150703, '扎赉诺尔区', 150700, '', 0, 0, 'Z', '117.69453227349', '49.467770183628', 3, 'tr_0 tr_150000 tr_150700 ', 0), -(150721, '阿荣旗', 150700, '', 0, 0, 'A', '123.46544000531', '48.131971245042', 3, 'tr_0 tr_150000 tr_150700 ', 0), -(150722, '莫力达瓦达斡尔族自治旗', 150700, '', 0, 0, 'M', '124.52557642071', '48.482896292115', 3, 'tr_0 tr_150000 tr_150700 ', 0), -(150723, '鄂伦春自治旗', 150700, '', 0, 0, 'E', '123.73234507742', '50.597947928064', 3, 'tr_0 tr_150000 tr_150700 ', 0), -(150724, '鄂温克族自治旗', 150700, '', 0, 0, 'E', '119.76135125527', '49.15304476395', 3, 'tr_0 tr_150000 tr_150700 ', 0), -(150725, '陈巴尔虎旗', 150700, '', 0, 0, 'C', '119.43046248677', '49.334914288885', 3, 'tr_0 tr_150000 tr_150700 ', 0), -(150726, '新巴尔虎左旗', 150700, '', 0, 0, 'X', '118.27660837276', '48.223786760037', 3, 'tr_0 tr_150000 tr_150700 ', 0), -(150727, '新巴尔虎右旗', 150700, '', 0, 0, 'X', '116.83063240352', '48.677053599089', 3, 'tr_0 tr_150000 tr_150700 ', 0), -(150781, '满洲里市', 150700, '', 0, 0, 'M', '117.38543585768', '49.604098854866', 3, 'tr_0 tr_150000 tr_150700 ', 0), -(150782, '牙克石市', 150700, '', 0, 0, 'Y', '120.7183468371', '49.292023693206', 3, 'tr_0 tr_150000 tr_150700 ', 0), -(150783, '扎兰屯市', 150700, '', 0, 0, 'Z', '122.74445371486', '48.01995552011', 3, 'tr_0 tr_150000 tr_150700 ', 0), -(150784, '额尔古纳市', 150700, '', 0, 0, 'E', '120.18663369726', '50.248131758636', 3, 'tr_0 tr_150000 tr_150700 ', 0), -(150785, '根河市', 150700, '', 0, 0, 'G', '121.52758526594', '50.786140434318', 3, 'tr_0 tr_150000 tr_150700 ', 0), -(150802, '临河区', 150800, '', 0, 0, 'L', '107.36953379568', '40.75668072584', 3, 'tr_0 tr_150000 tr_150800 ', 0), -(150821, '五原县', 150800, '', 0, 0, 'W', '108.2734913541', '41.094454821479', 3, 'tr_0 tr_150000 tr_150800 ', 0), -(150822, '磴口县', 150800, '', 0, 0, 'D', '107.01452247', '40.336470177103', 3, 'tr_0 tr_150000 tr_150800 ', 0), -(150823, '乌拉特前旗', 150800, '', 0, 0, 'W', '108.6586151381', '40.742103512928', 3, 'tr_0 tr_150000 tr_150800 ', 0), -(150824, '乌拉特中旗', 150800, '', 0, 0, 'W', '108.51951244005', '41.593346263746', 3, 'tr_0 tr_150000 tr_150800 ', 0), -(150825, '乌拉特后旗', 150800, '', 0, 0, 'W', '107.08154612207', '41.089422269258', 3, 'tr_0 tr_150000 tr_150800 ', 0), -(150826, '杭锦后旗', 150800, '', 0, 0, 'H', '107.15737244949', '40.892179419823', 3, 'tr_0 tr_150000 tr_150800 ', 0), -(150902, '集宁区', 150900, '', 0, 0, 'J', '113.12058699942', '41.041146171787', 3, 'tr_0 tr_150000 tr_150900 ', 0), -(150921, '卓资县', 150900, '', 0, 0, 'Z', '112.5844095507', '40.900291837834', 3, 'tr_0 tr_150000 tr_150900 ', 0), -(150922, '化德县', 150900, '', 0, 0, 'H', '114.0164087845', '41.909602587109', 3, 'tr_0 tr_150000 tr_150900 ', 0), -(150923, '商都县', 150900, '', 0, 0, 'S', '113.58463922926', '41.567566637224', 3, 'tr_0 tr_150000 tr_150900 ', 0), -(150924, '兴和县', 150900, '', 0, 0, 'X', '113.84057886567', '40.879341798933', 3, 'tr_0 tr_150000 tr_150900 ', 0), -(150925, '凉城县', 150900, '', 0, 0, 'L', '112.51060018864', '40.5371631252', 3, 'tr_0 tr_150000 tr_150900 ', 0), -(150926, '察哈尔右翼前旗', 150900, '', 0, 0, 'C', '113.22160531673', '40.791267302593', 3, 'tr_0 tr_150000 tr_150900 ', 0), -(150927, '察哈尔右翼中旗', 150900, '', 0, 0, 'C', '112.64258040196', '41.283272943291', 3, 'tr_0 tr_150000 tr_150900 ', 0), -(150928, '察哈尔右翼后旗', 150900, '', 0, 0, 'C', '113.19853090242', '41.441770999655', 3, 'tr_0 tr_150000 tr_150900 ', 0), -(150929, '四子王旗', 150900, '', 0, 0, 'S', '111.71241927182', '41.539353349915', 3, 'tr_0 tr_150000 tr_150900 ', 0), -(150981, '丰镇市', 150900, '', 0, 0, 'F', '113.11660121788', '40.441804808844', 3, 'tr_0 tr_150000 tr_150900 ', 0), -(152201, '乌兰浩特市', 152200, '', 0, 0, 'W', '122.09962235198', '46.078654343582', 3, 'tr_0 tr_150000 tr_152200 ', 0), -(152202, '阿尔山市', 152200, '', 0, 0, 'A', '119.95065315166', '47.18305415375', 3, 'tr_0 tr_150000 tr_152200 ', 0), -(152221, '科尔沁右翼前旗', 152200, '', 0, 0, 'K', '121.9645531355', '46.082648853819', 3, 'tr_0 tr_150000 tr_152200 ', 0), -(152222, '科尔沁右翼中旗', 152200, '', 0, 0, 'K', '121.48354781458', '45.066470993428', 3, 'tr_0 tr_150000 tr_152200 ', 0), -(152223, '扎赉特旗', 152200, '', 0, 0, 'Z', '122.90644442883', '46.729189539358', 3, 'tr_0 tr_150000 tr_152200 ', 0), -(152224, '突泉县', 152200, '', 0, 0, 'T', '121.60054536997', '45.387830342585', 3, 'tr_0 tr_150000 tr_152200 ', 0), -(152501, '二连浩特市', 152500, '', 0, 0, 'E', '111.95836319333', '43.648800184052', 3, 'tr_0 tr_150000 tr_152500 ', 0), -(152502, '锡林浩特市', 152500, '', 0, 0, 'X', '116.09361388474', '43.93833380136', 3, 'tr_0 tr_150000 tr_152500 ', 0), -(152522, '阿巴嘎旗', 152500, '', 0, 0, 'A', '114.95736709772', '44.028101587023', 3, 'tr_0 tr_150000 tr_152500 ', 0), -(152523, '苏尼特左旗', 152500, '', 0, 0, 'S', '113.67347993742', '43.865553657792', 3, 'tr_0 tr_150000 tr_152500 ', 0), -(152524, '苏尼特右旗', 152500, '', 0, 0, 'S', '112.64856904548', '42.747368922463', 3, 'tr_0 tr_150000 tr_152500 ', 0), -(152525, '东乌珠穆沁旗', 152500, '', 0, 0, 'D', '116.97850435996', '45.515743305312', 3, 'tr_0 tr_150000 tr_152500 ', 0), -(152526, '西乌珠穆沁旗', 152500, '', 0, 0, 'X', '117.61637700896', '44.593802912007', 3, 'tr_0 tr_150000 tr_152500 ', 0), -(152527, '太仆寺旗', 152500, '', 0, 0, 'T', '115.29053531645', '41.882291746043', 3, 'tr_0 tr_150000 tr_152500 ', 0), -(152528, '镶黄旗', 152500, '', 0, 0, 'X', '113.85450538582', '42.237661285279', 3, 'tr_0 tr_150000 tr_152500 ', 0), -(152529, '正镶白旗', 152500, '', 0, 0, 'Z', '115.03662171828', '42.292605429249', 3, 'tr_0 tr_150000 tr_152500 ', 0), -(152530, '正蓝旗', 152500, '', 0, 0, 'Z', '115.99860388383', '42.247118844188', 3, 'tr_0 tr_150000 tr_152500 ', 0), -(152531, '多伦县', 152500, '', 0, 0, 'D', '116.49250878204', '42.208920864211', 3, 'tr_0 tr_150000 tr_152500 ', 0), -(152571, '乌拉盖管委会', 152500, '', 0, 0, 'W', '114.09790153324', '42.80523252057', 3, 'tr_0 tr_150000 tr_152500 ', 0), -(152921, '阿拉善左旗', 152900, '', 0, 0, 'A', '105.67259866528', '38.839094137436', 3, 'tr_0 tr_150000 tr_152900 ', 0), -(152922, '阿拉善右旗', 152900, '', 0, 0, 'A', '101.67346389594', '39.222240969855', 3, 'tr_0 tr_150000 tr_152900 ', 0), -(152923, '额济纳旗', 152900, '', 0, 0, 'E', '101.06240334058', '41.960297611813', 3, 'tr_0 tr_150000 tr_152900 ', 0), -(152971, '内蒙古阿拉善经济开发区', 152900, '', 0, 0, 'N', '105.77197191571', '40.314622117574', 3, 'tr_0 tr_150000 tr_152900 ', 0), -(210102, '和平区', 210100, '', 0, 0, 'H', '123.42664426615', '41.795236052902', 3, 'tr_0 tr_210000 tr_210100 ', 0), -(210103, '沈河区', 210100, '', 0, 0, 'S', '123.46546103538', '41.802274138805', 3, 'tr_0 tr_210000 tr_210100 ', 0), -(210104, '大东区', 210100, '', 0, 0, 'D', '123.47640473208', '41.811425174494', 3, 'tr_0 tr_210000 tr_210100 ', 0), -(210105, '皇姑区', 210100, '', 0, 0, 'H', '123.43162078885', '41.826042120277', 3, 'tr_0 tr_210000 tr_210100 ', 0), -(210106, '铁西区', 210100, '', 0, 0, 'T', '123.38343595078', '41.809037832217', 3, 'tr_0 tr_210000 tr_210100 ', 0), -(210111, '苏家屯区', 210100, '', 0, 0, 'S', '123.35043463177', '41.671253644959', 3, 'tr_0 tr_210000 tr_210100 ', 0), -(210112, '浑南区', 210100, '', 0, 0, 'H', '123.45598993089', '41.720915668889', 3, 'tr_0 tr_210000 tr_210100 ', 0), -(210113, '沈北新区', 210100, '', 0, 0, 'S', '123.53360460492', '42.058914115763', 3, 'tr_0 tr_210000 tr_210100 ', 0), -(210114, '于洪区', 210100, '', 0, 0, 'Y', '123.31463302499', '41.799668255615', 3, 'tr_0 tr_210000 tr_210100 ', 0), -(210115, '辽中区', 210100, '', 0, 0, 'L', '122.77237835983', '41.523149081842', 3, 'tr_0 tr_210000 tr_210100 ', 0), -(210123, '康平县', 210100, '', 0, 0, 'K', '123.33751124938', '42.749925495719', 3, 'tr_0 tr_210000 tr_210100 ', 0), -(210124, '法库县', 210100, '', 0, 0, 'F', '123.41462107572', '42.509606549903', 3, 'tr_0 tr_210000 tr_210100 ', 0), -(210181, '新民市', 210100, '', 0, 0, 'X', '122.87539513741', '42.007109320665', 3, 'tr_0 tr_210000 tr_210100 ', 0), -(210202, '中山区', 210200, '', 0, 0, 'Z', '121.65154739367', '38.924511115496', 3, 'tr_0 tr_210000 tr_210200 ', 0), -(210203, '西岗区', 210200, '', 0, 0, 'X', '121.61862512554', '38.920472689273', 3, 'tr_0 tr_210000 tr_210200 ', 0), -(210204, '沙河口区', 210200, '', 0, 0, 'S', '121.59450670057', '38.913544290956', 3, 'tr_0 tr_210000 tr_210200 ', 0), -(210211, '甘井子区', 210200, '', 0, 0, 'G', '121.5315189555', '38.958002162932', 3, 'tr_0 tr_210000 tr_210200 ', 0), -(210212, '旅顺口区', 210200, '', 0, 0, 'L', '121.26859688019', '38.856832222859', 3, 'tr_0 tr_210000 tr_210200 ', 0), -(210213, '金州区', 210200, '', 0, 0, 'J', '121.78943558267', '39.056432991661', 3, 'tr_0 tr_210000 tr_210200 ', 0), -(210214, '普兰店区', 210200, '', 0, 0, 'P', '121.94645983497', '39.398089145183', 3, 'tr_0 tr_210000 tr_210200 ', 0), -(210224, '长海县', 210200, '', 0, 0, 'Z', '122.59462651637', '39.278270217167', 3, 'tr_0 tr_210000 tr_210200 ', 0), -(210281, '瓦房店市', 210200, '', 0, 0, 'W', '121.98563754334', '39.632740747388', 3, 'tr_0 tr_210000 tr_210200 ', 0), -(210283, '庄河市', 210200, '', 0, 0, 'Z', '122.97449548263', '39.686956078878', 3, 'tr_0 tr_210000 tr_210200 ', 0), -(210302, '铁东区', 210300, '', 0, 0, 'T', '122.99739966805', '41.096331870506', 3, 'tr_0 tr_210000 tr_210300 ', 0), -(210303, '铁西区', 210300, '', 0, 0, 'T', '122.97549026615', '41.125475259583', 3, 'tr_0 tr_210000 tr_210300 ', 0), -(210304, '立山区', 210300, '', 0, 0, 'L', '123.03548413862', '41.156116121102', 3, 'tr_0 tr_210000 tr_210300 ', 0), -(210311, '千山区', 210300, '', 0, 0, 'Q', '122.96757421833', '41.080938608935', 3, 'tr_0 tr_210000 tr_210300 ', 0), -(210321, '台安县', 210300, '', 0, 0, 'T', '122.44255004099', '41.418590371099', 3, 'tr_0 tr_210000 tr_210300 ', 0), -(210323, '岫岩满族自治县', 210300, '', 0, 0, 'X', '123.28754677827', '40.295892396362', 3, 'tr_0 tr_210000 tr_210300 ', 0), -(210381, '海城市', 210300, '', 0, 0, 'H', '122.69156940124', '40.887633947097', 3, 'tr_0 tr_210000 tr_210300 ', 0), -(210402, '新抚区', 210400, '', 0, 0, 'X', '123.91958231814', '41.867805858593', 3, 'tr_0 tr_210000 tr_210400 ', 0), -(210403, '东洲区', 210400, '', 0, 0, 'D', '124.04554972353', '41.859190936634', 3, 'tr_0 tr_210000 tr_210400 ', 0), -(210404, '望花区', 210400, '', 0, 0, 'W', '123.790604152', '41.859030362749', 3, 'tr_0 tr_210000 tr_210400 ', 0), -(210411, '顺城区', 210400, '', 0, 0, 'S', '123.95141404338', '41.889163788467', 3, 'tr_0 tr_210000 tr_210400 ', 0), -(210421, '抚顺县', 210400, '', 0, 0, 'F', '123.92159012079', '41.887037475382', 3, 'tr_0 tr_210000 tr_210400 ', 0), -(210422, '新宾满族自治县', 210400, '', 0, 0, 'X', '125.04635620406', '41.739968775071', 3, 'tr_0 tr_210000 tr_210400 ', 0), -(210423, '清原满族自治县', 210400, '', 0, 0, 'Q', '124.93036025933', '42.106760992634', 3, 'tr_0 tr_210000 tr_210400 ', 0), -(210502, '平山区', 210500, '', 0, 0, 'P', '123.77461422409', '41.301604181774', 3, 'tr_0 tr_210000 tr_210500 ', 0), -(210503, '溪湖区', 210500, '', 0, 0, 'X', '123.77461054104', '41.334802931364', 3, 'tr_0 tr_210000 tr_210500 ', 0), -(210504, '明山区', 210500, '', 0, 0, 'M', '123.82347449807', '41.314939368877', 3, 'tr_0 tr_210000 tr_210500 ', 0), -(210505, '南芬区', 210500, '', 0, 0, 'N', '123.75146713686', '41.10709572322', 3, 'tr_0 tr_210000 tr_210500 ', 0), -(210521, '本溪满族自治县', 210500, '', 0, 0, 'B', '124.12758486914', '41.307902881353', 3, 'tr_0 tr_210000 tr_210500 ', 0), -(210522, '桓仁满族自治县', 210500, '', 0, 0, 'H', '125.36754435102', '41.27292530103', 3, 'tr_0 tr_210000 tr_210500 ', 0), -(210602, '元宝区', 210600, '', 0, 0, 'Y', '124.40258403322', '40.142251463139', 3, 'tr_0 tr_210000 tr_210600 ', 0), -(210603, '振兴区', 210600, '', 0, 0, 'Z', '124.36657851109', '40.110719472216', 3, 'tr_0 tr_210000 tr_210600 ', 0), -(210604, '振安区', 210600, '', 0, 0, 'Z', '124.43438692285', '40.164697025661', 3, 'tr_0 tr_210000 tr_210600 ', 0), -(210624, '宽甸满族自治县', 210600, '', 0, 0, 'K', '124.79042662868', '40.73755320049', 3, 'tr_0 tr_210000 tr_210600 ', 0), -(210681, '东港市', 210600, '', 0, 0, 'D', '124.15961035888', '39.867716187286', 3, 'tr_0 tr_210000 tr_210600 ', 0), -(210682, '凤城市', 210600, '', 0, 0, 'F', '124.07242172439', '40.459180482456', 3, 'tr_0 tr_210000 tr_210600 ', 0), -(210702, '古塔区', 210700, '', 0, 0, 'G', '121.13458496929', '41.122900925898', 3, 'tr_0 tr_210000 tr_210700 ', 0), -(210703, '凌河区', 210700, '', 0, 0, 'L', '121.15759003442', '41.120690614472', 3, 'tr_0 tr_210000 tr_210700 ', 0), -(210711, '太和区', 210700, '', 0, 0, 'T', '121.1104532494', '41.115109307132', 3, 'tr_0 tr_210000 tr_210700 ', 0), -(210726, '黑山县', 210700, '', 0, 0, 'H', '122.13055703906', '41.671592983776', 3, 'tr_0 tr_210000 tr_210700 ', 0), -(210727, '义县', 210700, '', 0, 0, 'Y', '121.24556854895', '41.538938862271', 3, 'tr_0 tr_210000 tr_210700 ', 0), -(210781, '凌海市', 210700, '', 0, 0, 'L', '121.36253879584', '41.166487628588', 3, 'tr_0 tr_210000 tr_210700 ', 0), -(210782, '北镇市', 210700, '', 0, 0, 'B', '121.78344729848', '41.594428096803', 3, 'tr_0 tr_210000 tr_210700 ', 0), -(210802, '站前区', 210800, '', 0, 0, 'Z', '122.26543743173', '40.678764125936', 3, 'tr_0 tr_210000 tr_210800 ', 0), -(210803, '西市区', 210800, '', 0, 0, 'X', '122.21358238684', '40.672110926311', 3, 'tr_0 tr_210000 tr_210800 ', 0), -(210804, '鲅鱼圈区', 210800, '', 0, 0, 'B', '122.12757349697', '40.232339850773', 3, 'tr_0 tr_210000 tr_210800 ', 0), -(210811, '老边区', 210800, '', 0, 0, 'L', '122.38643918392', '40.686383619803', 3, 'tr_0 tr_210000 tr_210800 ', 0), -(210881, '盖州市', 210800, '', 0, 0, 'G', '122.35559128288', '40.406167457268', 3, 'tr_0 tr_210000 tr_210800 ', 0), -(210882, '大石桥市', 210800, '', 0, 0, 'D', '122.5153795314', '40.650802164815', 3, 'tr_0 tr_210000 tr_210800 ', 0), -(210902, '海州区', 210900, '', 0, 0, 'H', '121.66943571061', '42.023734789385', 3, 'tr_0 tr_210000 tr_210900 ', 0), -(210903, '新邱区', 210900, '', 0, 0, 'X', '121.79936338568', '42.093934514765', 3, 'tr_0 tr_210000 tr_210900 ', 0), -(210904, '太平区', 210900, '', 0, 0, 'T', '121.68538413681', '42.016967854141', 3, 'tr_0 tr_210000 tr_210900 ', 0), -(210905, '清河门区', 210900, '', 0, 0, 'Q', '121.42247894964', '41.789318551009', 3, 'tr_0 tr_210000 tr_210900 ', 0), -(210911, '细河区', 210900, '', 0, 0, 'X', '121.68639230508', '42.03187124588', 3, 'tr_0 tr_210000 tr_210900 ', 0), -(210921, '阜新蒙古族自治县', 210900, '', 0, 0, 'F', '121.76357399585', '42.071368153837', 3, 'tr_0 tr_210000 tr_210900 ', 0), -(210922, '彰武县', 210900, '', 0, 0, 'Z', '122.54544932021', '42.392706534364', 3, 'tr_0 tr_210000 tr_210900 ', 0), -(211002, '白塔区', 211000, '', 0, 0, 'B', '123.18060844799', '41.275845361792', 3, 'tr_0 tr_210000 tr_211000 ', 0), -(211003, '文圣区', 211000, '', 0, 0, 'W', '123.19160469557', '41.268438007815', 3, 'tr_0 tr_210000 tr_211000 ', 0), -(211004, '宏伟区', 211000, '', 0, 0, 'H', '123.20358018598', '41.223368108445', 3, 'tr_0 tr_210000 tr_211000 ', 0), -(211005, '弓长岭区', 211000, '', 0, 0, 'G', '123.42661543055', '41.157327042722', 3, 'tr_0 tr_210000 tr_211000 ', 0); -INSERT INTO `hg_sys_provinces` (`id`, `title`, `pid`, `short_title`, `areacode`, `zipcode`, `pinyin`, `lng`, `lat`, `level`, `tree`, `sort`) VALUES -(211011, '太子河区', 211000, '', 0, 0, 'T', '123.188604445', '41.259226178044', 3, 'tr_0 tr_210000 tr_211000 ', 0), -(211021, '辽阳县', 211000, '', 0, 0, 'L', '123.1124212208', '41.211678771808', 3, 'tr_0 tr_210000 tr_211000 ', 0), -(211081, '灯塔市', 211000, '', 0, 0, 'D', '123.34546215145', '41.432474125926', 3, 'tr_0 tr_210000 tr_211000 ', 0), -(211102, '双台子区', 211100, '', 0, 0, 'S', '122.04639299922', '41.206071617512', 3, 'tr_0 tr_210000 tr_211100 ', 0), -(211103, '兴隆台区', 211100, '', 0, 0, 'X', '121.96962911034', '41.155830887559', 3, 'tr_0 tr_210000 tr_211100 ', 0), -(211104, '大洼区', 211100, '', 0, 0, 'D', '122.08855478867', '41.00817878896', 3, 'tr_0 tr_210000 tr_211100 ', 0), -(211122, '盘山县', 211100, '', 0, 0, 'P', '122.00356035522', '41.248263682582', 3, 'tr_0 tr_210000 tr_211100 ', 0), -(211202, '银州区', 211200, '', 0, 0, 'Y', '123.8483863963', '42.292573681442', 3, 'tr_0 tr_210000 tr_211200 ', 0), -(211204, '清河区', 211200, '', 0, 0, 'Q', '124.16556298034', '42.552494793453', 3, 'tr_0 tr_210000 tr_211200 ', 0), -(211221, '铁岭县', 211200, '', 0, 0, 'T', '123.7353723767', '42.229225608048', 3, 'tr_0 tr_210000 tr_211200 ', 0), -(211223, '西丰县', 211200, '', 0, 0, 'X', '124.73361509331', '42.744014442436', 3, 'tr_0 tr_210000 tr_211200 ', 0), -(211224, '昌图县', 211200, '', 0, 0, 'C', '124.11750067115', '42.792178371844', 3, 'tr_0 tr_210000 tr_211200 ', 0), -(211281, '调兵山市', 211200, '', 0, 0, 'D', '123.57350868313', '42.473738012058', 3, 'tr_0 tr_210000 tr_211200 ', 0), -(211282, '开原市', 211200, '', 0, 0, 'K', '124.04456886375', '42.552079074779', 3, 'tr_0 tr_210000 tr_211200 ', 0), -(211302, '双塔区', 211300, '', 0, 0, 'S', '120.46048690274', '41.571779500856', 3, 'tr_0 tr_210000 tr_211300 ', 0), -(211303, '龙城区', 211300, '', 0, 0, 'L', '120.4435668693', '41.59846852305', 3, 'tr_0 tr_210000 tr_211300 ', 0), -(211321, '朝阳县', 211300, '', 0, 0, 'C', '120.25939061432', '41.241075720873', 3, 'tr_0 tr_210000 tr_211300 ', 0), -(211322, '建平县', 211300, '', 0, 0, 'J', '119.64938035777', '41.409455511027', 3, 'tr_0 tr_210000 tr_211300 ', 0), -(211324, '喀喇沁左翼蒙古族自治县', 211300, '', 0, 0, 'K', '119.74741405502', '41.133689119828', 3, 'tr_0 tr_210000 tr_211300 ', 0), -(211381, '北票市', 211300, '', 0, 0, 'B', '120.77762773422', '41.80648256895', 3, 'tr_0 tr_210000 tr_211300 ', 0), -(211382, '凌源市', 211300, '', 0, 0, 'L', '119.40735807879', '41.251651297148', 3, 'tr_0 tr_210000 tr_211300 ', 0), -(211402, '连山区', 211400, '', 0, 0, 'L', '120.87648167423', '40.780893808442', 3, 'tr_0 tr_210000 tr_211400 ', 0), -(211403, '龙港区', 211400, '', 0, 0, 'L', '120.90062076024', '40.741056601241', 3, 'tr_0 tr_210000 tr_211400 ', 0), -(211404, '南票区', 211400, '', 0, 0, 'N', '120.75649312082', '41.113097595823', 3, 'tr_0 tr_210000 tr_211400 ', 0), -(211421, '绥中县', 211400, '', 0, 0, 'S', '120.35042453538', '40.331843475397', 3, 'tr_0 tr_210000 tr_211400 ', 0), -(211422, '建昌县', 211400, '', 0, 0, 'J', '119.84359526665', '40.830379953809', 3, 'tr_0 tr_210000 tr_211400 ', 0), -(211481, '兴城市', 211400, '', 0, 0, 'X', '120.76455846701', '40.616555664044', 3, 'tr_0 tr_210000 tr_211400 ', 0), -(220102, '南关区', 220100, '', 0, 0, 'N', '125.35660981703', '43.869873025193', 3, 'tr_0 tr_220000 tr_220100 ', 0), -(220103, '宽城区', 220100, '', 0, 0, 'K', '125.33462450832', '43.949502239804', 3, 'tr_0 tr_220000 tr_220100 ', 0), -(220104, '朝阳区', 220100, '', 0, 0, 'C', '125.29540125585', '43.840641474962', 3, 'tr_0 tr_220000 tr_220100 ', 0), -(220105, '二道区', 220100, '', 0, 0, 'E', '125.38046755375', '43.871276524271', 3, 'tr_0 tr_220000 tr_220100 ', 0), -(220106, '绿园区', 220100, '', 0, 0, 'L', '125.26244260635', '43.886810403937', 3, 'tr_0 tr_220000 tr_220100 ', 0), -(220112, '双阳区', 220100, '', 0, 0, 'S', '125.67144793217', '43.531091309119', 3, 'tr_0 tr_220000 tr_220100 ', 0), -(220113, '九台区', 220100, '', 0, 0, 'J', '125.84556442307', '44.157791853861', 3, 'tr_0 tr_220000 tr_220100 ', 0), -(220122, '农安县', 220100, '', 0, 0, 'N', '125.19148410666', '44.438903951261', 3, 'tr_0 tr_220000 tr_220100 ', 0), -(220171, '长春经济技术开发区', 220100, '', 0, 0, 'Z', '125.37014719124', '43.866004586928', 3, 'tr_0 tr_220000 tr_220100 ', 0), -(220172, '长春净月高新技术产业开发区', 220100, '', 0, 0, 'Z', '125.26127292275', '43.823034492758', 3, 'tr_0 tr_220000 tr_220100 ', 0), -(220173, '长春高新技术产业开发区', 220100, '', 0, 0, 'Z', '125.26127292275', '43.823034492758', 3, 'tr_0 tr_220000 tr_220100 ', 0), -(220174, '长春汽车经济技术开发区', 220100, '', 0, 0, 'Z', '125.33060207591', '43.821953501043', 3, 'tr_0 tr_220000 tr_220100 ', 0), -(220182, '榆树市', 220100, '', 0, 0, 'Y', '126.53960936347', '44.845439727693', 3, 'tr_0 tr_220000 tr_220100 ', 0), -(220183, '德惠市', 220100, '', 0, 0, 'D', '125.73451517728', '44.527161066608', 3, 'tr_0 tr_220000 tr_220100 ', 0), -(220202, '昌邑区', 220200, '', 0, 0, 'C', '126.58144866124', '43.887992474736', 3, 'tr_0 tr_220000 tr_220200 ', 0), -(220203, '龙潭区', 220200, '', 0, 0, 'L', '126.56854459242', '43.91634255363', 3, 'tr_0 tr_220000 tr_220200 ', 0), -(220204, '船营区', 220200, '', 0, 0, 'C', '126.54764973677', '43.83992740229', 3, 'tr_0 tr_220000 tr_220200 ', 0), -(220211, '丰满区', 220200, '', 0, 0, 'F', '126.56857046362', '43.827151576836', 3, 'tr_0 tr_220000 tr_220200 ', 0), -(220221, '永吉县', 220200, '', 0, 0, 'Y', '126.50441572986', '43.678720676989', 3, 'tr_0 tr_220000 tr_220200 ', 0), -(220271, '吉林经济开发区', 220200, '', 0, 0, 'J', '126.55563450495', '43.843567834579', 3, 'tr_0 tr_220000 tr_220200 ', 0), -(220272, '吉林高新技术产业开发区', 220200, '', 0, 0, 'J', '126.55091570611', '43.822448990547', 3, 'tr_0 tr_220000 tr_220200 ', 0), -(220273, '吉林中国新加坡食品区', 220200, '', 0, 0, 'J', '126.55563450495', '43.843567834579', 3, 'tr_0 tr_220000 tr_220200 ', 0), -(220281, '蛟河市', 220200, '', 0, 0, 'J', '127.35148018677', '43.730003870507', 3, 'tr_0 tr_220000 tr_220200 ', 0), -(220282, '桦甸市', 220200, '', 0, 0, 'H', '126.75248423373', '42.977982779881', 3, 'tr_0 tr_220000 tr_220200 ', 0), -(220283, '舒兰市', 220200, '', 0, 0, 'S', '126.97137703226', '44.412270028324', 3, 'tr_0 tr_220000 tr_220200 ', 0), -(220284, '磐石市', 220200, '', 0, 0, 'P', '126.06661629889', '42.951817500114', 3, 'tr_0 tr_220000 tr_220200 ', 0), -(220302, '铁西区', 220300, '', 0, 0, 'T', '124.35246676034', '43.152575391803', 3, 'tr_0 tr_220000 tr_220300 ', 0), -(220303, '铁东区', 220300, '', 0, 0, 'T', '124.4164827059', '43.167993993185', 3, 'tr_0 tr_220000 tr_220300 ', 0), -(220322, '梨树县', 220300, '', 0, 0, 'L', '124.3424012471', '43.313345515553', 3, 'tr_0 tr_220000 tr_220300 ', 0), -(220323, '伊通满族自治县', 220300, '', 0, 0, 'Y', '125.31148460754', '43.351103666821', 3, 'tr_0 tr_220000 tr_220300 ', 0), -(220381, '公主岭市', 220300, '', 0, 0, 'G', '124.82944866071', '43.510832663153', 3, 'tr_0 tr_220000 tr_220300 ', 0), -(220382, '双辽市', 220300, '', 0, 0, 'S', '123.50943776128', '43.524527382171', 3, 'tr_0 tr_220000 tr_220300 ', 0), -(220402, '龙山区', 220400, '', 0, 0, 'L', '125.14345242969', '42.907634012133', 3, 'tr_0 tr_220000 tr_220400 ', 0), -(220403, '西安区', 220400, '', 0, 0, 'X', '125.15537330313', '42.933308420625', 3, 'tr_0 tr_220000 tr_220400 ', 0), -(220421, '东丰县', 220400, '', 0, 0, 'D', '125.53737790091', '42.683310778553', 3, 'tr_0 tr_220000 tr_220400 ', 0), -(220422, '东辽县', 220400, '', 0, 0, 'D', '124.99758944369', '42.931879101776', 3, 'tr_0 tr_220000 tr_220400 ', 0), -(220502, '东昌区', 220500, '', 0, 0, 'D', '125.93359459016', '41.70840538484', 3, 'tr_0 tr_220000 tr_220500 ', 0), -(220503, '二道江区', 220500, '', 0, 0, 'E', '126.0495917027', '41.779966174493', 3, 'tr_0 tr_220000 tr_220500 ', 0), -(220521, '通化县', 220500, '', 0, 0, 'T', '125.76539191393', '41.685682238068', 3, 'tr_0 tr_220000 tr_220500 ', 0), -(220523, '辉南县', 220500, '', 0, 0, 'H', '126.05358125713', '42.690699881882', 3, 'tr_0 tr_220000 tr_220500 ', 0), -(220524, '柳河县', 220500, '', 0, 0, 'L', '125.75142398189', '42.290871215056', 3, 'tr_0 tr_220000 tr_220500 ', 0), -(220581, '梅河口市', 220500, '', 0, 0, 'M', '125.71760780995', '42.544883890284', 3, 'tr_0 tr_220000 tr_220500 ', 0), -(220582, '集安市', 220500, '', 0, 0, 'J', '126.199577372', '41.131299724033', 3, 'tr_0 tr_220000 tr_220500 ', 0), -(220602, '浑江区', 220600, '', 0, 0, 'H', '126.42361952721', '41.95042372822', 3, 'tr_0 tr_220000 tr_220600 ', 0), -(220605, '江源区', 220600, '', 0, 0, 'J', '126.59739097896', '42.062939372081', 3, 'tr_0 tr_220000 tr_220600 ', 0), -(220621, '抚松县', 220600, '', 0, 0, 'F', '127.45537119527', '42.227335272553', 3, 'tr_0 tr_220000 tr_220600 ', 0), -(220622, '靖宇县', 220600, '', 0, 0, 'J', '126.81949899257', '42.394765734578', 3, 'tr_0 tr_220000 tr_220600 ', 0), -(220623, '长白朝鲜族自治县', 220600, '', 0, 0, 'Z', '128.20758420219', '41.425895812594', 3, 'tr_0 tr_220000 tr_220600 ', 0), -(220681, '临江市', 220600, '', 0, 0, 'L', '126.9245815135', '41.817678643992', 3, 'tr_0 tr_220000 tr_220600 ', 0), -(220702, '宁江区', 220700, '', 0, 0, 'N', '124.82342254815', '45.178039438667', 3, 'tr_0 tr_220000 tr_220700 ', 0), -(220721, '前郭尔罗斯蒙古族自治县', 220700, '', 0, 0, 'Q', '124.83045556165', '45.123416092926', 3, 'tr_0 tr_220000 tr_220700 ', 0), -(220722, '长岭县', 220700, '', 0, 0, 'Z', '123.9743741034', '44.281638280052', 3, 'tr_0 tr_220000 tr_220700 ', 0), -(220723, '乾安县', 220700, '', 0, 0, 'G', '124.0475638046', '45.008434321605', 3, 'tr_0 tr_220000 tr_220700 ', 0), -(220771, '吉林松原经济开发区', 220700, '', 0, 0, 'J', '124.83148187569', '45.147404193414', 3, 'tr_0 tr_220000 tr_220700 ', 0), -(220781, '扶余市', 220700, '', 0, 0, 'F', '126.0566062111', '44.994168421151', 3, 'tr_0 tr_220000 tr_220700 ', 0), -(220802, '洮北区', 220800, '', 0, 0, 'T', '122.85750977516', '45.627524686514', 3, 'tr_0 tr_220000 tr_220800 ', 0), -(220821, '镇赉县', 220800, '', 0, 0, 'Z', '123.20657575565', '45.853116635389', 3, 'tr_0 tr_220000 tr_220800 ', 0), -(220822, '通榆县', 220800, '', 0, 0, 'T', '123.09452077673', '44.818963735882', 3, 'tr_0 tr_220000 tr_220800 ', 0), -(220871, '吉林白城经济开发区', 220800, '', 0, 0, 'J', '122.81641245977', '45.642168989302', 3, 'tr_0 tr_220000 tr_220800 ', 0), -(220881, '洮南市', 220800, '', 0, 0, 'T', '122.7944676826', '45.341131872567', 3, 'tr_0 tr_220000 tr_220800 ', 0), -(220882, '大安市', 220800, '', 0, 0, 'D', '124.29850428102', '45.513045149628', 3, 'tr_0 tr_220000 tr_220800 ', 0), -(222401, '延吉市', 222400, '', 0, 0, 'Y', '129.52052013726', '42.91271700988', 3, 'tr_0 tr_220000 tr_222400 ', 0), -(222402, '图们市', 222400, '', 0, 0, 'T', '129.85038151375', '42.974283499075', 3, 'tr_0 tr_220000 tr_222400 ', 0), -(222403, '敦化市', 222400, '', 0, 0, 'D', '128.23861239315', '43.378291274517', 3, 'tr_0 tr_220000 tr_222400 ', 0), -(222404, '珲春市', 222400, '', 0, 0, 'H', '130.37261321858', '42.868515115192', 3, 'tr_0 tr_220000 tr_222400 ', 0), -(222405, '龙井市', 222400, '', 0, 0, 'L', '129.43263477701', '42.771534868349', 3, 'tr_0 tr_220000 tr_222400 ', 0), -(222406, '和龙市', 222400, '', 0, 0, 'H', '129.01738712621', '42.552322568432', 3, 'tr_0 tr_220000 tr_222400 ', 0), -(222424, '汪清县', 222400, '', 0, 0, 'W', '129.77760879625', '43.318450833865', 3, 'tr_0 tr_220000 tr_222400 ', 0), -(222426, '安图县', 222400, '', 0, 0, 'A', '128.90544846814', '43.117916954912', 3, 'tr_0 tr_220000 tr_222400 ', 0), -(230102, '道里区', 230100, '', 0, 0, 'D', '126.62343158837', '45.761844478815', 3, 'tr_0 tr_230000 tr_230100 ', 0), -(230103, '南岗区', 230100, '', 0, 0, 'N', '126.67563849952', '45.765866163758', 3, 'tr_0 tr_230000 tr_230100 ', 0), -(230104, '道外区', 230100, '', 0, 0, 'D', '126.65560404089', '45.797776220434', 3, 'tr_0 tr_230000 tr_230100 ', 0), -(230108, '平房区', 230100, '', 0, 0, 'P', '126.54161509032', '45.808825827952', 3, 'tr_0 tr_230000 tr_230100 ', 0), -(230109, '松北区', 230100, '', 0, 0, 'S', '126.51648256825', '45.808592561429', 3, 'tr_0 tr_230000 tr_230100 ', 0), -(230110, '香坊区', 230100, '', 0, 0, 'X', '126.66962434413', '45.713619645389', 3, 'tr_0 tr_230000 tr_230100 ', 0), -(230111, '呼兰区', 230100, '', 0, 0, 'H', '126.5943989831', '45.895209780863', 3, 'tr_0 tr_230000 tr_230100 ', 0), -(230112, '阿城区', 230100, '', 0, 0, 'A', '126.96435649552', '45.554275304352', 3, 'tr_0 tr_230000 tr_230100 ', 0), -(230113, '双城区', 230100, '', 0, 0, 'S', '126.31962313777', '45.388111522394', 3, 'tr_0 tr_230000 tr_230100 ', 0), -(230123, '依兰县', 230100, '', 0, 0, 'Y', '129.57451969721', '46.331260289052', 3, 'tr_0 tr_230000 tr_230100 ', 0), -(230124, '方正县', 230100, '', 0, 0, 'F', '128.83563368134', '45.857758440062', 3, 'tr_0 tr_230000 tr_230100 ', 0), -(230125, '宾县', 230100, '', 0, 0, 'B', '127.4734970145', '45.752465386742', 3, 'tr_0 tr_230000 tr_230100 ', 0), -(230126, '巴彦县', 230100, '', 0, 0, 'B', '127.4105479864', '46.091282657815', 3, 'tr_0 tr_230000 tr_230100 ', 0), -(230127, '木兰县', 230100, '', 0, 0, 'M', '128.05035620452', '45.956871319448', 3, 'tr_0 tr_230000 tr_230100 ', 0), -(230128, '通河县', 230100, '', 0, 0, 'T', '128.75241627584', '45.996392590921', 3, 'tr_0 tr_230000 tr_230100 ', 0), -(230129, '延寿县', 230100, '', 0, 0, 'Y', '128.33860582402', '45.457641195714', 3, 'tr_0 tr_230000 tr_230100 ', 0), -(230183, '尚志市', 230100, '', 0, 0, 'S', '128.01548820666', '45.215473941867', 3, 'tr_0 tr_230000 tr_230100 ', 0), -(230184, '五常市', 230100, '', 0, 0, 'W', '127.17352882965', '44.937842855774', 3, 'tr_0 tr_230000 tr_230100 ', 0), -(230202, '龙沙区', 230200, '', 0, 0, 'L', '123.96437622285', '47.323576977429', 3, 'tr_0 tr_230000 tr_230200 ', 0), -(230203, '建华区', 230200, '', 0, 0, 'J', '123.96135010108', '47.360554871046', 3, 'tr_0 tr_230000 tr_230200 ', 0), -(230204, '铁锋区', 230200, '', 0, 0, 'T', '123.984415712', '47.347018863772', 3, 'tr_0 tr_230000 tr_230200 ', 0), -(230205, '昂昂溪区', 230200, '', 0, 0, 'A', '123.82940626913', '47.161332243626', 3, 'tr_0 tr_230000 tr_230200 ', 0), -(230206, '富拉尔基区', 230200, '', 0, 0, 'F', '123.63650980324', '47.215504082791', 3, 'tr_0 tr_230000 tr_230200 ', 0), -(230207, '碾子山区', 230200, '', 0, 0, 'N', '122.89436680108', '47.523236298133', 3, 'tr_0 tr_230000 tr_230200 ', 0), -(230208, '梅里斯达斡尔族区', 230200, '', 0, 0, 'M', '123.75954091741', '47.315549574077', 3, 'tr_0 tr_230000 tr_230200 ', 0), -(230221, '龙江县', 230200, '', 0, 0, 'L', '123.21153898342', '47.343605740151', 3, 'tr_0 tr_230000 tr_230200 ', 0), -(230223, '依安县', 230200, '', 0, 0, 'Y', '125.3124821661', '47.899483651368', 3, 'tr_0 tr_230000 tr_230200 ', 0), -(230224, '泰来县', 230200, '', 0, 0, 'T', '123.42362630925', '46.39782928518', 3, 'tr_0 tr_230000 tr_230200 ', 0), -(230225, '甘南县', 230200, '', 0, 0, 'G', '123.51248588182', '47.92688406951', 3, 'tr_0 tr_230000 tr_230200 ', 0), -(230227, '富裕县', 230200, '', 0, 0, 'F', '124.48054247906', '47.780228063275', 3, 'tr_0 tr_230000 tr_230200 ', 0), -(230229, '克山县', 230200, '', 0, 0, 'K', '125.88137832693', '48.043172360737', 3, 'tr_0 tr_230000 tr_230200 ', 0), -(230230, '克东县', 230200, '', 0, 0, 'K', '126.25538674804', '48.048244160483', 3, 'tr_0 tr_230000 tr_230200 ', 0), -(230231, '拜泉县', 230200, '', 0, 0, 'B', '126.10542147027', '47.601867301959', 3, 'tr_0 tr_230000 tr_230200 ', 0), -(230281, '讷河市', 230200, '', 0, 0, 'N', '124.8905490562', '48.490086593264', 3, 'tr_0 tr_230000 tr_230200 ', 0), -(230302, '鸡冠区', 230300, '', 0, 0, 'J', '130.98763160852', '45.309806344312', 3, 'tr_0 tr_230000 tr_230300 ', 0), -(230303, '恒山区', 230300, '', 0, 0, 'H', '130.91138523344', '45.216971883154', 3, 'tr_0 tr_230000 tr_230300 ', 0), -(230304, '滴道区', 230300, '', 0, 0, 'D', '130.85058046059', '45.354433617216', 3, 'tr_0 tr_230000 tr_230300 ', 0), -(230305, '梨树区', 230300, '', 0, 0, 'L', '130.70339606719', '45.098241780981', 3, 'tr_0 tr_230000 tr_230300 ', 0), -(230306, '城子河区', 230300, '', 0, 0, 'C', '131.02770429868', '45.379689760283', 3, 'tr_0 tr_230000 tr_230300 ', 0), -(230307, '麻山区', 230300, '', 0, 0, 'M', '130.48453641613', '45.217934996767', 3, 'tr_0 tr_230000 tr_230300 ', 0), -(230321, '鸡东县', 230300, '', 0, 0, 'J', '131.13055848296', '45.266184560826', 3, 'tr_0 tr_230000 tr_230300 ', 0), -(230381, '虎林市', 230300, '', 0, 0, 'H', '132.94346566318', '45.768946912884', 3, 'tr_0 tr_230000 tr_230300 ', 0), -(230382, '密山市', 230300, '', 0, 0, 'M', '131.85353110655', '45.535640809748', 3, 'tr_0 tr_230000 tr_230300 ', 0), -(230402, '向阳区', 230400, '', 0, 0, 'X', '130.30046804764', '47.348580889067', 3, 'tr_0 tr_230000 tr_230400 ', 0), -(230403, '工农区', 230400, '', 0, 0, 'G', '130.28161728617', '47.324430299458', 3, 'tr_0 tr_230000 tr_230400 ', 0), -(230404, '南山区', 230400, '', 0, 0, 'N', '130.29354031555', '47.321245938809', 3, 'tr_0 tr_230000 tr_230400 ', 0), -(230405, '兴安区', 230400, '', 0, 0, 'X', '130.24554573859', '47.258716269483', 3, 'tr_0 tr_230000 tr_230400 ', 0), -(230406, '东山区', 230400, '', 0, 0, 'D', '130.32336109407', '47.344987135573', 3, 'tr_0 tr_230000 tr_230400 ', 0), -(230407, '兴山区', 230400, '', 0, 0, 'X', '130.31736364716', '47.396045381282', 3, 'tr_0 tr_230000 tr_230400 ', 0), -(230421, '萝北县', 230400, '', 0, 0, 'L', '130.8354950365', '47.583422197029', 3, 'tr_0 tr_230000 tr_230400 ', 0), -(230422, '绥滨县', 230400, '', 0, 0, 'S', '131.85948651276', '47.295265458073', 3, 'tr_0 tr_230000 tr_230400 ', 0), -(230502, '尖山区', 230500, '', 0, 0, 'J', '131.16534177061', '46.652585923812', 3, 'tr_0 tr_230000 tr_230500 ', 0), -(230503, '岭东区', 230500, '', 0, 0, 'L', '131.164376721', '46.464596047853', 3, 'tr_0 tr_230000 tr_230500 ', 0), -(230505, '四方台区', 230500, '', 0, 0, 'S', '131.345657378', '46.602012285083', 3, 'tr_0 tr_230000 tr_230500 ', 0), -(230506, '宝山区', 230500, '', 0, 0, 'B', '131.40737518857', '46.583598340241', 3, 'tr_0 tr_230000 tr_230500 ', 0), -(230521, '集贤县', 230500, '', 0, 0, 'J', '131.14743449942', '46.734517788557', 3, 'tr_0 tr_230000 tr_230500 ', 0), -(230522, '友谊县', 230500, '', 0, 0, 'Y', '131.8145948627', '46.772973223022', 3, 'tr_0 tr_230000 tr_230500 ', 0), -(230523, '宝清县', 230500, '', 0, 0, 'B', '132.20359411633', '46.332651823572', 3, 'tr_0 tr_230000 tr_230500 ', 0), -(230524, '饶河县', 230500, '', 0, 0, 'R', '134.02046893233', '46.804182744162', 3, 'tr_0 tr_230000 tr_230500 ', 0), -(230602, '萨尔图区', 230600, '', 0, 0, 'S', '125.13351006443', '46.638936435554', 3, 'tr_0 tr_230000 tr_230600 ', 0), -(230603, '龙凤区', 230600, '', 0, 0, 'L', '125.14047256095', '46.567678067125', 3, 'tr_0 tr_230000 tr_230600 ', 0), -(230604, '让胡路区', 230600, '', 0, 0, 'R', '124.87759881447', '46.658078458609', 3, 'tr_0 tr_230000 tr_230600 ', 0), -(230605, '红岗区', 230600, '', 0, 0, 'H', '124.8974774171', '46.404313108628', 3, 'tr_0 tr_230000 tr_230600 ', 0), -(230606, '大同区', 230600, '', 0, 0, 'D', '124.81937675979', '46.045583951311', 3, 'tr_0 tr_230000 tr_230600 ', 0), -(230621, '肇州县', 230600, '', 0, 0, 'Z', '125.2753682248', '45.705107986871', 3, 'tr_0 tr_230000 tr_230600 ', 0), -(230622, '肇源县', 230600, '', 0, 0, 'Z', '125.08457262601', '45.524152914206', 3, 'tr_0 tr_230000 tr_230600 ', 0), -(230623, '林甸县', 230600, '', 0, 0, 'L', '124.86965042766', '47.177234395243', 3, 'tr_0 tr_230000 tr_230600 ', 0), -(230624, '杜尔伯特蒙古族自治县', 230600, '', 0, 0, 'D', '124.44935879141', '46.868767758452', 3, 'tr_0 tr_230000 tr_230600 ', 0), -(230671, '大庆高新技术产业开发区', 230600, '', 0, 0, 'D', '125.15778147083', '46.581298438495', 3, 'tr_0 tr_230000 tr_230600 ', 0), -(230702, '伊春区', 230700, '', 0, 0, 'Y', '128.91345891818', '47.733954439001', 3, 'tr_0 tr_230000 tr_230700 ', 0), -(230703, '南岔区', 230700, '', 0, 0, 'N', '129.28957179961', '47.143749913595', 3, 'tr_0 tr_230000 tr_230700 ', 0), -(230704, '友好区', 230700, '', 0, 0, 'Y', '128.84257946937', '47.846436100332', 3, 'tr_0 tr_230000 tr_230700 ', 0), -(230705, '西林区', 230700, '', 0, 0, 'X', '129.31959406806', '47.486393100686', 3, 'tr_0 tr_230000 tr_230700 ', 0), -(230706, '翠峦区', 230700, '', 0, 0, 'C', '128.67648152295', '47.732893980201', 3, 'tr_0 tr_230000 tr_230700 ', 0), -(230707, '新青区', 230700, '', 0, 0, 'X', '129.54064675236', '48.296134660851', 3, 'tr_0 tr_230000 tr_230700 ', 0), -(230708, '美溪区', 230700, '', 0, 0, 'M', '129.13536777746', '47.64134415168', 3, 'tr_0 tr_230000 tr_230700 ', 0), -(230709, '金山屯区', 230700, '', 0, 0, 'J', '129.43563861113', '47.418759014597', 3, 'tr_0 tr_230000 tr_230700 ', 0), -(230710, '五营区', 230700, '', 0, 0, 'W', '129.25134952898', '48.11427128362', 3, 'tr_0 tr_230000 tr_230700 ', 0), -(230711, '乌马河区', 230700, '', 0, 0, 'W', '128.80554637557', '47.73361851021', 3, 'tr_0 tr_230000 tr_230700 ', 0), -(230712, '汤旺河区', 230700, '', 0, 0, 'T', '129.57747422403', '48.460614389845', 3, 'tr_0 tr_230000 tr_230700 ', 0), -(230713, '带岭区', 230700, '', 0, 0, 'D', '129.02742523145', '47.034571951137', 3, 'tr_0 tr_230000 tr_230700 ', 0), -(230714, '乌伊岭区', 230700, '', 0, 0, 'W', '129.44457666112', '48.596169129772', 3, 'tr_0 tr_230000 tr_230700 ', 0), -(230715, '红星区', 230700, '', 0, 0, 'H', '129.39750706935', '48.245480405275', 3, 'tr_0 tr_230000 tr_230700 ', 0), -(230716, '上甘岭区', 230700, '', 0, 0, 'S', '129.03043733966', '47.980913793769', 3, 'tr_0 tr_230000 tr_230700 ', 0), -(230722, '嘉荫县', 230700, '', 0, 0, 'J', '130.41055547772', '48.894983469564', 3, 'tr_0 tr_230000 tr_230700 ', 0), -(230781, '铁力市', 230700, '', 0, 0, 'T', '128.03836490393', '46.992948620259', 3, 'tr_0 tr_230000 tr_230700 ', 0), -(230803, '向阳区', 230800, '', 0, 0, 'X', '130.37261186145', '46.813511816781', 3, 'tr_0 tr_230000 tr_230800 ', 0), -(230804, '前进区', 230800, '', 0, 0, 'Q', '130.3816482759', '46.819626508482', 3, 'tr_0 tr_230000 tr_230800 ', 0), -(230805, '东风区', 230800, '', 0, 0, 'D', '130.41056077772', '46.828385151991', 3, 'tr_0 tr_230000 tr_230800 ', 0), -(230811, '郊区', 230800, '', 0, 0, 'J', '130.32735909257', '46.805689990858', 3, 'tr_0 tr_230000 tr_230800 ', 0), -(230822, '桦南县', 230800, '', 0, 0, 'H', '130.56038502153', '46.24507747688', 3, 'tr_0 tr_230000 tr_230800 ', 0), -(230826, '桦川县', 230800, '', 0, 0, 'H', '130.72554944886', '47.028816852926', 3, 'tr_0 tr_230000 tr_230800 ', 0), -(230828, '汤原县', 230800, '', 0, 0, 'T', '129.91164504155', '46.735326720461', 3, 'tr_0 tr_230000 tr_230800 ', 0), -(230881, '同江市', 230800, '', 0, 0, 'T', '132.51750949205', '47.647980676666', 3, 'tr_0 tr_230000 tr_230800 ', 0), -(230882, '富锦市', 230800, '', 0, 0, 'F', '132.04453879528', '47.255932571848', 3, 'tr_0 tr_230000 tr_230800 ', 0), -(230883, '抚远市', 230800, '', 0, 0, 'F', '134.31448962575', '48.370944696273', 3, 'tr_0 tr_230000 tr_230800 ', 0), -(230902, '新兴区', 230900, '', 0, 0, 'X', '130.93837086995', '45.822310328543', 3, 'tr_0 tr_230000 tr_230900 ', 0), -(230903, '桃山区', 230900, '', 0, 0, 'T', '131.02644424554', '45.771799915696', 3, 'tr_0 tr_230000 tr_230900 ', 0), -(230904, '茄子河区', 230900, '', 0, 0, 'J', '131.0744805937', '45.791238180152', 3, 'tr_0 tr_230000 tr_230900 ', 0), -(230921, '勃利县', 230900, '', 0, 0, 'B', '130.59853255314', '45.760964313167', 3, 'tr_0 tr_230000 tr_230900 ', 0), -(231002, '东安区', 231000, '', 0, 0, 'D', '129.63347765344', '44.587460377571', 3, 'tr_0 tr_230000 tr_231000 ', 0), -(231003, '阳明区', 231000, '', 0, 0, 'Y', '129.64252736281', '44.601775026515', 3, 'tr_0 tr_230000 tr_231000 ', 0), -(231004, '爱民区', 231000, '', 0, 0, 'A', '129.59836369953', '44.602350339442', 3, 'tr_0 tr_230000 tr_231000 ', 0), -(231005, '西安区', 231000, '', 0, 0, 'X', '129.62241286515', '44.583861081842', 3, 'tr_0 tr_230000 tr_231000 ', 0), -(231025, '林口县', 231000, '', 0, 0, 'L', '130.28757880086', '45.28412885062', 3, 'tr_0 tr_230000 tr_231000 ', 0), -(231071, '牡丹江经济技术开发区', 231000, '', 0, 0, 'M', '129.63953977835', '44.556245708986', 3, 'tr_0 tr_230000 tr_231000 ', 0), -(231081, '绥芬河市', 231000, '', 0, 0, 'S', '131.15739222567', '44.418154372388', 3, 'tr_0 tr_230000 tr_231000 ', 0), -(231083, '海林市', 231000, '', 0, 0, 'H', '129.38742683358', '44.599871973195', 3, 'tr_0 tr_230000 tr_231000 ', 0), -(231084, '宁安市', 231000, '', 0, 0, 'N', '129.48936798014', '44.3469835775', 3, 'tr_0 tr_230000 tr_231000 ', 0), -(231085, '穆棱市', 231000, '', 0, 0, 'M', '130.53055850352', '44.924784589588', 3, 'tr_0 tr_230000 tr_231000 ', 0), -(231086, '东宁市', 231000, '', 0, 0, 'D', '131.13154357445', '44.096101486248', 3, 'tr_0 tr_230000 tr_231000 ', 0), -(231102, '爱辉区', 231100, '', 0, 0, 'A', '127.50663227086', '50.257709616452', 3, 'tr_0 tr_230000 tr_231100 ', 0), -(231121, '嫩江县', 231100, '', 0, 0, 'N', '125.22763469543', '49.191320184756', 3, 'tr_0 tr_230000 tr_231100 ', 0), -(231123, '逊克县', 231100, '', 0, 0, 'X', '128.48558459529', '49.5694914357', 3, 'tr_0 tr_230000 tr_231100 ', 0), -(231124, '孙吴县', 231100, '', 0, 0, 'S', '127.34238770837', '49.431450606859', 3, 'tr_0 tr_230000 tr_231100 ', 0), -(231181, '北安市', 231100, '', 0, 0, 'B', '126.49737974226', '48.247419532219', 3, 'tr_0 tr_230000 tr_231100 ', 0), -(231182, '五大连池市', 231100, '', 0, 0, 'W', '126.21155518831', '48.522609551763', 3, 'tr_0 tr_230000 tr_231100 ', 0), -(231202, '北林区', 231200, '', 0, 0, 'B', '126.99144894055', '46.643492672111', 3, 'tr_0 tr_230000 tr_231200 ', 0), -(231221, '望奎县', 231200, '', 0, 0, 'W', '126.49238489413', '46.839167601749', 3, 'tr_0 tr_230000 tr_231200 ', 0), -(231222, '兰西县', 231200, '', 0, 0, 'L', '126.29461952255', '46.258095172245', 3, 'tr_0 tr_230000 tr_231200 ', 0), -(231223, '青冈县', 231200, '', 0, 0, 'Q', '126.10048887472', '46.71068498305', 3, 'tr_0 tr_230000 tr_231200 ', 0), -(231224, '庆安县', 231200, '', 0, 0, 'Q', '127.5146121882', '46.885744465245', 3, 'tr_0 tr_230000 tr_231200 ', 0), -(231225, '明水县', 231200, '', 0, 0, 'M', '125.91248269419', '47.179483374941', 3, 'tr_0 tr_230000 tr_231200 ', 0), -(231226, '绥棱县', 231200, '', 0, 0, 'S', '127.12051514063', '47.242515793854', 3, 'tr_0 tr_230000 tr_231200 ', 0), -(231281, '安达市', 231200, '', 0, 0, 'A', '125.34862234422', '46.425719232144', 3, 'tr_0 tr_230000 tr_231200 ', 0), -(231282, '肇东市', 231200, '', 0, 0, 'Z', '125.96853740717', '46.056938289303', 3, 'tr_0 tr_230000 tr_231200 ', 0), -(231283, '海伦市', 231200, '', 0, 0, 'H', '126.93650857556', '47.456903841096', 3, 'tr_0 tr_230000 tr_231200 ', 0), -(232701, '漠河市', 232700, '', 0, 0, 'M', '122.5454208342', '52.978303678377', 3, 'tr_0 tr_230000 tr_232700 ', 0), -(232721, '呼玛县', 232700, '', 0, 0, 'H', '126.65964991907', '51.73094674724', 3, 'tr_0 tr_230000 tr_232700 ', 0), -(232722, '塔河县', 232700, '', 0, 0, 'T', '124.71651251449', '52.340305081113', 3, 'tr_0 tr_230000 tr_232700 ', 0), -(232761, '加格达奇区', 232700, '', 0, 0, 'J', '124.15292785448', '50.420025955028', 3, 'tr_0 tr_230000 tr_232700 ', 0), -(232762, '松岭区', 232700, '', 0, 0, 'S', '124.15292785448', '50.420025955028', 3, 'tr_0 tr_230000 tr_232700 ', 0), -(232763, '新林区', 232700, '', 0, 0, 'X', '124.53914092375', '51.801225110533', 3, 'tr_0 tr_230000 tr_232700 ', 0), -(232764, '呼中区', 232700, '', 0, 0, 'H', '123.58143136869', '52.037468814622', 3, 'tr_0 tr_230000 tr_232700 ', 0), -(310101, '黄浦区', 310100, '', 0, 0, 'H', '121.49158559252', '31.237247152064', 3, 'tr_0 tr_310000 tr_310100 ', 0), -(310104, '徐汇区', 310100, '', 0, 0, 'X', '121.44339635276', '31.194556772823', 3, 'tr_0 tr_310000 tr_310100 ', 0), -(310105, '长宁区', 310100, '', 0, 0, 'Z', '121.43045437545', '31.226847968225', 3, 'tr_0 tr_310000 tr_310100 ', 0), -(310106, '静安区', 310100, '', 0, 0, 'J', '121.45343177277', '31.233844930402', 3, 'tr_0 tr_310000 tr_310100 ', 0), -(310107, '普陀区', 310100, '', 0, 0, 'P', '112.85530302042', '35.520558754673', 3, 'tr_0 tr_310000 tr_310100 ', 0), -(310109, '虹口区', 310100, '', 0, 0, 'H', '121.51158645453', '31.269746698931', 3, 'tr_0 tr_310000 tr_310100 ', 0), -(310110, '杨浦区', 310100, '', 0, 0, 'Y', '121.53251993733', '31.265524144657', 3, 'tr_0 tr_310000 tr_310100 ', 0), -(310112, '闵行区', 310100, '', 0, 0, 'M', '121.38861193361', '31.118842580087', 3, 'tr_0 tr_310000 tr_310100 ', 0), -(310113, '宝山区', 310100, '', 0, 0, 'B', '131.40737518857', '46.583598340241', 3, 'tr_0 tr_310000 tr_310100 ', 0), -(310114, '嘉定区', 310100, '', 0, 0, 'J', '121.27259505835', '31.380155339677', 3, 'tr_0 tr_310000 tr_310100 ', 0), -(310115, '浦东新区', 310100, '', 0, 0, 'P', '121.55045460683', '31.227348292436', 3, 'tr_0 tr_310000 tr_310100 ', 0), -(310116, '金山区', 310100, '', 0, 0, 'J', '121.34848004512', '30.74785237657', 3, 'tr_0 tr_310000 tr_310100 ', 0), -(310117, '松江区', 310100, '', 0, 0, 'S', '121.23447959624', '31.037135176464', 3, 'tr_0 tr_310000 tr_310100 ', 0), -(310118, '青浦区', 310100, '', 0, 0, 'Q', '121.13055310467', '31.155454317981', 3, 'tr_0 tr_310000 tr_310100 ', 0), -(310120, '奉贤区', 310100, '', 0, 0, 'F', '121.48050373643', '30.923720110285', 3, 'tr_0 tr_310000 tr_310100 ', 0), -(310151, '崇明区', 310100, '', 0, 0, 'C', '121.40355686272', '31.628569984404', 3, 'tr_0 tr_310000 tr_310100 ', 0), -(320102, '玄武区', 320100, '', 0, 0, 'X', '118.80441263575', '32.054756682949', 3, 'tr_0 tr_320000 tr_320100 ', 0), -(320104, '秦淮区', 320100, '', 0, 0, 'Q', '118.80040736097', '32.045138606405', 3, 'tr_0 tr_320000 tr_320100 ', 0), -(320105, '建邺区', 320100, '', 0, 0, 'J', '118.73856944695', '32.009369695446', 3, 'tr_0 tr_320000 tr_320100 ', 0), -(320106, '鼓楼区', 320100, '', 0, 0, 'G', '118.77651899204', '32.072405160557', 3, 'tr_0 tr_320000 tr_320100 ', 0), -(320111, '浦口区', 320100, '', 0, 0, 'P', '118.63460405875', '32.064679277923', 3, 'tr_0 tr_320000 tr_320100 ', 0), -(320113, '栖霞区', 320100, '', 0, 0, 'Q', '118.91542298491', '32.10260020783', 3, 'tr_0 tr_320000 tr_320100 ', 0), -(320114, '雨花台区', 320100, '', 0, 0, 'Y', '118.78544536406', '31.997858805466', 3, 'tr_0 tr_320000 tr_320100 ', 0), -(320115, '江宁区', 320100, '', 0, 0, 'J', '118.84656705909', '31.958526869177', 3, 'tr_0 tr_320000 tr_320100 ', 0), -(320116, '六合区', 320100, '', 0, 0, 'L', '118.82747132971', '32.32866604102', 3, 'tr_0 tr_320000 tr_320100 ', 0), -(320117, '溧水区', 320100, '', 0, 0, 'L', '119.03440390903', '31.657283696314', 3, 'tr_0 tr_320000 tr_320100 ', 0), -(320118, '高淳区', 320100, '', 0, 0, 'G', '118.89849765147', '31.333639123905', 3, 'tr_0 tr_320000 tr_320100 ', 0), -(320205, '锡山区', 320200, '', 0, 0, 'X', '120.36342571103', '31.594761632814', 3, 'tr_0 tr_320000 tr_320200 ', 0), -(320206, '惠山区', 320200, '', 0, 0, 'H', '120.30459559335', '31.686741337275', 3, 'tr_0 tr_320000 tr_320200 ', 0), -(320211, '滨湖区', 320200, '', 0, 0, 'B', '120.29154752616', '31.534639699974', 3, 'tr_0 tr_320000 tr_320200 ', 0), -(320213, '梁溪区', 320200, '', 0, 0, 'L', '120.30959951436', '31.571645024135', 3, 'tr_0 tr_320000 tr_320200 ', 0), -(320214, '新吴区', 320200, '', 0, 0, 'X', '120.37039647195', '31.554850239842', 3, 'tr_0 tr_320000 tr_320200 ', 0), -(320281, '江阴市', 320200, '', 0, 0, 'J', '120.29156800752', '31.926044909769', 3, 'tr_0 tr_320000 tr_320200 ', 0), -(320282, '宜兴市', 320200, '', 0, 0, 'Y', '119.83160603216', '31.342956624268', 3, 'tr_0 tr_320000 tr_320200 ', 0), -(320302, '鼓楼区', 320300, '', 0, 0, 'G', '117.19257874733', '34.293760084221', 3, 'tr_0 tr_320000 tr_320300 ', 0), -(320303, '云龙区', 320300, '', 0, 0, 'Y', '117.2584239124', '34.259086691031', 3, 'tr_0 tr_320000 tr_320300 ', 0), -(320305, '贾汪区', 320300, '', 0, 0, 'J', '117.46943039703', '34.441620400617', 3, 'tr_0 tr_320000 tr_320300 ', 0), -(320311, '泉山区', 320300, '', 0, 0, 'Q', '117.20059046468', '34.249942871606', 3, 'tr_0 tr_320000 tr_320300 ', 0), -(320312, '铜山区', 320300, '', 0, 0, 'T', '117.17556960199', '34.186100449885', 3, 'tr_0 tr_320000 tr_320300 ', 0), -(320321, '丰县', 320300, '', 0, 0, 'F', '116.60258246804', '34.699769765634', 3, 'tr_0 tr_320000 tr_320300 ', 0), -(320322, '沛县', 320300, '', 0, 0, 'P', '116.9425856239', '34.765151955415', 3, 'tr_0 tr_320000 tr_320300 ', 0), -(320324, '睢宁县', 320300, '', 0, 0, 'S', '117.94743277245', '33.918789417818', 3, 'tr_0 tr_320000 tr_320300 ', 0), -(320371, '徐州经济技术开发区', 320300, '', 0, 0, 'X', '117.28574962221', '34.272904039312', 3, 'tr_0 tr_320000 tr_320300 ', 0), -(320381, '新沂市', 320300, '', 0, 0, 'X', '118.36153652102', '34.375610954637', 3, 'tr_0 tr_320000 tr_320300 ', 0), -(320382, '邳州市', 320300, '', 0, 0, 'P', '117.96341066307', '34.339753160807', 3, 'tr_0 tr_320000 tr_320300 ', 0), -(320402, '天宁区', 320400, '', 0, 0, 'T', '119.98046316025', '31.785570271253', 3, 'tr_0 tr_320000 tr_320400 ', 0), -(320404, '钟楼区', 320400, '', 0, 0, 'Z', '119.908462716', '31.807646657754', 3, 'tr_0 tr_320000 tr_320400 ', 0), -(320411, '新北区', 320400, '', 0, 0, 'X', '119.97751429276', '31.836323947624', 3, 'tr_0 tr_320000 tr_320400 ', 0), -(320412, '武进区', 320400, '', 0, 0, 'W', '119.94861167229', '31.706446611742', 3, 'tr_0 tr_320000 tr_320400 ', 0), -(320413, '金坛区', 320400, '', 0, 0, 'J', '119.60457090266', '31.72889303001', 3, 'tr_0 tr_320000 tr_320400 ', 0), -(320481, '溧阳市', 320400, '', 0, 0, 'L', '119.49150603896', '31.422102292159', 3, 'tr_0 tr_320000 tr_320400 ', 0), -(320505, '虎丘区', 320500, '', 0, 0, 'H', '120.57847178571', '31.301932876554', 3, 'tr_0 tr_320000 tr_320500 ', 0), -(320506, '吴中区', 320500, '', 0, 0, 'W', '120.63850751921', '31.268261445846', 3, 'tr_0 tr_320000 tr_320500 ', 0), -(320507, '相城区', 320500, '', 0, 0, 'X', '120.64856593584', '31.374689921493', 3, 'tr_0 tr_320000 tr_320500 ', 0), -(320508, '姑苏区', 320500, '', 0, 0, 'G', '120.6234549731', '31.341831300993', 3, 'tr_0 tr_320000 tr_320500 ', 0), -(320509, '吴江区', 320500, '', 0, 0, 'W', '120.65156717454', '31.144644190473', 3, 'tr_0 tr_320000 tr_320500 ', 0), -(320571, '苏州工业园区', 320500, '', 0, 0, 'S', '120.82848521083', '31.309610913062', 3, 'tr_0 tr_320000 tr_320500 ', 0), -(320581, '常熟市', 320500, '', 0, 0, 'C', '120.75949588665', '31.659538276741', 3, 'tr_0 tr_320000 tr_320500 ', 0), -(320582, '张家港市', 320500, '', 0, 0, 'Z', '120.56155363871', '31.88114053634', 3, 'tr_0 tr_320000 tr_320500 ', 0), -(320583, '昆山市', 320500, '', 0, 0, 'K', '120.98745249795', '31.390863425082', 3, 'tr_0 tr_320000 tr_320500 ', 0), -(320585, '太仓市', 320500, '', 0, 0, 'T', '121.1355952935', '31.464599352978', 3, 'tr_0 tr_320000 tr_320500 ', 0), -(320602, '崇川区', 320600, '', 0, 0, 'C', '120.86342022229', '32.015923029631', 3, 'tr_0 tr_320000 tr_320600 ', 0), -(320611, '港闸区', 320600, '', 0, 0, 'G', '120.82445235808', '32.037345124875', 3, 'tr_0 tr_320000 tr_320600 ', 0), -(320612, '通州区', 320600, '', 0, 0, 'T', '121.08142549498', '32.070355739676', 3, 'tr_0 tr_320000 tr_320600 ', 0), -(320623, '如东县', 320600, '', 0, 0, 'R', '121.19243791024', '32.335872886155', 3, 'tr_0 tr_320000 tr_320600 ', 0), -(320671, '南通经济技术开发区', 320600, '', 0, 0, 'N', '120.90159173866', '31.986549431201', 3, 'tr_0 tr_320000 tr_320600 ', 0), -(320681, '启东市', 320600, '', 0, 0, 'Q', '121.66347374677', '31.814232849643', 3, 'tr_0 tr_320000 tr_320600 ', 0), -(320682, '如皋市', 320600, '', 0, 0, 'R', '120.57946558109', '32.377851486109', 3, 'tr_0 tr_320000 tr_320600 ', 0), -(320684, '海门市', 320600, '', 0, 0, 'H', '121.18843649817', '31.87361172603', 3, 'tr_0 tr_320000 tr_320600 ', 0), -(320685, '海安市', 320600, '', 0, 0, 'H', '120.47443309578', '32.53919574424', 3, 'tr_0 tr_320000 tr_320600 ', 0), -(320703, '连云区', 320700, '', 0, 0, 'L', '119.46701669742', '34.638921829102', 3, 'tr_0 tr_320000 tr_320700 ', 0), -(320706, '海州区', 320700, '', 0, 0, 'H', '119.16940808819', '34.577456118597', 3, 'tr_0 tr_320000 tr_320700 ', 0), -(320707, '赣榆区', 320700, '', 0, 0, 'G', '119.17943461497', '34.847682460846', 3, 'tr_0 tr_320000 tr_320700 ', 0), -(320722, '东海县', 320700, '', 0, 0, 'D', '118.75956509248', '34.547918627364', 3, 'tr_0 tr_320000 tr_320700 ', 0), -(320723, '灌云县', 320700, '', 0, 0, 'G', '119.24653354504', '34.288616060258', 3, 'tr_0 tr_320000 tr_320700 ', 0), -(320724, '灌南县', 320700, '', 0, 0, 'G', '119.3225381861', '34.09259130777', 3, 'tr_0 tr_320000 tr_320700 ', 0), -(320771, '连云港经济技术开发区', 320700, '', 0, 0, 'L', '119.35457059279', '34.70740063931', 3, 'tr_0 tr_320000 tr_320700 ', 0), -(320772, '连云港高新技术产业开发区', 320700, '', 0, 0, 'L', '119.22862133317', '34.602249525267', 3, 'tr_0 tr_320000 tr_320700 ', 0), -(320803, '淮安区', 320800, '', 0, 0, 'H', '119.14746320322', '33.508999838208', 3, 'tr_0 tr_320000 tr_320800 ', 0), -(320804, '淮阴区', 320800, '', 0, 0, 'H', '119.04142174116', '33.638150424768', 3, 'tr_0 tr_320000 tr_320800 ', 0), -(320812, '清江浦区', 320800, '', 0, 0, 'Q', '119.03241362334', '33.558562240066', 3, 'tr_0 tr_320000 tr_320800 ', 0), -(320813, '洪泽区', 320800, '', 0, 0, 'H', '118.8795836493', '33.29962468147', 3, 'tr_0 tr_320000 tr_320800 ', 0), -(320826, '涟水县', 320800, '', 0, 0, 'L', '119.26644843921', '33.7870787079', 3, 'tr_0 tr_320000 tr_320800 ', 0), -(320830, '盱眙县', 320800, '', 0, 0, 'X', '118.55144127024', '33.01825474166', 3, 'tr_0 tr_320000 tr_320800 ', 0), -(320831, '金湖县', 320800, '', 0, 0, 'J', '119.02646908663', '33.031283826757', 3, 'tr_0 tr_320000 tr_320800 ', 0), -(320871, '淮安经济技术开发区', 320800, '', 0, 0, 'H', '119.13289044209', '33.610236869931', 3, 'tr_0 tr_320000 tr_320800 ', 0), -(320902, '亭湖区', 320900, '', 0, 0, 'T', '120.20457816804', '33.395893486907', 3, 'tr_0 tr_320000 tr_320900 ', 0), -(320903, '盐都区', 320900, '', 0, 0, 'Y', '120.16050325734', '33.344020315599', 3, 'tr_0 tr_320000 tr_320900 ', 0), -(320904, '大丰区', 320900, '', 0, 0, 'D', '120.50743881649', '33.20475984971', 3, 'tr_0 tr_320000 tr_320900 ', 0), -(320921, '响水县', 320900, '', 0, 0, 'X', '119.58460112202', '34.20474300276', 3, 'tr_0 tr_320000 tr_320900 ', 0), -(320922, '滨海县', 320900, '', 0, 0, 'B', '119.82762105909', '33.995646547467', 3, 'tr_0 tr_320000 tr_320900 ', 0), -(320923, '阜宁县', 320900, '', 0, 0, 'F', '119.80958074885', '33.765078727087', 3, 'tr_0 tr_320000 tr_320900 ', 0), -(320924, '射阳县', 320900, '', 0, 0, 'S', '120.26444564892', '33.78101359213', 3, 'tr_0 tr_320000 tr_320900 ', 0), -(320925, '建湖县', 320900, '', 0, 0, 'J', '119.80553127745', '33.469832978385', 3, 'tr_0 tr_320000 tr_320900 ', 0), -(320971, '盐城经济技术开发区', 320900, '', 0, 0, 'Y', '120.16754426576', '33.355100917626', 3, 'tr_0 tr_320000 tr_320900 ', 0), -(320981, '东台市', 320900, '', 0, 0, 'D', '120.32653706475', '32.872716312488', 3, 'tr_0 tr_320000 tr_320900 ', 0), -(321002, '广陵区', 321000, '', 0, 0, 'G', '119.43850484608', '32.40066115972', 3, 'tr_0 tr_320000 tr_321000 ', 0), -(321003, '邗江区', 321000, '', 0, 0, 'H', '119.40438513671', '32.38275135526', 3, 'tr_0 tr_320000 tr_321000 ', 0), -(321012, '江都区', 321000, '', 0, 0, 'J', '119.57660296908', '32.440294506243', 3, 'tr_0 tr_320000 tr_321000 ', 0), -(321023, '宝应县', 321000, '', 0, 0, 'B', '119.36555570138', '33.247205461148', 3, 'tr_0 tr_320000 tr_321000 ', 0), -(321071, '扬州经济技术开发区', 321000, '', 0, 0, 'Y', '119.41941890823', '32.40067693609', 3, 'tr_0 tr_320000 tr_321000 ', 0), -(321081, '仪征市', 321000, '', 0, 0, 'Y', '119.19146705795', '32.278090483161', 3, 'tr_0 tr_320000 tr_321000 ', 0), -(321084, '高邮市', 321000, '', 0, 0, 'G', '119.46561561654', '32.787147020528', 3, 'tr_0 tr_320000 tr_321000 ', 0), -(321102, '京口区', 321100, '', 0, 0, 'J', '119.47560369584', '32.203785483528', 3, 'tr_0 tr_320000 tr_321100 ', 0), -(321111, '润州区', 321100, '', 0, 0, 'R', '119.41844047387', '32.201494843152', 3, 'tr_0 tr_320000 tr_321100 ', 0), -(321112, '丹徒区', 321100, '', 0, 0, 'D', '119.44050079109', '32.13792039565', 3, 'tr_0 tr_320000 tr_321100 ', 0), -(321171, '镇江新区', 321100, '', 0, 0, 'Z', '119.67618104484', '32.168646770866', 3, 'tr_0 tr_320000 tr_321100 ', 0), -(321181, '丹阳市', 321100, '', 0, 0, 'D', '119.61250060471', '32.01592027417', 3, 'tr_0 tr_320000 tr_321100 ', 0), -(321182, '扬中市', 321100, '', 0, 0, 'Y', '119.80351961209', '32.242967194122', 3, 'tr_0 tr_320000 tr_321100 ', 0), -(321183, '句容市', 321100, '', 0, 0, 'J', '119.1754332029', '31.950923490521', 3, 'tr_0 tr_320000 tr_321100 ', 0), -(321202, '海陵区', 321200, '', 0, 0, 'H', '119.9255249512', '32.496731549227', 3, 'tr_0 tr_320000 tr_321200 ', 0), -(321203, '高港区', 321200, '', 0, 0, 'G', '119.88842098109', '32.32486247444', 3, 'tr_0 tr_320000 tr_321200 ', 0), -(321204, '姜堰区', 321200, '', 0, 0, 'J', '120.13339832587', '32.515233674759', 3, 'tr_0 tr_320000 tr_321200 ', 0), -(321271, '泰州医药高新技术产业开发区', 321200, '', 0, 0, 'T', '119.91593203649', '32.502484457877', 3, 'tr_0 tr_320000 tr_321200 ', 0), -(321281, '兴化市', 321200, '', 0, 0, 'X', '119.85751406137', '32.917824213889', 3, 'tr_0 tr_320000 tr_321200 ', 0), -(321282, '靖江市', 321200, '', 0, 0, 'J', '120.28353203592', '31.988170075211', 3, 'tr_0 tr_320000 tr_321200 ', 0), -(321283, '泰兴市', 321200, '', 0, 0, 'T', '120.05859939046', '32.177474023712', 3, 'tr_0 tr_320000 tr_321200 ', 0), -(321302, '宿城区', 321300, '', 0, 0, 'S', '118.24956705107', '33.968677630731', 3, 'tr_0 tr_320000 tr_321300 ', 0), -(321311, '宿豫区', 321300, '', 0, 0, 'S', '118.33640094471', '33.954804396327', 3, 'tr_0 tr_320000 tr_321300 ', 0), -(321322, '沭阳县', 321300, '', 0, 0, 'S', '118.81041906571', '34.117454209479', 3, 'tr_0 tr_320000 tr_321300 ', 0), -(321323, '泗阳县', 321300, '', 0, 0, 'S', '118.70946596538', '33.728328313047', 3, 'tr_0 tr_320000 tr_321300 ', 0), -(321324, '泗洪县', 321300, '', 0, 0, 'S', '118.22241594669', '33.465732594595', 3, 'tr_0 tr_320000 tr_321300 ', 0), -(321371, '宿迁经济技术开发区', 321300, '', 0, 0, 'S', '118.27387299732', '33.898354594037', 3, 'tr_0 tr_320000 tr_321300 ', 0), -(330102, '上城区', 330100, '', 0, 0, 'S', '120.17557880007', '30.248398420426', 3, 'tr_0 tr_330000 tr_330100 ', 0), -(330103, '下城区', 330100, '', 0, 0, 'X', '120.18760693119', '30.286744052562', 3, 'tr_0 tr_330000 tr_330100 ', 0), -(330104, '江干区', 330100, '', 0, 0, 'J', '120.21153877811', '30.263310567012', 3, 'tr_0 tr_330000 tr_330100 ', 0), -(330105, '拱墅区', 330100, '', 0, 0, 'G', '120.14844700926', '30.32464256663', 3, 'tr_0 tr_330000 tr_330100 ', 0), -(330106, '西湖区', 330100, '', 0, 0, 'X', '120.13643801205', '30.265916325589', 3, 'tr_0 tr_330000 tr_330100 ', 0), -(330108, '滨江区', 330100, '', 0, 0, 'B', '120.21847118139', '30.214332950144', 3, 'tr_0 tr_330000 tr_330100 ', 0), -(330109, '萧山区', 330100, '', 0, 0, 'X', '120.27047058397', '30.187511222214', 3, 'tr_0 tr_330000 tr_330100 ', 0), -(330110, '余杭区', 330100, '', 0, 0, 'Y', '120.30659216718', '30.424739268745', 3, 'tr_0 tr_330000 tr_330100 ', 0), -(330111, '富阳区', 330100, '', 0, 0, 'F', '119.96655568418', '30.054722967304', 3, 'tr_0 tr_330000 tr_330100 ', 0), -(330112, '临安区', 330100, '', 0, 0, 'L', '119.73151737122', '30.239805598054', 3, 'tr_0 tr_330000 tr_330100 ', 0), -(330122, '桐庐县', 330100, '', 0, 0, 'T', '119.69759877583', '29.798584790143', 3, 'tr_0 tr_330000 tr_330100 ', 0), -(330127, '淳安县', 330100, '', 0, 0, 'C', '119.04839230601', '29.614950366034', 3, 'tr_0 tr_330000 tr_330100 ', 0), -(330182, '建德市', 330100, '', 0, 0, 'J', '119.28739807501', '29.481154026968', 3, 'tr_0 tr_330000 tr_330100 ', 0), -(330203, '海曙区', 330200, '', 0, 0, 'H', '121.55740307254', '29.865720708366', 3, 'tr_0 tr_330000 tr_330200 ', 0), -(330205, '江北区', 330200, '', 0, 0, 'J', '121.56042128922', '29.892948379476', 3, 'tr_0 tr_330000 tr_330200 ', 0), -(330206, '北仑区', 330200, '', 0, 0, 'B', '121.85057621461', '29.904659359939', 3, 'tr_0 tr_330000 tr_330200 ', 0), -(330211, '镇海区', 330200, '', 0, 0, 'Z', '121.72251899132', '29.954884963349', 3, 'tr_0 tr_330000 tr_330200 ', 0), -(330212, '鄞州区', 330200, '', 0, 0, 'Y', '121.55542706991', '29.824206349996', 3, 'tr_0 tr_330000 tr_330200 ', 0), -(330213, '奉化区', 330200, '', 0, 0, 'F', '121.41352776719', '29.66114641278', 3, 'tr_0 tr_330000 tr_330200 ', 0), -(330225, '象山县', 330200, '', 0, 0, 'X', '121.87556392982', '29.482270653805', 3, 'tr_0 tr_330000 tr_330200 ', 0), -(330226, '宁海县', 330200, '', 0, 0, 'N', '121.43643177294', '29.294317441106', 3, 'tr_0 tr_330000 tr_330200 ', 0), -(330281, '余姚市', 330200, '', 0, 0, 'Y', '121.16058507482', '30.042734639571', 3, 'tr_0 tr_330000 tr_330200 ', 0), -(330282, '慈溪市', 330200, '', 0, 0, 'C', '121.27259613632', '30.17525661072', 3, 'tr_0 tr_330000 tr_330200 ', 0), -(330302, '鹿城区', 330300, '', 0, 0, 'L', '120.66158649793', '28.020351607763', 3, 'tr_0 tr_330000 tr_330300 ', 0), -(330303, '龙湾区', 330300, '', 0, 0, 'L', '120.81946755397', '27.938652244916', 3, 'tr_0 tr_330000 tr_330300 ', 0), -(330304, '瓯海区', 330300, '', 0, 0, 'O', '120.62144724335', '27.972857351643', 3, 'tr_0 tr_330000 tr_330300 ', 0), -(330305, '洞头区', 330300, '', 0, 0, 'D', '121.16354856759', '27.841870324587', 3, 'tr_0 tr_330000 tr_330300 ', 0), -(330324, '永嘉县', 330300, '', 0, 0, 'Y', '120.68852407508', '28.156450332206', 3, 'tr_0 tr_330000 tr_330300 ', 0), -(330326, '平阳县', 330300, '', 0, 0, 'P', '120.57251537444', '27.667724401093', 3, 'tr_0 tr_330000 tr_330300 ', 0), -(330327, '苍南县', 330300, '', 0, 0, 'C', '120.43359512229', '27.523066788447', 3, 'tr_0 tr_330000 tr_330300 ', 0), -(330328, '文成县', 330300, '', 0, 0, 'W', '120.09748845652', '27.79321715229', 3, 'tr_0 tr_330000 tr_330300 ', 0), -(330329, '泰顺县', 330300, '', 0, 0, 'T', '119.72353725759', '27.562170559597', 3, 'tr_0 tr_330000 tr_330300 ', 0), -(330371, '温州经济技术开发区', 330300, '', 0, 0, 'W', '120.82366240355', '27.878919129203', 3, 'tr_0 tr_330000 tr_330300 ', 0), -(330381, '瑞安市', 330300, '', 0, 0, 'R', '120.66158218607', '27.783950736232', 3, 'tr_0 tr_330000 tr_330300 ', 0), -(330382, '乐清市', 330300, '', 0, 0, 'L', '120.99250185617', '28.118179995228', 3, 'tr_0 tr_330000 tr_330300 ', 0), -(330402, '南湖区', 330400, '', 0, 0, 'N', '120.78961005175', '30.751546813315', 3, 'tr_0 tr_330000 tr_330400 ', 0), -(330411, '秀洲区', 330400, '', 0, 0, 'X', '120.71543705563', '30.770207214174', 3, 'tr_0 tr_330000 tr_330400 ', 0), -(330421, '嘉善县', 330400, '', 0, 0, 'J', '120.93251060584', '30.83712219382', 3, 'tr_0 tr_330000 tr_330400 ', 0), -(330424, '海盐县', 330400, '', 0, 0, 'H', '120.95244526273', '30.531872894538', 3, 'tr_0 tr_330000 tr_330400 ', 0), -(330481, '海宁市', 330400, '', 0, 0, 'H', '120.68656506738', '30.517923769776', 3, 'tr_0 tr_330000 tr_330400 ', 0), -(330482, '平湖市', 330400, '', 0, 0, 'P', '121.02257525525', '30.682240998058', 3, 'tr_0 tr_330000 tr_330400 ', 0), -(330483, '桐乡市', 330400, '', 0, 0, 'T', '120.57154315531', '30.63631118771', 3, 'tr_0 tr_330000 tr_330400 ', 0), -(330502, '吴兴区', 330500, '', 0, 0, 'W', '120.1916046602', '30.862955454986', 3, 'tr_0 tr_330000 tr_330500 ', 0), -(330503, '南浔区', 330500, '', 0, 0, 'N', '120.42460139422', '30.855242982243', 3, 'tr_0 tr_330000 tr_330500 ', 0), -(330521, '德清县', 330500, '', 0, 0, 'D', '119.98346466845', '30.548628239139', 3, 'tr_0 tr_330000 tr_330500 ', 0), -(330522, '长兴县', 330500, '', 0, 0, 'Z', '119.91749832197', '31.032579326835', 3, 'tr_0 tr_330000 tr_330500 ', 0), -(330523, '安吉县', 330500, '', 0, 0, 'A', '119.68656337876', '30.644424794114', 3, 'tr_0 tr_330000 tr_330500 ', 0), -(330602, '越城区', 330600, '', 0, 0, 'Y', '120.58843667181', '29.995309962798', 3, 'tr_0 tr_330000 tr_330600 ', 0), -(330603, '柯桥区', 330600, '', 0, 0, 'K', '120.45151103408', '30.07900360495', 3, 'tr_0 tr_330000 tr_330600 ', 0), -(330604, '上虞区', 330600, '', 0, 0, 'S', '120.87450989364', '30.038242967062', 3, 'tr_0 tr_330000 tr_330600 ', 0), -(330624, '新昌县', 330600, '', 0, 0, 'X', '120.91056965639', '29.50554107531', 3, 'tr_0 tr_330000 tr_330600 ', 0), -(330681, '诸暨市', 330600, '', 0, 0, 'Z', '120.25340833197', '29.714934649195', 3, 'tr_0 tr_330000 tr_330600 ', 0), -(330683, '嵊州市', 330600, '', 0, 0, 'S', '120.83743725739', '29.567326991294', 3, 'tr_0 tr_330000 tr_330600 ', 0), -(330702, '婺城区', 330700, '', 0, 0, 'W', '119.57859260936', '29.091775438186', 3, 'tr_0 tr_330000 tr_330700 ', 0), -(330703, '金东区', 330700, '', 0, 0, 'J', '119.69958241405', '29.104765016118', 3, 'tr_0 tr_330000 tr_330700 ', 0), -(330723, '武义县', 330700, '', 0, 0, 'W', '119.82256555867', '28.89824378665', 3, 'tr_0 tr_330000 tr_330700 ', 0), -(330726, '浦江县', 330700, '', 0, 0, 'P', '119.8984360827', '29.458692851855', 3, 'tr_0 tr_330000 tr_330700 ', 0), -(330727, '磐安县', 330700, '', 0, 0, 'P', '120.45651305177', '29.060103175107', 3, 'tr_0 tr_330000 tr_330700 ', 0), -(330781, '兰溪市', 330700, '', 0, 0, 'L', '119.46659870554', '29.214044345079', 3, 'tr_0 tr_330000 tr_330700 ', 0), -(330782, '义乌市', 330700, '', 0, 0, 'Y', '120.08158099306', '29.31114987541', 3, 'tr_0 tr_330000 tr_330700 ', 0), -(330783, '东阳市', 330700, '', 0, 0, 'D', '120.24842192791', '29.295861065151', 3, 'tr_0 tr_330000 tr_330700 ', 0), -(330784, '永康市', 330700, '', 0, 0, 'Y', '120.05455071078', '28.894203967255', 3, 'tr_0 tr_330000 tr_330700 ', 0), -(330802, '柯城区', 330800, '', 0, 0, 'K', '118.87758391504', '28.974203651128', 3, 'tr_0 tr_330000 tr_330800 ', 0), -(330803, '衢江区', 330800, '', 0, 0, 'Q', '118.9655390736', '28.986237907969', 3, 'tr_0 tr_330000 tr_330800 ', 0), -(330822, '常山县', 330800, '', 0, 0, 'C', '118.51755663118', '28.906997949113', 3, 'tr_0 tr_330000 tr_330800 ', 0), -(330824, '开化县', 330800, '', 0, 0, 'K', '118.42145932131', '29.143187521187', 3, 'tr_0 tr_330000 tr_330800 ', 0), -(330825, '龙游县', 330800, '', 0, 0, 'L', '119.17841825566', '29.034486553295', 3, 'tr_0 tr_330000 tr_330800 ', 0), -(330881, '江山市', 330800, '', 0, 0, 'J', '118.63358329793', '28.742868480118', 3, 'tr_0 tr_330000 tr_330800 ', 0), -(330902, '定海区', 330900, '', 0, 0, 'D', '122.11360080392', '30.025462378363', 3, 'tr_0 tr_330000 tr_330900 ', 0), -(330903, '普陀区', 330900, '', 0, 0, 'P', '122.33154416586', '29.976835696536', 3, 'tr_0 tr_330000 tr_330900 ', 0), -(330921, '岱山县', 330900, '', 0, 0, 'D', '122.23260481449', '30.269655894035', 3, 'tr_0 tr_330000 tr_330900 ', 0), -(330922, '嵊泗县', 330900, '', 0, 0, 'S', '122.45758776506', '30.731273949024', 3, 'tr_0 tr_330000 tr_330900 ', 0), -(331002, '椒江区', 331000, '', 0, 0, 'J', '121.44940797569', '28.679258224903', 3, 'tr_0 tr_330000 tr_331000 ', 0), -(331003, '黄岩区', 331000, '', 0, 0, 'H', '121.26856605116', '28.655333607551', 3, 'tr_0 tr_330000 tr_331000 ', 0), -(331004, '路桥区', 331000, '', 0, 0, 'L', '121.37157806769', '28.586946666726', 3, 'tr_0 tr_330000 tr_331000 ', 0), -(331022, '三门县', 331000, '', 0, 0, 'S', '121.40255379759', '29.110355206289', 3, 'tr_0 tr_330000 tr_331000 ', 0), -(331023, '天台县', 331000, '', 0, 0, 'T', '121.01355337629', '29.149514378149', 3, 'tr_0 tr_330000 tr_331000 ', 0), -(331024, '仙居县', 331000, '', 0, 0, 'X', '120.73543520575', '28.853225693258', 3, 'tr_0 tr_330000 tr_331000 ', 0), -(331081, '温岭市', 331000, '', 0, 0, 'W', '121.39258889458', '28.37765548985', 3, 'tr_0 tr_330000 tr_331000 ', 0), -(331082, '临海市', 331000, '', 0, 0, 'L', '121.15158529413', '28.864049329083', 3, 'tr_0 tr_330000 tr_331000 ', 0), -(331083, '玉环市', 331000, '', 0, 0, 'Y', '121.23851297084', '28.141862986829', 3, 'tr_0 tr_330000 tr_331000 ', 0), -(331102, '莲都区', 331100, '', 0, 0, 'L', '119.91951913335', '28.451745135046', 3, 'tr_0 tr_330000 tr_331100 ', 0), -(331121, '青田县', 331100, '', 0, 0, 'Q', '120.296573349', '28.14548755633', 3, 'tr_0 tr_330000 tr_331100 ', 0), -(331122, '缙云县', 331100, '', 0, 0, 'J', '120.09747830566', '28.665214747164', 3, 'tr_0 tr_330000 tr_331100 ', 0), -(331123, '遂昌县', 331100, '', 0, 0, 'S', '119.28243538622', '28.59845467671', 3, 'tr_0 tr_330000 tr_331100 ', 0), -(331124, '松阳县', 331100, '', 0, 0, 'S', '119.48854377016', '28.455056404273', 3, 'tr_0 tr_330000 tr_331100 ', 0), -(331125, '云和县', 331100, '', 0, 0, 'Y', '119.57959736407', '28.121469507454', 3, 'tr_0 tr_330000 tr_331100 ', 0), -(331126, '庆元县', 331100, '', 0, 0, 'Q', '119.06948685498', '27.625431778354', 3, 'tr_0 tr_330000 tr_331100 ', 0), -(331127, '景宁畲族自治县', 331100, '', 0, 0, 'J', '119.64243033109', '27.979553966951', 3, 'tr_0 tr_330000 tr_331100 ', 0), -(331181, '龙泉市', 331100, '', 0, 0, 'L', '119.14844476521', '28.080508725251', 3, 'tr_0 tr_330000 tr_331100 ', 0), -(340102, '瑶海区', 340100, '', 0, 0, 'Y', '117.31558704454', '31.863786941657', 3, 'tr_0 tr_340000 tr_340100 ', 0), -(340103, '庐阳区', 340100, '', 0, 0, 'L', '117.27145913382', '31.884886695554', 3, 'tr_0 tr_340000 tr_340100 ', 0), -(340104, '蜀山区', 340100, '', 0, 0, 'S', '117.2664607823', '31.857378217104', 3, 'tr_0 tr_340000 tr_340100 ', 0), -(340111, '包河区', 340100, '', 0, 0, 'B', '117.31657625857', '31.799293467782', 3, 'tr_0 tr_340000 tr_340100 ', 0), -(340121, '长丰县', 340100, '', 0, 0, 'Z', '117.17356009256', '32.483722623763', 3, 'tr_0 tr_340000 tr_340100 ', 0); -INSERT INTO `hg_sys_provinces` (`id`, `title`, `pid`, `short_title`, `areacode`, `zipcode`, `pinyin`, `lng`, `lat`, `level`, `tree`, `sort`) VALUES -(340122, '肥东县', 340100, '', 0, 0, 'F', '117.47540062528', '31.893890354487', 3, 'tr_0 tr_340000 tr_340100 ', 0), -(340123, '肥西县', 340100, '', 0, 0, 'F', '117.16455781372', '31.712962132717', 3, 'tr_0 tr_340000 tr_340100 ', 0), -(340124, '庐江县', 340100, '', 0, 0, 'L', '117.29357730192', '31.261327637478', 3, 'tr_0 tr_340000 tr_340100 ', 0), -(340171, '合肥高新技术产业开发区', 340100, '', 0, 0, 'H', '117.1837943471', '31.838528178293', 3, 'tr_0 tr_340000 tr_340100 ', 0), -(340172, '合肥经济技术开发区', 340100, '', 0, 0, 'H', '117.21475703093', '31.784661076762', 3, 'tr_0 tr_340000 tr_340100 ', 0), -(340173, '合肥新站高新技术产业开发区', 340100, '', 0, 0, 'H', '117.38386824707', '31.946175260915', 3, 'tr_0 tr_340000 tr_340100 ', 0), -(340181, '巢湖市', 340100, '', 0, 0, 'C', '117.89557620045', '31.629002428816', 3, 'tr_0 tr_340000 tr_340100 ', 0), -(340202, '镜湖区', 340200, '', 0, 0, 'J', '118.39260630352', '31.345866595569', 3, 'tr_0 tr_340000 tr_340200 ', 0), -(340203, '弋江区', 340200, '', 0, 0, 'Y', '118.37957970583', '31.317566272497', 3, 'tr_0 tr_340000 tr_340200 ', 0), -(340207, '鸠江区', 340200, '', 0, 0, 'J', '118.39758848554', '31.375804519517', 3, 'tr_0 tr_340000 tr_340200 ', 0), -(340208, '三山区', 340200, '', 0, 0, 'S', '118.27460210698', '31.225280124269', 3, 'tr_0 tr_340000 tr_340200 ', 0), -(340221, '芜湖县', 340200, '', 0, 0, 'W', '118.58244251203', '31.141239223464', 3, 'tr_0 tr_340000 tr_340200 ', 0), -(340222, '繁昌县', 340200, '', 0, 0, 'F', '118.20542431831', '31.107958593586', 3, 'tr_0 tr_340000 tr_340200 ', 0), -(340223, '南陵县', 340200, '', 0, 0, 'N', '118.34041816695', '30.920260298683', 3, 'tr_0 tr_340000 tr_340200 ', 0), -(340225, '无为县', 340200, '', 0, 0, 'W', '117.90857854389', '31.308844155979', 3, 'tr_0 tr_340000 tr_340200 ', 0), -(340271, '芜湖经济技术开发区', 340200, '', 0, 0, 'W', '118.39582758127', '31.478017093937', 3, 'tr_0 tr_340000 tr_340200 ', 0), -(340272, '安徽芜湖长江大桥经济开发区', 340200, '', 0, 0, 'A', '118.37946121933', '31.391647770998', 3, 'tr_0 tr_340000 tr_340200 ', 0), -(340302, '龙子湖区', 340300, '', 0, 0, 'L', '117.39951276393', '32.948644262929', 3, 'tr_0 tr_340000 tr_340300 ', 0), -(340303, '蚌山区', 340300, '', 0, 0, 'B', '117.37944120527', '32.923378770395', 3, 'tr_0 tr_340000 tr_340300 ', 0), -(340304, '禹会区', 340300, '', 0, 0, 'Y', '117.3484523601', '32.935309988858', 3, 'tr_0 tr_340000 tr_340300 ', 0), -(340311, '淮上区', 340300, '', 0, 0, 'H', '117.36638271774', '32.970547011885', 3, 'tr_0 tr_340000 tr_340300 ', 0), -(340321, '怀远县', 340300, '', 0, 0, 'H', '117.21150631391', '32.976003726624', 3, 'tr_0 tr_340000 tr_340300 ', 0), -(340322, '五河县', 340300, '', 0, 0, 'W', '117.88756088987', '33.132709462866', 3, 'tr_0 tr_340000 tr_340300 ', 0), -(340323, '固镇县', 340300, '', 0, 0, 'G', '117.32354764831', '33.323274297744', 3, 'tr_0 tr_340000 tr_340300 ', 0), -(340371, '蚌埠市高新技术开发区', 340300, '', 0, 0, 'B', '117.27641494698', '32.834931868561', 3, 'tr_0 tr_340000 tr_340300 ', 0), -(340372, '蚌埠市经济开发区', 340300, '', 0, 0, 'B', '117.20923836199', '32.962369404949', 3, 'tr_0 tr_340000 tr_340300 ', 0), -(340402, '大通区', 340400, '', 0, 0, 'D', '117.05958317929', '32.637269959538', 3, 'tr_0 tr_340000 tr_340400 ', 0), -(340403, '田家庵区', 340400, '', 0, 0, 'T', '117.02344533676', '32.653323007096', 3, 'tr_0 tr_340000 tr_340400 ', 0), -(340404, '谢家集区', 340400, '', 0, 0, 'X', '116.86543887721', '32.606254588196', 3, 'tr_0 tr_340000 tr_340400 ', 0), -(340405, '八公山区', 340400, '', 0, 0, 'B', '116.84056434849', '32.637137318437', 3, 'tr_0 tr_340000 tr_340400 ', 0), -(340406, '潘集区', 340400, '', 0, 0, 'P', '116.84158096084', '32.777955491108', 3, 'tr_0 tr_340000 tr_340400 ', 0), -(340421, '凤台县', 340400, '', 0, 0, 'F', '116.71757320891', '32.715103905085', 3, 'tr_0 tr_340000 tr_340400 ', 0), -(340422, '寿县', 340400, '', 0, 0, 'S', '116.8055627726', '32.561546151201', 3, 'tr_0 tr_340000 tr_340400 ', 0), -(340503, '花山区', 340500, '', 0, 0, 'H', '118.49960562875', '31.725472572001', 3, 'tr_0 tr_340000 tr_340500 ', 0), -(340504, '雨山区', 340500, '', 0, 0, 'Y', '118.50559705701', '31.687745482904', 3, 'tr_0 tr_340000 tr_340500 ', 0), -(340506, '博望区', 340500, '', 0, 0, 'B', '118.85155804451', '31.556645467065', 3, 'tr_0 tr_340000 tr_340500 ', 0), -(340521, '当涂县', 340500, '', 0, 0, 'D', '118.50460469891', '31.576649154711', 3, 'tr_0 tr_340000 tr_340500 ', 0), -(340522, '含山县', 340500, '', 0, 0, 'H', '118.10746203634', '31.740862208736', 3, 'tr_0 tr_340000 tr_340500 ', 0), -(340523, '和县', 340500, '', 0, 0, 'H', '118.35951254887', '31.748243815854', 3, 'tr_0 tr_340000 tr_340500 ', 0), -(340602, '杜集区', 340600, '', 0, 0, 'D', '116.83461226601', '33.997285436391', 3, 'tr_0 tr_340000 tr_340600 ', 0), -(340603, '相山区', 340600, '', 0, 0, 'X', '116.80052112276', '33.96582716177', 3, 'tr_0 tr_340000 tr_340600 ', 0), -(340604, '烈山区', 340600, '', 0, 0, 'L', '116.9081817805', '33.84405351094', 3, 'tr_0 tr_340000 tr_340600 ', 0), -(340621, '濉溪县', 340600, '', 0, 0, 'S', '116.77238942808', '33.921629194823', 3, 'tr_0 tr_340000 tr_340600 ', 0), -(340705, '铜官区', 340700, '', 0, 0, 'T', '117.82145710265', '30.940386340633', 3, 'tr_0 tr_340000 tr_340700 ', 0), -(340706, '义安区', 340700, '', 0, 0, 'Y', '117.79856800876', '30.958512099098', 3, 'tr_0 tr_340000 tr_340700 ', 0), -(340711, '郊区', 340700, '', 0, 0, 'J', '117.80755007573', '30.897741483658', 3, 'tr_0 tr_340000 tr_340700 ', 0), -(340722, '枞阳县', 340700, '', 0, 0, 'C', '117.22643695997', '30.705671267725', 3, 'tr_0 tr_340000 tr_340700 ', 0), -(340802, '迎江区', 340800, '', 0, 0, 'Y', '117.09751448877', '30.517523291408', 3, 'tr_0 tr_340000 tr_340800 ', 0), -(340803, '大观区', 340800, '', 0, 0, 'D', '117.04053820417', '30.518231924651', 3, 'tr_0 tr_340000 tr_340800 ', 0), -(340811, '宜秀区', 340800, '', 0, 0, 'Y', '116.99344112425', '30.619675877796', 3, 'tr_0 tr_340000 tr_340800 ', 0), -(340822, '怀宁县', 340800, '', 0, 0, 'H', '116.83659258051', '30.739399674607', 3, 'tr_0 tr_340000 tr_340800 ', 0), -(340825, '太湖县', 340800, '', 0, 0, 'T', '116.31547630162', '30.460113290448', 3, 'tr_0 tr_340000 tr_340800 ', 0), -(340826, '宿松县', 340800, '', 0, 0, 'S', '116.13552369949', '30.159786861375', 3, 'tr_0 tr_340000 tr_340800 ', 0), -(340827, '望江县', 340800, '', 0, 0, 'W', '116.7005902941', '30.129968329229', 3, 'tr_0 tr_340000 tr_340800 ', 0), -(340828, '岳西县', 340800, '', 0, 0, 'Y', '116.36655539021', '30.855227714002', 3, 'tr_0 tr_340000 tr_340800 ', 0), -(340871, '安徽安庆经济开发区', 340800, '', 0, 0, 'A', '117.06360390492', '30.530956568043', 3, 'tr_0 tr_340000 tr_340800 ', 0), -(340881, '桐城市', 340800, '', 0, 0, 'T', '116.98046635878', '31.041969037674', 3, 'tr_0 tr_340000 tr_340800 ', 0), -(340882, '潜山市', 340800, '', 0, 0, 'Q', '116.58761103892', '30.636755682399', 3, 'tr_0 tr_340000 tr_340800 ', 0), -(341002, '屯溪区', 341000, '', 0, 0, 'T', '118.32141818077', '29.702143908546', 3, 'tr_0 tr_340000 tr_341000 ', 0), -(341003, '黄山区', 341000, '', 0, 0, 'H', '118.14760982484', '30.278650980188', 3, 'tr_0 tr_340000 tr_341000 ', 0), -(341004, '徽州区', 341000, '', 0, 0, 'H', '118.34343582847', '29.834221385317', 3, 'tr_0 tr_340000 tr_341000 ', 0), -(341021, '歙县', 341000, '', 0, 0, 'S', '118.42146012979', '29.866287675757', 3, 'tr_0 tr_340000 tr_341000 ', 0), -(341022, '休宁县', 341000, '', 0, 0, 'X', '118.20543014116', '29.795459004963', 3, 'tr_0 tr_340000 tr_341000 ', 0), -(341023, '黟县', 341000, '', 0, 0, 'Y', '117.94447724144', '29.931047330704', 3, 'tr_0 tr_340000 tr_341000 ', 0), -(341024, '祁门县', 341000, '', 0, 0, 'Q', '117.72339257754', '29.86034394808', 3, 'tr_0 tr_340000 tr_341000 ', 0), -(341102, '琅琊区', 341100, '', 0, 0, 'L', '118.31244134015', '32.300867492599', 3, 'tr_0 tr_340000 tr_341100 ', 0), -(341103, '南谯区', 341100, '', 0, 0, 'N', '118.42348205204', '32.206131899264', 3, 'tr_0 tr_340000 tr_341100 ', 0), -(341122, '来安县', 341100, '', 0, 0, 'L', '118.4424124932', '32.458449762427', 3, 'tr_0 tr_340000 tr_341100 ', 0), -(341124, '全椒县', 341100, '', 0, 0, 'Q', '118.2805842827', '32.091939797603', 3, 'tr_0 tr_340000 tr_341100 ', 0), -(341125, '定远县', 341100, '', 0, 0, 'D', '117.70447068625', '32.537046613487', 3, 'tr_0 tr_340000 tr_341100 ', 0), -(341126, '凤阳县', 341100, '', 0, 0, 'F', '117.53858536874', '32.880976725258', 3, 'tr_0 tr_340000 tr_341100 ', 0), -(341171, '苏滁现代产业园', 341100, '', 0, 0, 'S', '118.42315086566', '32.314484916002', 3, 'tr_0 tr_340000 tr_341100 ', 0), -(341172, '滁州经济技术开发区', 341100, '', 0, 0, 'C', '118.37688910117', '32.299081918592', 3, 'tr_0 tr_340000 tr_341100 ', 0), -(341181, '天长市', 341100, '', 0, 0, 'T', '119.01138527949', '32.67341003277', 3, 'tr_0 tr_340000 tr_341100 ', 0), -(341182, '明光市', 341100, '', 0, 0, 'M', '117.99550981385', '32.783022823418', 3, 'tr_0 tr_340000 tr_341100 ', 0), -(341202, '颍州区', 341200, '', 0, 0, 'Y', '115.81341119616', '32.88962541655', 3, 'tr_0 tr_340000 tr_341200 ', 0), -(341203, '颍东区', 341200, '', 0, 0, 'Y', '115.86361668264', '32.917362240172', 3, 'tr_0 tr_340000 tr_341200 ', 0), -(341204, '颍泉区', 341200, '', 0, 0, 'Y', '115.81542555644', '32.931313576025', 3, 'tr_0 tr_340000 tr_341200 ', 0), -(341221, '临泉县', 341200, '', 0, 0, 'L', '115.26761550051', '33.045959528363', 3, 'tr_0 tr_340000 tr_341200 ', 0), -(341222, '太和县', 341200, '', 0, 0, 'T', '115.6286154697', '33.165959850096', 3, 'tr_0 tr_340000 tr_341200 ', 0), -(341225, '阜南县', 341200, '', 0, 0, 'F', '115.60254592516', '32.664097385125', 3, 'tr_0 tr_340000 tr_341200 ', 0), -(341226, '颍上县', 341200, '', 0, 0, 'Y', '116.26347689904', '32.659028468804', 3, 'tr_0 tr_340000 tr_341200 ', 0), -(341271, '阜阳合肥现代产业园区', 341200, '', 0, 0, 'F', '115.88456164757', '32.809466011566', 3, 'tr_0 tr_340000 tr_341200 ', 0), -(341272, '阜阳经济技术开发区', 341200, '', 0, 0, 'F', '115.86257063732', '32.867285704339', 3, 'tr_0 tr_340000 tr_341200 ', 0), -(341282, '界首市', 341200, '', 0, 0, 'J', '115.38060984722', '33.262775236231', 3, 'tr_0 tr_340000 tr_341200 ', 0), -(341302, '埇桥区', 341300, '', 0, 0, 'Y', '116.98348044326', '33.646130650445', 3, 'tr_0 tr_340000 tr_341300 ', 0), -(341321, '砀山县', 341300, '', 0, 0, 'D', '116.37252400151', '34.448428171397', 3, 'tr_0 tr_340000 tr_341300 ', 0), -(341322, '萧县', 341300, '', 0, 0, 'X', '116.95358492572', '34.194269344319', 3, 'tr_0 tr_340000 tr_341300 ', 0), -(341323, '灵璧县', 341300, '', 0, 0, 'L', '117.56455699799', '33.547892231948', 3, 'tr_0 tr_340000 tr_341300 ', 0), -(341324, '泗县', 341300, '', 0, 0, 'S', '117.91658999175', '33.488694630134', 3, 'tr_0 tr_340000 tr_341300 ', 0), -(341371, '宿州马鞍山现代产业园区', 341300, '', 0, 0, 'S', '116.97054394561', '33.652095326452', 3, 'tr_0 tr_340000 tr_341300 ', 0), -(341372, '宿州经济技术开发区', 341300, '', 0, 0, 'S', '116.97054394561', '33.652095326452', 3, 'tr_0 tr_340000 tr_341300 ', 0), -(341702, '贵池区', 341700, '', 0, 0, 'G', '117.57449037049', '30.693857943819', 3, 'tr_0 tr_340000 tr_341700 ', 0), -(341721, '东至县', 341700, '', 0, 0, 'D', '117.03448128944', '30.116534528265', 3, 'tr_0 tr_340000 tr_341700 ', 0), -(341722, '石台县', 341700, '', 0, 0, 'S', '117.49239440959', '30.216530337189', 3, 'tr_0 tr_340000 tr_341700 ', 0), -(341723, '青阳县', 341700, '', 0, 0, 'Q', '117.85343129914', '30.645634346235', 3, 'tr_0 tr_340000 tr_341700 ', 0), -(341802, '宣州区', 341800, '', 0, 0, 'X', '118.76254944305', '30.952158157984', 3, 'tr_0 tr_340000 tr_341800 ', 0), -(341821, '郎溪县', 341800, '', 0, 0, 'L', '119.18646592169', '31.132681870443', 3, 'tr_0 tr_340000 tr_341800 ', 0), -(341822, '广德县', 341800, '', 0, 0, 'G', '119.42747581035', '30.883667102643', 3, 'tr_0 tr_340000 tr_341800 ', 0), -(341823, '泾县', 341800, '', 0, 0, 'J', '118.42643469242', '30.694672488542', 3, 'tr_0 tr_340000 tr_341800 ', 0), -(341824, '绩溪县', 341800, '', 0, 0, 'J', '118.58544384057', '30.073292199533', 3, 'tr_0 tr_340000 tr_341800 ', 0), -(341825, '旌德县', 341800, '', 0, 0, 'J', '118.54646735263', '30.292481093722', 3, 'tr_0 tr_340000 tr_341800 ', 0), -(341871, '宣城市经济开发区', 341800, '', 0, 0, 'X', '118.76553424277', '30.946601545293', 3, 'tr_0 tr_340000 tr_341800 ', 0), -(341881, '宁国市', 341800, '', 0, 0, 'N', '118.98960981494', '30.639352229689', 3, 'tr_0 tr_340000 tr_341800 ', 0), -(350102, '鼓楼区', 350100, '', 0, 0, 'G', '119.31049162322', '26.088114037555', 3, 'tr_0 tr_350000 tr_350100 ', 0), -(350103, '台江区', 350100, '', 0, 0, 'T', '119.32052821102', '26.058528150645', 3, 'tr_0 tr_350000 tr_350100 ', 0), -(350104, '仓山区', 350100, '', 0, 0, 'C', '119.28043216493', '26.052841691927', 3, 'tr_0 tr_350000 tr_350100 ', 0), -(350105, '马尾区', 350100, '', 0, 0, 'M', '119.44551915828', '26.004533771063', 3, 'tr_0 tr_350000 tr_350100 ', 0), -(350111, '晋安区', 350100, '', 0, 0, 'J', '119.33457941597', '26.087213904434', 3, 'tr_0 tr_350000 tr_350100 ', 0), -(350112, '长乐区', 350100, '', 0, 0, 'Z', '119.52943832001', '25.969257448077', 3, 'tr_0 tr_350000 tr_350100 ', 0), -(350121, '闽侯县', 350100, '', 0, 0, 'M', '119.13848201812', '26.156035214577', 3, 'tr_0 tr_350000 tr_350100 ', 0), -(350122, '连江县', 350100, '', 0, 0, 'L', '119.54647881621', '26.203583291029', 3, 'tr_0 tr_350000 tr_350100 ', 0), -(350123, '罗源县', 350100, '', 0, 0, 'L', '119.55648045992', '26.495495660324', 3, 'tr_0 tr_350000 tr_350100 ', 0), -(350124, '闽清县', 350100, '', 0, 0, 'M', '118.86957650956', '26.226847540202', 3, 'tr_0 tr_350000 tr_350100 ', 0), -(350125, '永泰县', 350100, '', 0, 0, 'Y', '118.93843072857', '25.872787263196', 3, 'tr_0 tr_350000 tr_350100 ', 0), -(350128, '平潭县', 350100, '', 0, 0, 'P', '119.79650131414', '25.504700273945', 3, 'tr_0 tr_350000 tr_350100 ', 0), -(350181, '福清市', 350100, '', 0, 0, 'F', '119.39046524749', '25.726343299035', 3, 'tr_0 tr_350000 tr_350100 ', 0), -(350203, '思明区', 350200, '', 0, 0, 'S', '118.08840797224', '24.451948395671', 3, 'tr_0 tr_350000 tr_350200 ', 0), -(350205, '海沧区', 350200, '', 0, 0, 'H', '118.03956171185', '24.490325818598', 3, 'tr_0 tr_350000 tr_350200 ', 0), -(350206, '湖里区', 350200, '', 0, 0, 'H', '118.15358812172', '24.517573138112', 3, 'tr_0 tr_350000 tr_350200 ', 0), -(350211, '集美区', 350200, '', 0, 0, 'J', '118.10343491664', '24.58201906225', 3, 'tr_0 tr_350000 tr_350200 ', 0), -(350212, '同安区', 350200, '', 0, 0, 'T', '118.15856347661', '24.729113975347', 3, 'tr_0 tr_350000 tr_350200 ', 0), -(350213, '翔安区', 350200, '', 0, 0, 'X', '118.25457589661', '24.624216383593', 3, 'tr_0 tr_350000 tr_350200 ', 0), -(350302, '城厢区', 350300, '', 0, 0, 'C', '119.00153633131', '25.424343792482', 3, 'tr_0 tr_350000 tr_350300 ', 0), -(350303, '涵江区', 350300, '', 0, 0, 'H', '119.12256736822', '25.464464388124', 3, 'tr_0 tr_350000 tr_350300 ', 0), -(350304, '荔城区', 350300, '', 0, 0, 'L', '119.01948169064', '25.439754478806', 3, 'tr_0 tr_350000 tr_350300 ', 0), -(350305, '秀屿区', 350300, '', 0, 0, 'X', '119.11157130031', '25.323654397561', 3, 'tr_0 tr_350000 tr_350300 ', 0), -(350322, '仙游县', 350300, '', 0, 0, 'X', '118.69845425065', '25.368291498104', 3, 'tr_0 tr_350000 tr_350300 ', 0), -(350402, '梅列区', 350400, '', 0, 0, 'M', '117.65255022877', '26.277335878355', 3, 'tr_0 tr_350000 tr_350400 ', 0), -(350403, '三元区', 350400, '', 0, 0, 'S', '117.61441509378', '26.240219374574', 3, 'tr_0 tr_350000 tr_350400 ', 0), -(350421, '明溪县', 350400, '', 0, 0, 'M', '117.20851763568', '26.361853685277', 3, 'tr_0 tr_350000 tr_350400 ', 0), -(350423, '清流县', 350400, '', 0, 0, 'Q', '116.8235931858', '26.18335735321', 3, 'tr_0 tr_350000 tr_350400 ', 0), -(350424, '宁化县', 350400, '', 0, 0, 'N', '116.660425512', '26.26795649054', 3, 'tr_0 tr_350000 tr_350400 ', 0), -(350425, '大田县', 350400, '', 0, 0, 'D', '117.85343999668', '25.698932641879', 3, 'tr_0 tr_350000 tr_350400 ', 0), -(350426, '尤溪县', 350400, '', 0, 0, 'Y', '118.19743971365', '26.17621803946', 3, 'tr_0 tr_350000 tr_350400 ', 0), -(350427, '沙县', 350400, '', 0, 0, 'S', '117.79856107581', '26.402813444346', 3, 'tr_0 tr_350000 tr_350400 ', 0), -(350428, '将乐县', 350400, '', 0, 0, 'J', '117.47740904084', '26.735209519833', 3, 'tr_0 tr_350000 tr_350400 ', 0), -(350429, '泰宁县', 350400, '', 0, 0, 'T', '117.1825958624', '26.905660032285', 3, 'tr_0 tr_350000 tr_350400 ', 0), -(350430, '建宁县', 350400, '', 0, 0, 'J', '116.85250622659', '26.836824655349', 3, 'tr_0 tr_350000 tr_350400 ', 0), -(350481, '永安市', 350400, '', 0, 0, 'Y', '117.37144258732', '25.948143989824', 3, 'tr_0 tr_350000 tr_350400 ', 0), -(350502, '鲤城区', 350500, '', 0, 0, 'L', '118.59348105353', '24.913354167054', 3, 'tr_0 tr_350000 tr_350500 ', 0), -(350503, '丰泽区', 350500, '', 0, 0, 'F', '118.61958015232', '24.894969993262', 3, 'tr_0 tr_350000 tr_350500 ', 0), -(350504, '洛江区', 350500, '', 0, 0, 'L', '118.67741629493', '24.94621365376', 3, 'tr_0 tr_350000 tr_350500 ', 0), -(350505, '泉港区', 350500, '', 0, 0, 'Q', '118.92243298541', '25.139650393954', 3, 'tr_0 tr_350000 tr_350500 ', 0), -(350521, '惠安县', 350500, '', 0, 0, 'H', '118.8034155003', '25.036949815039', 3, 'tr_0 tr_350000 tr_350500 ', 0), -(350524, '安溪县', 350500, '', 0, 0, 'A', '118.19242537229', '25.061759553382', 3, 'tr_0 tr_350000 tr_350500 ', 0), -(350525, '永春县', 350500, '', 0, 0, 'Y', '118.30048613527', '25.327974202083', 3, 'tr_0 tr_350000 tr_350500 ', 0), -(350526, '德化县', 350500, '', 0, 0, 'D', '118.24755006956', '25.497308594179', 3, 'tr_0 tr_350000 tr_350500 ', 0), -(350581, '石狮市', 350500, '', 0, 0, 'S', '118.65451902647', '24.737665160883', 3, 'tr_0 tr_350000 tr_350500 ', 0), -(350582, '晋江市', 350500, '', 0, 0, 'J', '118.55843052', '24.787824575145', 3, 'tr_0 tr_350000 tr_350500 ', 0), -(350583, '南安市', 350500, '', 0, 0, 'N', '118.39257197205', '24.966362350468', 3, 'tr_0 tr_350000 tr_350500 ', 0), -(350602, '芗城区', 350600, '', 0, 0, 'X', '117.6605895241', '24.516268416111', 3, 'tr_0 tr_350000 tr_350600 ', 0), -(350603, '龙文区', 350600, '', 0, 0, 'L', '117.7164546946', '24.509509680945', 3, 'tr_0 tr_350000 tr_350600 ', 0), -(350622, '云霄县', 350600, '', 0, 0, 'Y', '117.34644831448', '23.964072828248', 3, 'tr_0 tr_350000 tr_350600 ', 0), -(350623, '漳浦县', 350600, '', 0, 0, 'Z', '117.62044335257', '24.123461614812', 3, 'tr_0 tr_350000 tr_350600 ', 0), -(350624, '诏安县', 350600, '', 0, 0, 'Z', '117.18255858272', '23.717053963784', 3, 'tr_0 tr_350000 tr_350600 ', 0), -(350625, '长泰县', 350600, '', 0, 0, 'Z', '117.76555257036', '24.631243628383', 3, 'tr_0 tr_350000 tr_350600 ', 0), -(350626, '东山县', 350600, '', 0, 0, 'D', '117.43656030457', '23.706894688691', 3, 'tr_0 tr_350000 tr_350600 ', 0), -(350627, '南靖县', 350600, '', 0, 0, 'N', '117.36344641066', '24.52085173207', 3, 'tr_0 tr_350000 tr_350600 ', 0), -(350628, '平和县', 350600, '', 0, 0, 'P', '117.32255159131', '24.368365040126', 3, 'tr_0 tr_350000 tr_350600 ', 0), -(350629, '华安县', 350600, '', 0, 0, 'H', '117.54058560971', '25.010067731399', 3, 'tr_0 tr_350000 tr_350600 ', 0), -(350681, '龙海市', 350600, '', 0, 0, 'L', '117.82445086941', '24.452939738547', 3, 'tr_0 tr_350000 tr_350600 ', 0), -(350702, '延平区', 350700, '', 0, 0, 'Y', '118.18845055007', '26.643807791057', 3, 'tr_0 tr_350000 tr_350700 ', 0), -(350703, '建阳区', 350700, '', 0, 0, 'J', '118.12752522464', '27.337502466188', 3, 'tr_0 tr_350000 tr_350700 ', 0), -(350721, '顺昌县', 350700, '', 0, 0, 'S', '117.81651928091', '26.799104367214', 3, 'tr_0 tr_350000 tr_350700 ', 0), -(350722, '浦城县', 350700, '', 0, 0, 'P', '118.54743912328', '27.923390046145', 3, 'tr_0 tr_350000 tr_350700 ', 0), -(350723, '光泽县', 350700, '', 0, 0, 'G', '117.34048158963', '27.547272859205', 3, 'tr_0 tr_350000 tr_350700 ', 0), -(350724, '松溪县', 350700, '', 0, 0, 'S', '118.79145438278', '27.532554907167', 3, 'tr_0 tr_350000 tr_350700 ', 0), -(350725, '政和县', 350700, '', 0, 0, 'Z', '118.86358723724', '27.371749198234', 3, 'tr_0 tr_350000 tr_350700 ', 0), -(350781, '邵武市', 350700, '', 0, 0, 'S', '117.4994195021', '27.346469966261', 3, 'tr_0 tr_350000 tr_350700 ', 0), -(350782, '武夷山市', 350700, '', 0, 0, 'W', '118.04157715009', '27.762553910259', 3, 'tr_0 tr_350000 tr_350700 ', 0), -(350783, '建瓯市', 350700, '', 0, 0, 'J', '118.31146073369', '27.028955089429', 3, 'tr_0 tr_350000 tr_350700 ', 0), -(350802, '新罗区', 350800, '', 0, 0, 'X', '117.04354293052', '25.104077629635', 3, 'tr_0 tr_350000 tr_350800 ', 0), -(350803, '永定区', 350800, '', 0, 0, 'Y', '116.89244722515', '24.869137411287', 3, 'tr_0 tr_350000 tr_350800 ', 0), -(350821, '长汀县', 350800, '', 0, 0, 'Z', '116.36356796988', '25.83918461828', 3, 'tr_0 tr_350000 tr_350800 ', 0), -(350823, '上杭县', 350800, '', 0, 0, 'S', '116.42644288776', '25.055570401525', 3, 'tr_0 tr_350000 tr_350800 ', 0), -(350824, '武平县', 350800, '', 0, 0, 'W', '116.10758916743', '25.100855173343', 3, 'tr_0 tr_350000 tr_350800 ', 0), -(350825, '连城县', 350800, '', 0, 0, 'L', '116.76044617118', '25.716337381852', 3, 'tr_0 tr_350000 tr_350800 ', 0), -(350881, '漳平市', 350800, '', 0, 0, 'Z', '117.42655632526', '25.295743499252', 3, 'tr_0 tr_350000 tr_350800 ', 0), -(341502, '金安区', 341500, '', 0, 0, 'J', '116.54543837997', '31.756287719901', 3, 'tr_0 tr_340000 tr_341500 ', 0), -(341503, '裕安区', 341500, '', 0, 0, 'Y', '116.48654978261', '31.74362587083', 3, 'tr_0 tr_340000 tr_341500 ', 0), -(341504, '叶集区', 341500, '', 0, 0, 'Y', '115.94747592742', '31.83526314225', 3, 'tr_0 tr_340000 tr_341500 ', 0), -(341522, '霍邱县', 341500, '', 0, 0, 'H', '116.28439133776', '32.359343590922', 3, 'tr_0 tr_340000 tr_341500 ', 0), -(341523, '舒城县', 341500, '', 0, 0, 'S', '116.95560171142', '31.467692010556', 3, 'tr_0 tr_340000 tr_341500 ', 0), -(341524, '金寨县', 341500, '', 0, 0, 'J', '115.94044120714', '31.733461734381', 3, 'tr_0 tr_340000 tr_341500 ', 0), -(341525, '霍山县', 341500, '', 0, 0, 'H', '116.33957586218', '31.398570812489', 3, 'tr_0 tr_340000 tr_341500 ', 0), -(350902, '蕉城区', 350900, '', 0, 0, 'J', '119.53344242699', '26.666738555955', 3, 'tr_0 tr_350000 tr_350900 ', 0), -(350921, '霞浦县', 350900, '', 0, 0, 'X', '120.01142710564', '26.891348873767', 3, 'tr_0 tr_350000 tr_350900 ', 0), -(350922, '古田县', 350900, '', 0, 0, 'G', '118.75257823557', '26.583261752073', 3, 'tr_0 tr_350000 tr_350900 ', 0), -(350923, '屏南县', 350900, '', 0, 0, 'P', '118.99259621521', '26.914264918059', 3, 'tr_0 tr_350000 tr_350900 ', 0), -(350924, '寿宁县', 350900, '', 0, 0, 'S', '119.51142504878', '27.466649659969', 3, 'tr_0 tr_350000 tr_350900 ', 0), -(350925, '周宁县', 350900, '', 0, 0, 'Z', '119.34556712964', '27.110239280448', 3, 'tr_0 tr_350000 tr_350900 ', 0), -(350926, '柘荣县', 350900, '', 0, 0, 'Z', '119.90745668696', '27.239961876352', 3, 'tr_0 tr_350000 tr_350900 ', 0), -(350981, '福安市', 350900, '', 0, 0, 'F', '119.65440636048', '27.09432350806', 3, 'tr_0 tr_350000 tr_350900 ', 0), -(350982, '福鼎市', 350900, '', 0, 0, 'F', '120.22345190932', '27.330524972528', 3, 'tr_0 tr_350000 tr_350900 ', 0), -(360102, '东湖区', 360100, '', 0, 0, 'D', '115.90546602606', '28.691259179775', 3, 'tr_0 tr_360000 tr_360100 ', 0), -(360103, '西湖区', 360100, '', 0, 0, 'X', '115.88353569365', '28.661976709901', 3, 'tr_0 tr_360000 tr_360100 ', 0), -(360104, '青云谱区', 360100, '', 0, 0, 'Q', '115.93141618579', '28.627235736484', 3, 'tr_0 tr_360000 tr_360100 ', 0), -(360105, '湾里区', 360100, '', 0, 0, 'W', '115.73759563309', '28.720195384308', 3, 'tr_0 tr_360000 tr_360100 ', 0), -(360111, '青山湖区', 360100, '', 0, 0, 'Q', '115.96855240505', '28.687596006173', 3, 'tr_0 tr_360000 tr_360100 ', 0), -(360112, '新建区', 360100, '', 0, 0, 'X', '115.8214509253', '28.698748625155', 3, 'tr_0 tr_360000 tr_360100 ', 0), -(360121, '南昌县', 360100, '', 0, 0, 'N', '115.95046017277', '28.551604186108', 3, 'tr_0 tr_360000 tr_360100 ', 0), -(360123, '安义县', 360100, '', 0, 0, 'A', '115.55544146387', '28.850794273751', 3, 'tr_0 tr_360000 tr_360100 ', 0), -(360124, '进贤县', 360100, '', 0, 0, 'J', '116.24853779343', '28.382758944474', 3, 'tr_0 tr_360000 tr_360100 ', 0), -(360202, '昌江区', 360200, '', 0, 0, 'C', '117.19057910346', '29.27885446447', 3, 'tr_0 tr_360000 tr_360200 ', 0), -(360203, '珠山区', 360200, '', 0, 0, 'Z', '117.20954826159', '29.305778220374', 3, 'tr_0 tr_360000 tr_360200 ', 0), -(360222, '浮梁县', 360200, '', 0, 0, 'F', '117.22146608079', '29.357788237529', 3, 'tr_0 tr_360000 tr_360200 ', 0), -(360281, '乐平市', 360200, '', 0, 0, 'L', '117.15851067473', '28.984363669039', 3, 'tr_0 tr_360000 tr_360200 ', 0), -(360302, '安源区', 360300, '', 0, 0, 'A', '113.87743991926', '27.621307703862', 3, 'tr_0 tr_360000 tr_360300 ', 0), -(360313, '湘东区', 360300, '', 0, 0, 'X', '113.74049971211', '27.645875074875', 3, 'tr_0 tr_360000 tr_360300 ', 0), -(360321, '莲花县', 360300, '', 0, 0, 'L', '113.96854067422', '27.133462711028', 3, 'tr_0 tr_360000 tr_360300 ', 0), -(360322, '上栗县', 360300, '', 0, 0, 'S', '113.80153822404', '27.886415692068', 3, 'tr_0 tr_360000 tr_360300 ', 0), -(360323, '芦溪县', 360300, '', 0, 0, 'L', '114.03651940468', '27.6366047187', 3, 'tr_0 tr_360000 tr_360300 ', 0), -(360402, '濂溪区', 360400, '', 0, 0, 'L', '116.00753491163', '29.711340559079', 3, 'tr_0 tr_360000 tr_360400 ', 0), -(360403, '浔阳区', 360400, '', 0, 0, 'X', '115.99655806746', '29.733093751939', 3, 'tr_0 tr_360000 tr_360400 ', 0), -(360404, '柴桑区', 360400, '', 0, 0, 'C', '115.91740154188', '29.614804909379', 3, 'tr_0 tr_360000 tr_360400 ', 0), -(360423, '武宁县', 360400, '', 0, 0, 'W', '115.10744177399', '29.2623521507', 3, 'tr_0 tr_360000 tr_360400 ', 0), -(360424, '修水县', 360400, '', 0, 0, 'X', '114.55356797639', '29.031175867959', 3, 'tr_0 tr_360000 tr_360400 ', 0), -(360425, '永修县', 360400, '', 0, 0, 'Y', '115.81540658685', '29.028005616261', 3, 'tr_0 tr_360000 tr_360400 ', 0), -(360426, '德安县', 360400, '', 0, 0, 'D', '115.76257795847', '29.319172496312', 3, 'tr_0 tr_360000 tr_360400 ', 0), -(360428, '都昌县', 360400, '', 0, 0, 'D', '116.21055204665', '29.278965044767', 3, 'tr_0 tr_360000 tr_360400 ', 0), -(360429, '湖口县', 360400, '', 0, 0, 'H', '116.25847134559', '29.737131514562', 3, 'tr_0 tr_360000 tr_360400 ', 0), -(360430, '彭泽县', 360400, '', 0, 0, 'P', '116.55550980644', '29.902122004906', 3, 'tr_0 tr_360000 tr_360400 ', 0), -(360481, '瑞昌市', 360400, '', 0, 0, 'R', '115.68742967207', '29.681951286531', 3, 'tr_0 tr_360000 tr_360400 ', 0), -(360482, '共青城市', 360400, '', 0, 0, 'G', '115.82142002359', '29.248741173716', 3, 'tr_0 tr_360000 tr_360400 ', 0), -(360483, '庐山市', 360400, '', 0, 0, 'L', '116.05142593917', '29.454539165717', 3, 'tr_0 tr_360000 tr_360400 ', 0), -(360502, '渝水区', 360500, '', 0, 0, 'Y', '114.9514238934', '27.806839650444', 3, 'tr_0 tr_360000 tr_360500 ', 0), -(360521, '分宜县', 360500, '', 0, 0, 'F', '114.69847247036', '27.820731344374', 3, 'tr_0 tr_360000 tr_360500 ', 0), -(360602, '月湖区', 360600, '', 0, 0, 'Y', '117.04354760171', '28.245078331555', 3, 'tr_0 tr_360000 tr_360600 ', 0), -(360603, '余江区', 360600, '', 0, 0, 'Y', '116.82459362864', '28.215353761359', 3, 'tr_0 tr_360000 tr_360600 ', 0), -(360681, '贵溪市', 360600, '', 0, 0, 'G', '117.25139869833', '28.298735072105', 3, 'tr_0 tr_360000 tr_360600 ', 0), -(360702, '章贡区', 360700, '', 0, 0, 'Z', '114.9275508855', '25.823747013882', 3, 'tr_0 tr_360000 tr_360700 ', 0), -(360703, '南康区', 360700, '', 0, 0, 'N', '114.77153821509', '25.66705293056', 3, 'tr_0 tr_360000 tr_360700 ', 0), -(360704, '赣县区', 360700, '', 0, 0, 'G', '115.01857016415', '25.866384616621', 3, 'tr_0 tr_360000 tr_360700 ', 0), -(360722, '信丰县', 360700, '', 0, 0, 'X', '114.92952113897', '25.391975120014', 3, 'tr_0 tr_360000 tr_360700 ', 0), -(360723, '大余县', 360700, '', 0, 0, 'D', '114.36840663965', '25.407637298367', 3, 'tr_0 tr_360000 tr_360700 ', 0), -(360724, '上犹县', 360700, '', 0, 0, 'S', '114.55854863129', '25.790518799476', 3, 'tr_0 tr_360000 tr_360700 ', 0), -(360725, '崇义县', 360700, '', 0, 0, 'C', '114.31457244808', '25.687687192664', 3, 'tr_0 tr_360000 tr_360700 ', 0), -(360726, '安远县', 360700, '', 0, 0, 'A', '115.40055913129', '25.142743431732', 3, 'tr_0 tr_360000 tr_360700 ', 0), -(360727, '龙南县', 360700, '', 0, 0, 'L', '114.79655413709', '24.916599461157', 3, 'tr_0 tr_360000 tr_360700 ', 0), -(360728, '定南县', 360700, '', 0, 0, 'D', '115.0345637751', '24.789783831846', 3, 'tr_0 tr_360000 tr_360700 ', 0), -(360729, '全南县', 360700, '', 0, 0, 'Q', '114.53658236666', '24.748206354967', 3, 'tr_0 tr_360000 tr_360700 ', 0), -(360730, '宁都县', 360700, '', 0, 0, 'N', '116.01549443743', '26.47597950334', 3, 'tr_0 tr_360000 tr_360700 ', 0), -(360731, '于都县', 360700, '', 0, 0, 'Y', '115.42149926153', '25.957893942751', 3, 'tr_0 tr_360000 tr_360700 ', 0), -(360732, '兴国县', 360700, '', 0, 0, 'X', '115.36955169119', '26.343882588243', 3, 'tr_0 tr_360000 tr_360700 ', 0), -(360733, '会昌县', 360700, '', 0, 0, 'H', '115.79245964209', '25.606661833811', 3, 'tr_0 tr_360000 tr_360700 ', 0), -(360734, '寻乌县', 360700, '', 0, 0, 'X', '115.65351531535', '24.96944654678', 3, 'tr_0 tr_360000 tr_360700 ', 0), -(360735, '石城县', 360700, '', 0, 0, 'S', '116.35259426977', '26.318972346784', 3, 'tr_0 tr_360000 tr_360700 ', 0), -(360781, '瑞金市', 360700, '', 0, 0, 'R', '116.03342066286', '25.891666273953', 3, 'tr_0 tr_360000 tr_360700 ', 0), -(360802, '吉州区', 360800, '', 0, 0, 'J', '115.00153936965', '27.149314993877', 3, 'tr_0 tr_360000 tr_360800 ', 0), -(360803, '青原区', 360800, '', 0, 0, 'Q', '115.02156071302', '27.087662535191', 3, 'tr_0 tr_360000 tr_360800 ', 0), -(360821, '吉安县', 360800, '', 0, 0, 'J', '114.9145913014', '27.044989078994', 3, 'tr_0 tr_360000 tr_360800 ', 0), -(360822, '吉水县', 360800, '', 0, 0, 'J', '115.14256983128', '27.235259745039', 3, 'tr_0 tr_360000 tr_360800 ', 0), -(360823, '峡江县', 360800, '', 0, 0, 'X', '115.32240322821', '27.588234617615', 3, 'tr_0 tr_360000 tr_360800 ', 0), -(360824, '新干县', 360800, '', 0, 0, 'X', '115.39359474833', '27.746080951713', 3, 'tr_0 tr_360000 tr_360800 ', 0), -(360825, '永丰县', 360800, '', 0, 0, 'Y', '115.44740243989', '27.324342103714', 3, 'tr_0 tr_360000 tr_360800 ', 0), -(360826, '泰和县', 360800, '', 0, 0, 'T', '114.91559111544', '26.795697341165', 3, 'tr_0 tr_360000 tr_360800 ', 0), -(360827, '遂川县', 360800, '', 0, 0, 'S', '114.52756212171', '26.319517284146', 3, 'tr_0 tr_360000 tr_360800 ', 0), -(360828, '万安县', 360800, '', 0, 0, 'W', '114.79257715894', '26.464072836341', 3, 'tr_0 tr_360000 tr_360800 ', 0), -(360829, '安福县', 360800, '', 0, 0, 'A', '114.62647813461', '27.399076477105', 3, 'tr_0 tr_360000 tr_360800 ', 0), -(360830, '永新县', 360800, '', 0, 0, 'Y', '114.2494149359', '26.951537256563', 3, 'tr_0 tr_360000 tr_360800 ', 0), -(360881, '井冈山市', 360800, '', 0, 0, 'J', '114.29555585942', '26.753709741566', 3, 'tr_0 tr_360000 tr_360800 ', 0), -(360902, '袁州区', 360900, '', 0, 0, 'Y', '114.43456118111', '27.802582705304', 3, 'tr_0 tr_360000 tr_360900 ', 0), -(360921, '奉新县', 360900, '', 0, 0, 'F', '115.40655109853', '28.694028951458', 3, 'tr_0 tr_360000 tr_360900 ', 0), -(360922, '万载县', 360900, '', 0, 0, 'W', '114.45253654385', '28.112133306116', 3, 'tr_0 tr_360000 tr_360900 ', 0), -(360923, '上高县', 360900, '', 0, 0, 'S', '114.93154115857', '28.238815490252', 3, 'tr_0 tr_360000 tr_360900 ', 0), -(360924, '宜丰县', 360900, '', 0, 0, 'Y', '114.80951713475', '28.400373307265', 3, 'tr_0 tr_360000 tr_360900 ', 0), -(360925, '靖安县', 360900, '', 0, 0, 'J', '115.36955312848', '28.867081916186', 3, 'tr_0 tr_360000 tr_360900 ', 0), -(360926, '铜鼓县', 360900, '', 0, 0, 'T', '114.37741107441', '28.52708345654', 3, 'tr_0 tr_360000 tr_360900 ', 0), -(360981, '丰城市', 360900, '', 0, 0, 'F', '115.77747842145', '28.166614024369', 3, 'tr_0 tr_360000 tr_360900 ', 0), -(360982, '樟树市', 360900, '', 0, 0, 'Z', '115.55241893533', '28.062153117648', 3, 'tr_0 tr_360000 tr_360900 ', 0), -(360983, '高安市', 360900, '', 0, 0, 'G', '115.38256535328', '28.422857002119', 3, 'tr_0 tr_360000 tr_360900 ', 0), -(361002, '临川区', 361000, '', 0, 0, 'L', '116.31848983161', '27.940458992864', 3, 'tr_0 tr_360000 tr_361000 ', 0), -(361003, '东乡区', 361000, '', 0, 0, 'D', '116.60954171505', '28.253977397999', 3, 'tr_0 tr_360000 tr_361000 ', 0), -(361021, '南城县', 361000, '', 0, 0, 'N', '116.64339884971', '27.57624096656', 3, 'tr_0 tr_360000 tr_361000 ', 0), -(361022, '黎川县', 361000, '', 0, 0, 'L', '116.91450700338', '27.288340234831', 3, 'tr_0 tr_360000 tr_361000 ', 0), -(361023, '南丰县', 361000, '', 0, 0, 'N', '116.53140350859', '27.224733524876', 3, 'tr_0 tr_360000 tr_361000 ', 0), -(361024, '崇仁县', 361000, '', 0, 0, 'C', '116.08354898488', '27.759079756014', 3, 'tr_0 tr_360000 tr_361000 ', 0), -(361025, '乐安县', 361000, '', 0, 0, 'L', '115.83749627865', '27.434079864498', 3, 'tr_0 tr_360000 tr_361000 ', 0), -(361026, '宜黄县', 361000, '', 0, 0, 'Y', '116.24254169398', '27.5605634607', 3, 'tr_0 tr_360000 tr_361000 ', 0), -(361027, '金溪县', 361000, '', 0, 0, 'J', '116.76040404065', '27.925329188976', 3, 'tr_0 tr_360000 tr_361000 ', 0), -(361028, '资溪县', 361000, '', 0, 0, 'Z', '117.06657027361', '27.711845785732', 3, 'tr_0 tr_360000 tr_361000 ', 0), -(361030, '广昌县', 361000, '', 0, 0, 'G', '116.34256064638', '26.848454446681', 3, 'tr_0 tr_360000 tr_361000 ', 0), -(361102, '信州区', 361100, '', 0, 0, 'X', '117.97341184157', '28.437628311', 3, 'tr_0 tr_360000 tr_361100 ', 0), -(361103, '广丰区', 361100, '', 0, 0, 'G', '118.19742022042', '28.442615061205', 3, 'tr_0 tr_360000 tr_361100 ', 0), -(361121, '上饶县', 361100, '', 0, 0, 'S', '117.91558441252', '28.45418687477', 3, 'tr_0 tr_360000 tr_361100 ', 0), -(361123, '玉山县', 361100, '', 0, 0, 'Y', '118.2515628901', '28.687749687317', 3, 'tr_0 tr_360000 tr_361100 ', 0), -(361124, '铅山县', 361100, '', 0, 0, 'Q', '117.71642163695', '28.321504694791', 3, 'tr_0 tr_360000 tr_361100 ', 0), -(361125, '横峰县', 361100, '', 0, 0, 'H', '117.60239738302', '28.413440462384', 3, 'tr_0 tr_360000 tr_361100 ', 0), -(361126, '弋阳县', 361100, '', 0, 0, 'Y', '117.45550637624', '28.384082001231', 3, 'tr_0 tr_360000 tr_361100 ', 0), -(361127, '余干县', 361100, '', 0, 0, 'Y', '116.70160096199', '28.707866244419', 3, 'tr_0 tr_360000 tr_361100 ', 0), -(361128, '鄱阳县', 361100, '', 0, 0, 'P', '116.7105661408', '29.011452830922', 3, 'tr_0 tr_360000 tr_361100 ', 0), -(361129, '万年县', 361100, '', 0, 0, 'W', '117.06459894217', '28.700054054129', 3, 'tr_0 tr_360000 tr_361100 ', 0), -(361130, '婺源县', 361100, '', 0, 0, 'W', '117.86844502243', '29.254039048097', 3, 'tr_0 tr_360000 tr_361100 ', 0), -(361181, '德兴市', 361100, '', 0, 0, 'D', '117.58547968518', '28.952564863028', 3, 'tr_0 tr_360000 tr_361100 ', 0), -(341602, '谯城区', 341600, '', 0, 0, 'Q', '115.78547191853', '33.882663087443', 3, 'tr_0 tr_340000 tr_341600 ', 0), -(341621, '涡阳县', 341600, '', 0, 0, 'W', '116.22160903516', '33.498566835004', 3, 'tr_0 tr_340000 tr_341600 ', 0), -(341622, '蒙城县', 341600, '', 0, 0, 'M', '116.57158940083', '33.271658239674', 3, 'tr_0 tr_340000 tr_341600 ', 0), -(341623, '利辛县', 341600, '', 0, 0, 'L', '116.1914935226', '33.155595841529', 3, 'tr_0 tr_340000 tr_341600 ', 0), -(370102, '历下区', 370100, '', 0, 0, 'L', '117.0825673139', '36.672162950043', 3, 'tr_0 tr_370000 tr_370100 ', 0), -(370103, '市中区', 370100, '', 0, 0, 'S', '117.00439910401', '36.657551673642', 3, 'tr_0 tr_370000 tr_370100 ', 0), -(370104, '槐荫区', 370100, '', 0, 0, 'H', '116.90745837507', '36.657561734426', 3, 'tr_0 tr_370000 tr_370100 ', 0), -(370105, '天桥区', 370100, '', 0, 0, 'T', '116.99339917338', '36.684067874353', 3, 'tr_0 tr_370000 tr_370100 ', 0), -(370112, '历城区', 370100, '', 0, 0, 'L', '117.07158975107', '36.685655534711', 3, 'tr_0 tr_370000 tr_370100 ', 0), -(370113, '长清区', 370100, '', 0, 0, 'Z', '116.75838709095', '36.56021587991', 3, 'tr_0 tr_370000 tr_370100 ', 0), -(370114, '章丘区', 370100, '', 0, 0, 'Z', '117.53256537437', '36.68553275142', 3, 'tr_0 tr_370000 tr_370100 ', 0), -(370115, '济阳区', 370100, '', 0, 0, 'J', '117.18062113319', '36.983970518315', 3, 'tr_0 tr_370000 tr_370100 ', 0), -(370124, '平阴县', 370100, '', 0, 0, 'P', '116.46261667806', '36.294861321066', 3, 'tr_0 tr_370000 tr_370100 ', 0), -(370126, '商河县', 370100, '', 0, 0, 'S', '117.1635297929', '37.314970715556', 3, 'tr_0 tr_370000 tr_370100 ', 0), -(370171, '济南高新技术产业开发区', 370100, '', 0, 0, 'J', '117.12639941261', '36.656554201787', 3, 'tr_0 tr_370000 tr_370100 ', 0), -(370202, '市南区', 370200, '', 0, 0, 'S', '120.41858472358', '36.081465640234', 3, 'tr_0 tr_370000 tr_370200 ', 0), -(370203, '市北区', 370200, '', 0, 0, 'S', '120.38140448734', '36.09344959486', 3, 'tr_0 tr_370000 tr_370200 ', 0), -(370211, '黄岛区', 370200, '', 0, 0, 'H', '120.20454654768', '35.966382870945', 3, 'tr_0 tr_370000 tr_370200 ', 0), -(370212, '崂山区', 370200, '', 0, 0, 'L', '120.47539724708', '36.113499423971', 3, 'tr_0 tr_370000 tr_370200 ', 0), -(370213, '李沧区', 370200, '', 0, 0, 'L', '120.43960282675', '36.151024667784', 3, 'tr_0 tr_370000 tr_370200 ', 0), -(370214, '城阳区', 370200, '', 0, 0, 'C', '120.40252679394', '36.31288619735', 3, 'tr_0 tr_370000 tr_370200 ', 0), -(370215, '即墨区', 370200, '', 0, 0, 'J', '120.45353617402', '36.394749170322', 3, 'tr_0 tr_370000 tr_370200 ', 0), -(370271, '青岛高新技术产业开发区', 370200, '', 0, 0, 'Q', '120.44085344768', '36.124685571214', 3, 'tr_0 tr_370000 tr_370200 ', 0), -(370281, '胶州市', 370200, '', 0, 0, 'J', '120.03953537127', '36.270349088049', 3, 'tr_0 tr_370000 tr_370200 ', 0), -(370283, '平度市', 370200, '', 0, 0, 'P', '119.99441429398', '36.782692254089', 3, 'tr_0 tr_370000 tr_370200 ', 0), -(370285, '莱西市', 370200, '', 0, 0, 'L', '120.52455620764', '36.893956298026', 3, 'tr_0 tr_370000 tr_370200 ', 0), -(370302, '淄川区', 370300, '', 0, 0, 'Z', '117.97341185763', '36.649834806022', 3, 'tr_0 tr_370000 tr_370300 ', 0), -(370303, '张店区', 370300, '', 0, 0, 'Z', '118.02459110728', '36.811941952144', 3, 'tr_0 tr_370000 tr_370300 ', 0), -(370304, '博山区', 370300, '', 0, 0, 'B', '117.86846875372', '36.500847855131', 3, 'tr_0 tr_370000 tr_370300 ', 0), -(370305, '临淄区', 370300, '', 0, 0, 'L', '118.31539460935', '36.832293635152', 3, 'tr_0 tr_370000 tr_370300 ', 0), -(370306, '周村区', 370300, '', 0, 0, 'Z', '117.87648217785', '36.808994352212', 3, 'tr_0 tr_370000 tr_370300 ', 0), -(370321, '桓台县', 370300, '', 0, 0, 'H', '118.10443420779', '36.965607980118', 3, 'tr_0 tr_370000 tr_370300 ', 0), -(370322, '高青县', 370300, '', 0, 0, 'G', '117.83339432525', '37.177268654333', 3, 'tr_0 tr_370000 tr_370300 ', 0), -(370323, '沂源县', 370300, '', 0, 0, 'Y', '118.17748944237', '36.190916985848', 3, 'tr_0 tr_370000 tr_370300 ', 0), -(370402, '市中区', 370400, '', 0, 0, 'S', '117.56256581399', '34.86996272507', 3, 'tr_0 tr_370000 tr_370400 ', 0), -(370403, '薛城区', 370400, '', 0, 0, 'X', '117.26945761931', '34.801124568639', 3, 'tr_0 tr_370000 tr_370400 ', 0), -(370404, '峄城区', 370400, '', 0, 0, 'Y', '117.59639060967', '34.778599873011', 3, 'tr_0 tr_370000 tr_370400 ', 0), -(370405, '台儿庄区', 370400, '', 0, 0, 'T', '117.74042545412', '34.568763215633', 3, 'tr_0 tr_370000 tr_370400 ', 0), -(370406, '山亭区', 370400, '', 0, 0, 'S', '117.46744316558', '35.105691980765', 3, 'tr_0 tr_370000 tr_370400 ', 0), -(370481, '滕州市', 370400, '', 0, 0, 'T', '117.17256521921', '35.120034809574', 3, 'tr_0 tr_370000 tr_370400 ', 0), -(370502, '东营区', 370500, '', 0, 0, 'D', '118.58846268607', '37.454847320166', 3, 'tr_0 tr_370000 tr_370500 ', 0), -(370503, '河口区', 370500, '', 0, 0, 'H', '118.53250516975', '37.891120201056', 3, 'tr_0 tr_370000 tr_370500 ', 0), -(370505, '垦利区', 370500, '', 0, 0, 'K', '118.58143173867', '37.578555133809', 3, 'tr_0 tr_370000 tr_370500 ', 0), -(370522, '利津县', 370500, '', 0, 0, 'L', '118.26161799914', '37.495860299031', 3, 'tr_0 tr_370000 tr_370500 ', 0), -(370523, '广饶县', 370500, '', 0, 0, 'G', '118.41349864392', '37.059638498906', 3, 'tr_0 tr_370000 tr_370500 ', 0), -(370571, '东营经济技术开发区', 370500, '', 0, 0, 'D', '118.58846268607', '37.454847320166', 3, 'tr_0 tr_370000 tr_370500 ', 0), -(370572, '东营港经济开发区', 370500, '', 0, 0, 'D', '118.96520739607', '38.098236253355', 3, 'tr_0 tr_370000 tr_370500 ', 0), -(370602, '芝罘区', 370600, '', 0, 0, 'Z', '121.40654004549', '37.546312866891', 3, 'tr_0 tr_370000 tr_370600 ', 0), -(370611, '福山区', 370600, '', 0, 0, 'F', '121.27460474744', '37.503668228451', 3, 'tr_0 tr_370000 tr_370600 ', 0), -(370612, '牟平区', 370600, '', 0, 0, 'M', '121.60654911474', '37.392915451796', 3, 'tr_0 tr_370000 tr_370600 ', 0), -(370613, '莱山区', 370600, '', 0, 0, 'L', '121.4513806718', '37.517648584109', 3, 'tr_0 tr_370000 tr_370600 ', 0), -(370634, '长岛县', 370600, '', 0, 0, 'Z', '120.74342978244', '37.927628387579', 3, 'tr_0 tr_370000 tr_370600 ', 0), -(370671, '烟台高新技术产业开发区', 370600, '', 0, 0, 'Y', '121.4544154173', '37.470038383731', 3, 'tr_0 tr_370000 tr_370600 ', 0), -(370672, '烟台经济技术开发区', 370600, '', 0, 0, 'Y', '121.12513892753', '37.636399945094', 3, 'tr_0 tr_370000 tr_370600 ', 0), -(370681, '龙口市', 370600, '', 0, 0, 'L', '120.48536852807', '37.652555125496', 3, 'tr_0 tr_370000 tr_370600 ', 0), -(370682, '莱阳市', 370600, '', 0, 0, 'L', '120.71841430958', '36.984635568304', 3, 'tr_0 tr_370000 tr_370600 ', 0), -(370683, '莱州市', 370600, '', 0, 0, 'L', '119.94859307737', '37.182636609074', 3, 'tr_0 tr_370000 tr_370600 ', 0), -(370684, '蓬莱市', 370600, '', 0, 0, 'P', '120.76556151495', '37.816438725969', 3, 'tr_0 tr_370000 tr_370600 ', 0), -(370685, '招远市', 370600, '', 0, 0, 'Z', '120.44060165265', '37.361137142566', 3, 'tr_0 tr_370000 tr_370600 ', 0), -(370686, '栖霞市', 370600, '', 0, 0, 'Q', '120.85641658338', '37.3414181648', 3, 'tr_0 tr_370000 tr_370600 ', 0), -(370687, '海阳市', 370600, '', 0, 0, 'H', '121.18045819779', '36.693269738228', 3, 'tr_0 tr_370000 tr_370600 ', 0), -(370702, '潍城区', 370700, '', 0, 0, 'W', '119.03142854152', '36.73285441557', 3, 'tr_0 tr_370000 tr_370700 ', 0), -(370703, '寒亭区', 370700, '', 0, 0, 'H', '119.22661514747', '36.780743786201', 3, 'tr_0 tr_370000 tr_370700 ', 0), -(370704, '坊子区', 370700, '', 0, 0, 'F', '119.17240097265', '36.660741599701', 3, 'tr_0 tr_370000 tr_370700 ', 0), -(370705, '奎文区', 370700, '', 0, 0, 'K', '119.13947052995', '36.712752014046', 3, 'tr_0 tr_370000 tr_370700 ', 0), -(370724, '临朐县', 370700, '', 0, 0, 'L', '118.54944999641', '36.519129501828', 3, 'tr_0 tr_370000 tr_370700 ', 0), -(370725, '昌乐县', 370700, '', 0, 0, 'C', '118.83648798144', '36.712996190845', 3, 'tr_0 tr_370000 tr_370700 ', 0), -(370772, '潍坊滨海经济技术开发区', 370700, '', 0, 0, 'W', '119.16837791143', '36.712651551268', 3, 'tr_0 tr_370000 tr_370700 ', 0), -(370781, '青州市', 370700, '', 0, 0, 'Q', '118.48653672087', '36.690416508705', 3, 'tr_0 tr_370000 tr_370700 ', 0), -(370782, '诸城市', 370700, '', 0, 0, 'Z', '119.41640221867', '36.002008858076', 3, 'tr_0 tr_370000 tr_370700 ', 0), -(370783, '寿光市', 370700, '', 0, 0, 'S', '118.79741537481', '36.861921746471', 3, 'tr_0 tr_370000 tr_370700 ', 0), -(370784, '安丘市', 370700, '', 0, 0, 'A', '119.22560751818', '36.483842195596', 3, 'tr_0 tr_370000 tr_370700 ', 0), -(370785, '高密市', 370700, '', 0, 0, 'G', '119.76241099602', '36.388956706465', 3, 'tr_0 tr_370000 tr_370700 ', 0), -(370786, '昌邑市', 370700, '', 0, 0, 'C', '119.40440597739', '36.865161072622', 3, 'tr_0 tr_370000 tr_370700 ', 0), -(370811, '任城区', 370800, '', 0, 0, 'R', '116.55446985374', '35.49373064026', 3, 'tr_0 tr_370000 tr_370800 ', 0), -(370812, '兖州区', 370800, '', 0, 0, 'Y', '116.79011515173', '35.557952373283', 3, 'tr_0 tr_370000 tr_370800 ', 0), -(370826, '微山县', 370800, '', 0, 0, 'W', '117.13541381857', '34.813315104239', 3, 'tr_0 tr_370000 tr_370800 ', 0), -(370827, '鱼台县', 370800, '', 0, 0, 'Y', '116.65739284822', '35.017887717823', 3, 'tr_0 tr_370000 tr_370800 ', 0), -(370828, '金乡县', 370800, '', 0, 0, 'J', '116.31852982171', '35.072569118665', 3, 'tr_0 tr_370000 tr_370800 ', 0), -(370829, '嘉祥县', 370800, '', 0, 0, 'J', '116.34861308511', '35.413255044102', 3, 'tr_0 tr_370000 tr_370800 ', 0), -(370830, '汶上县', 370800, '', 0, 0, 'W', '116.50544105765', '35.717055392628', 3, 'tr_0 tr_370000 tr_370800 ', 0), -(370831, '泗水县', 370800, '', 0, 0, 'S', '117.25742858989', '35.670600481228', 3, 'tr_0 tr_370000 tr_370800 ', 0), -(370832, '梁山县', 370800, '', 0, 0, 'L', '116.10262029578', '35.808063886611', 3, 'tr_0 tr_370000 tr_370800 ', 0), -(370871, '济宁高新技术产业开发区', 370800, '', 0, 0, 'J', '116.59361234854', '35.42017739453', 3, 'tr_0 tr_370000 tr_370800 ', 0), -(370881, '曲阜市', 370800, '', 0, 0, 'Q', '116.99341597169', '35.587372286488', 3, 'tr_0 tr_370000 tr_370800 ', 0), -(370883, '邹城市', 370800, '', 0, 0, 'Z', '117.01440416129', '35.40752093245', 3, 'tr_0 tr_370000 tr_370800 ', 0), -(370902, '泰山区', 370900, '', 0, 0, 'T', '117.14141108582', '36.199444601195', 3, 'tr_0 tr_370000 tr_370900 ', 0), -(370911, '岱岳区', 370900, '', 0, 0, 'D', '117.04855647915', '36.193291242291', 3, 'tr_0 tr_370000 tr_370900 ', 0), -(370921, '宁阳县', 370900, '', 0, 0, 'N', '116.81257853863', '35.764539097344', 3, 'tr_0 tr_370000 tr_370900 ', 0), -(370923, '东平县', 370900, '', 0, 0, 'D', '116.47759421565', '35.941908015019', 3, 'tr_0 tr_370000 tr_370900 ', 0), -(370982, '新泰市', 370900, '', 0, 0, 'X', '117.77460624827', '35.914619866588', 3, 'tr_0 tr_370000 tr_370900 ', 0), -(370983, '肥城市', 370900, '', 0, 0, 'F', '116.77540081764', '36.188811224315', 3, 'tr_0 tr_370000 tr_370900 ', 0), -(371002, '环翠区', 371000, '', 0, 0, 'H', '122.12953818095', '37.507968071219', 3, 'tr_0 tr_370000 tr_371000 ', 0), -(371003, '文登区', 371000, '', 0, 0, 'W', '122.06442836878', '37.200113328316', 3, 'tr_0 tr_370000 tr_371000 ', 0), -(371071, '威海火炬高技术产业开发区', 371000, '', 0, 0, 'W', '122.12754097831', '37.516430548015', 3, 'tr_0 tr_370000 tr_371000 ', 0), -(371072, '威海经济技术开发区', 371000, '', 0, 0, 'W', '122.18792776961', '37.412757933019', 3, 'tr_0 tr_370000 tr_371000 ', 0), -(371073, '威海临港经济技术开发区', 371000, '', 0, 0, 'W', '122.12754097831', '37.516430548015', 3, 'tr_0 tr_370000 tr_371000 ', 0), -(371082, '荣成市', 371000, '', 0, 0, 'R', '122.49250463074', '37.171317939253', 3, 'tr_0 tr_370000 tr_371000 ', 0), -(371083, '乳山市', 371000, '', 0, 0, 'R', '121.5464285812', '36.925177357878', 3, 'tr_0 tr_370000 tr_371000 ', 0), -(371102, '东港区', 371100, '', 0, 0, 'D', '119.46862431118', '35.431049003942', 3, 'tr_0 tr_370000 tr_371100 ', 0), -(371103, '岚山区', 371100, '', 0, 0, 'L', '119.32553044175', '35.127432330052', 3, 'tr_0 tr_370000 tr_371100 ', 0), -(371121, '五莲县', 371100, '', 0, 0, 'W', '119.21558036259', '35.755697104104', 3, 'tr_0 tr_370000 tr_371100 ', 0), -(371122, '莒县', 371100, '', 0, 0, 'J', '118.8435382424', '35.585872122989', 3, 'tr_0 tr_370000 tr_371100 ', 0), -(371171, '日照经济技术开发区', 371100, '', 0, 0, 'R', '119.53341540457', '35.422838998438', 3, 'tr_0 tr_370000 tr_371100 ', 0), -(371202, '莱城区', 371200, '', 0, 0, 'L', '117.6459130158', '36.313394584932', 3, 'tr_0 tr_370000 tr_371200 ', 0), -(371203, '钢城区', 371200, '', 0, 0, 'G', '117.8275371813', '36.092835887233', 3, 'tr_0 tr_370000 tr_371200 ', 0), -(371302, '兰山区', 371300, '', 0, 0, 'L', '118.35449973464', '35.057340229806', 3, 'tr_0 tr_370000 tr_371300 ', 0), -(371311, '罗庄区', 371300, '', 0, 0, 'L', '118.29151252855', '35.002503733433', 3, 'tr_0 tr_370000 tr_371300 ', 0), -(371312, '河东区', 371300, '', 0, 0, 'H', '118.40954744713', '35.095675536824', 3, 'tr_0 tr_370000 tr_371300 ', 0), -(371321, '沂南县', 371300, '', 0, 0, 'Y', '118.47149154086', '35.55609766695', 3, 'tr_0 tr_370000 tr_371300 ', 0), -(371322, '郯城县', 371300, '', 0, 0, 'T', '118.37358710977', '34.619225932471', 3, 'tr_0 tr_370000 tr_371300 ', 0), -(371323, '沂水县', 371300, '', 0, 0, 'Y', '118.63461726385', '35.796180584718', 3, 'tr_0 tr_370000 tr_371300 ', 0), -(371324, '兰陵县', 371300, '', 0, 0, 'L', '118.07740949499', '34.86361638544', 3, 'tr_0 tr_370000 tr_371300 ', 0), -(371325, '费县', 371300, '', 0, 0, 'F', '117.98442508318', '35.272304128517', 3, 'tr_0 tr_370000 tr_371300 ', 0), -(371326, '平邑县', 371300, '', 0, 0, 'P', '117.64654058086', '35.51201963664', 3, 'tr_0 tr_370000 tr_371300 ', 0), -(371327, '莒南县', 371300, '', 0, 0, 'J', '118.84154077027', '35.180811631788', 3, 'tr_0 tr_370000 tr_371300 ', 0), -(371328, '蒙阴县', 371300, '', 0, 0, 'M', '117.95141460145', '35.716347166232', 3, 'tr_0 tr_370000 tr_371300 ', 0), -(371329, '临沭县', 371300, '', 0, 0, 'L', '118.6574945001', '34.926018591491', 3, 'tr_0 tr_370000 tr_371300 ', 0), -(371371, '临沂高新技术产业开发区', 371300, '', 0, 0, 'L', '118.27105074598', '34.991223857705', 3, 'tr_0 tr_370000 tr_371300 ', 0), -(371372, '临沂经济技术开发区', 371300, '', 0, 0, 'L', '118.41614315832', '35.028440855401', 3, 'tr_0 tr_370000 tr_371300 ', 0), -(371373, '临沂临港经济开发区', 371300, '', 0, 0, 'L', '119.09098821173', '35.192676079483', 3, 'tr_0 tr_370000 tr_371300 ', 0), -(371402, '德城区', 371400, '', 0, 0, 'D', '116.30544896637', '37.456993283021', 3, 'tr_0 tr_370000 tr_371400 ', 0), -(371403, '陵城区', 371400, '', 0, 0, 'L', '116.58940001434', '37.347132434581', 3, 'tr_0 tr_370000 tr_371400 ', 0), -(371422, '宁津县', 371400, '', 0, 0, 'N', '116.80653761374', '37.658018745855', 3, 'tr_0 tr_370000 tr_371400 ', 0), -(371423, '庆云县', 371400, '', 0, 0, 'Q', '117.39145244825', '37.781585318857', 3, 'tr_0 tr_370000 tr_371400 ', 0), -(371424, '临邑县', 371400, '', 0, 0, 'L', '116.87340370302', '37.196169366727', 3, 'tr_0 tr_370000 tr_371400 ', 0), -(371425, '齐河县', 371400, '', 0, 0, 'Q', '116.76938747073', '36.78994480667', 3, 'tr_0 tr_370000 tr_371400 ', 0), -(371426, '平原县', 371400, '', 0, 0, 'P', '116.44050470827', '37.171221463312', 3, 'tr_0 tr_370000 tr_371400 ', 0), -(371427, '夏津县', 371400, '', 0, 0, 'X', '116.00853411226', '36.954154863323', 3, 'tr_0 tr_370000 tr_371400 ', 0), -(371428, '武城县', 371400, '', 0, 0, 'W', '116.07550629142', '37.219222080288', 3, 'tr_0 tr_370000 tr_371400 ', 0), -(371471, '德州经济技术开发区', 371400, '', 0, 0, 'D', '116.36555674397', '37.441308454576', 3, 'tr_0 tr_370000 tr_371400 ', 0), -(371472, '德州运河经济开发区', 371400, '', 0, 0, 'D', '116.36555674397', '37.441308454576', 3, 'tr_0 tr_370000 tr_371400 ', 0), -(371481, '乐陵市', 371400, '', 0, 0, 'L', '117.23840643173', '37.73592450081', 3, 'tr_0 tr_370000 tr_371400 ', 0), -(371482, '禹城市', 371400, '', 0, 0, 'Y', '116.64437110138', '36.940242008766', 3, 'tr_0 tr_370000 tr_371400 ', 0), -(371502, '东昌府区', 371500, '', 0, 0, 'D', '115.99458657176', '36.440377840732', 3, 'tr_0 tr_370000 tr_371500 ', 0), -(371521, '阳谷县', 371500, '', 0, 0, 'Y', '115.79839557041', '36.120815514687', 3, 'tr_0 tr_370000 tr_371500 ', 0), -(371522, '莘县', 371500, '', 0, 0, 'S', '115.67739687246', '36.239907120546', 3, 'tr_0 tr_370000 tr_371500 ', 0), -(371523, '茌平县', 371500, '', 0, 0, 'C', '116.26145544215', '36.586785068842', 3, 'tr_0 tr_370000 tr_371500 ', 0), -(371524, '东阿县', 371500, '', 0, 0, 'D', '116.25449294564', '36.340957707761', 3, 'tr_0 tr_370000 tr_371500 ', 0), -(371525, '冠县', 371500, '', 0, 0, 'G', '115.44939579504', '36.490243225394', 3, 'tr_0 tr_370000 tr_371500 ', 0), -(371526, '高唐县', 371500, '', 0, 0, 'G', '116.23560427568', '36.851591084095', 3, 'tr_0 tr_370000 tr_371500 ', 0), -(371581, '临清市', 371500, '', 0, 0, 'L', '115.71146960045', '36.844289186694', 3, 'tr_0 tr_370000 tr_371500 ', 0), -(371702, '牡丹区', 371700, '', 0, 0, 'M', '115.42344303021', '35.257018176069', 3, 'tr_0 tr_370000 tr_371700 ', 0), -(371703, '定陶区', 371700, '', 0, 0, 'D', '115.57943737524', '35.077275179757', 3, 'tr_0 tr_370000 tr_371700 ', 0), -(371721, '曹县', 371700, '', 0, 0, 'C', '115.54845724362', '34.831809348415', 3, 'tr_0 tr_370000 tr_371700 ', 0), -(371722, '单县', 371700, '', 0, 0, 'D', '116.11158367799', '34.784658433692', 3, 'tr_0 tr_370000 tr_371700 ', 0), -(371723, '成武县', 371700, '', 0, 0, 'C', '115.89651900839', '34.95860565496', 3, 'tr_0 tr_370000 tr_371700 ', 0), -(371724, '巨野县', 371700, '', 0, 0, 'J', '116.10159901224', '35.402062380609', 3, 'tr_0 tr_370000 tr_371700 ', 0), -(371725, '郓城县', 371700, '', 0, 0, 'Y', '115.95045057629', '35.605902319687', 3, 'tr_0 tr_370000 tr_371700 ', 0), -(371726, '鄄城县', 371700, '', 0, 0, 'J', '115.51660692346', '35.569204259881', 3, 'tr_0 tr_370000 tr_371700 ', 0), -(371728, '东明县', 371700, '', 0, 0, 'D', '115.09641733473', '35.295701692411', 3, 'tr_0 tr_370000 tr_371700 ', 0), -(371771, '菏泽经济技术开发区', 371700, '', 0, 0, 'H', '115.48754503343', '35.239407424766', 3, 'tr_0 tr_370000 tr_371700 ', 0); -INSERT INTO `hg_sys_provinces` (`id`, `title`, `pid`, `short_title`, `areacode`, `zipcode`, `pinyin`, `lng`, `lat`, `level`, `tree`, `sort`) VALUES -(371772, '菏泽高新技术开发区', 371700, '', 0, 0, 'H', '115.48754503343', '35.239407424766', 3, 'tr_0 tr_370000 tr_371700 ', 0), -(410102, '中原区', 410100, '', 0, 0, 'Z', '113.61947551694', '34.754450781329', 3, 'tr_0 tr_410000 tr_410100 ', 0), -(410103, '二七区', 410100, '', 0, 0, 'E', '113.63141920734', '34.753438850454', 3, 'tr_0 tr_410000 tr_410100 ', 0), -(410104, '管城回族区', 410100, '', 0, 0, 'G', '113.6835246998', '34.759673874699', 3, 'tr_0 tr_410000 tr_410100 ', 0), -(410105, '金水区', 410100, '', 0, 0, 'J', '113.6664477324', '34.806070445662', 3, 'tr_0 tr_410000 tr_410100 ', 0), -(410106, '上街区', 410100, '', 0, 0, 'S', '113.29818225705', '34.822088918243', 3, 'tr_0 tr_410000 tr_410100 ', 0), -(410108, '惠济区', 410100, '', 0, 0, 'H', '113.62345527984', '34.873519885776', 3, 'tr_0 tr_410000 tr_410100 ', 0), -(410122, '中牟县', 410100, '', 0, 0, 'Z', '113.98248490573', '34.725010848924', 3, 'tr_0 tr_410000 tr_410100 ', 0), -(410171, '郑州经济技术开发区', 410100, '', 0, 0, 'Z', '113.77162403642', '34.724610916832', 3, 'tr_0 tr_410000 tr_410100 ', 0), -(410172, '郑州高新技术产业开发区', 410100, '', 0, 0, 'Z', '113.63793722229', '34.742959870174', 3, 'tr_0 tr_410000 tr_410100 ', 0), -(410173, '郑州航空港经济综合实验区', 410100, '', 0, 0, 'Z', '113.97018898974', '34.719717969385', 3, 'tr_0 tr_410000 tr_410100 ', 0), -(410181, '巩义市', 410100, '', 0, 0, 'G', '113.02843100495', '34.754096888697', 3, 'tr_0 tr_410000 tr_410100 ', 0), -(410182, '荥阳市', 410100, '', 0, 0, 'X', '113.38942279956', '34.793810500346', 3, 'tr_0 tr_410000 tr_410100 ', 0), -(410183, '新密市', 410100, '', 0, 0, 'X', '113.3973909491', '34.545897983445', 3, 'tr_0 tr_410000 tr_410100 ', 0), -(410184, '新郑市', 410100, '', 0, 0, 'X', '113.74643447195', '34.401766379106', 3, 'tr_0 tr_410000 tr_410100 ', 0), -(410185, '登封市', 410100, '', 0, 0, 'D', '113.05642283346', '34.45969746172', 3, 'tr_0 tr_410000 tr_410100 ', 0), -(410202, '龙亭区', 410200, '', 0, 0, 'L', '114.36141316646', '34.822035612506', 3, 'tr_0 tr_410000 tr_410200 ', 0), -(410203, '顺河回族区', 410200, '', 0, 0, 'S', '114.36739165912', '34.802241355559', 3, 'tr_0 tr_410000 tr_410200 ', 0), -(410204, '鼓楼区', 410200, '', 0, 0, 'G', '114.35440485636', '34.794874251914', 3, 'tr_0 tr_410000 tr_410200 ', 0), -(410205, '禹王台区', 410200, '', 0, 0, 'Y', '114.35439775975', '34.783472105917', 3, 'tr_0 tr_410000 tr_410200 ', 0), -(410212, '祥符区', 410200, '', 0, 0, 'X', '114.4475325479', '34.762739572224', 3, 'tr_0 tr_410000 tr_410200 ', 0), -(410221, '杞县', 410200, '', 0, 0, 'Q', '114.78959210474', '34.554856780687', 3, 'tr_0 tr_410000 tr_410200 ', 0), -(410222, '通许县', 410200, '', 0, 0, 'T', '114.47343590593', '34.486771802655', 3, 'tr_0 tr_410000 tr_410200 ', 0), -(410223, '尉氏县', 410200, '', 0, 0, 'W', '114.19956115086', '34.417228010354', 3, 'tr_0 tr_410000 tr_410200 ', 0), -(410225, '兰考县', 410200, '', 0, 0, 'L', '114.82746071249', '34.828492897238', 3, 'tr_0 tr_410000 tr_410200 ', 0), -(410302, '老城区', 410300, '', 0, 0, 'L', '112.47650356572', '34.689601063497', 3, 'tr_0 tr_410000 tr_410300 ', 0), -(410303, '西工区', 410300, '', 0, 0, 'X', '112.43439953731', '34.666767847513', 3, 'tr_0 tr_410000 tr_410300 ', 0), -(410304, '瀍河回族区', 410300, '', 0, 0, 'C', '112.50660380709', '34.685462421335', 3, 'tr_0 tr_410000 tr_410300 ', 0), -(410305, '涧西区', 410300, '', 0, 0, 'J', '112.4025520019', '34.663468974309', 3, 'tr_0 tr_410000 tr_410300 ', 0), -(410306, '吉利区', 410300, '', 0, 0, 'J', '112.59547847119', '34.907012657115', 3, 'tr_0 tr_410000 tr_410300 ', 0), -(410311, '洛龙区', 410300, '', 0, 0, 'L', '112.47046928829', '34.624704713024', 3, 'tr_0 tr_410000 tr_410300 ', 0), -(410322, '孟津县', 410300, '', 0, 0, 'M', '112.45141766571', '34.831731570285', 3, 'tr_0 tr_410000 tr_410300 ', 0), -(410323, '新安县', 410300, '', 0, 0, 'X', '112.14060970841', '34.734383327344', 3, 'tr_0 tr_410000 tr_410300 ', 0), -(410324, '栾川县', 410300, '', 0, 0, 'L', '111.62242666651', '33.791822464323', 3, 'tr_0 tr_410000 tr_410300 ', 0), -(410325, '嵩县', 410300, '', 0, 0, 'S', '112.09240816187', '34.140721556406', 3, 'tr_0 tr_410000 tr_410300 ', 0), -(410326, '汝阳县', 410300, '', 0, 0, 'R', '112.47950327731', '34.159843364893', 3, 'tr_0 tr_410000 tr_410300 ', 0), -(410327, '宜阳县', 410300, '', 0, 0, 'Y', '112.17946537426', '34.541046942554', 3, 'tr_0 tr_410000 tr_410300 ', 0), -(410328, '洛宁县', 410300, '', 0, 0, 'L', '111.65958740952', '34.394984560215', 3, 'tr_0 tr_410000 tr_410300 ', 0), -(410329, '伊川县', 410300, '', 0, 0, 'Y', '112.43240745502', '34.427645796427', 3, 'tr_0 tr_410000 tr_410300 ', 0), -(410371, '洛阳高新技术产业开发区', 410300, '', 0, 0, 'L', '112.45942129831', '34.624262779219', 3, 'tr_0 tr_410000 tr_410300 ', 0), -(410381, '偃师市', 410300, '', 0, 0, 'Y', '112.79642141885', '34.733796624013', 3, 'tr_0 tr_410000 tr_410300 ', 0), -(410402, '新华区', 410400, '', 0, 0, 'X', '113.30043988965', '33.743657151646', 3, 'tr_0 tr_410000 tr_410400 ', 0), -(410403, '卫东区', 410400, '', 0, 0, 'W', '113.34161111761', '33.7403756514', 3, 'tr_0 tr_410000 tr_410400 ', 0), -(410404, '石龙区', 410400, '', 0, 0, 'S', '112.9054552264', '33.904754268397', 3, 'tr_0 tr_410000 tr_410400 ', 0), -(410411, '湛河区', 410400, '', 0, 0, 'Z', '113.25051467449', '33.685790171047', 3, 'tr_0 tr_410000 tr_410400 ', 0), -(410421, '宝丰县', 410400, '', 0, 0, 'B', '113.06144723584', '33.874745598631', 3, 'tr_0 tr_410000 tr_410400 ', 0), -(410422, '叶县', 410400, '', 0, 0, 'Y', '113.36358241276', '33.632491674058', 3, 'tr_0 tr_410000 tr_410400 ', 0), -(410423, '鲁山县', 410400, '', 0, 0, 'L', '112.91443396963', '33.744878863452', 3, 'tr_0 tr_410000 tr_410400 ', 0), -(410425, '郏县', 410400, '', 0, 0, 'J', '113.21960622765', '33.977486289177', 3, 'tr_0 tr_410000 tr_410400 ', 0), -(410471, '平顶山高新技术产业开发区', 410400, '', 0, 0, 'P', '113.40808986384', '33.737612151054', 3, 'tr_0 tr_410000 tr_410400 ', 0), -(410472, '平顶山市新城区', 410400, '', 0, 0, 'P', '113.19952856052', '33.772050748691', 3, 'tr_0 tr_410000 tr_410400 ', 0), -(410481, '舞钢市', 410400, '', 0, 0, 'W', '113.53141031593', '33.299431105301', 3, 'tr_0 tr_410000 tr_410400 ', 0), -(410482, '汝州市', 410400, '', 0, 0, 'R', '112.85054971566', '34.172767788551', 3, 'tr_0 tr_410000 tr_410400 ', 0), -(410502, '文峰区', 410500, '', 0, 0, 'W', '114.36337398772', '36.096832748136', 3, 'tr_0 tr_410000 tr_410500 ', 0), -(410503, '北关区', 410500, '', 0, 0, 'B', '114.36238189912', '36.113131607765', 3, 'tr_0 tr_410000 tr_410500 ', 0), -(410505, '殷都区', 410500, '', 0, 0, 'Y', '114.29712997501', '36.135573231517', 3, 'tr_0 tr_410000 tr_410500 ', 0), -(410506, '龙安区', 410500, '', 0, 0, 'L', '114.3075931681', '36.08275278362', 3, 'tr_0 tr_410000 tr_410500 ', 0), -(410522, '安阳县', 410500, '', 0, 0, 'A', '114.23838187262', '36.218906964196', 3, 'tr_0 tr_410000 tr_410500 ', 0), -(410523, '汤阴县', 410500, '', 0, 0, 'T', '114.36340938096', '35.927643740225', 3, 'tr_0 tr_410000 tr_410500 ', 0), -(410526, '滑县', 410500, '', 0, 0, 'H', '114.52555316619', '35.581045400558', 3, 'tr_0 tr_410000 tr_410500 ', 0), -(410527, '内黄县', 410500, '', 0, 0, 'N', '114.90758875551', '35.976949668061', 3, 'tr_0 tr_410000 tr_410500 ', 0), -(410571, '安阳高新技术产业开发区', 410500, '', 0, 0, 'A', '114.39950042177', '36.105940984015', 3, 'tr_0 tr_410000 tr_410500 ', 0), -(410581, '林州市', 410500, '', 0, 0, 'L', '113.82559018908', '36.088853208448', 3, 'tr_0 tr_410000 tr_410500 ', 0), -(410602, '鹤山区', 410600, '', 0, 0, 'H', '114.16955478242', '35.960280248227', 3, 'tr_0 tr_410000 tr_410600 ', 0), -(410603, '山城区', 410600, '', 0, 0, 'S', '114.19062058561', '35.903369613292', 3, 'tr_0 tr_410000 tr_410600 ', 0), -(410611, '淇滨区', 410600, '', 0, 0, 'Q', '114.30559120444', '35.746952546289', 3, 'tr_0 tr_410000 tr_410600 ', 0), -(410621, '浚县', 410600, '', 0, 0, 'J', '114.55760785086', '35.681917305913', 3, 'tr_0 tr_410000 tr_410600 ', 0), -(410622, '淇县', 410600, '', 0, 0, 'Q', '114.2154897245', '35.627277020336', 3, 'tr_0 tr_410000 tr_410600 ', 0), -(410671, '鹤壁经济技术开发区', 410600, '', 0, 0, 'H', '114.30359364248', '35.7523574114', 3, 'tr_0 tr_410000 tr_410600 ', 0), -(410702, '红旗区', 410700, '', 0, 0, 'H', '113.88141583415', '35.310135512691', 3, 'tr_0 tr_410000 tr_410700 ', 0), -(410703, '卫滨区', 410700, '', 0, 0, 'W', '113.8724387977', '35.308459209602', 3, 'tr_0 tr_410000 tr_410700 ', 0), -(410704, '凤泉区', 410700, '', 0, 0, 'F', '113.91245884715', '35.375665060578', 3, 'tr_0 tr_410000 tr_410700 ', 0), -(410711, '牧野区', 410700, '', 0, 0, 'M', '113.91551290623', '35.321023486499', 3, 'tr_0 tr_410000 tr_410700 ', 0), -(410721, '新乡县', 410700, '', 0, 0, 'X', '113.81159378076', '35.196564408993', 3, 'tr_0 tr_410000 tr_410700 ', 0), -(410724, '获嘉县', 410700, '', 0, 0, 'H', '113.66341666994', '35.265809284161', 3, 'tr_0 tr_410000 tr_410700 ', 0), -(410725, '原阳县', 410700, '', 0, 0, 'Y', '113.94662374129', '35.071163864469', 3, 'tr_0 tr_410000 tr_410700 ', 0), -(410726, '延津县', 410700, '', 0, 0, 'Y', '114.21151175821', '35.147806510509', 3, 'tr_0 tr_410000 tr_410700 ', 0), -(410727, '封丘县', 410700, '', 0, 0, 'F', '114.42560616803', '35.046857531651', 3, 'tr_0 tr_410000 tr_410700 ', 0), -(410728, '长垣县', 410700, '', 0, 0, 'Z', '114.67560989146', '35.207198224565', 3, 'tr_0 tr_410000 tr_410700 ', 0), -(410771, '新乡高新技术产业开发区', 410700, '', 0, 0, 'X', '113.89511589149', '35.288196248852', 3, 'tr_0 tr_410000 tr_410700 ', 0), -(410772, '新乡经济技术开发区', 410700, '', 0, 0, 'X', '113.93360046733', '35.309639930337', 3, 'tr_0 tr_410000 tr_410700 ', 0), -(410773, '新乡市平原城乡一体化示范区', 410700, '', 0, 0, 'X', '113.93360046733', '35.309639930337', 3, 'tr_0 tr_410000 tr_410700 ', 0), -(410781, '卫辉市', 410700, '', 0, 0, 'W', '114.07160094452', '35.404068882145', 3, 'tr_0 tr_410000 tr_410700 ', 0), -(410782, '辉县市', 410700, '', 0, 0, 'H', '113.81157302991', '35.467957818376', 3, 'tr_0 tr_410000 tr_410700 ', 0), -(410802, '解放区', 410800, '', 0, 0, 'J', '113.23757179887', '35.246309807633', 3, 'tr_0 tr_410000 tr_410800 ', 0), -(410803, '中站区', 410800, '', 0, 0, 'Z', '113.18944759643', '35.242617103591', 3, 'tr_0 tr_410000 tr_410800 ', 0), -(410804, '马村区', 410800, '', 0, 0, 'M', '113.32854400634', '35.261894441723', 3, 'tr_0 tr_410000 tr_410800 ', 0), -(410811, '山阳区', 410800, '', 0, 0, 'S', '113.26048370971', '35.220272352977', 3, 'tr_0 tr_410000 tr_410800 ', 0), -(410821, '修武县', 410800, '', 0, 0, 'X', '113.45458192871', '35.229323482594', 3, 'tr_0 tr_410000 tr_410800 ', 0), -(410822, '博爱县', 410800, '', 0, 0, 'B', '113.07047799096', '35.177308063756', 3, 'tr_0 tr_410000 tr_410800 ', 0), -(410823, '武陟县', 410800, '', 0, 0, 'W', '113.40839582041', '35.105838449217', 3, 'tr_0 tr_410000 tr_410800 ', 0), -(410825, '温县', 410800, '', 0, 0, 'W', '113.08656906807', '34.946135492247', 3, 'tr_0 tr_410000 tr_410800 ', 0), -(410871, '焦作城乡一体化示范区', 410800, '', 0, 0, 'J', '113.24854783457', '35.220963254039', 3, 'tr_0 tr_410000 tr_410800 ', 0), -(410882, '沁阳市', 410800, '', 0, 0, 'Q', '112.95751688155', '35.093785732346', 3, 'tr_0 tr_410000 tr_410800 ', 0), -(410883, '孟州市', 410800, '', 0, 0, 'M', '112.79739491254', '34.913597817886', 3, 'tr_0 tr_410000 tr_410800 ', 0), -(410902, '华龙区', 410900, '', 0, 0, 'H', '115.0804129441', '35.783632884536', 3, 'tr_0 tr_410000 tr_410900 ', 0), -(410922, '清丰县', 410900, '', 0, 0, 'Q', '115.11047186341', '35.891308168277', 3, 'tr_0 tr_410000 tr_410900 ', 0), -(410923, '南乐县', 410900, '', 0, 0, 'N', '115.21138615695', '36.076030832875', 3, 'tr_0 tr_410000 tr_410900 ', 0), -(410926, '范县', 410900, '', 0, 0, 'F', '115.51058621044', '35.857655087719', 3, 'tr_0 tr_410000 tr_410900 ', 0), -(410927, '台前县', 410900, '', 0, 0, 'T', '115.87856816938', '35.975012712521', 3, 'tr_0 tr_410000 tr_410900 ', 0), -(410928, '濮阳县', 410900, '', 0, 0, 'P', '115.03558408559', '35.717888889375', 3, 'tr_0 tr_410000 tr_410900 ', 0), -(410971, '河南濮阳工业园区', 410900, '', 0, 0, 'H', '115.03559747034', '35.767593028906', 3, 'tr_0 tr_410000 tr_410900 ', 0), -(410972, '濮阳经济技术开发区', 410900, '', 0, 0, 'P', '115.03559747034', '35.767593028906', 3, 'tr_0 tr_410000 tr_410900 ', 0), -(411002, '魏都区', 411000, '', 0, 0, 'W', '113.82959564352', '34.030861228003', 3, 'tr_0 tr_410000 tr_411000 ', 0), -(411003, '建安区', 411000, '', 0, 0, 'J', '113.82961513675', '34.129966976383', 3, 'tr_0 tr_410000 tr_411000 ', 0), -(411024, '鄢陵县', 411000, '', 0, 0, 'Y', '114.18561980866', '34.107963250311', 3, 'tr_0 tr_410000 tr_411000 ', 0), -(411025, '襄城县', 411000, '', 0, 0, 'X', '113.51343127013', '33.856967773678', 3, 'tr_0 tr_410000 tr_411000 ', 0), -(411071, '许昌经济技术开发区', 411000, '', 0, 0, 'X', '113.81237629469', '34.009184251036', 3, 'tr_0 tr_410000 tr_411000 ', 0), -(411081, '禹州市', 411000, '', 0, 0, 'Y', '113.49550522436', '34.146082195029', 3, 'tr_0 tr_410000 tr_411000 ', 0), -(411082, '长葛市', 411000, '', 0, 0, 'Z', '113.77442091063', '34.223016266284', 3, 'tr_0 tr_410000 tr_411000 ', 0), -(411102, '源汇区', 411100, '', 0, 0, 'Y', '113.99041352982', '33.578423262447', 3, 'tr_0 tr_410000 tr_411100 ', 0), -(411103, '郾城区', 411100, '', 0, 0, 'Y', '114.01339389154', '33.593415880865', 3, 'tr_0 tr_410000 tr_411100 ', 0), -(411104, '召陵区', 411100, '', 0, 0, 'Z', '114.1004665548', '33.592467538561', 3, 'tr_0 tr_410000 tr_411100 ', 0), -(411121, '舞阳县', 411100, '', 0, 0, 'W', '113.61549000488', '33.443577799934', 3, 'tr_0 tr_410000 tr_411100 ', 0), -(411122, '临颍县', 411100, '', 0, 0, 'L', '113.93757834379', '33.83269194793', 3, 'tr_0 tr_410000 tr_411100 ', 0), -(411171, '漯河经济技术开发区', 411100, '', 0, 0, 'L', '114.02342077765', '33.587710707102', 3, 'tr_0 tr_410000 tr_411100 ', 0), -(411202, '湖滨区', 411200, '', 0, 0, 'H', '111.19557389665', '34.775996792444', 3, 'tr_0 tr_410000 tr_411200 ', 0), -(411203, '陕州区', 411200, '', 0, 0, 'S', '111.10945065249', '34.726914801527', 3, 'tr_0 tr_410000 tr_411200 ', 0), -(411221, '渑池县', 411200, '', 0, 0, 'M', '111.76854234585', '34.773197042986', 3, 'tr_0 tr_410000 tr_411200 ', 0), -(411224, '卢氏县', 411200, '', 0, 0, 'L', '111.05456400617', '34.059924845299', 3, 'tr_0 tr_410000 tr_411200 ', 0), -(411271, '河南三门峡经济开发区', 411200, '', 0, 0, 'H', '111.16756986287', '34.791595599754', 3, 'tr_0 tr_410000 tr_411200 ', 0), -(411281, '义马市', 411200, '', 0, 0, 'Y', '111.88051478021', '34.753028009473', 3, 'tr_0 tr_410000 tr_411200 ', 0), -(411282, '灵宝市', 411200, '', 0, 0, 'L', '110.90040831286', '34.523142624164', 3, 'tr_0 tr_410000 tr_411200 ', 0), -(411302, '宛城区', 411300, '', 0, 0, 'W', '112.54645416663', '33.009870040626', 3, 'tr_0 tr_410000 tr_411300 ', 0), -(411303, '卧龙区', 411300, '', 0, 0, 'W', '112.54146183376', '32.992483797527', 3, 'tr_0 tr_410000 tr_411300 ', 0), -(411321, '南召县', 411300, '', 0, 0, 'N', '112.43542522255', '33.496185804625', 3, 'tr_0 tr_410000 tr_411300 ', 0), -(411322, '方城县', 411300, '', 0, 0, 'F', '113.0185027528', '33.260539455832', 3, 'tr_0 tr_410000 tr_411300 ', 0), -(411323, '西峡县', 411300, '', 0, 0, 'X', '111.48039809758', '33.313316115292', 3, 'tr_0 tr_410000 tr_411300 ', 0), -(411324, '镇平县', 411300, '', 0, 0, 'Z', '112.24154448331', '33.039718529225', 3, 'tr_0 tr_410000 tr_411300 ', 0), -(411325, '内乡县', 411300, '', 0, 0, 'N', '111.85542528697', '33.051203105476', 3, 'tr_0 tr_410000 tr_411300 ', 0), -(411326, '淅川县', 411300, '', 0, 0, 'X', '111.49743203615', '33.144185260027', 3, 'tr_0 tr_410000 tr_411300 ', 0), -(411327, '社旗县', 411300, '', 0, 0, 'S', '112.9544934547', '33.062236685935', 3, 'tr_0 tr_410000 tr_411300 ', 0), -(411328, '唐河县', 411300, '', 0, 0, 'T', '112.81342436589', '32.687720660005', 3, 'tr_0 tr_410000 tr_411300 ', 0), -(411329, '新野县', 411300, '', 0, 0, 'X', '112.36654962384', '32.526631778818', 3, 'tr_0 tr_410000 tr_411300 ', 0), -(411330, '桐柏县', 411300, '', 0, 0, 'T', '113.43447273106', '32.385130754956', 3, 'tr_0 tr_410000 tr_411300 ', 0), -(411371, '南阳高新技术产业开发区', 411300, '', 0, 0, 'N', '112.53450131351', '32.996562204651', 3, 'tr_0 tr_410000 tr_411300 ', 0), -(411372, '南阳市城乡一体化示范区', 411300, '', 0, 0, 'N', '112.53450131351', '32.996562204651', 3, 'tr_0 tr_410000 tr_411300 ', 0), -(411381, '邓州市', 411300, '', 0, 0, 'D', '112.09342010302', '32.69391743997', 3, 'tr_0 tr_410000 tr_411300 ', 0), -(411402, '梁园区', 411400, '', 0, 0, 'L', '115.62060204557', '34.449471246294', 3, 'tr_0 tr_410000 tr_411400 ', 0), -(411403, '睢阳区', 411400, '', 0, 0, 'S', '115.65947594702', '34.394151920479', 3, 'tr_0 tr_410000 tr_411400 ', 0), -(411421, '民权县', 411400, '', 0, 0, 'M', '115.15457605887', '34.652478726537', 3, 'tr_0 tr_410000 tr_411400 ', 0), -(411422, '睢县', 411400, '', 0, 0, 'S', '115.07841089061', '34.451616965409', 3, 'tr_0 tr_410000 tr_411400 ', 0), -(411423, '宁陵县', 411400, '', 0, 0, 'N', '115.32041843737', '34.46663402766', 3, 'tr_0 tr_410000 tr_411400 ', 0), -(411424, '柘城县', 411400, '', 0, 0, 'Z', '115.31243456749', '34.097360212415', 3, 'tr_0 tr_410000 tr_411400 ', 0), -(411425, '虞城县', 411400, '', 0, 0, 'Y', '115.83447295698', '34.405331502097', 3, 'tr_0 tr_410000 tr_411400 ', 0), -(411426, '夏邑县', 411400, '', 0, 0, 'X', '116.13751236823', '34.243523472378', 3, 'tr_0 tr_410000 tr_411400 ', 0), -(411471, '豫东综合物流产业聚集区', 411400, '', 0, 0, 'Y', '115.66244933826', '34.420201665859', 3, 'tr_0 tr_410000 tr_411400 ', 0), -(411472, '河南商丘经济开发区', 411400, '', 0, 0, 'H', '115.69827951116', '34.407726159442', 3, 'tr_0 tr_410000 tr_411400 ', 0), -(411481, '永城市', 411400, '', 0, 0, 'Y', '116.4555661476', '33.934801475851', 3, 'tr_0 tr_410000 tr_411400 ', 0), -(411502, '浉河区', 411500, '', 0, 0, 'S', '114.06558130947', '32.122554156884', 3, 'tr_0 tr_410000 tr_411500 ', 0), -(411503, '平桥区', 411500, '', 0, 0, 'P', '114.13240742415', '32.10732538611', 3, 'tr_0 tr_410000 tr_411500 ', 0), -(411521, '罗山县', 411500, '', 0, 0, 'L', '114.51952993791', '32.209150451838', 3, 'tr_0 tr_410000 tr_411500 ', 0), -(411522, '光山县', 411500, '', 0, 0, 'G', '114.92553303688', '32.015906879568', 3, 'tr_0 tr_410000 tr_411500 ', 0), -(411523, '新县', 411500, '', 0, 0, 'X', '114.88552475523', '31.649738468475', 3, 'tr_0 tr_410000 tr_411500 ', 0), -(411524, '商城县', 411500, '', 0, 0, 'S', '115.41351334076', '31.804345366903', 3, 'tr_0 tr_410000 tr_411500 ', 0), -(411525, '固始县', 411500, '', 0, 0, 'G', '115.66048788818', '32.174174379622', 3, 'tr_0 tr_410000 tr_411500 ', 0), -(411526, '潢川县', 411500, '', 0, 0, 'H', '115.05847075405', '32.137530716414', 3, 'tr_0 tr_410000 tr_411500 ', 0), -(411527, '淮滨县', 411500, '', 0, 0, 'H', '115.42643896891', '32.479469756663', 3, 'tr_0 tr_410000 tr_411500 ', 0), -(411528, '息县', 411500, '', 0, 0, 'X', '114.74745313225', '32.348955511715', 3, 'tr_0 tr_410000 tr_411500 ', 0), -(411571, '信阳高新技术产业开发区', 411500, '', 0, 0, 'X', '114.09748283305', '32.153014547531', 3, 'tr_0 tr_410000 tr_411500 ', 0), -(411602, '川汇区', 411600, '', 0, 0, 'C', '114.65760174056', '33.652997102814', 3, 'tr_0 tr_410000 tr_411600 ', 0), -(411621, '扶沟县', 411600, '', 0, 0, 'F', '114.40150984137', '34.065906253969', 3, 'tr_0 tr_410000 tr_411600 ', 0), -(411622, '西华县', 411600, '', 0, 0, 'X', '114.53559667094', '33.773215334922', 3, 'tr_0 tr_410000 tr_411600 ', 0), -(411623, '商水县', 411600, '', 0, 0, 'S', '114.61841594744', '33.548877475353', 3, 'tr_0 tr_410000 tr_411600 ', 0), -(411624, '沈丘县', 411600, '', 0, 0, 'S', '115.10545545595', '33.415691094059', 3, 'tr_0 tr_410000 tr_411600 ', 0), -(411625, '郸城县', 411600, '', 0, 0, 'D', '115.18347760136', '33.650827955049', 3, 'tr_0 tr_410000 tr_411600 ', 0), -(411626, '淮阳县', 411600, '', 0, 0, 'H', '114.89258615519', '33.737347183458', 3, 'tr_0 tr_410000 tr_411600 ', 0), -(411627, '太康县', 411600, '', 0, 0, 'T', '114.84438389', '34.070038382248', 3, 'tr_0 tr_410000 tr_411600 ', 0), -(411628, '鹿邑县', 411600, '', 0, 0, 'L', '115.4905852586', '33.867173290317', 3, 'tr_0 tr_410000 tr_411600 ', 0), -(411671, '河南周口经济开发区', 411600, '', 0, 0, 'H', '114.70348251482', '33.631828875702', 3, 'tr_0 tr_410000 tr_411600 ', 0), -(411681, '项城市', 411600, '', 0, 0, 'X', '114.88151400079', '33.47300744143', 3, 'tr_0 tr_410000 tr_411600 ', 0), -(411702, '驿城区', 411700, '', 0, 0, 'Y', '114.00038696674', '32.979519871982', 3, 'tr_0 tr_410000 tr_411700 ', 0), -(411721, '西平县', 411700, '', 0, 0, 'X', '114.02747357279', '33.393860997525', 3, 'tr_0 tr_410000 tr_411700 ', 0), -(411722, '上蔡县', 411700, '', 0, 0, 'S', '114.2704868624', '33.268511215884', 3, 'tr_0 tr_410000 tr_411700 ', 0), -(411723, '平舆县', 411700, '', 0, 0, 'P', '114.62542865923', '32.967982400438', 3, 'tr_0 tr_410000 tr_411700 ', 0), -(411724, '正阳县', 411700, '', 0, 0, 'Z', '114.39949655906', '32.611641077273', 3, 'tr_0 tr_410000 tr_411700 ', 0), -(411725, '确山县', 411700, '', 0, 0, 'Q', '114.03249501076', '32.808175692984', 3, 'tr_0 tr_410000 tr_411700 ', 0), -(411726, '泌阳县', 411700, '', 0, 0, 'M', '113.33355798837', '32.729730650435', 3, 'tr_0 tr_410000 tr_411700 ', 0), -(411727, '汝南县', 411700, '', 0, 0, 'R', '114.36940889397', '33.013140881992', 3, 'tr_0 tr_410000 tr_411700 ', 0), -(411728, '遂平县', 411700, '', 0, 0, 'S', '114.0194414639', '33.151971399579', 3, 'tr_0 tr_410000 tr_411700 ', 0), -(411729, '新蔡县', 411700, '', 0, 0, 'X', '114.99246928382', '32.755268867306', 3, 'tr_0 tr_410000 tr_411700 ', 0), -(411771, '河南驻马店经济开发区', 411700, '', 0, 0, 'H', '114.02847078173', '33.017842416744', 3, 'tr_0 tr_410000 tr_411700 ', 0), -(419001, '济源市', 419000, '', 0, 0, 'J', '112.60858070621', '35.072907226847', 3, 'tr_0 tr_410000 tr_419000 ', 0), -(420102, '江岸区', 420100, '', 0, 0, 'J', '114.31657918761', '30.605402797562', 3, 'tr_0 tr_420000 tr_420100 ', 0), -(420103, '江汉区', 420100, '', 0, 0, 'J', '114.27750613182', '30.607282276827', 3, 'tr_0 tr_420000 tr_420100 ', 0), -(420104, '硚口区', 420100, '', 0, 0, 'Q', '114.22146031207', '30.587584340776', 3, 'tr_0 tr_420000 tr_420100 ', 0), -(420105, '汉阳区', 420100, '', 0, 0, 'H', '114.22544555464', '30.560052027443', 3, 'tr_0 tr_420000 tr_420100 ', 0), -(420106, '武昌区', 420100, '', 0, 0, 'W', '114.35362228468', '30.564860292785', 3, 'tr_0 tr_420000 tr_420100 ', 0), -(420107, '青山区', 420100, '', 0, 0, 'Q', '114.39149265697', '30.646593075543', 3, 'tr_0 tr_420000 tr_420100 ', 0), -(420111, '洪山区', 420100, '', 0, 0, 'H', '114.35045554602', '30.506333956808', 3, 'tr_0 tr_420000 tr_420100 ', 0), -(420112, '东西湖区', 420100, '', 0, 0, 'D', '114.14345873786', '30.625919818109', 3, 'tr_0 tr_420000 tr_420100 ', 0), -(420113, '汉南区', 420100, '', 0, 0, 'H', '114.09151485056', '30.314809120145', 3, 'tr_0 tr_420000 tr_420100 ', 0), -(420114, '蔡甸区', 420100, '', 0, 0, 'C', '114.03547963081', '30.588113621855', 3, 'tr_0 tr_420000 tr_420100 ', 0), -(420115, '江夏区', 420100, '', 0, 0, 'J', '114.32855126446', '30.381564218182', 3, 'tr_0 tr_420000 tr_420100 ', 0), -(420116, '黄陂区', 420100, '', 0, 0, 'H', '114.38245399676', '30.887533767835', 3, 'tr_0 tr_420000 tr_420100 ', 0), -(420117, '新洲区', 420100, '', 0, 0, 'X', '114.8075433929', '30.847243870523', 3, 'tr_0 tr_420000 tr_420100 ', 0), -(420202, '黄石港区', 420200, '', 0, 0, 'H', '115.07241748608', '30.229052639992', 3, 'tr_0 tr_420000 tr_420200 ', 0), -(420203, '西塞山区', 420200, '', 0, 0, 'X', '115.11648143744', '30.210695184118', 3, 'tr_0 tr_420000 tr_420200 ', 0), -(420204, '下陆区', 420200, '', 0, 0, 'X', '114.96741590247', '30.180046155273', 3, 'tr_0 tr_420000 tr_420200 ', 0), -(420205, '铁山区', 420200, '', 0, 0, 'T', '114.90757141821', '30.212250832587', 3, 'tr_0 tr_420000 tr_420200 ', 0), -(420222, '阳新县', 420200, '', 0, 0, 'Y', '115.22142677197', '29.836541808086', 3, 'tr_0 tr_420000 tr_420200 ', 0), -(420281, '大冶市', 420200, '', 0, 0, 'D', '114.98643626402', '30.101667800103', 3, 'tr_0 tr_420000 tr_420200 ', 0), -(420302, '茅箭区', 420300, '', 0, 0, 'M', '110.81958031019', '32.597286519104', 3, 'tr_0 tr_420000 tr_420300 ', 0), -(420303, '张湾区', 420300, '', 0, 0, 'Z', '110.77542410285', '32.65839954548', 3, 'tr_0 tr_420000 tr_420300 ', 0), -(420304, '郧阳区', 420300, '', 0, 0, 'Y', '110.81857654362', '32.840592413038', 3, 'tr_0 tr_420000 tr_420300 ', 0), -(420322, '郧西县', 420300, '', 0, 0, 'Y', '110.43247261847', '32.999167007536', 3, 'tr_0 tr_420000 tr_420300 ', 0), -(420323, '竹山县', 420300, '', 0, 0, 'Z', '110.23558156764', '32.230304060376', 3, 'tr_0 tr_420000 tr_420300 ', 0), -(420324, '竹溪县', 420300, '', 0, 0, 'Z', '109.72154249889', '32.324120048853', 3, 'tr_0 tr_420000 tr_420300 ', 0), -(420325, '房县', 420300, '', 0, 0, 'F', '110.74746155911', '32.061684964544', 3, 'tr_0 tr_420000 tr_420300 ', 0), -(420381, '丹江口市', 420300, '', 0, 0, 'D', '111.51953205848', '32.546252688501', 3, 'tr_0 tr_420000 tr_420300 ', 0), -(420502, '西陵区', 420500, '', 0, 0, 'X', '111.29255972053', '30.716749346598', 3, 'tr_0 tr_420000 tr_420500 ', 0), -(420503, '伍家岗区', 420500, '', 0, 0, 'W', '111.36742225597', '30.65073733526', 3, 'tr_0 tr_420000 tr_420500 ', 0), -(420504, '点军区', 420500, '', 0, 0, 'D', '111.27447135095', '30.69932951388', 3, 'tr_0 tr_420000 tr_420500 ', 0), -(420505, '猇亭区', 420500, '', 0, 0, 'X', '111.44157378259', '30.536465982707', 3, 'tr_0 tr_420000 tr_420500 ', 0), -(420506, '夷陵区', 420500, '', 0, 0, 'Y', '111.33252973436', '30.774833327298', 3, 'tr_0 tr_420000 tr_420500 ', 0), -(420525, '远安县', 420500, '', 0, 0, 'Y', '111.64653035927', '31.066627841578', 3, 'tr_0 tr_420000 tr_420500 ', 0), -(420526, '兴山县', 420500, '', 0, 0, 'X', '110.75344607041', '31.354463517716', 3, 'tr_0 tr_420000 tr_420500 ', 0), -(420527, '秭归县', 420500, '', 0, 0, 'Z', '110.98444937468', '30.831931643216', 3, 'tr_0 tr_420000 tr_420500 ', 0), -(420528, '长阳土家族自治县', 420500, '', 0, 0, 'Z', '111.21350712887', '30.478645783056', 3, 'tr_0 tr_420000 tr_420500 ', 0), -(420529, '五峰土家族自治县', 420500, '', 0, 0, 'W', '111.05258063744', '30.171156151026', 3, 'tr_0 tr_420000 tr_420500 ', 0), -(420581, '宜都市', 420500, '', 0, 0, 'Y', '111.45651583712', '30.384404274314', 3, 'tr_0 tr_420000 tr_420500 ', 0), -(420582, '当阳市', 420500, '', 0, 0, 'D', '111.79456850223', '30.826989050281', 3, 'tr_0 tr_420000 tr_420500 ', 0), -(420583, '枝江市', 420500, '', 0, 0, 'Z', '111.76653975337', '30.431730676998', 3, 'tr_0 tr_420000 tr_420500 ', 0), -(420602, '襄城区', 420600, '', 0, 0, 'X', '112.14057206941', '32.016174618141', 3, 'tr_0 tr_420000 tr_420600 ', 0), -(420606, '樊城区', 420600, '', 0, 0, 'F', '112.14259891613', '32.050572374692', 3, 'tr_0 tr_420000 tr_420600 ', 0), -(420607, '襄州区', 420600, '', 0, 0, 'X', '112.21843413678', '32.093375783399', 3, 'tr_0 tr_420000 tr_420600 ', 0), -(420624, '南漳县', 420600, '', 0, 0, 'N', '111.84538618392', '31.781129706779', 3, 'tr_0 tr_420000 tr_420600 ', 0), -(420625, '谷城县', 420600, '', 0, 0, 'G', '111.65957564172', '32.268983068947', 3, 'tr_0 tr_420000 tr_420600 ', 0), -(420626, '保康县', 420600, '', 0, 0, 'B', '111.26744121203', '31.883847150262', 3, 'tr_0 tr_420000 tr_420600 ', 0), -(420682, '老河口市', 420600, '', 0, 0, 'L', '111.68155636908', '32.392459585271', 3, 'tr_0 tr_420000 tr_420600 ', 0), -(420683, '枣阳市', 420600, '', 0, 0, 'Z', '112.77847075951', '32.134729914319', 3, 'tr_0 tr_420000 tr_420600 ', 0), -(420684, '宜城市', 420600, '', 0, 0, 'Y', '112.26461144169', '31.725469730972', 3, 'tr_0 tr_420000 tr_420600 ', 0), -(420702, '梁子湖区', 420700, '', 0, 0, 'L', '114.69150657526', '30.105906774051', 3, 'tr_0 tr_420000 tr_420700 ', 0), -(420703, '华容区', 420700, '', 0, 0, 'H', '114.73642634228', '30.540599527838', 3, 'tr_0 tr_420000 tr_420700 ', 0), -(420704, '鄂城区', 420700, '', 0, 0, 'E', '114.89859968176', '30.406389456292', 3, 'tr_0 tr_420000 tr_420700 ', 0), -(420802, '东宝区', 420800, '', 0, 0, 'D', '112.2083882066', '31.058429271365', 3, 'tr_0 tr_420000 tr_420800 ', 0), -(420804, '掇刀区', 420800, '', 0, 0, 'D', '112.2144276942', '30.979910859804', 3, 'tr_0 tr_420000 tr_420800 ', 0), -(420822, '沙洋县', 420800, '', 0, 0, 'S', '112.59548493899', '30.715314748831', 3, 'tr_0 tr_420000 tr_420800 ', 0), -(420881, '钟祥市', 420800, '', 0, 0, 'Z', '112.59447102156', '31.174029854963', 3, 'tr_0 tr_420000 tr_420800 ', 0), -(420882, '京山市', 420800, '', 0, 0, 'J', '113.12654806496', '31.024330601193', 3, 'tr_0 tr_420000 tr_420800 ', 0), -(420902, '孝南区', 420900, '', 0, 0, 'X', '113.91748989699', '30.922977925049', 3, 'tr_0 tr_420000 tr_420900 ', 0), -(420921, '孝昌县', 420900, '', 0, 0, 'X', '114.00440859068', '31.264540493062', 3, 'tr_0 tr_420000 tr_420900 ', 0), -(420922, '大悟县', 420900, '', 0, 0, 'D', '114.13341253819', '31.567219806641', 3, 'tr_0 tr_420000 tr_420900 ', 0), -(420923, '云梦县', 420900, '', 0, 0, 'Y', '113.75941220183', '31.027218220752', 3, 'tr_0 tr_420000 tr_420900 ', 0), -(420981, '应城市', 420900, '', 0, 0, 'Y', '113.57956739635', '30.933976509913', 3, 'tr_0 tr_420000 tr_420900 ', 0), -(420982, '安陆市', 420900, '', 0, 0, 'A', '113.69558292415', '31.261414994286', 3, 'tr_0 tr_420000 tr_420900 ', 0), -(420984, '汉川市', 420900, '', 0, 0, 'H', '113.8455490104', '30.666913578821', 3, 'tr_0 tr_420000 tr_420900 ', 0), -(421002, '沙市区', 421000, '', 0, 0, 'S', '112.26157741483', '30.316571904872', 3, 'tr_0 tr_420000 tr_421000 ', 0), -(421003, '荆州区', 421000, '', 0, 0, 'J', '112.19641397381', '30.358989490775', 3, 'tr_0 tr_420000 tr_421000 ', 0), -(421022, '公安县', 421000, '', 0, 0, 'G', '112.23650157584', '30.064400686806', 3, 'tr_0 tr_420000 tr_421000 ', 0), -(421023, '监利县', 421000, '', 0, 0, 'J', '112.91142023009', '29.845735162836', 3, 'tr_0 tr_420000 tr_421000 ', 0), -(421024, '江陵县', 421000, '', 0, 0, 'J', '112.43145201728', '30.048042984592', 3, 'tr_0 tr_420000 tr_421000 ', 0), -(421071, '荆州经济技术开发区', 421000, '', 0, 0, 'J', '112.19641397381', '30.358989490775', 3, 'tr_0 tr_420000 tr_421000 ', 0), -(421081, '石首市', 421000, '', 0, 0, 'S', '112.43141984371', '29.727033977407', 3, 'tr_0 tr_420000 tr_421000 ', 0), -(421083, '洪湖市', 421000, '', 0, 0, 'H', '113.48255290196', '29.83277032976', 3, 'tr_0 tr_420000 tr_421000 ', 0), -(421087, '松滋市', 421000, '', 0, 0, 'S', '111.77358031264', '30.175342235143', 3, 'tr_0 tr_420000 tr_421000 ', 0), -(421102, '黄州区', 421100, '', 0, 0, 'H', '114.88653238452', '30.440224145146', 3, 'tr_0 tr_420000 tr_421100 ', 0), -(421121, '团风县', 421100, '', 0, 0, 'T', '114.87852435023', '30.649367767215', 3, 'tr_0 tr_420000 tr_421100 ', 0), -(421122, '红安县', 421100, '', 0, 0, 'H', '114.6244256113', '31.294296714037', 3, 'tr_0 tr_420000 tr_421100 ', 0), -(421123, '罗田县', 421100, '', 0, 0, 'L', '115.4055471675', '30.788910495685', 3, 'tr_0 tr_420000 tr_421100 ', 0), -(421124, '英山县', 421100, '', 0, 0, 'Y', '115.68742160263', '30.741350084085', 3, 'tr_0 tr_420000 tr_421100 ', 0), -(421125, '浠水县', 421100, '', 0, 0, 'X', '115.27156903289', '30.457460842265', 3, 'tr_0 tr_420000 tr_421100 ', 0), -(421126, '蕲春县', 421100, '', 0, 0, 'Q', '115.4423985341', '30.232535499734', 3, 'tr_0 tr_420000 tr_421100 ', 0), -(421127, '黄梅县', 421100, '', 0, 0, 'H', '115.95046198477', '30.076605056821', 3, 'tr_0 tr_420000 tr_421100 ', 0), -(421171, '龙感湖管理区', 421100, '', 0, 0, 'L', '116.01030250647', '29.879697031911', 3, 'tr_0 tr_420000 tr_421100 ', 0), -(421181, '麻城市', 421100, '', 0, 0, 'M', '115.01656174777', '31.176995837411', 3, 'tr_0 tr_420000 tr_421100 ', 0), -(421182, '武穴市', 421100, '', 0, 0, 'W', '115.56739216105', '29.850441430483', 3, 'tr_0 tr_420000 tr_421100 ', 0), -(421202, '咸安区', 421200, '', 0, 0, 'X', '114.30456990606', '29.858153915154', 3, 'tr_0 tr_420000 tr_421200 ', 0), -(421221, '嘉鱼县', 421200, '', 0, 0, 'J', '113.94557046336', '29.976353520898', 3, 'tr_0 tr_420000 tr_421200 ', 0), -(421222, '通城县', 421200, '', 0, 0, 'T', '113.82356790903', '29.250857930222', 3, 'tr_0 tr_420000 tr_421200 ', 0), -(421223, '崇阳县', 421200, '', 0, 0, 'C', '114.04656290943', '29.561333782271', 3, 'tr_0 tr_420000 tr_421200 ', 0), -(421224, '通山县', 421200, '', 0, 0, 'T', '114.48939330027', '29.612634338058', 3, 'tr_0 tr_420000 tr_421200 ', 0), -(421281, '赤壁市', 421200, '', 0, 0, 'C', '113.90643686179', '29.730665997526', 3, 'tr_0 tr_420000 tr_421200 ', 0), -(421303, '曾都区', 421300, '', 0, 0, 'C', '113.3775133346', '31.722122861271', 3, 'tr_0 tr_420000 tr_421300 ', 0), -(421321, '随县', 421300, '', 0, 0, 'S', '113.3064583569', '31.859971678258', 3, 'tr_0 tr_420000 tr_421300 ', 0), -(421381, '广水市', 421300, '', 0, 0, 'G', '113.83259337884', '31.622476038007', 3, 'tr_0 tr_420000 tr_421300 ', 0), -(422801, '恩施市', 422800, '', 0, 0, 'E', '109.48655026901', '30.301037143741', 3, 'tr_0 tr_420000 tr_422800 ', 0), -(422802, '利川市', 422800, '', 0, 0, 'L', '108.94248057756', '30.29720344368', 3, 'tr_0 tr_420000 tr_422800 ', 0), -(422822, '建始县', 422800, '', 0, 0, 'J', '109.72855610899', '30.607907026319', 3, 'tr_0 tr_420000 tr_422800 ', 0), -(422823, '巴东县', 422800, '', 0, 0, 'B', '110.34757529184', '31.04806424896', 3, 'tr_0 tr_420000 tr_422800 ', 0), -(422825, '宣恩县', 422800, '', 0, 0, 'X', '109.49756797283', '29.99260392208', 3, 'tr_0 tr_420000 tr_422800 ', 0), -(422826, '咸丰县', 422800, '', 0, 0, 'X', '109.14660773562', '29.671077652358', 3, 'tr_0 tr_420000 tr_422800 ', 0), -(422827, '来凤县', 422800, '', 0, 0, 'L', '109.41349484153', '29.499443572607', 3, 'tr_0 tr_420000 tr_422800 ', 0), -(422828, '鹤峰县', 422800, '', 0, 0, 'H', '110.04042423301', '29.896116483403', 3, 'tr_0 tr_420000 tr_422800 ', 0), -(429004, '仙桃市', 429000, '', 0, 0, 'X', '113.46159059813', '30.368271921725', 3, 'tr_0 tr_420000 tr_429000 ', 0), -(429005, '潜江市', 429000, '', 0, 0, 'Q', '112.90547409082', '30.408357932419', 3, 'tr_0 tr_420000 tr_429000 ', 0), -(429006, '天门市', 429000, '', 0, 0, 'T', '113.17240916633', '30.669621830099', 3, 'tr_0 tr_420000 tr_429000 ', 0), -(429021, '神农架林区', 429000, '', 0, 0, 'S', '110.6825248504', '31.750496011246', 3, 'tr_0 tr_420000 tr_429000 ', 0), -(371602, '滨城区', 371600, '', 0, 0, 'B', '118.02660385061', '37.436843207744', 3, 'tr_0 tr_370000 tr_371600 ', 0), -(371603, '沾化区', 371600, '', 0, 0, 'Z', '118.10545441336', '37.705298106724', 3, 'tr_0 tr_370000 tr_371600 ', 0), -(371621, '惠民县', 371600, '', 0, 0, 'H', '117.5165096905', '37.49580310894', 3, 'tr_0 tr_370000 tr_371600 ', 0), -(371622, '阳信县', 371600, '', 0, 0, 'Y', '117.58443703791', '37.647338034957', 3, 'tr_0 tr_370000 tr_371600 ', 0), -(371623, '无棣县', 371600, '', 0, 0, 'W', '117.63245748606', '37.777567312086', 3, 'tr_0 tr_370000 tr_371600 ', 0), -(371625, '博兴县', 371600, '', 0, 0, 'B', '118.11749269533', '37.160477277651', 3, 'tr_0 tr_370000 tr_371600 ', 0), -(371681, '邹平市', 371600, '', 0, 0, 'Z', '117.74947848722', '36.870032216697', 3, 'tr_0 tr_370000 tr_371600 ', 0), -(430202, '荷塘区', 430200, '', 0, 0, 'H', '113.18045222007', '27.862155809141', 3, 'tr_0 tr_430000 tr_430200 ', 0), -(430203, '芦淞区', 430200, '', 0, 0, 'L', '113.15841867236', '27.791508825947', 3, 'tr_0 tr_430000 tr_430200 ', 0), -(430204, '石峰区', 430200, '', 0, 0, 'S', '113.12456791567', '27.880705165595', 3, 'tr_0 tr_430000 tr_430200 ', 0), -(430211, '天元区', 430200, '', 0, 0, 'T', '113.08954055842', '27.833083519485', 3, 'tr_0 tr_430000 tr_430200 ', 0), -(430212, '渌口区', 430200, '', 0, 0, 'L', '113.15042671773', '27.704322804857', 3, 'tr_0 tr_430000 tr_430200 ', 0), -(430223, '攸县', 430200, '', 0, 0, 'Y', '113.35157834169', '27.005771565213', 3, 'tr_0 tr_430000 tr_430200 ', 0), -(430224, '茶陵县', 430200, '', 0, 0, 'C', '113.54547165714', '26.78358911036', 3, 'tr_0 tr_430000 tr_430200 ', 0), -(430225, '炎陵县', 430200, '', 0, 0, 'Y', '113.77941879832', '26.496060691599', 3, 'tr_0 tr_430000 tr_430200 ', 0), -(430271, '云龙示范区', 430200, '', 0, 0, 'Y', '113.17446420357', '27.934854931886', 3, 'tr_0 tr_430000 tr_430200 ', 0), -(430281, '醴陵市', 430200, '', 0, 0, 'L', '113.50348315084', '27.652325149951', 3, 'tr_0 tr_430000 tr_430200 ', 0), -(430302, '雨湖区', 430300, '', 0, 0, 'Y', '112.91344959207', '27.862466785111', 3, 'tr_0 tr_430000 tr_430300 ', 0), -(430304, '岳塘区', 430300, '', 0, 0, 'Y', '112.97558942655', '27.877720506364', 3, 'tr_0 tr_430000 tr_430300 ', 0), -(430321, '湘潭县', 430300, '', 0, 0, 'X', '112.95750536884', '27.784982534656', 3, 'tr_0 tr_430000 tr_430300 ', 0), -(430371, '湖南湘潭高新技术产业园区', 430300, '', 0, 0, 'H', '112.95046418076', '27.835702227136', 3, 'tr_0 tr_430000 tr_430300 ', 0), -(430372, '湘潭昭山示范区', 430300, '', 0, 0, 'X', '113.01812844052', '27.97161027839', 3, 'tr_0 tr_430000 tr_430300 ', 0), -(430373, '湘潭九华示范区', 430300, '', 0, 0, 'X', '112.94707945543', '27.916546191684', 3, 'tr_0 tr_430000 tr_430300 ', 0), -(430381, '湘乡市', 430300, '', 0, 0, 'X', '112.54149155341', '27.740190553344', 3, 'tr_0 tr_430000 tr_430300 ', 0), -(430382, '韶山市', 430300, '', 0, 0, 'S', '112.53349932929', '27.921043749631', 3, 'tr_0 tr_430000 tr_430300 ', 0), -(430405, '珠晖区', 430400, '', 0, 0, 'Z', '112.62659414282', '26.900265361946', 3, 'tr_0 tr_430000 tr_430400 ', 0), -(430406, '雁峰区', 430400, '', 0, 0, 'Y', '112.62358823292', '26.89436829036', 3, 'tr_0 tr_430000 tr_430400 ', 0), -(430407, '石鼓区', 430400, '', 0, 0, 'S', '112.60452969339', '26.948961867165', 3, 'tr_0 tr_430000 tr_430400 ', 0), -(430408, '蒸湘区', 430400, '', 0, 0, 'Z', '112.57344401089', '26.917719877877', 3, 'tr_0 tr_430000 tr_430400 ', 0), -(430412, '南岳区', 430400, '', 0, 0, 'N', '112.74557434825', '27.238360474562', 3, 'tr_0 tr_430000 tr_430400 ', 0), -(430421, '衡阳县', 430400, '', 0, 0, 'H', '112.37755268433', '26.975294950861', 3, 'tr_0 tr_430000 tr_430400 ', 0), -(430422, '衡南县', 430400, '', 0, 0, 'H', '112.68440252779', '26.744531956772', 3, 'tr_0 tr_430000 tr_430400 ', 0), -(430423, '衡山县', 430400, '', 0, 0, 'H', '112.87556328771', '27.235996029656', 3, 'tr_0 tr_430000 tr_430400 ', 0), -(430424, '衡东县', 430400, '', 0, 0, 'H', '112.95949529521', '27.087042820265', 3, 'tr_0 tr_430000 tr_430400 ', 0), -(430426, '祁东县', 430400, '', 0, 0, 'Q', '112.09644737847', '26.805995255191', 3, 'tr_0 tr_430000 tr_430400 ', 0), -(430471, '衡阳综合保税区', 430400, '', 0, 0, 'H', '112.57844721326', '26.899576139189', 3, 'tr_0 tr_430000 tr_430400 ', 0), -(430472, '湖南衡阳高新技术产业园区', 430400, '', 0, 0, 'H', '112.57844721326', '26.899576139189', 3, 'tr_0 tr_430000 tr_430400 ', 0), -(430473, '湖南衡阳松木经济开发区', 430400, '', 0, 0, 'H', '112.57844721326', '26.899576139189', 3, 'tr_0 tr_430000 tr_430400 ', 0), -(430481, '耒阳市', 430400, '', 0, 0, 'L', '112.86659721058', '26.428065593928', 3, 'tr_0 tr_430000 tr_430400 ', 0), -(430482, '常宁市', 430400, '', 0, 0, 'C', '112.40556050266', '26.426720432257', 3, 'tr_0 tr_430000 tr_430400 ', 0), -(430502, '双清区', 430500, '', 0, 0, 'S', '111.50344150643', '27.239108783297', 3, 'tr_0 tr_430000 tr_430500 ', 0), -(430503, '大祥区', 430500, '', 0, 0, 'D', '111.44552828921', '27.227013968694', 3, 'tr_0 tr_430000 tr_430500 ', 0), -(430511, '北塔区', 430500, '', 0, 0, 'B', '111.45849694619', '27.251536276174', 3, 'tr_0 tr_430000 tr_430500 ', 0), -(430521, '邵东县', 430500, '', 0, 0, 'S', '111.75049070296', '27.264507471566', 3, 'tr_0 tr_430000 tr_430500 ', 0), -(430522, '新邵县', 430500, '', 0, 0, 'X', '111.46444938799', '27.32713173916', 3, 'tr_0 tr_430000 tr_430500 ', 0), -(430523, '邵阳县', 430500, '', 0, 0, 'S', '111.28050768064', '26.996528332196', 3, 'tr_0 tr_430000 tr_430500 ', 0), -(430524, '隆回县', 430500, '', 0, 0, 'L', '111.03950668528', '27.119946440019', 3, 'tr_0 tr_430000 tr_430500 ', 0), -(430525, '洞口县', 430500, '', 0, 0, 'D', '110.58257909625', '27.065975437799', 3, 'tr_0 tr_430000 tr_430500 ', 0), -(430527, '绥宁县', 430500, '', 0, 0, 'S', '110.16241987038', '26.588422719333', 3, 'tr_0 tr_430000 tr_430500 ', 0), -(430528, '新宁县', 430500, '', 0, 0, 'X', '110.86349072744', '26.439723697954', 3, 'tr_0 tr_430000 tr_430500 ', 0), -(430529, '城步苗族自治县', 430500, '', 0, 0, 'C', '110.32853713032', '26.396203220078', 3, 'tr_0 tr_430000 tr_430500 ', 0), -(430581, '武冈市', 430500, '', 0, 0, 'W', '110.63840761588', '26.732898572992', 3, 'tr_0 tr_430000 tr_430500 ', 0), -(430602, '岳阳楼区', 430600, '', 0, 0, 'Y', '113.13648070435', '29.377995036881', 3, 'tr_0 tr_430000 tr_430600 ', 0), -(430603, '云溪区', 430600, '', 0, 0, 'Y', '113.27840659691', '29.479907141133', 3, 'tr_0 tr_430000 tr_430600 ', 0), -(430611, '君山区', 430600, '', 0, 0, 'J', '113.0125171491', '29.467129185832', 3, 'tr_0 tr_430000 tr_430600 ', 0), -(430621, '岳阳县', 430600, '', 0, 0, 'Y', '113.1225444825', '29.150269316045', 3, 'tr_0 tr_430000 tr_430600 ', 0), -(430623, '华容县', 430600, '', 0, 0, 'H', '112.54746151216', '29.536286434382', 3, 'tr_0 tr_430000 tr_430600 ', 0), -(430624, '湘阴县', 430600, '', 0, 0, 'X', '112.88952187736', '28.676676377581', 3, 'tr_0 tr_430000 tr_430600 ', 0), -(430626, '平江县', 430600, '', 0, 0, 'P', '113.58760362284', '28.707564248115', 3, 'tr_0 tr_430000 tr_430600 ', 0), -(430671, '岳阳市屈原管理区', 430600, '', 0, 0, 'Y', '112.92259003029', '28.866288191728', 3, 'tr_0 tr_430000 tr_430600 ', 0), -(430681, '汨罗市', 430600, '', 0, 0, 'M', '113.07349286947', '28.812454694812', 3, 'tr_0 tr_430000 tr_430600 ', 0), -(430682, '临湘市', 430600, '', 0, 0, 'L', '113.45656151', '29.482801373395', 3, 'tr_0 tr_430000 tr_430600 ', 0), -(430702, '武陵区', 430700, '', 0, 0, 'W', '111.68954489616', '29.060783476578', 3, 'tr_0 tr_430000 tr_430700 ', 0), -(430703, '鼎城区', 430700, '', 0, 0, 'D', '111.68752209182', '29.024443397066', 3, 'tr_0 tr_430000 tr_430700 ', 0), -(430721, '安乡县', 430700, '', 0, 0, 'A', '112.1775061558', '29.41732043222', 3, 'tr_0 tr_430000 tr_430700 ', 0), -(430722, '汉寿县', 430700, '', 0, 0, 'H', '111.97641193356', '28.912287603085', 3, 'tr_0 tr_430000 tr_430700 ', 0), -(430723, '澧县', 430700, '', 0, 0, 'L', '111.76553354736', '29.638946004609', 3, 'tr_0 tr_430000 tr_430700 ', 0), -(430724, '临澧县', 430700, '', 0, 0, 'L', '111.65358500797', '29.446543990119', 3, 'tr_0 tr_430000 tr_430700 ', 0), -(430725, '桃源县', 430700, '', 0, 0, 'T', '111.49540733145', '28.908694006999', 3, 'tr_0 tr_430000 tr_430700 ', 0), -(430726, '石门县', 430700, '', 0, 0, 'S', '111.38645140702', '29.59036596665', 3, 'tr_0 tr_430000 tr_430700 ', 0), -(430771, '常德市西洞庭管理区', 430700, '', 0, 0, 'C', '112.0093067782', '29.197804478833', 3, 'tr_0 tr_430000 tr_430700 ', 0), -(430781, '津市市', 430700, '', 0, 0, 'J', '111.88451734602', '29.611258543007', 3, 'tr_0 tr_430000 tr_430700 ', 0), -(430802, '永定区', 430800, '', 0, 0, 'Y', '110.54443192397', '29.126190558381', 3, 'tr_0 tr_430000 tr_430800 ', 0), -(430811, '武陵源区', 430800, '', 0, 0, 'W', '110.5574989454', '29.351681136671', 3, 'tr_0 tr_430000 tr_430800 ', 0), -(430821, '慈利县', 430800, '', 0, 0, 'C', '111.14547125235', '29.435986725969', 3, 'tr_0 tr_430000 tr_430800 ', 0), -(430822, '桑植县', 430800, '', 0, 0, 'S', '110.17041335213', '29.405923219415', 3, 'tr_0 tr_430000 tr_430800 ', 0), -(430902, '资阳区', 430900, '', 0, 0, 'Z', '112.33043548238', '28.597234549737', 3, 'tr_0 tr_430000 tr_430900 ', 0), -(430903, '赫山区', 430900, '', 0, 0, 'H', '112.38059794001', '28.584983567573', 3, 'tr_0 tr_430000 tr_430900 ', 0), -(430921, '南县', 430900, '', 0, 0, 'N', '112.40254156734', '29.367069853363', 3, 'tr_0 tr_430000 tr_430900 ', 0), -(430922, '桃江县', 430900, '', 0, 0, 'T', '112.16254146398', '28.523870869898', 3, 'tr_0 tr_430000 tr_430900 ', 0), -(430923, '安化县', 430900, '', 0, 0, 'A', '111.21949270432', '28.380053748765', 3, 'tr_0 tr_430000 tr_430900 ', 0), -(430971, '益阳市大通湖管理区', 430900, '', 0, 0, 'Y', '112.65023278281', '29.193681230112', 3, 'tr_0 tr_430000 tr_430900 ', 0), -(430972, '湖南益阳高新技术产业园区', 430900, '', 0, 0, 'H', '112.3715604476', '28.816150235875', 3, 'tr_0 tr_430000 tr_430900 ', 0), -(430981, '沅江市', 430900, '', 0, 0, 'Y', '112.36053222035', '28.850233588583', 3, 'tr_0 tr_430000 tr_430900 ', 0), -(431002, '北湖区', 431000, '', 0, 0, 'B', '113.01748199382', '25.79081459434', 3, 'tr_0 tr_430000 tr_431000 ', 0), -(431003, '苏仙区', 431000, '', 0, 0, 'S', '113.04842340846', '25.806737374104', 3, 'tr_0 tr_430000 tr_431000 ', 0), -(431021, '桂阳县', 431000, '', 0, 0, 'G', '112.74056036622', '25.759775327893', 3, 'tr_0 tr_430000 tr_431000 ', 0), -(431022, '宜章县', 431000, '', 0, 0, 'Y', '112.95547924076', '25.405713969356', 3, 'tr_0 tr_430000 tr_431000 ', 0), -(431023, '永兴县', 431000, '', 0, 0, 'Y', '113.12253316386', '26.132968478533', 3, 'tr_0 tr_430000 tr_431000 ', 0), -(431024, '嘉禾县', 431000, '', 0, 0, 'J', '112.37558377831', '25.593421718268', 3, 'tr_0 tr_430000 tr_431000 ', 0), -(431025, '临武县', 431000, '', 0, 0, 'L', '112.57041115183', '25.282527010969', 3, 'tr_0 tr_430000 tr_431000 ', 0), -(431026, '汝城县', 431000, '', 0, 0, 'R', '113.69154466692', '25.556056733978', 3, 'tr_0 tr_430000 tr_431000 ', 0), -(431027, '桂东县', 431000, '', 0, 0, 'G', '113.9515936018', '26.083173927327', 3, 'tr_0 tr_430000 tr_431000 ', 0), -(431028, '安仁县', 431000, '', 0, 0, 'A', '113.27542359381', '26.715682788508', 3, 'tr_0 tr_430000 tr_431000 ', 0), -(431081, '资兴市', 431000, '', 0, 0, 'Z', '113.24255612233', '25.981873602722', 3, 'tr_0 tr_430000 tr_431000 ', 0), -(431102, '零陵区', 431100, '', 0, 0, 'L', '111.63750237493', '26.227682089779', 3, 'tr_0 tr_430000 tr_431100 ', 0), -(431103, '冷水滩区', 431100, '', 0, 0, 'L', '111.59842608526', '26.467705510832', 3, 'tr_0 tr_430000 tr_431100 ', 0), -(431121, '祁阳县', 431100, '', 0, 0, 'Q', '111.84742029288', '26.586434994948', 3, 'tr_0 tr_430000 tr_431100 ', 0), -(431122, '东安县', 431100, '', 0, 0, 'D', '111.32354235354', '26.398288039365', 3, 'tr_0 tr_430000 tr_431100 ', 0), -(431123, '双牌县', 431100, '', 0, 0, 'S', '111.6675938129', '25.967169239803', 3, 'tr_0 tr_430000 tr_431100 ', 0), -(431124, '道县', 431100, '', 0, 0, 'D', '111.60740437934', '25.53252996283', 3, 'tr_0 tr_430000 tr_431100 ', 0), -(431125, '江永县', 431100, '', 0, 0, 'J', '111.35043663236', '25.279720667918', 3, 'tr_0 tr_430000 tr_431100 ', 0), -(431126, '宁远县', 431100, '', 0, 0, 'N', '111.95245340697', '25.57705193746', 3, 'tr_0 tr_430000 tr_431100 ', 0), -(431127, '蓝山县', 431100, '', 0, 0, 'L', '112.20343493586', '25.37593472464', 3, 'tr_0 tr_430000 tr_431100 ', 0), -(431128, '新田县', 431100, '', 0, 0, 'X', '112.21040920018', '25.909825802754', 3, 'tr_0 tr_430000 tr_431100 ', 0), -(431129, '江华瑶族自治县', 431100, '', 0, 0, 'J', '111.58545203845', '25.191348924015', 3, 'tr_0 tr_430000 tr_431100 ', 0), -(431171, '永州经济技术开发区', 431100, '', 0, 0, 'Y', '111.61945505792', '26.4258641179', 3, 'tr_0 tr_430000 tr_431100 ', 0), -(431172, '永州市金洞管理区', 431100, '', 0, 0, 'Y', '112.09909809837', '26.297256941493', 3, 'tr_0 tr_430000 tr_431100 ', 0), -(431173, '永州市回龙圩管理区', 431100, '', 0, 0, 'Y', '111.35307783022', '25.173038319623', 3, 'tr_0 tr_430000 tr_431100 ', 0), -(431202, '鹤城区', 431200, '', 0, 0, 'H', '110.04639994092', '27.585225763164', 3, 'tr_0 tr_430000 tr_431200 ', 0), -(431221, '中方县', 431200, '', 0, 0, 'Z', '109.95146189432', '27.44608117406', 3, 'tr_0 tr_430000 tr_431200 ', 0), -(431222, '沅陵县', 431200, '', 0, 0, 'Y', '110.40043076602', '28.459018102626', 3, 'tr_0 tr_430000 tr_431200 ', 0), -(431223, '辰溪县', 431200, '', 0, 0, 'C', '110.19048661755', '28.012605313813', 3, 'tr_0 tr_430000 tr_431200 ', 0), -(431224, '溆浦县', 431200, '', 0, 0, 'X', '110.60155112895', '27.913963373886', 3, 'tr_0 tr_430000 tr_431200 ', 0), -(431225, '会同县', 431200, '', 0, 0, 'H', '109.74158556792', '26.893383817274', 3, 'tr_0 tr_430000 tr_431200 ', 0), -(431226, '麻阳苗族自治县', 431200, '', 0, 0, 'M', '109.80943628984', '27.87193016295', 3, 'tr_0 tr_430000 tr_431200 ', 0), -(431227, '新晃侗族自治县', 431200, '', 0, 0, 'X', '109.18147151144', '27.358782968573', 3, 'tr_0 tr_430000 tr_431200 ', 0), -(431228, '芷江侗族自治县', 431200, '', 0, 0, 'Z', '109.6914022696', '27.449513277765', 3, 'tr_0 tr_430000 tr_431200 ', 0), -(431229, '靖州苗族侗族自治县', 431200, '', 0, 0, 'J', '109.70245160703', '26.581321351066', 3, 'tr_0 tr_430000 tr_431200 ', 0), -(431230, '通道侗族自治县', 431200, '', 0, 0, 'T', '109.79044548256', '26.164219864712', 3, 'tr_0 tr_430000 tr_431200 ', 0), -(431271, '怀化市洪江管理区', 431200, '', 0, 0, 'H', '109.8435098263', '27.215077093932', 3, 'tr_0 tr_430000 tr_431200 ', 0), -(431281, '洪江市', 431200, '', 0, 0, 'H', '109.8435098263', '27.215077093932', 3, 'tr_0 tr_430000 tr_431200 ', 0), -(431302, '娄星区', 431300, '', 0, 0, 'L', '112.00855842504', '27.735604842109', 3, 'tr_0 tr_430000 tr_431300 ', 0), -(431321, '双峰县', 431300, '', 0, 0, 'S', '112.18146049666', '27.462982658573', 3, 'tr_0 tr_430000 tr_431300 ', 0), -(431322, '新化县', 431300, '', 0, 0, 'X', '111.334515335', '27.732666751066', 3, 'tr_0 tr_430000 tr_431300 ', 0), -(431381, '冷水江市', 431300, '', 0, 0, 'L', '111.44153972291', '27.692058848958', 3, 'tr_0 tr_430000 tr_431300 ', 0), -(431382, '涟源市', 431300, '', 0, 0, 'L', '111.67056199396', '27.698167532255', 3, 'tr_0 tr_430000 tr_431300 ', 0), -(433101, '吉首市', 433100, '', 0, 0, 'J', '109.70444880967', '28.267493127593', 3, 'tr_0 tr_430000 tr_433100 ', 0), -(433122, '泸溪县', 433100, '', 0, 0, 'L', '110.22659921769', '28.221873097569', 3, 'tr_0 tr_430000 tr_433100 ', 0), -(433123, '凤凰县', 433100, '', 0, 0, 'F', '109.6055266883', '27.953847809726', 3, 'tr_0 tr_430000 tr_433100 ', 0), -(433124, '花垣县', 433100, '', 0, 0, 'H', '109.48856183128', '28.577909934397', 3, 'tr_0 tr_430000 tr_433100 ', 0), -(433125, '保靖县', 433100, '', 0, 0, 'B', '109.66647357306', '28.705968872486', 3, 'tr_0 tr_430000 tr_433100 ', 0), -(433126, '古丈县', 433100, '', 0, 0, 'G', '109.95750740057', '28.623083527843', 3, 'tr_0 tr_430000 tr_433100 ', 0), -(433127, '永顺县', 433100, '', 0, 0, 'Y', '109.86358578665', '28.985774485682', 3, 'tr_0 tr_430000 tr_433100 ', 0), -(433130, '龙山县', 433100, '', 0, 0, 'L', '109.45041573696', '29.464121765857', 3, 'tr_0 tr_430000 tr_433100 ', 0), -(433172, '湖南吉首经济开发区', 433100, '', 0, 0, 'H', '109.70444880967', '28.267493127593', 3, 'tr_0 tr_430000 tr_433100 ', 0), -(433173, '湖南永顺经济开发区', 433100, '', 0, 0, 'H', '109.86358578665', '28.985774485682', 3, 'tr_0 tr_430000 tr_433100 ', 0), -(440103, '荔湾区', 440100, '', 0, 0, 'L', '113.25050226337', '23.131791134975', 3, 'tr_0 tr_440000 tr_440100 ', 0), -(440104, '越秀区', 440100, '', 0, 0, 'Y', '113.273426481', '23.135260120148', 3, 'tr_0 tr_440000 tr_440100 ', 0), -(440105, '海珠区', 440100, '', 0, 0, 'H', '113.32353998097', '23.088981296648', 3, 'tr_0 tr_440000 tr_440100 ', 0), -(440106, '天河区', 440100, '', 0, 0, 'T', '113.36850942428', '23.130357835105', 3, 'tr_0 tr_440000 tr_440100 ', 0), -(440111, '白云区', 440100, '', 0, 0, 'B', '113.27943309062', '23.164316834456', 3, 'tr_0 tr_440000 tr_440100 ', 0), -(440112, '黄埔区', 440100, '', 0, 0, 'H', '113.48707083969', '23.187491541425', 3, 'tr_0 tr_440000 tr_440100 ', 0), -(440113, '番禺区', 440100, '', 0, 0, 'F', '113.39046958043', '22.943830731518', 3, 'tr_0 tr_440000 tr_440100 ', 0), -(440114, '花都区', 440100, '', 0, 0, 'H', '113.22657580629', '23.411161504876', 3, 'tr_0 tr_440000 tr_440100 ', 0), -(440115, '南沙区', 440100, '', 0, 0, 'N', '113.53143554372', '22.807929296528', 3, 'tr_0 tr_440000 tr_440100 ', 0), -(440117, '从化区', 440100, '', 0, 0, 'C', '113.59358543922', '23.553985922578', 3, 'tr_0 tr_440000 tr_440100 ', 0), -(440118, '增城区', 440100, '', 0, 0, 'Z', '113.8175456689', '23.266592400631', 3, 'tr_0 tr_440000 tr_440100 ', 0), -(440203, '武江区', 440200, '', 0, 0, 'W', '113.59455578884', '24.798486030733', 3, 'tr_0 tr_440000 tr_440200 ', 0), -(440204, '浈江区', 440200, '', 0, 0, 'Z', '113.61747740137', '24.810413749784', 3, 'tr_0 tr_440000 tr_440200 ', 0), -(440205, '曲江区', 440200, '', 0, 0, 'Q', '113.61150106465', '24.68840784638', 3, 'tr_0 tr_440000 tr_440200 ', 0), -(440222, '始兴县', 440200, '', 0, 0, 'S', '114.06856735205', '24.958558154346', 3, 'tr_0 tr_440000 tr_440200 ', 0), -(440224, '仁化县', 440200, '', 0, 0, 'R', '113.75544293443', '25.092287524428', 3, 'tr_0 tr_440000 tr_440200 ', 0), -(440229, '翁源县', 440200, '', 0, 0, 'W', '114.13642723669', '24.356594490867', 3, 'tr_0 tr_440000 tr_440200 ', 0), -(440232, '乳源瑶族自治县', 440200, '', 0, 0, 'R', '113.28243136492', '24.782333322942', 3, 'tr_0 tr_440000 tr_440200 ', 0), -(440233, '新丰县', 440200, '', 0, 0, 'X', '114.21351173078', '24.065546505164', 3, 'tr_0 tr_440000 tr_440200 ', 0), -(440281, '乐昌市', 440200, '', 0, 0, 'L', '113.3545786821', '25.135591561195', 3, 'tr_0 tr_440000 tr_440200 ', 0), -(440282, '南雄市', 440200, '', 0, 0, 'N', '114.31857889065', '25.123526537362', 3, 'tr_0 tr_440000 tr_440200 ', 0); -INSERT INTO `hg_sys_provinces` (`id`, `title`, `pid`, `short_title`, `areacode`, `zipcode`, `pinyin`, `lng`, `lat`, `level`, `tree`, `sort`) VALUES -(440303, '罗湖区', 440300, '', 0, 0, 'L', '114.13743190157', '22.554484875856', 3, 'tr_0 tr_440000 tr_440300 ', 0), -(440304, '福田区', 440300, '', 0, 0, 'F', '114.06154700466', '22.528465912072', 3, 'tr_0 tr_440000 tr_440300 ', 0), -(440305, '南山区', 440300, '', 0, 0, 'N', '113.93653916925', '22.538500195784', 3, 'tr_0 tr_440000 tr_440300 ', 0), -(440306, '宝安区', 440300, '', 0, 0, 'B', '113.89042744066', '22.560032908925', 3, 'tr_0 tr_440000 tr_440300 ', 0), -(440307, '龙岗区', 440300, '', 0, 0, 'L', '114.25445487896', '22.726016550781', 3, 'tr_0 tr_440000 tr_440300 ', 0), -(440308, '盐田区', 440300, '', 0, 0, 'Y', '114.2434301551', '22.563437914836', 3, 'tr_0 tr_440000 tr_440300 ', 0), -(440309, '龙华区', 440300, '', 0, 0, 'L', '114.04852876121', '22.757596649222', 3, 'tr_0 tr_440000 tr_440300 ', 0), -(440310, '坪山区', 440300, '', 0, 0, 'P', '114.35047403625', '22.716233464749', 3, 'tr_0 tr_440000 tr_440300 ', 0), -(440311, '光明区', 440300, '', 0, 0, 'G', '113.94256006193', '22.754465883635', 3, 'tr_0 tr_440000 tr_440300 ', 0), -(440402, '香洲区', 440400, '', 0, 0, 'X', '113.55047243408', '22.273003861799', 3, 'tr_0 tr_440000 tr_440400 ', 0), -(440403, '斗门区', 440400, '', 0, 0, 'D', '113.30346725453', '22.215515662229', 3, 'tr_0 tr_440000 tr_440400 ', 0), -(440404, '金湾区', 440400, '', 0, 0, 'J', '113.36951705357', '22.152576780675', 3, 'tr_0 tr_440000 tr_440400 ', 0), -(440507, '龙湖区', 440500, '', 0, 0, 'L', '116.72352464693', '23.377775780628', 3, 'tr_0 tr_440000 tr_440500 ', 0), -(440511, '金平区', 440500, '', 0, 0, 'J', '116.70955006744', '23.371750385773', 3, 'tr_0 tr_440000 tr_440500 ', 0), -(440512, '濠江区', 440500, '', 0, 0, 'H', '116.73351658895', '23.291546359757', 3, 'tr_0 tr_440000 tr_440500 ', 0), -(440513, '潮阳区', 440500, '', 0, 0, 'C', '116.6085145027', '23.270854956943', 3, 'tr_0 tr_440000 tr_440500 ', 0), -(440514, '潮南区', 440500, '', 0, 0, 'C', '116.43949131427', '23.256341432673', 3, 'tr_0 tr_440000 tr_440500 ', 0), -(440515, '澄海区', 440500, '', 0, 0, 'C', '116.76242504839', '23.472341401523', 3, 'tr_0 tr_440000 tr_440500 ', 0), -(440523, '南澳县', 440500, '', 0, 0, 'N', '117.03049603113', '23.427812045946', 3, 'tr_0 tr_440000 tr_440500 ', 0), -(440604, '禅城区', 440600, '', 0, 0, 'C', '113.12950518241', '23.015374368816', 3, 'tr_0 tr_440000 tr_440600 ', 0), -(440605, '南海区', 440600, '', 0, 0, 'N', '113.14944567828', '23.035011446003', 3, 'tr_0 tr_440000 tr_440600 ', 0), -(440606, '顺德区', 440600, '', 0, 0, 'S', '113.30045343954', '22.810453426795', 3, 'tr_0 tr_440000 tr_440600 ', 0), -(440607, '三水区', 440600, '', 0, 0, 'S', '112.90347085515', '23.161920493984', 3, 'tr_0 tr_440000 tr_440600 ', 0), -(440608, '高明区', 440600, '', 0, 0, 'G', '112.89947240749', '22.90634960163', 3, 'tr_0 tr_440000 tr_440600 ', 0), -(440703, '蓬江区', 440700, '', 0, 0, 'P', '113.08454642894', '22.601065786023', 3, 'tr_0 tr_440000 tr_440700 ', 0), -(440704, '江海区', 440700, '', 0, 0, 'J', '113.11755718015', '22.566115451824', 3, 'tr_0 tr_440000 tr_440700 ', 0), -(440705, '新会区', 440700, '', 0, 0, 'X', '113.03845482239', '22.46511306052', 3, 'tr_0 tr_440000 tr_440700 ', 0), -(440781, '台山市', 440700, '', 0, 0, 'T', '112.80044482505', '22.257923470251', 3, 'tr_0 tr_440000 tr_440700 ', 0), -(440783, '开平市', 440700, '', 0, 0, 'K', '112.70446429491', '22.382499490201', 3, 'tr_0 tr_440000 tr_440700 ', 0), -(440784, '鹤山市', 440700, '', 0, 0, 'H', '112.97052666653', '22.771169431377', 3, 'tr_0 tr_440000 tr_440700 ', 0), -(440785, '恩平市', 440700, '', 0, 0, 'E', '112.31143757848', '22.189035201534', 3, 'tr_0 tr_440000 tr_440700 ', 0), -(440802, '赤坎区', 440800, '', 0, 0, 'C', '110.37253254096', '21.272134812703', 3, 'tr_0 tr_440000 tr_440800 ', 0), -(440803, '霞山区', 440800, '', 0, 0, 'X', '110.40442535096', '21.198227185303', 3, 'tr_0 tr_440000 tr_440800 ', 0), -(440804, '坡头区', 440800, '', 0, 0, 'P', '110.46256709711', '21.250376738599', 3, 'tr_0 tr_440000 tr_440800 ', 0), -(440811, '麻章区', 440800, '', 0, 0, 'M', '110.34057918516', '21.269188766567', 3, 'tr_0 tr_440000 tr_440800 ', 0), -(440823, '遂溪县', 440800, '', 0, 0, 'S', '110.25651530642', '21.383102962029', 3, 'tr_0 tr_440000 tr_440800 ', 0), -(440825, '徐闻县', 440800, '', 0, 0, 'X', '110.18247274427', '20.331723686702', 3, 'tr_0 tr_440000 tr_440800 ', 0), -(440881, '廉江市', 440800, '', 0, 0, 'L', '110.29244770646', '21.615816495305', 3, 'tr_0 tr_440000 tr_440800 ', 0), -(440882, '雷州市', 440800, '', 0, 0, 'L', '110.10258050648', '20.919880592716', 3, 'tr_0 tr_440000 tr_440800 ', 0), -(440883, '吴川市', 440800, '', 0, 0, 'W', '110.78645034015', '21.447262768557', 3, 'tr_0 tr_440000 tr_440800 ', 0), -(440902, '茂南区', 440900, '', 0, 0, 'M', '110.92554576188', '21.647152082304', 3, 'tr_0 tr_440000 tr_440900 ', 0), -(440904, '电白区', 440900, '', 0, 0, 'D', '111.02047123221', '21.520351188198', 3, 'tr_0 tr_440000 tr_440900 ', 0), -(440981, '高州市', 440900, '', 0, 0, 'G', '110.85947386452', '21.924048896771', 3, 'tr_0 tr_440000 tr_440900 ', 0), -(440982, '化州市', 440900, '', 0, 0, 'H', '110.6464310112', '21.67023109387', 3, 'tr_0 tr_440000 tr_440900 ', 0), -(440983, '信宜市', 440900, '', 0, 0, 'X', '110.95358169717', '22.36009314173', 3, 'tr_0 tr_440000 tr_440900 ', 0), -(441202, '端州区', 441200, '', 0, 0, 'D', '112.49156022979', '23.057563726176', 3, 'tr_0 tr_440000 tr_441200 ', 0), -(441203, '鼎湖区', 441200, '', 0, 0, 'D', '112.57443448255', '23.164308112716', 3, 'tr_0 tr_440000 tr_441200 ', 0), -(441204, '高要区', 441200, '', 0, 0, 'G', '112.46444604577', '23.031895546866', 3, 'tr_0 tr_440000 tr_441200 ', 0), -(441223, '广宁县', 441200, '', 0, 0, 'G', '112.44742387501', '23.641035726333', 3, 'tr_0 tr_440000 tr_441200 ', 0), -(441224, '怀集县', 441200, '', 0, 0, 'H', '112.19146878783', '23.917842129185', 3, 'tr_0 tr_440000 tr_441200 ', 0), -(441225, '封开县', 441200, '', 0, 0, 'F', '111.51852585255', '23.429768921261', 3, 'tr_0 tr_440000 tr_441200 ', 0), -(441226, '德庆县', 441200, '', 0, 0, 'D', '111.79155377493', '23.15137330611', 3, 'tr_0 tr_440000 tr_441200 ', 0), -(441284, '四会市', 441200, '', 0, 0, 'S', '112.7405791408', '23.332381005175', 3, 'tr_0 tr_440000 tr_441200 ', 0), -(441302, '惠城区', 441300, '', 0, 0, 'H', '114.38949004962', '23.089725972544', 3, 'tr_0 tr_440000 tr_441300 ', 0), -(441303, '惠阳区', 441300, '', 0, 0, 'H', '114.46346443037', '22.794720878571', 3, 'tr_0 tr_440000 tr_441300 ', 0), -(441322, '博罗县', 441300, '', 0, 0, 'B', '114.29657265143', '23.178805592433', 3, 'tr_0 tr_440000 tr_441300 ', 0), -(441323, '惠东县', 441300, '', 0, 0, 'H', '114.72642585138', '22.991443112002', 3, 'tr_0 tr_440000 tr_441300 ', 0), -(441324, '龙门县', 441300, '', 0, 0, 'L', '114.26143022124', '23.733838340062', 3, 'tr_0 tr_440000 tr_441300 ', 0), -(441402, '梅江区', 441400, '', 0, 0, 'M', '116.12353597667', '24.315878769038', 3, 'tr_0 tr_440000 tr_441400 ', 0), -(441403, '梅县区', 441400, '', 0, 0, 'M', '116.08856170928', '24.270999314695', 3, 'tr_0 tr_440000 tr_441400 ', 0), -(441422, '大埔县', 441400, '', 0, 0, 'D', '116.70155892129', '24.353459468582', 3, 'tr_0 tr_440000 tr_441400 ', 0), -(441423, '丰顺县', 441400, '', 0, 0, 'F', '116.18845382094', '23.745738303255', 3, 'tr_0 tr_440000 tr_441400 ', 0), -(441424, '五华县', 441400, '', 0, 0, 'W', '115.78248548653', '23.938408899571', 3, 'tr_0 tr_440000 tr_441400 ', 0), -(441426, '平远县', 441400, '', 0, 0, 'P', '115.89747694601', '24.572414126137', 3, 'tr_0 tr_440000 tr_441400 ', 0), -(441427, '蕉岭县', 441400, '', 0, 0, 'J', '116.17743924793', '24.664992548662', 3, 'tr_0 tr_440000 tr_441400 ', 0), -(441481, '兴宁市', 441400, '', 0, 0, 'X', '115.73757946359', '24.142293779322', 3, 'tr_0 tr_440000 tr_441400 ', 0), -(441502, '城区', 441500, '', 0, 0, 'C', '115.37153074806', '22.784551839489', 3, 'tr_0 tr_440000 tr_441500 ', 0), -(441521, '海丰县', 441500, '', 0, 0, 'H', '115.32944477561', '22.972744260966', 3, 'tr_0 tr_440000 tr_441500 ', 0), -(441523, '陆河县', 441500, '', 0, 0, 'L', '115.66648271471', '23.30767707649', 3, 'tr_0 tr_440000 tr_441500 ', 0), -(441581, '陆丰市', 441500, '', 0, 0, 'L', '115.78802975191', '22.967876723873', 3, 'tr_0 tr_440000 tr_441500 ', 0), -(441602, '源城区', 441600, '', 0, 0, 'Y', '114.70843899033', '23.740298338347', 3, 'tr_0 tr_440000 tr_441600 ', 0), -(441621, '紫金县', 441600, '', 0, 0, 'Z', '115.19044771834', '23.641430253189', 3, 'tr_0 tr_440000 tr_441600 ', 0), -(441622, '龙川县', 441600, '', 0, 0, 'L', '115.26655548485', '24.105850721955', 3, 'tr_0 tr_440000 tr_441600 ', 0), -(441623, '连平县', 441600, '', 0, 0, 'L', '114.49544419635', '24.375808067414', 3, 'tr_0 tr_440000 tr_441600 ', 0), -(441624, '和平县', 441600, '', 0, 0, 'H', '114.9454488143', '24.448252767689', 3, 'tr_0 tr_440000 tr_441600 ', 0), -(441625, '东源县', 441600, '', 0, 0, 'D', '114.7535083252', '23.794257873114', 3, 'tr_0 tr_440000 tr_441600 ', 0), -(441702, '江城区', 441700, '', 0, 0, 'J', '111.96145451801', '21.868127886755', 3, 'tr_0 tr_440000 tr_441700 ', 0), -(441704, '阳东区', 441700, '', 0, 0, 'Y', '112.01857947215', '21.873996844319', 3, 'tr_0 tr_440000 tr_441700 ', 0), -(441721, '阳西县', 441700, '', 0, 0, 'Y', '111.62448107725', '21.758700627505', 3, 'tr_0 tr_440000 tr_441700 ', 0), -(441781, '阳春市', 441700, '', 0, 0, 'Y', '111.7975361303', '22.17601480732', 3, 'tr_0 tr_440000 tr_441700 ', 0), -(441802, '清城区', 441800, '', 0, 0, 'Q', '113.06947663537', '23.704022037925', 3, 'tr_0 tr_440000 tr_441800 ', 0), -(441803, '清新区', 441800, '', 0, 0, 'Q', '112.99155779512', '23.754270337093', 3, 'tr_0 tr_440000 tr_441800 ', 0), -(441821, '佛冈县', 441800, '', 0, 0, 'F', '113.53844124873', '23.885475421111', 3, 'tr_0 tr_440000 tr_441800 ', 0), -(441823, '阳山县', 441800, '', 0, 0, 'Y', '112.64751954085', '24.47094363588', 3, 'tr_0 tr_440000 tr_441800 ', 0), -(441825, '连山壮族瑶族自治县', 441800, '', 0, 0, 'L', '112.10042570409', '24.576845604093', 3, 'tr_0 tr_440000 tr_441800 ', 0), -(441826, '连南瑶族自治县', 441800, '', 0, 0, 'L', '112.29351728187', '24.73154858148', 3, 'tr_0 tr_440000 tr_441800 ', 0), -(441881, '英德市', 441800, '', 0, 0, 'Y', '113.42144297474', '24.191939355217', 3, 'tr_0 tr_440000 tr_441800 ', 0), -(441882, '连州市', 441800, '', 0, 0, 'L', '112.38357258887', '24.786466855047', 3, 'tr_0 tr_440000 tr_441800 ', 0), -(441900003, '东城街道办事处', 441900, '', 0, 0, 'D', '113.78961542643', '23.033927867022', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900004, '南城街道办事处', 441900, '', 0, 0, 'N', '113.74972154669', '23.02491560037', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900005, '万江街道办事处', 441900, '', 0, 0, 'W', '113.70128466119', '23.044382337638', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900006, '莞城街道办事处', 441900, '', 0, 0, 'G', '113.7555643548', '23.04532373021', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900101, '石碣镇', 441900, '', 0, 0, 'S', '113.81395530616', '23.105172244651', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900102, '石龙镇', 441900, '', 0, 0, 'S', '113.84749077289', '23.115219876975', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900103, '茶山镇', 441900, '', 0, 0, 'C', '113.89350241139', '23.069002516534', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900104, '石排镇', 441900, '', 0, 0, 'S', '113.96394649371', '23.088334509001', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900105, '企石镇', 441900, '', 0, 0, 'Q', '114.04851828338', '23.070690716193', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900106, '横沥镇', 441900, '', 0, 0, 'H', '113.98801324096', '23.030051448767', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900107, '桥头镇', 441900, '', 0, 0, 'Q', '114.10677408198', '23.020458678747', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900108, '谢岗镇', 441900, '', 0, 0, 'X', '114.19511437465', '22.946513843008', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900109, '东坑镇', 441900, '', 0, 0, 'D', '113.95246820282', '23.002958656049', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900110, '常平镇', 441900, '', 0, 0, 'C', '114.02458867145', '22.979369177741', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900111, '寮步镇', 441900, '', 0, 0, 'L', '113.88349112257', '22.996428153649', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900112, '樟木头镇', 441900, '', 0, 0, 'Z', '114.11559876672', '22.912795269745', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900113, '大朗镇', 441900, '', 0, 0, 'D', '113.94820653279', '22.912348752542', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900114, '黄江镇', 441900, '', 0, 0, 'H', '114.00621531625', '22.872431801821', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900115, '清溪镇', 441900, '', 0, 0, 'Q', '114.18744982903', '22.841601621999', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900116, '塘厦镇', 441900, '', 0, 0, 'T', '114.08442795001', '22.811576132112', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900117, '凤岗镇', 441900, '', 0, 0, 'F', '114.17560299034', '22.722315801247', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900118, '大岭山镇', 441900, '', 0, 0, 'D', '113.83293372133', '22.903546239236', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900119, '长安镇', 441900, '', 0, 0, 'Z', '113.76998309965', '22.795308241444', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900121, '虎门镇', 441900, '', 0, 0, 'H', '113.68188667267', '22.818449805406', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900122, '厚街镇', 441900, '', 0, 0, 'H', '113.7081456375', '22.923357615893', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900123, '沙田镇', 441900, '', 0, 0, 'S', '113.60821459687', '22.907479676518', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900124, '道滘镇', 441900, '', 0, 0, 'D', '113.66267069882', '22.982801242639', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900125, '洪梅镇', 441900, '', 0, 0, 'H', '113.6125183112', '22.978946913376', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900126, '麻涌镇', 441900, '', 0, 0, 'M', '113.58837988097', '23.057083015858', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900127, '望牛墩镇', 441900, '', 0, 0, 'W', '113.64023583492', '23.047597838769', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900128, '中堂镇', 441900, '', 0, 0, 'Z', '113.65890566238', '23.096485679975', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900129, '高埗镇', 441900, '', 0, 0, 'G', '113.74213386638', '23.100270479205', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900401, '松山湖管委会', 441900, '', 0, 0, 'S', '113.90386183402', '22.928504587758', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900402, '东莞港', 441900, '', 0, 0, 'D', '113.75842045788', '23.027308411643', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(441900403, '东莞生态园', 441900, '', 0, 0, 'D', '113.93331900631', '23.069150651008', 3, 'tr_0 tr_440000 tr_441900 ', 0), -(442000001, '石岐区街道办事处', 442000, '', 0, 0, 'S', '113.39476330111', '22.543405990677', 3, 'tr_0 tr_440000 tr_442000 ', 0), -(442000002, '东区街道办事处', 442000, '', 0, 0, 'D', '113.39942236263', '22.522314670791', 3, 'tr_0 tr_440000 tr_442000 ', 0), -(442000003, '火炬开发区街道办事处', 442000, '', 0, 0, 'H', '113.47638423802', '22.54191612433', 3, 'tr_0 tr_440000 tr_442000 ', 0), -(442000004, '西区街道办事处', 442000, '', 0, 0, 'X', '113.34742851429', '22.557446683319', 3, 'tr_0 tr_440000 tr_442000 ', 0), -(442000005, '南区街道办事处', 442000, '', 0, 0, 'N', '113.34166389111', '22.474593624741', 3, 'tr_0 tr_440000 tr_442000 ', 0), -(442000006, '五桂山街道办事处', 442000, '', 0, 0, 'W', '113.40930659782', '22.451434375841', 3, 'tr_0 tr_440000 tr_442000 ', 0), -(442000100, '小榄镇', 442000, '', 0, 0, 'X', '113.25710033351', '22.668653898989', 3, 'tr_0 tr_440000 tr_442000 ', 0), -(442000101, '黄圃镇', 442000, '', 0, 0, 'H', '113.38940119784', '22.732151367196', 3, 'tr_0 tr_440000 tr_442000 ', 0), -(442000102, '民众镇', 442000, '', 0, 0, 'M', '113.50030740281', '22.624234006676', 3, 'tr_0 tr_440000 tr_442000 ', 0), -(442000103, '东凤镇', 442000, '', 0, 0, 'D', '113.26337563889', '22.696772350456', 3, 'tr_0 tr_440000 tr_442000 ', 0), -(442000104, '东升镇', 442000, '', 0, 0, 'D', '113.31347763067', '22.605137527398', 3, 'tr_0 tr_440000 tr_442000 ', 0), -(442000105, '古镇镇', 442000, '', 0, 0, 'G', '113.18899941194', '22.636034421686', 3, 'tr_0 tr_440000 tr_442000 ', 0), -(442000106, '沙溪镇', 442000, '', 0, 0, 'S', '113.35710852331', '22.513668030794', 3, 'tr_0 tr_440000 tr_442000 ', 0), -(442000107, '坦洲镇', 442000, '', 0, 0, 'T', '113.46831862593', '22.283731940242', 3, 'tr_0 tr_440000 tr_442000 ', 0), -(442000108, '港口镇', 442000, '', 0, 0, 'G', '113.38354521878', '22.577121999043', 3, 'tr_0 tr_440000 tr_442000 ', 0), -(442000109, '三角镇', 442000, '', 0, 0, 'S', '113.42740190231', '22.685663488493', 3, 'tr_0 tr_440000 tr_442000 ', 0), -(442000110, '横栏镇', 442000, '', 0, 0, 'H', '113.24834255727', '22.574461443704', 3, 'tr_0 tr_440000 tr_442000 ', 0), -(442000111, '南头镇', 442000, '', 0, 0, 'N', '113.29481042537', '22.721261074602', 3, 'tr_0 tr_440000 tr_442000 ', 0), -(442000112, '阜沙镇', 442000, '', 0, 0, 'F', '113.34269477842', '22.666128002352', 3, 'tr_0 tr_440000 tr_442000 ', 0), -(442000113, '南朗镇', 442000, '', 0, 0, 'N', '113.56057493505', '22.519486447352', 3, 'tr_0 tr_440000 tr_442000 ', 0), -(442000114, '三乡镇', 442000, '', 0, 0, 'S', '113.42695556574', '22.371470122528', 3, 'tr_0 tr_440000 tr_442000 ', 0), -(442000115, '板芙镇', 442000, '', 0, 0, 'B', '113.33339573359', '22.395149046719', 3, 'tr_0 tr_440000 tr_442000 ', 0), -(442000116, '大涌镇', 442000, '', 0, 0, 'D', '113.29404791311', '22.483908949365', 3, 'tr_0 tr_440000 tr_442000 ', 0), -(442000117, '神湾镇', 442000, '', 0, 0, 'S', '113.35331518036', '22.32576323421', 3, 'tr_0 tr_440000 tr_442000 ', 0), -(445102, '湘桥区', 445100, '', 0, 0, 'X', '116.63446160819', '23.680686981566', 3, 'tr_0 tr_440000 tr_445100 ', 0), -(445103, '潮安区', 445100, '', 0, 0, 'C', '116.68452606069', '23.468357129831', 3, 'tr_0 tr_440000 tr_445100 ', 0), -(445122, '饶平县', 445100, '', 0, 0, 'R', '117.01044917588', '23.670347111195', 3, 'tr_0 tr_440000 tr_445100 ', 0), -(445202, '榕城区', 445200, '', 0, 0, 'R', '116.37351589492', '23.530746417966', 3, 'tr_0 tr_440000 tr_445200 ', 0), -(445203, '揭东区', 445200, '', 0, 0, 'J', '116.41845578398', '23.572485187047', 3, 'tr_0 tr_440000 tr_445200 ', 0), -(445222, '揭西县', 445200, '', 0, 0, 'J', '115.84856088728', '23.437299708209', 3, 'tr_0 tr_440000 tr_445200 ', 0), -(445224, '惠来县', 445200, '', 0, 0, 'H', '116.30144448456', '23.039645374525', 3, 'tr_0 tr_440000 tr_445200 ', 0), -(445281, '普宁市', 445200, '', 0, 0, 'P', '116.17244898117', '23.30363452186', 3, 'tr_0 tr_440000 tr_445200 ', 0), -(430102, '芙蓉区', 430100, '', 0, 0, 'F', '113.03940774487', '28.191913247305', 3, 'tr_0 tr_430000 tr_430100 ', 0), -(430103, '天心区', 430100, '', 0, 0, 'T', '112.99659225852', '28.118211217441', 3, 'tr_0 tr_430000 tr_430100 ', 0), -(430104, '岳麓区', 430100, '', 0, 0, 'Y', '112.9374476441', '28.241488836473', 3, 'tr_0 tr_430000 tr_430100 ', 0), -(430105, '开福区', 430100, '', 0, 0, 'K', '112.99258491764', '28.261378687684', 3, 'tr_0 tr_430000 tr_430100 ', 0), -(430111, '雨花区', 430100, '', 0, 0, 'Y', '113.04242155986', '28.142232711654', 3, 'tr_0 tr_430000 tr_430100 ', 0), -(430112, '望城区', 430100, '', 0, 0, 'W', '112.8244661432', '28.367403020376', 3, 'tr_0 tr_430000 tr_430100 ', 0), -(430121, '长沙县', 430100, '', 0, 0, 'Z', '113.08755916596', '28.251818487944', 3, 'tr_0 tr_430000 tr_430100 ', 0), -(430181, '浏阳市', 430100, '', 0, 0, 'L', '113.64939823851', '28.169832216071', 3, 'tr_0 tr_430000 tr_430100 ', 0), -(430182, '宁乡市', 430100, '', 0, 0, 'N', '112.55840691564', '28.284104536209', 3, 'tr_0 tr_430000 tr_430100 ', 0), -(445302, '云城区', 445300, '', 0, 0, 'Y', '112.05052923472', '22.933897802971', 3, 'tr_0 tr_440000 tr_445300 ', 0), -(445303, '云安区', 445300, '', 0, 0, 'Y', '112.00956308992', '23.076892611911', 3, 'tr_0 tr_440000 tr_445300 ', 0), -(445321, '新兴县', 445300, '', 0, 0, 'X', '112.23149683219', '22.701890082606', 3, 'tr_0 tr_440000 tr_445300 ', 0), -(445322, '郁南县', 445300, '', 0, 0, 'Y', '111.54155382446', '23.240174042653', 3, 'tr_0 tr_440000 tr_445300 ', 0), -(445381, '罗定市', 445300, '', 0, 0, 'L', '111.57648048166', '22.774296060763', 3, 'tr_0 tr_440000 tr_445300 ', 0), -(450102, '兴宁区', 450100, '', 0, 0, 'X', '108.37544497422', '22.860290951255', 3, 'tr_0 tr_450000 tr_450100 ', 0), -(450103, '青秀区', 450100, '', 0, 0, 'Q', '108.50143861009', '22.792227439631', 3, 'tr_0 tr_450000 tr_450100 ', 0), -(450105, '江南区', 450100, '', 0, 0, 'J', '108.27949435764', '22.787045753588', 3, 'tr_0 tr_450000 tr_450100 ', 0), -(450107, '西乡塘区', 450100, '', 0, 0, 'X', '108.31957243762', '22.839651509339', 3, 'tr_0 tr_450000 tr_450100 ', 0), -(450108, '良庆区', 450100, '', 0, 0, 'L', '108.32751579392', '22.76284928359', 3, 'tr_0 tr_450000 tr_450100 ', 0), -(450109, '邕宁区', 450100, '', 0, 0, 'Y', '108.49342024528', '22.76460044955', 3, 'tr_0 tr_450000 tr_450100 ', 0), -(450110, '武鸣区', 450100, '', 0, 0, 'W', '108.28151653318', '23.164515606911', 3, 'tr_0 tr_450000 tr_450100 ', 0), -(450123, '隆安县', 450100, '', 0, 0, 'L', '107.70257390338', '23.171585249828', 3, 'tr_0 tr_450000 tr_450100 ', 0), -(450124, '马山县', 450100, '', 0, 0, 'M', '108.18356215633', '23.71387772536', 3, 'tr_0 tr_450000 tr_450100 ', 0), -(450125, '上林县', 450100, '', 0, 0, 'S', '108.61145148078', '23.438518877663', 3, 'tr_0 tr_450000 tr_450100 ', 0), -(450126, '宾阳县', 450100, '', 0, 0, 'B', '108.81650237947', '23.223700543767', 3, 'tr_0 tr_450000 tr_450100 ', 0), -(450127, '横县', 450100, '', 0, 0, 'H', '109.2675678064', '22.685572608838', 3, 'tr_0 tr_450000 tr_450100 ', 0), -(450202, '城中区', 450200, '', 0, 0, 'C', '109.4174821502', '24.321314069891', 3, 'tr_0 tr_450000 tr_450200 ', 0), -(450203, '鱼峰区', 450200, '', 0, 0, 'Y', '109.44941628225', '24.318521699515', 3, 'tr_0 tr_450000 tr_450200 ', 0), -(450204, '柳南区', 450200, '', 0, 0, 'L', '109.39155193285', '24.341578870912', 3, 'tr_0 tr_450000 tr_450200 ', 0), -(450205, '柳北区', 450200, '', 0, 0, 'L', '109.40853179342', '24.367867017648', 3, 'tr_0 tr_450000 tr_450200 ', 0), -(450206, '柳江区', 450200, '', 0, 0, 'L', '109.33244423878', '24.26081496535', 3, 'tr_0 tr_450000 tr_450200 ', 0), -(450222, '柳城县', 450200, '', 0, 0, 'L', '109.25156152934', '24.656370391486', 3, 'tr_0 tr_450000 tr_450200 ', 0), -(450223, '鹿寨县', 450200, '', 0, 0, 'L', '109.75755447547', '24.478622266898', 3, 'tr_0 tr_450000 tr_450200 ', 0), -(450224, '融安县', 450200, '', 0, 0, 'R', '109.40456325934', '25.230511447128', 3, 'tr_0 tr_450000 tr_450200 ', 0), -(450225, '融水苗族自治县', 450200, '', 0, 0, 'R', '109.26256083115', '25.072076504109', 3, 'tr_0 tr_450000 tr_450200 ', 0), -(450226, '三江侗族自治县', 450200, '', 0, 0, 'S', '109.61454747223', '25.788830387788', 3, 'tr_0 tr_450000 tr_450200 ', 0), -(450302, '秀峰区', 450300, '', 0, 0, 'X', '110.27043670622', '25.27961848567', 3, 'tr_0 tr_450000 tr_450300 ', 0), -(450303, '叠彩区', 450300, '', 0, 0, 'D', '110.30846314624', '25.320233274843', 3, 'tr_0 tr_450000 tr_450300 ', 0), -(450304, '象山区', 450300, '', 0, 0, 'X', '110.28742267527', '25.267930010211', 3, 'tr_0 tr_450000 tr_450300 ', 0), -(450305, '七星区', 450300, '', 0, 0, 'Q', '110.32453805385', '25.2585670875', 3, 'tr_0 tr_450000 tr_450300 ', 0), -(450311, '雁山区', 450300, '', 0, 0, 'Y', '110.3154792716', '25.066213543917', 3, 'tr_0 tr_450000 tr_450300 ', 0), -(450312, '临桂区', 450300, '', 0, 0, 'L', '110.21858669186', '25.244301999271', 3, 'tr_0 tr_450000 tr_450300 ', 0), -(450321, '阳朔县', 450300, '', 0, 0, 'Y', '110.50347503171', '24.784519191433', 3, 'tr_0 tr_450000 tr_450300 ', 0), -(450323, '灵川县', 450300, '', 0, 0, 'L', '110.33253719492', '25.41554953076', 3, 'tr_0 tr_450000 tr_450300 ', 0), -(450324, '全州县', 450300, '', 0, 0, 'Q', '111.07956895508', '25.934343027361', 3, 'tr_0 tr_450000 tr_450300 ', 0), -(450325, '兴安县', 450300, '', 0, 0, 'X', '110.67851632807', '25.617567220037', 3, 'tr_0 tr_450000 tr_450300 ', 0), -(450326, '永福县', 450300, '', 0, 0, 'Y', '109.989590831', '24.985577973084', 3, 'tr_0 tr_450000 tr_450300 ', 0), -(450327, '灌阳县', 450300, '', 0, 0, 'G', '111.16755205093', '25.495120752051', 3, 'tr_0 tr_450000 tr_450300 ', 0), -(450328, '龙胜各族自治县', 450300, '', 0, 0, 'L', '110.01749399674', '25.804116784254', 3, 'tr_0 tr_450000 tr_450300 ', 0), -(450329, '资源县', 450300, '', 0, 0, 'Z', '110.6584391101', '26.048569077338', 3, 'tr_0 tr_450000 tr_450300 ', 0), -(450330, '平乐县', 450300, '', 0, 0, 'P', '110.64944626347', '24.63963212806', 3, 'tr_0 tr_450000 tr_450300 ', 0), -(450332, '恭城瑶族自治县', 450300, '', 0, 0, 'G', '110.8345596307', '24.837194365911', 3, 'tr_0 tr_450000 tr_450300 ', 0), -(450381, '荔浦市', 450300, '', 0, 0, 'L', '110.40143677836', '24.494121641923', 3, 'tr_0 tr_450000 tr_450300 ', 0), -(450403, '万秀区', 450400, '', 0, 0, 'W', '111.32751969101', '23.478845767296', 3, 'tr_0 tr_450000 tr_450400 ', 0), -(450405, '长洲区', 450400, '', 0, 0, 'Z', '111.28149914043', '23.491509584406', 3, 'tr_0 tr_450000 tr_450400 ', 0), -(450406, '龙圩区', 450400, '', 0, 0, 'L', '111.25344829326', '23.421414485718', 3, 'tr_0 tr_450000 tr_450400 ', 0), -(450421, '苍梧县', 450400, '', 0, 0, 'C', '111.55554663956', '23.845998205466', 3, 'tr_0 tr_450000 tr_450400 ', 0), -(450422, '藤县', 450400, '', 0, 0, 'T', '110.92149925488', '23.38100991555', 3, 'tr_0 tr_450000 tr_450400 ', 0), -(450423, '蒙山县', 450400, '', 0, 0, 'M', '110.53141700425', '24.200017445935', 3, 'tr_0 tr_450000 tr_450400 ', 0), -(450481, '岑溪市', 450400, '', 0, 0, 'C', '111.00143182659', '22.92462127872', 3, 'tr_0 tr_450000 tr_450400 ', 0), -(450502, '海城区', 450500, '', 0, 0, 'H', '109.12452136755', '21.481065838236', 3, 'tr_0 tr_450000 tr_450500 ', 0), -(450503, '银海区', 450500, '', 0, 0, 'Y', '109.14654476441', '21.454768668895', 3, 'tr_0 tr_450000 tr_450500 ', 0), -(450512, '铁山港区', 450500, '', 0, 0, 'T', '109.42847264862', '21.53529504285', 3, 'tr_0 tr_450000 tr_450500 ', 0), -(450521, '合浦县', 450500, '', 0, 0, 'H', '109.2134386113', '21.667005735642', 3, 'tr_0 tr_450000 tr_450500 ', 0), -(450602, '港口区', 450600, '', 0, 0, 'G', '108.38648254385', '21.649565586624', 3, 'tr_0 tr_450000 tr_450600 ', 0), -(450603, '防城区', 450600, '', 0, 0, 'F', '108.36044848238', '21.775411305197', 3, 'tr_0 tr_450000 tr_450600 ', 0), -(450621, '上思县', 450600, '', 0, 0, 'S', '107.99044264125', '22.15991408311', 3, 'tr_0 tr_450000 tr_450600 ', 0), -(450681, '东兴市', 450600, '', 0, 0, 'D', '107.97748898597', '21.55361543358', 3, 'tr_0 tr_450000 tr_450600 ', 0), -(450802, '港北区', 450800, '', 0, 0, 'G', '109.57843298566', '23.117563632764', 3, 'tr_0 tr_450000 tr_450800 ', 0), -(450803, '港南区', 450800, '', 0, 0, 'G', '109.6065534515', '23.08123957836', 3, 'tr_0 tr_450000 tr_450800 ', 0), -(450804, '覃塘区', 450800, '', 0, 0, 'T', '109.45942672936', '23.133251089213', 3, 'tr_0 tr_450000 tr_450800 ', 0), -(450821, '平南县', 450800, '', 0, 0, 'P', '110.39845197864', '23.545506098828', 3, 'tr_0 tr_450000 tr_450800 ', 0), -(450881, '桂平市', 450800, '', 0, 0, 'G', '110.08552599672', '23.400048883699', 3, 'tr_0 tr_450000 tr_450800 ', 0), -(450902, '玉州区', 450900, '', 0, 0, 'Y', '110.15743140022', '22.634492736172', 3, 'tr_0 tr_450000 tr_450900 ', 0), -(450903, '福绵区', 450900, '', 0, 0, 'F', '110.08853765577', '22.563705412249', 3, 'tr_0 tr_450000 tr_450900 ', 0), -(450921, '容县', 450900, '', 0, 0, 'R', '110.56453016229', '22.863665599935', 3, 'tr_0 tr_450000 tr_450900 ', 0), -(450922, '陆川县', 450900, '', 0, 0, 'L', '110.27045619945', '22.327221527769', 3, 'tr_0 tr_450000 tr_450900 ', 0), -(450923, '博白县', 450900, '', 0, 0, 'B', '109.98255305648', '22.278674815493', 3, 'tr_0 tr_450000 tr_450900 ', 0), -(450924, '兴业县', 450900, '', 0, 0, 'X', '109.88155180701', '22.742267653423', 3, 'tr_0 tr_450000 tr_450900 ', 0), -(450981, '北流市', 450900, '', 0, 0, 'B', '110.36057016581', '22.713958021611', 3, 'tr_0 tr_450000 tr_450900 ', 0), -(451002, '右江区', 451000, '', 0, 0, 'Y', '106.62558913969', '23.907084503109', 3, 'tr_0 tr_450000 tr_451000 ', 0), -(451021, '田阳县', 451000, '', 0, 0, 'T', '106.9214125525', '23.742005722478', 3, 'tr_0 tr_450000 tr_451000 ', 0), -(451022, '田东县', 451000, '', 0, 0, 'T', '107.13249943541', '23.603129804015', 3, 'tr_0 tr_450000 tr_451000 ', 0), -(451023, '平果县', 451000, '', 0, 0, 'P', '107.59657106849', '23.334922742592', 3, 'tr_0 tr_450000 tr_451000 ', 0), -(451024, '德保县', 451000, '', 0, 0, 'D', '106.62158260728', '23.328994351286', 3, 'tr_0 tr_450000 tr_451000 ', 0), -(451026, '那坡县', 451000, '', 0, 0, 'N', '105.83942261017', '23.393793831292', 3, 'tr_0 tr_450000 tr_451000 ', 0), -(451027, '凌云县', 451000, '', 0, 0, 'L', '106.56841567705', '24.354015240604', 3, 'tr_0 tr_450000 tr_451000 ', 0), -(451028, '乐业县', 451000, '', 0, 0, 'L', '106.56342972215', '24.783216467053', 3, 'tr_0 tr_450000 tr_451000 ', 0), -(451029, '田林县', 451000, '', 0, 0, 'T', '106.23449791231', '24.300534611051', 3, 'tr_0 tr_450000 tr_451000 ', 0), -(451030, '西林县', 451000, '', 0, 0, 'X', '105.10049410469', '24.495667790362', 3, 'tr_0 tr_450000 tr_451000 ', 0), -(451031, '隆林各族自治县', 451000, '', 0, 0, 'L', '105.3504594704', '24.776813610296', 3, 'tr_0 tr_450000 tr_451000 ', 0), -(451081, '靖西市', 451000, '', 0, 0, 'J', '106.42445269708', '23.140125669019', 3, 'tr_0 tr_450000 tr_451000 ', 0), -(451102, '八步区', 451100, '', 0, 0, 'B', '111.55856737149', '24.417531040919', 3, 'tr_0 tr_450000 tr_451100 ', 0), -(451103, '平桂区', 451100, '', 0, 0, 'P', '111.47841426578', '24.462001422773', 3, 'tr_0 tr_450000 tr_451100 ', 0), -(451121, '昭平县', 451100, '', 0, 0, 'Z', '110.81757491928', '24.175106050636', 3, 'tr_0 tr_450000 tr_451100 ', 0), -(451122, '钟山县', 451100, '', 0, 0, 'Z', '111.30958574015', '24.531673107939', 3, 'tr_0 tr_450000 tr_451100 ', 0), -(451123, '富川瑶族自治县', 451100, '', 0, 0, 'F', '111.28451124863', '24.820159951323', 3, 'tr_0 tr_450000 tr_451100 ', 0), -(451202, '金城江区', 451200, '', 0, 0, 'J', '108.04350707483', '24.695679382239', 3, 'tr_0 tr_450000 tr_451200 ', 0), -(451203, '宜州区', 451200, '', 0, 0, 'Y', '108.64353158748', '24.491084367739', 3, 'tr_0 tr_450000 tr_451200 ', 0), -(451221, '南丹县', 451200, '', 0, 0, 'N', '107.54748028934', '24.981849775485', 3, 'tr_0 tr_450000 tr_451200 ', 0), -(451222, '天峨县', 451200, '', 0, 0, 'T', '107.17845647579', '25.005664155232', 3, 'tr_0 tr_450000 tr_451200 ', 0), -(451223, '凤山县', 451200, '', 0, 0, 'F', '107.04841983631', '24.553217796777', 3, 'tr_0 tr_450000 tr_451200 ', 0), -(451224, '东兰县', 451200, '', 0, 0, 'D', '107.3805041595', '24.516871463381', 3, 'tr_0 tr_450000 tr_451200 ', 0), -(451225, '罗城仫佬族自治县', 451200, '', 0, 0, 'L', '108.91157445325', '24.783084996429', 3, 'tr_0 tr_450000 tr_451200 ', 0), -(451226, '环江毛南族自治县', 451200, '', 0, 0, 'H', '108.26444306917', '24.832087938551', 3, 'tr_0 tr_450000 tr_451200 ', 0), -(451227, '巴马瑶族自治县', 451200, '', 0, 0, 'B', '107.26648125302', '24.14726480427', 3, 'tr_0 tr_450000 tr_451200 ', 0), -(451228, '都安瑶族自治县', 451200, '', 0, 0, 'D', '108.11145804765', '23.937331261923', 3, 'tr_0 tr_450000 tr_451200 ', 0), -(451229, '大化瑶族自治县', 451200, '', 0, 0, 'D', '108.00441075294', '23.742818222963', 3, 'tr_0 tr_450000 tr_451200 ', 0), -(451302, '兴宾区', 451300, '', 0, 0, 'X', '109.24149907034', '23.733211038144', 3, 'tr_0 tr_450000 tr_451300 ', 0), -(451321, '忻城县', 451300, '', 0, 0, 'X', '108.67256239612', '24.071888636576', 3, 'tr_0 tr_450000 tr_451300 ', 0), -(451322, '象州县', 451300, '', 0, 0, 'X', '109.71146215028', '23.979680993271', 3, 'tr_0 tr_450000 tr_451300 ', 0), -(451323, '武宣县', 451300, '', 0, 0, 'W', '109.66944220328', '23.600404197633', 3, 'tr_0 tr_450000 tr_451300 ', 0), -(451324, '金秀瑶族自治县', 451300, '', 0, 0, 'J', '110.19550625891', '24.136319486486', 3, 'tr_0 tr_450000 tr_451300 ', 0), -(451381, '合山市', 451300, '', 0, 0, 'H', '108.89256576969', '23.81226007105', 3, 'tr_0 tr_450000 tr_451300 ', 0), -(451402, '江州区', 451400, '', 0, 0, 'J', '107.35953321738', '22.411245728018', 3, 'tr_0 tr_450000 tr_451400 ', 0), -(451421, '扶绥县', 451400, '', 0, 0, 'F', '107.91046515426', '22.641097136345', 3, 'tr_0 tr_450000 tr_451400 ', 0), -(451422, '宁明县', 451400, '', 0, 0, 'N', '107.08352381902', '22.145884844184', 3, 'tr_0 tr_450000 tr_451400 ', 0), -(451423, '龙州县', 451400, '', 0, 0, 'L', '106.86058190847', '22.348298905766', 3, 'tr_0 tr_450000 tr_451400 ', 0), -(451424, '大新县', 451400, '', 0, 0, 'D', '107.20755690312', '22.836229044406', 3, 'tr_0 tr_450000 tr_451400 ', 0), -(451425, '天等县', 451400, '', 0, 0, 'T', '107.14947264852', '23.08750581209', 3, 'tr_0 tr_450000 tr_451400 ', 0), -(451481, '凭祥市', 451400, '', 0, 0, 'P', '106.77352361814', '22.100152592954', 3, 'tr_0 tr_450000 tr_451400 ', 0), -(460105, '秀英区', 460100, '', 0, 0, 'X', '110.30043588821', '20.013642385161', 3, 'tr_0 tr_460000 tr_460100 ', 0), -(460106, '龙华区', 460100, '', 0, 0, 'L', '110.33554112854', '20.036320733521', 3, 'tr_0 tr_460000 tr_460100 ', 0), -(460107, '琼山区', 460100, '', 0, 0, 'Q', '110.36052605901', '20.009150644491', 3, 'tr_0 tr_460000 tr_460100 ', 0), -(460108, '美兰区', 460100, '', 0, 0, 'M', '110.37349839904', '20.034646217625', 3, 'tr_0 tr_460000 tr_460100 ', 0), -(460202, '海棠区', 460200, '', 0, 0, 'H', '109.72350007292', '18.33787879371', 3, 'tr_0 tr_460000 tr_460200 ', 0), -(460203, '吉阳区', 460200, '', 0, 0, 'J', '109.52055165827', '18.257057667262', 3, 'tr_0 tr_460000 tr_460200 ', 0), -(460204, '天涯区', 460200, '', 0, 0, 'T', '109.46246255283', '18.306919633503', 3, 'tr_0 tr_460000 tr_460200 ', 0), -(460205, '崖州区', 460200, '', 0, 0, 'Y', '109.22846124383', '18.44463053478', 3, 'tr_0 tr_460000 tr_460200 ', 0), -(460321, '西沙群岛', 460300, '', 0, 0, 'X', '111.67308686126', '16.497085431044', 3, 'tr_0 tr_460000 tr_460300 ', 0), -(460322, '南沙群岛', 460300, '', 0, 0, 'N', '112.66030170907', '4.9743661921368', 3, 'tr_0 tr_460000 tr_460300 ', 0), -(460323, '中沙群岛的岛礁及其海域', 460300, '', 0, 0, 'Z', '112.34048204137', '16.838953334409', 3, 'tr_0 tr_460000 tr_460300 ', 0), -(460400100, '那大镇', 460400, '', 0, 0, 'N', '109.552961497', '19.52127763772', 3, 'tr_0 tr_460000 tr_460400 ', 0), -(460400101, '和庆镇', 460400, '', 0, 0, 'H', '109.64738779153', '19.531275426074', 3, 'tr_0 tr_460000 tr_460400 ', 0), -(460400102, '南丰镇', 460400, '', 0, 0, 'N', '109.6054369934', '19.346095790543', 3, 'tr_0 tr_460000 tr_460400 ', 0), -(460400103, '大成镇', 460400, '', 0, 0, 'D', '109.42116531507', '19.548276240672', 3, 'tr_0 tr_460000 tr_460400 ', 0), -(460400104, '雅星镇', 460400, '', 0, 0, 'Y', '109.19716320191', '19.517956948407', 3, 'tr_0 tr_460000 tr_460400 ', 0), -(460400105, '兰洋镇', 460400, '', 0, 0, 'L', '109.67367138789', '19.466430878427', 3, 'tr_0 tr_460000 tr_460400 ', 0), -(460400106, '光村镇', 460400, '', 0, 0, 'G', '109.50795789562', '19.809145677126', 3, 'tr_0 tr_460000 tr_460400 ', 0), -(460400107, '木棠镇', 460400, '', 0, 0, 'M', '109.35673473687', '19.809926770596', 3, 'tr_0 tr_460000 tr_460400 ', 0), -(460400108, '海头镇', 460400, '', 0, 0, 'H', '108.95966166166', '19.509695855917', 3, 'tr_0 tr_460000 tr_460400 ', 0), -(460400109, '峨蔓镇', 460400, '', 0, 0, 'E', '109.30390924357', '19.863144800976', 3, 'tr_0 tr_460000 tr_460400 ', 0), -(460400111, '王五镇', 460400, '', 0, 0, 'W', '109.33806829512', '19.645800769747', 3, 'tr_0 tr_460000 tr_460400 ', 0), -(460400112, '白马井镇', 460400, '', 0, 0, 'B', '109.58745583569', '19.527146110044', 3, 'tr_0 tr_460000 tr_460400 ', 0), -(460400113, '中和镇', 460400, '', 0, 0, 'Z', '109.35613533713', '19.749465537088', 3, 'tr_0 tr_460000 tr_460400 ', 0), -(460400114, '排浦镇', 460400, '', 0, 0, 'P', '109.16975400269', '19.644673698003', 3, 'tr_0 tr_460000 tr_460400 ', 0), -(460400115, '东成镇', 460400, '', 0, 0, 'D', '109.4680333127', '19.709924104042', 3, 'tr_0 tr_460000 tr_460400 ', 0), -(460400116, '新州镇', 460400, '', 0, 0, 'X', '109.32260133284', '19.720234743232', 3, 'tr_0 tr_460000 tr_460400 ', 0), -(460400499, '洋浦经济开发区', 460400, '', 0, 0, 'Y', '109.19229656623', '19.775218244804', 3, 'tr_0 tr_460000 tr_460400 ', 0), -(460400500, '华南热作学院', 460400, '', 0, 0, 'H', '109.58745583569', '19.527146110044', 3, 'tr_0 tr_460000 tr_460400 ', 0), -(469001, '五指山市', 469000, '', 0, 0, 'W', '109.52354032071', '18.780994100706', 3, 'tr_0 tr_460000 tr_469000 ', 0), -(469002, '琼海市', 469000, '', 0, 0, 'Q', '110.48054452595', '19.264254019918', 3, 'tr_0 tr_460000 tr_469000 ', 0), -(469005, '文昌市', 469000, '', 0, 0, 'W', '110.80450870632', '19.549062083121', 3, 'tr_0 tr_460000 tr_469000 ', 0), -(469006, '万宁市', 469000, '', 0, 0, 'W', '110.39943436555', '18.800106988303', 3, 'tr_0 tr_460000 tr_469000 ', 0), -(469007, '东方市', 469000, '', 0, 0, 'D', '108.65856652679', '19.101104731289', 3, 'tr_0 tr_460000 tr_469000 ', 0), -(469021, '定安县', 469000, '', 0, 0, 'D', '104.36878601078', '31.589181642776', 3, 'tr_0 tr_460000 tr_469000 ', 0), -(469022, '屯昌县', 469000, '', 0, 0, 'T', '110.10857732457', '19.357374924278', 3, 'tr_0 tr_460000 tr_469000 ', 0), -(469023, '澄迈县', 469000, '', 0, 0, 'C', '110.01351091011', '19.744348671646', 3, 'tr_0 tr_460000 tr_469000 ', 0), -(469024, '临高县', 469000, '', 0, 0, 'L', '109.69744301483', '19.919474770278', 3, 'tr_0 tr_460000 tr_469000 ', 0), -(469025, '白沙黎族自治县', 469000, '', 0, 0, 'B', '109.45747066911', '19.231378733013', 3, 'tr_0 tr_460000 tr_469000 ', 0), -(469026, '昌江黎族自治县', 469000, '', 0, 0, 'C', '109.06246408734', '19.303997876684', 3, 'tr_0 tr_460000 tr_469000 ', 0), -(469027, '乐东黎族自治县', 469000, '', 0, 0, 'L', '109.18050798895', '18.755871493855', 3, 'tr_0 tr_460000 tr_469000 ', 0), -(469028, '陵水黎族自治县', 469000, '', 0, 0, 'L', '110.04446409255', '18.512331595699', 3, 'tr_0 tr_460000 tr_469000 ', 0), -(469029, '保亭黎族苗族自治县', 469000, '', 0, 0, 'B', '109.7034815143', '18.646909955376', 3, 'tr_0 tr_460000 tr_469000 ', 0), -(469030, '琼中黎族苗族自治县', 469000, '', 0, 0, 'Q', '109.84451062847', '19.039163789181', 3, 'tr_0 tr_460000 tr_469000 ', 0), -(500101, '万州区', 500100, '', 0, 0, 'W', '108.4155583705', '30.813621636708', 3, 'tr_0 tr_500000 tr_500100 ', 0), -(500102, '涪陵区', 500100, '', 0, 0, 'F', '107.39641979754', '29.709278197979', 3, 'tr_0 tr_500000 tr_500100 ', 0), -(500103, '渝中区', 500100, '', 0, 0, 'Y', '106.57544006681', '29.559090182994', 3, 'tr_0 tr_500000 tr_500100 ', 0), -(500104, '大渡口区', 500100, '', 0, 0, 'D', '106.48853359011', '29.490107128556', 3, 'tr_0 tr_500000 tr_500100 ', 0), -(500105, '江北区', 500100, '', 0, 0, 'J', '112.85530302042', '35.520558754673', 3, 'tr_0 tr_500000 tr_500100 ', 0), -(500106, '沙坪坝区', 500100, '', 0, 0, 'S', '106.46446511093', '29.547192516541', 3, 'tr_0 tr_500000 tr_500100 ', 0), -(500107, '九龙坡区', 500100, '', 0, 0, 'J', '106.51755873943', '29.507927715553', 3, 'tr_0 tr_500000 tr_500100 ', 0), -(500108, '南岸区', 500100, '', 0, 0, 'N', '106.6684297786', '29.502683098835', 3, 'tr_0 tr_500000 tr_500100 ', 0), -(500109, '北碚区', 500100, '', 0, 0, 'B', '106.40356933975', '29.811602753904', 3, 'tr_0 tr_500000 tr_500100 ', 0), -(500110, '綦江区', 500100, '', 0, 0, 'Q', '106.65748419545', '29.034113748311', 3, 'tr_0 tr_500000 tr_500100 ', 0), -(500111, '大足区', 500100, '', 0, 0, 'D', '105.72840462545', '29.713113506077', 3, 'tr_0 tr_500000 tr_500100 ', 0), -(500112, '渝北区', 500100, '', 0, 0, 'Y', '106.6375590606', '29.723927343007', 3, 'tr_0 tr_500000 tr_500100 ', 0), -(500113, '巴南区', 500100, '', 0, 0, 'B', '106.54745425696', '29.40847473977', 3, 'tr_0 tr_500000 tr_500100 ', 0), -(500114, '黔江区', 500100, '', 0, 0, 'Q', '108.77759119835', '29.53881256766', 3, 'tr_0 tr_500000 tr_500100 ', 0), -(500115, '长寿区', 500100, '', 0, 0, 'Z', '107.08753107007', '29.863520067323', 3, 'tr_0 tr_500000 tr_500100 ', 0), -(500116, '江津区', 500100, '', 0, 0, 'J', '106.26559760838', '29.295884374465', 3, 'tr_0 tr_500000 tr_500100 ', 0), -(500117, '合川区', 500100, '', 0, 0, 'H', '106.28254108758', '29.978181239534', 3, 'tr_0 tr_500000 tr_500100 ', 0), -(500118, '永川区', 500100, '', 0, 0, 'Y', '105.93349936145', '29.362046335949', 3, 'tr_0 tr_500000 tr_500100 ', 0), -(500119, '南川区', 500100, '', 0, 0, 'N', '107.10558512437', '29.163478599606', 3, 'tr_0 tr_500000 tr_500100 ', 0), -(500120, '璧山区', 500100, '', 0, 0, 'B', '106.23347456267', '29.598346607316', 3, 'tr_0 tr_500000 tr_500100 ', 0), -(500151, '铜梁区', 500100, '', 0, 0, 'T', '106.06344949411', '29.850508778722', 3, 'tr_0 tr_500000 tr_500100 ', 0), -(500152, '潼南区', 500100, '', 0, 0, 'T', '105.84739903617', '30.197314239664', 3, 'tr_0 tr_500000 tr_500100 ', 0), -(500153, '荣昌区', 500100, '', 0, 0, 'R', '105.60141979928', '29.41130739669', 3, 'tr_0 tr_500000 tr_500100 ', 0), -(500154, '开州区', 500100, '', 0, 0, 'K', '108.39949765612', '31.166644113193', 3, 'tr_0 tr_500000 tr_500100 ', 0), -(500155, '梁平区', 500100, '', 0, 0, 'L', '107.77609725763', '30.660553255023', 3, 'tr_0 tr_500000 tr_500100 ', 0), -(500156, '武隆区', 500100, '', 0, 0, 'W', '112.85530302042', '35.520558754673', 3, 'tr_0 tr_500000 tr_500100 ', 0), -(500229, '城口县', 500200, '', 0, 0, 'C', '108.67161164256', '31.953390746293', 3, 'tr_0 tr_500000 tr_500200 ', 0), -(500230, '丰都县', 500200, '', 0, 0, 'F', '107.7374806182', '29.869412789214', 3, 'tr_0 tr_500000 tr_500200 ', 0), -(500231, '垫江县', 500200, '', 0, 0, 'D', '107.33956587472', '30.3332939685', 3, 'tr_0 tr_500000 tr_500200 ', 0), -(500233, '忠县', 500200, '', 0, 0, 'Z', '', '', 3, 'tr_0 tr_500000 tr_500200 ', 0), -(500235, '云阳县', 500200, '', 0, 0, 'Y', '108.7034475', '30.936611271975', 3, 'tr_0 tr_500000 tr_500200 ', 0), -(500236, '奉节县', 500200, '', 0, 0, 'F', '109.47047275631', '31.024601766549', 3, 'tr_0 tr_500000 tr_500200 ', 0), -(500237, '巫山县', 500200, '', 0, 0, 'W', '109.88554550703', '31.080518811736', 3, 'tr_0 tr_500000 tr_500200 ', 0), -(500238, '巫溪县', 500200, '', 0, 0, 'W', '109.576402559', '31.404880009858', 3, 'tr_0 tr_500000 tr_500200 ', 0), -(500240, '石柱土家族自治县', 500200, '', 0, 0, 'S', '108.12041416638', '30.006108697869', 3, 'tr_0 tr_500000 tr_500200 ', 0), -(500241, '秀山土家族苗族自治县', 500200, '', 0, 0, 'X', '109.01357389981', '28.453447864286', 3, 'tr_0 tr_500000 tr_500200 ', 0), -(500242, '酉阳土家族苗族自治县', 500200, '', 0, 0, 'Y', '108.7745860071', '28.847040258674', 3, 'tr_0 tr_500000 tr_500200 ', 0), -(500243, '彭水苗族土家族自治县', 500200, '', 0, 0, 'P', '108.17257803588', '29.299462290443', 3, 'tr_0 tr_500000 tr_500200 ', 0), -(510104, '锦江区', 510100, '', 0, 0, 'J', '104.0895617566', '30.661904490317', 3, 'tr_0 tr_510000 tr_510100 ', 0), -(510105, '青羊区', 510100, '', 0, 0, 'Q', '104.06744547494', '30.680037807007', 3, 'tr_0 tr_510000 tr_510100 ', 0), -(510106, '金牛区', 510100, '', 0, 0, 'J', '104.05740358714', '30.697356042874', 3, 'tr_0 tr_510000 tr_510100 ', 0), -(510107, '武侯区', 510100, '', 0, 0, 'W', '104.04942447828', '30.648712685321', 3, 'tr_0 tr_510000 tr_510100 ', 0), -(510108, '成华区', 510100, '', 0, 0, 'C', '104.10859155035', '30.665589283983', 3, 'tr_0 tr_510000 tr_510100 ', 0), -(510112, '龙泉驿区', 510100, '', 0, 0, 'L', '104.28139696436', '30.562697841', 3, 'tr_0 tr_510000 tr_510100 ', 0), -(510113, '青白江区', 510100, '', 0, 0, 'Q', '104.25751245813', '30.884421372736', 3, 'tr_0 tr_510000 tr_510100 ', 0), -(510114, '新都区', 510100, '', 0, 0, 'X', '104.16539284504', '30.829407468191', 3, 'tr_0 tr_510000 tr_510100 ', 0), -(510115, '温江区', 510100, '', 0, 0, 'W', '103.86357306318', '30.688486836627', 3, 'tr_0 tr_510000 tr_510100 ', 0), -(510116, '双流区', 510100, '', 0, 0, 'S', '103.93039154227', '30.580399352821', 3, 'tr_0 tr_510000 tr_510100 ', 0), -(510117, '郫都区', 510100, '', 0, 0, 'P', '103.90544568809', '30.799537653573', 3, 'tr_0 tr_510000 tr_510100 ', 0), -(510121, '金堂县', 510100, '', 0, 0, 'J', '104.41844263262', '30.868358423946', 3, 'tr_0 tr_510000 tr_510100 ', 0), -(510129, '大邑县', 510100, '', 0, 0, 'D', '103.52752981767', '30.593155402402', 3, 'tr_0 tr_510000 tr_510100 ', 0), -(510131, '蒲江县', 510100, '', 0, 0, 'P', '103.51257132415', '30.202500428139', 3, 'tr_0 tr_510000 tr_510100 ', 0), -(510132, '新津县', 510100, '', 0, 0, 'X', '103.81743303795', '30.416363953297', 3, 'tr_0 tr_510000 tr_510100 ', 0), -(510181, '都江堰市', 510100, '', 0, 0, 'D', '103.65353360443', '30.994256893542', 3, 'tr_0 tr_510000 tr_510100 ', 0), -(510182, '彭州市', 510100, '', 0, 0, 'P', '103.96556137078', '30.995564002629', 3, 'tr_0 tr_510000 tr_510100 ', 0), -(510183, '邛崃市', 510100, '', 0, 0, 'Q', '103.47048112964', '30.416398600854', 3, 'tr_0 tr_510000 tr_510100 ', 0), -(510184, '崇州市', 510100, '', 0, 0, 'C', '103.67943336923', '30.636595891379', 3, 'tr_0 tr_510000 tr_510100 ', 0), -(510185, '简阳市', 510100, '', 0, 0, 'J', '104.55349406265', '30.417451491353', 3, 'tr_0 tr_510000 tr_510100 ', 0), -(510302, '自流井区', 510300, '', 0, 0, 'Z', '104.7834473259', '29.343498562348', 3, 'tr_0 tr_510000 tr_510300 ', 0), -(510303, '贡井区', 510300, '', 0, 0, 'G', '104.72155659154', '29.351476269522', 3, 'tr_0 tr_510000 tr_510300 ', 0), -(510304, '大安区', 510300, '', 0, 0, 'D', '104.78041635328', '29.369928541322', 3, 'tr_0 tr_510000 tr_510300 ', 0), -(510311, '沿滩区', 510300, '', 0, 0, 'Y', '104.88040907516', '29.278797205251', 3, 'tr_0 tr_510000 tr_510300 ', 0), -(510321, '荣县', 510300, '', 0, 0, 'R', '104.42345759121', '29.45180089858', 3, 'tr_0 tr_510000 tr_510300 ', 0), -(510322, '富顺县', 510300, '', 0, 0, 'F', '104.98149440603', '29.186886257831', 3, 'tr_0 tr_510000 tr_510300 ', 0), -(510402, '东区', 510400, '', 0, 0, 'D', '101.72554117091', '26.588033173333', 3, 'tr_0 tr_510000 tr_510400 ', 0), -(510403, '西区', 510400, '', 0, 0, 'X', '101.72554117091', '26.588033173333', 3, 'tr_0 tr_510000 tr_510400 ', 0), -(510411, '仁和区', 510400, '', 0, 0, 'R', '101.74444996291', '26.504019493295', 3, 'tr_0 tr_510000 tr_510400 ', 0), -(510421, '米易县', 510400, '', 0, 0, 'M', '102.1164404304', '26.89696797612', 3, 'tr_0 tr_510000 tr_510400 ', 0), -(510422, '盐边县', 510400, '', 0, 0, 'Y', '101.86049854831', '26.688767481964', 3, 'tr_0 tr_510000 tr_510400 ', 0), -(510502, '江阳区', 510500, '', 0, 0, 'J', '105.44154513382', '28.884671972905', 3, 'tr_0 tr_510000 tr_510500 ', 0), -(510503, '纳溪区', 510500, '', 0, 0, 'N', '105.37740854586', '28.779359901658', 3, 'tr_0 tr_510000 tr_510500 ', 0), -(510504, '龙马潭区', 510500, '', 0, 0, 'L', '105.4445442166', '28.919012274486', 3, 'tr_0 tr_510000 tr_510500 ', 0), -(510521, '泸县', 510500, '', 0, 0, 'L', '105.38845608667', '29.157626295708', 3, 'tr_0 tr_510000 tr_510500 ', 0), -(510522, '合江县', 510500, '', 0, 0, 'H', '105.83843195885', '28.81779304284', 3, 'tr_0 tr_510000 tr_510500 ', 0), -(510524, '叙永县', 510500, '', 0, 0, 'X', '105.45150761142', '28.161714341911', 3, 'tr_0 tr_510000 tr_510500 ', 0), -(510525, '古蔺县', 510500, '', 0, 0, 'G', '105.81947079565', '28.044745368759', 3, 'tr_0 tr_510000 tr_510500 ', 0), -(510603, '旌阳区', 510600, '', 0, 0, 'J', '104.42343882821', '31.148596291553', 3, 'tr_0 tr_510000 tr_510600 ', 0), -(510604, '罗江区', 510600, '', 0, 0, 'L', '104.51741416083', '31.324178639826', 3, 'tr_0 tr_510000 tr_510600 ', 0), -(510623, '中江县', 510600, '', 0, 0, 'Z', '104.68553015058', '31.038953695302', 3, 'tr_0 tr_510000 tr_510600 ', 0), -(510681, '广汉市', 510600, '', 0, 0, 'G', '104.28842189311', '30.982415239743', 3, 'tr_0 tr_510000 tr_510600 ', 0), -(510682, '什邡市', 510600, '', 0, 0, 'S', '104.17442710355', '31.132889048238', 3, 'tr_0 tr_510000 tr_510600 ', 0), -(510683, '绵竹市', 510600, '', 0, 0, 'M', '104.227609305', '31.343592258211', 3, 'tr_0 tr_510000 tr_510600 ', 0), -(510703, '涪城区', 510700, '', 0, 0, 'F', '104.76342033491', '31.46131438858', 3, 'tr_0 tr_510000 tr_510700 ', 0), -(510704, '游仙区', 510700, '', 0, 0, 'Y', '104.77242899171', '31.479904474058', 3, 'tr_0 tr_510000 tr_510700 ', 0), -(510705, '安州区', 510700, '', 0, 0, 'A', '104.5735550213', '31.540750527876', 3, 'tr_0 tr_510000 tr_510700 ', 0), -(510722, '三台县', 510700, '', 0, 0, 'S', '105.10148979833', '31.101585571238', 3, 'tr_0 tr_510000 tr_510700 ', 0), -(510723, '盐亭县', 510700, '', 0, 0, 'Y', '105.39550321547', '31.214318764837', 3, 'tr_0 tr_510000 tr_510700 ', 0), -(510725, '梓潼县', 510700, '', 0, 0, 'Z', '105.17756684281', '31.648313467681', 3, 'tr_0 tr_510000 tr_510700 ', 0), -(510726, '北川羌族自治县', 510700, '', 0, 0, 'B', '104.36158555316', '31.963084103415', 3, 'tr_0 tr_510000 tr_510700 ', 0), -(510727, '平武县', 510700, '', 0, 0, 'P', '104.53542150325', '32.414681977696', 3, 'tr_0 tr_510000 tr_510700 ', 0), -(510781, '江油市', 510700, '', 0, 0, 'J', '104.75241160088', '31.784128193388', 3, 'tr_0 tr_510000 tr_510700 ', 0), -(510802, '利州区', 510800, '', 0, 0, 'L', '105.85242622329', '32.440207812726', 3, 'tr_0 tr_510000 tr_510800 ', 0), -(510811, '昭化区', 510800, '', 0, 0, 'Z', '105.96941892782', '32.329618490159', 3, 'tr_0 tr_510000 tr_510800 ', 0), -(510812, '朝天区', 510800, '', 0, 0, 'C', '105.8965888086', '32.649726240308', 3, 'tr_0 tr_510000 tr_510800 ', 0), -(510821, '旺苍县', 510800, '', 0, 0, 'W', '106.29649124536', '32.235097383079', 3, 'tr_0 tr_510000 tr_510800 ', 0), -(510822, '青川县', 510800, '', 0, 0, 'Q', '105.24540705459', '32.5816168573', 3, 'tr_0 tr_510000 tr_510800 ', 0), -(510823, '剑阁县', 510800, '', 0, 0, 'J', '105.53157601887', '32.293478516773', 3, 'tr_0 tr_510000 tr_510800 ', 0), -(510824, '苍溪县', 510800, '', 0, 0, 'C', '105.9414826146', '31.738684400617', 3, 'tr_0 tr_510000 tr_510800 ', 0), -(510903, '船山区', 510900, '', 0, 0, 'C', '105.5745228375', '30.531470607829', 3, 'tr_0 tr_510000 tr_510900 ', 0), -(510904, '安居区', 510900, '', 0, 0, 'A', '105.46246730988', '30.361496469746', 3, 'tr_0 tr_510000 tr_510900 ', 0), -(510921, '蓬溪县', 510900, '', 0, 0, 'P', '105.71344605411', '30.763751441791', 3, 'tr_0 tr_510000 tr_510900 ', 0), -(510922, '射洪县', 510900, '', 0, 0, 'S', '105.39450950992', '30.877138522337', 3, 'tr_0 tr_510000 tr_510900 ', 0), -(510923, '大英县', 510900, '', 0, 0, 'D', '105.24340392313', '30.600810129921', 3, 'tr_0 tr_510000 tr_510900 ', 0), -(511002, '市中区', 511000, '', 0, 0, 'S', '105.07457421786', '29.592710148736', 3, 'tr_0 tr_510000 tr_511000 ', 0), -(511011, '东兴区', 511000, '', 0, 0, 'D', '105.08254748773', '29.598485728583', 3, 'tr_0 tr_510000 tr_511000 ', 0), -(511024, '威远县', 511000, '', 0, 0, 'W', '104.6744982286', '29.533634931412', 3, 'tr_0 tr_510000 tr_511000 ', 0), -(511025, '资中县', 511000, '', 0, 0, 'Z', '104.85849482242', '29.770234032565', 3, 'tr_0 tr_510000 tr_511000 ', 0), -(511071, '内江经济开发区', 511000, '', 0, 0, 'N', '105.064588025', '29.58588653832', 3, 'tr_0 tr_510000 tr_511000 ', 0), -(511083, '隆昌市', 511000, '', 0, 0, 'L', '105.29457175243', '29.345244662083', 3, 'tr_0 tr_510000 tr_511000 ', 0), -(511102, '市中区', 511100, '', 0, 0, 'S', '103.76755865552', '29.561363941633', 3, 'tr_0 tr_510000 tr_511100 ', 0), -(511111, '沙湾区', 511100, '', 0, 0, 'S', '103.55643566073', '29.419272499245', 3, 'tr_0 tr_510000 tr_511100 ', 0), -(511112, '五通桥区', 511100, '', 0, 0, 'W', '103.82445508074', '29.413185014439', 3, 'tr_0 tr_510000 tr_511100 ', 0), -(511113, '金口河区', 511100, '', 0, 0, 'J', '103.08539389554', '29.250803570124', 3, 'tr_0 tr_510000 tr_511100 ', 0), -(511123, '犍为县', 511100, '', 0, 0, '', '', '', 3, 'tr_0 tr_510000 tr_511100 ', 0), -(511124, '井研县', 511100, '', 0, 0, 'J', '104.07651071353', '29.65730305908', 3, 'tr_0 tr_510000 tr_511100 ', 0), -(511126, '夹江县', 511100, '', 0, 0, 'J', '103.57841009994', '29.743846302985', 3, 'tr_0 tr_510000 tr_511100 ', 0), -(511129, '沐川县', 511100, '', 0, 0, 'M', '103.90846703743', '28.962888278216', 3, 'tr_0 tr_510000 tr_511100 ', 0), -(511132, '峨边彝族自治县', 511100, '', 0, 0, 'E', '103.26857725338', '29.236089109563', 3, 'tr_0 tr_510000 tr_511100 ', 0), -(511133, '马边彝族自治县', 511100, '', 0, 0, 'M', '103.55245419105', '28.841736014812', 3, 'tr_0 tr_510000 tr_511100 ', 0), -(511181, '峨眉山市', 511100, '', 0, 0, 'E', '103.4915455741', '29.606975527462', 3, 'tr_0 tr_510000 tr_511100 ', 0), -(511302, '顺庆区', 511300, '', 0, 0, 'S', '106.09841065838', '30.802753098595', 3, 'tr_0 tr_510000 tr_511300 ', 0), -(511303, '高坪区', 511300, '', 0, 0, 'G', '106.12554047291', '30.787254931592', 3, 'tr_0 tr_510000 tr_511300 ', 0), -(511304, '嘉陵区', 511300, '', 0, 0, 'J', '106.07843297265', '30.764895560139', 3, 'tr_0 tr_510000 tr_511300 ', 0), -(511321, '南部县', 511300, '', 0, 0, 'N', '106.04357826971', '31.353705301526', 3, 'tr_0 tr_510000 tr_511300 ', 0), -(511322, '营山县', 511300, '', 0, 0, 'Y', '106.57240802852', '31.083002970199', 3, 'tr_0 tr_510000 tr_511300 ', 0), -(511323, '蓬安县', 511300, '', 0, 0, 'P', '106.41848194209', '31.034630778271', 3, 'tr_0 tr_510000 tr_511300 ', 0); -INSERT INTO `hg_sys_provinces` (`id`, `title`, `pid`, `short_title`, `areacode`, `zipcode`, `pinyin`, `lng`, `lat`, `level`, `tree`, `sort`) VALUES -(511324, '仪陇县', 511300, '', 0, 0, 'Y', '106.30943016844', '31.277597359981', 3, 'tr_0 tr_510000 tr_511300 ', 0), -(511325, '西充县', 511300, '', 0, 0, 'X', '105.90761137653', '31.000688020792', 3, 'tr_0 tr_510000 tr_511300 ', 0), -(511381, '阆中市', 511300, '', 0, 0, 'L', '106.01156526642', '31.56407455364', 3, 'tr_0 tr_510000 tr_511300 ', 0), -(511402, '东坡区', 511400, '', 0, 0, 'D', '103.83852480217', '30.048272134435', 3, 'tr_0 tr_510000 tr_511400 ', 0), -(511403, '彭山区', 511400, '', 0, 0, 'P', '103.87955823007', '30.19885441686', 3, 'tr_0 tr_510000 tr_511400 ', 0), -(511421, '仁寿县', 511400, '', 0, 0, 'R', '104.14047690443', '30.001663984301', 3, 'tr_0 tr_510000 tr_511400 ', 0), -(511423, '洪雅县', 511400, '', 0, 0, 'H', '103.37960224488', '29.910615837469', 3, 'tr_0 tr_510000 tr_511400 ', 0), -(511424, '丹棱县', 511400, '', 0, 0, 'D', '103.51958331729', '30.020362794872', 3, 'tr_0 tr_510000 tr_511400 ', 0), -(511425, '青神县', 511400, '', 0, 0, 'Q', '103.85355883179', '29.837054743717', 3, 'tr_0 tr_510000 tr_511400 ', 0), -(511502, '翠屏区', 511500, '', 0, 0, 'C', '104.62643798553', '28.772051773027', 3, 'tr_0 tr_510000 tr_511500 ', 0), -(511503, '南溪区', 511500, '', 0, 0, 'N', '104.97651330198', '28.851503648027', 3, 'tr_0 tr_510000 tr_511500 ', 0), -(511504, '叙州区', 511500, '', 0, 0, 'X', '104.53944275624', '28.696246394752', 3, 'tr_0 tr_510000 tr_511500 ', 0), -(511523, '江安县', 511500, '', 0, 0, 'J', '105.07359488519', '28.729609721855', 3, 'tr_0 tr_510000 tr_511500 ', 0), -(511524, '长宁县', 511500, '', 0, 0, 'Z', '104.92756445509', '28.588133452699', 3, 'tr_0 tr_510000 tr_511500 ', 0), -(511525, '高县', 511500, '', 0, 0, 'G', '104.52441132032', '28.442510804102', 3, 'tr_0 tr_510000 tr_511500 ', 0), -(511526, '珙县', 511500, '', 0, 0, 'G', '104.71557459549', '28.444319765248', 3, 'tr_0 tr_510000 tr_511500 ', 0), -(511527, '筠连县', 511500, '', 0, 0, 'Y', '104.51740642378', '28.170174457648', 3, 'tr_0 tr_510000 tr_511500 ', 0), -(511528, '兴文县', 511500, '', 0, 0, 'X', '105.24240230064', '28.309904884117', 3, 'tr_0 tr_510000 tr_511500 ', 0), -(511529, '屏山县', 511500, '', 0, 0, 'P', '104.35267533908', '28.834274966477', 3, 'tr_0 tr_510000 tr_511500 ', 0), -(511602, '广安区', 511600, '', 0, 0, 'G', '106.64853115608', '30.479768100142', 3, 'tr_0 tr_510000 tr_511600 ', 0), -(511603, '前锋区', 511600, '', 0, 0, 'Q', '106.90447959588', '30.506435157767', 3, 'tr_0 tr_510000 tr_511600 ', 0), -(511621, '岳池县', 511600, '', 0, 0, 'Y', '106.44641061972', '30.54411986458', 3, 'tr_0 tr_510000 tr_511600 ', 0), -(511622, '武胜县', 511600, '', 0, 0, 'W', '106.3024617431', '30.355495660378', 3, 'tr_0 tr_510000 tr_511600 ', 0), -(511623, '邻水县', 511600, '', 0, 0, 'L', '106.93640258896', '30.341072518332', 3, 'tr_0 tr_510000 tr_511600 ', 0), -(511681, '华蓥市', 511600, '', 0, 0, 'H', '106.78946181601', '30.396307084289', 3, 'tr_0 tr_510000 tr_511600 ', 0), -(511702, '通川区', 511700, '', 0, 0, 'T', '107.51144711201', '31.220931804105', 3, 'tr_0 tr_510000 tr_511700 ', 0), -(511703, '达川区', 511700, '', 0, 0, 'D', '107.51841059667', '31.202393360554', 3, 'tr_0 tr_510000 tr_511700 ', 0), -(511722, '宣汉县', 511700, '', 0, 0, 'X', '107.7335335663', '31.359754823662', 3, 'tr_0 tr_510000 tr_511700 ', 0), -(511723, '开江县', 511700, '', 0, 0, 'K', '107.87542487414', '31.089372149066', 3, 'tr_0 tr_510000 tr_511700 ', 0), -(511724, '大竹县', 511700, '', 0, 0, 'D', '107.21157970735', '30.74207661791', 3, 'tr_0 tr_510000 tr_511700 ', 0), -(511725, '渠县', 511700, '', 0, 0, 'Q', '106.97958296702', '30.842299283481', 3, 'tr_0 tr_510000 tr_511700 ', 0), -(511771, '达州经济开发区', 511700, '', 0, 0, 'D', '107.47459385898', '31.214307723927', 3, 'tr_0 tr_510000 tr_511700 ', 0), -(511781, '万源市', 511700, '', 0, 0, 'W', '108.04154069684', '32.087420847789', 3, 'tr_0 tr_510000 tr_511700 ', 0), -(511802, '雨城区', 511800, '', 0, 0, 'Y', '103.03957520533', '30.011061644393', 3, 'tr_0 tr_510000 tr_511800 ', 0), -(511803, '名山区', 511800, '', 0, 0, 'M', '103.1154857938', '30.075913663382', 3, 'tr_0 tr_510000 tr_511800 ', 0), -(511822, '荥经县', 511800, '', 0, 0, 'X', '102.85343551293', '29.799193512656', 3, 'tr_0 tr_510000 tr_511800 ', 0), -(511823, '汉源县', 511800, '', 0, 0, 'H', '102.65857589024', '29.350217385987', 3, 'tr_0 tr_510000 tr_511800 ', 0), -(511824, '石棉县', 511800, '', 0, 0, 'S', '102.36640453848', '29.23430487759', 3, 'tr_0 tr_510000 tr_511800 ', 0), -(511825, '天全县', 511800, '', 0, 0, 'T', '102.76453022767', '30.072472953275', 3, 'tr_0 tr_510000 tr_511800 ', 0), -(511826, '芦山县', 511800, '', 0, 0, 'L', '102.93452771831', '30.149873189563', 3, 'tr_0 tr_510000 tr_511800 ', 0), -(511827, '宝兴县', 511800, '', 0, 0, 'B', '102.82148423429', '30.374082112445', 3, 'tr_0 tr_510000 tr_511800 ', 0), -(511902, '巴州区', 511900, '', 0, 0, 'B', '106.77551310771', '31.857685602645', 3, 'tr_0 tr_510000 tr_511900 ', 0), -(511903, '恩阳区', 511900, '', 0, 0, 'E', '106.63558190249', '31.802614044176', 3, 'tr_0 tr_510000 tr_511900 ', 0), -(511921, '通江县', 511900, '', 0, 0, 'T', '107.25151684321', '31.917714346881', 3, 'tr_0 tr_510000 tr_511900 ', 0), -(511922, '南江县', 511900, '', 0, 0, 'N', '106.83448345088', '32.352531654165', 3, 'tr_0 tr_510000 tr_511900 ', 0), -(511923, '平昌县', 511900, '', 0, 0, 'P', '107.11059310023', '31.566185810095', 3, 'tr_0 tr_510000 tr_511900 ', 0), -(511971, '巴中经济开发区', 511900, '', 0, 0, 'B', '106.75158530316', '31.872888585957', 3, 'tr_0 tr_510000 tr_511900 ', 0), -(512002, '雁江区', 512000, '', 0, 0, 'Y', '104.65842441063', '30.123753456785', 3, 'tr_0 tr_510000 tr_512000 ', 0), -(512021, '安岳县', 512000, '', 0, 0, 'A', '105.34245423273', '30.103392734494', 3, 'tr_0 tr_510000 tr_512000 ', 0), -(512022, '乐至县', 512000, '', 0, 0, 'L', '105.02747697007', '30.282348346', 3, 'tr_0 tr_510000 tr_512000 ', 0), -(513201, '马尔康市', 513200, '', 0, 0, 'M', '102.21350208208', '31.911747955648', 3, 'tr_0 tr_510000 tr_513200 ', 0), -(513221, '汶川县', 513200, '', 0, 0, 'W', '103.59651788422', '31.483005320468', 3, 'tr_0 tr_510000 tr_513200 ', 0), -(513222, '理县', 513200, '', 0, 0, 'L', '102.23141546175', '31.905511577267', 3, 'tr_0 tr_510000 tr_513200 ', 0), -(513223, '茂县', 513200, '', 0, 0, 'M', '102.23141546175', '31.905511577267', 3, 'tr_0 tr_510000 tr_513200 ', 0), -(513224, '松潘县', 513200, '', 0, 0, 'S', '103.61057968918', '32.661796559853', 3, 'tr_0 tr_510000 tr_513200 ', 0), -(513225, '九寨沟县', 513200, '', 0, 0, 'J', '104.24954673403', '33.257591509496', 3, 'tr_0 tr_510000 tr_513200 ', 0), -(513226, '金川县', 513200, '', 0, 0, 'J', '102.07061042122', '31.482005950337', 3, 'tr_0 tr_510000 tr_513200 ', 0), -(513227, '小金县', 513200, '', 0, 0, 'X', '102.36942635928', '31.002208697062', 3, 'tr_0 tr_510000 tr_513200 ', 0), -(513228, '黑水县', 513200, '', 0, 0, 'H', '102.99651735613', '32.067805449368', 3, 'tr_0 tr_510000 tr_513200 ', 0), -(513230, '壤塘县', 513200, '', 0, 0, 'R', '100.98558348726', '32.271093316269', 3, 'tr_0 tr_510000 tr_513200 ', 0), -(513231, '阿坝县', 513200, '', 0, 0, 'A', '101.71360970816', '32.908220918625', 3, 'tr_0 tr_510000 tr_513200 ', 0), -(513232, '若尔盖县', 513200, '', 0, 0, 'R', '102.97439065413', '33.584376654702', 3, 'tr_0 tr_510000 tr_513200 ', 0), -(513233, '红原县', 513200, '', 0, 0, 'H', '102.55061520946', '32.796605278762', 3, 'tr_0 tr_510000 tr_513200 ', 0), -(513301, '康定市', 513300, '', 0, 0, 'K', '101.96355522139', '30.004407384262', 3, 'tr_0 tr_510000 tr_513300 ', 0), -(513322, '泸定县', 513300, '', 0, 0, 'L', '102.24143209631', '29.920401664951', 3, 'tr_0 tr_510000 tr_513300 ', 0), -(513323, '丹巴县', 513300, '', 0, 0, 'D', '101.89643706759', '30.88476979933', 3, 'tr_0 tr_510000 tr_513300 ', 0), -(513324, '九龙县', 513300, '', 0, 0, 'J', '101.51341566718', '29.006431902925', 3, 'tr_0 tr_510000 tr_513300 ', 0), -(513325, '雅江县', 513300, '', 0, 0, 'Y', '101.02050035294', '30.037568967864', 3, 'tr_0 tr_510000 tr_513300 ', 0), -(513326, '道孚县', 513300, '', 0, 0, 'D', '101.13154034619', '30.985326277402', 3, 'tr_0 tr_510000 tr_513300 ', 0), -(513327, '炉霍县', 513300, '', 0, 0, 'L', '100.68239693357', '31.397991882882', 3, 'tr_0 tr_510000 tr_513300 ', 0), -(513328, '甘孜县', 513300, '', 0, 0, 'G', '99.999210350851', '31.628956694034', 3, 'tr_0 tr_510000 tr_513300 ', 0), -(513329, '新龙县', 513300, '', 0, 0, 'X', '100.31839824093', '30.945469525266', 3, 'tr_0 tr_510000 tr_513300 ', 0), -(513330, '德格县', 513300, '', 0, 0, 'D', '98.587401611354', '31.812106494713', 3, 'tr_0 tr_510000 tr_513300 ', 0), -(513331, '白玉县', 513300, '', 0, 0, 'B', '98.83110021824', '31.215314448788', 3, 'tr_0 tr_510000 tr_513300 ', 0), -(513332, '石渠县', 513300, '', 0, 0, 'S', '98.109480622408', '32.984003420478', 3, 'tr_0 tr_510000 tr_513300 ', 0), -(513333, '色达县', 513300, '', 0, 0, 'S', '100.33941364918', '32.274330413227', 3, 'tr_0 tr_510000 tr_513300 ', 0), -(513334, '理塘县', 513300, '', 0, 0, 'L', '100.27557457998', '30.000030621751', 3, 'tr_0 tr_510000 tr_513300 ', 0), -(513335, '巴塘县', 513300, '', 0, 0, 'B', '99.11672669582', '30.011661707376', 3, 'tr_0 tr_510000 tr_513300 ', 0), -(513336, '乡城县', 513300, '', 0, 0, 'X', '99.805059570922', '28.936733475224', 3, 'tr_0 tr_510000 tr_513300 ', 0), -(513337, '稻城县', 513300, '', 0, 0, 'D', '100.3044615597', '29.043121558126', 3, 'tr_0 tr_510000 tr_513300 ', 0), -(513338, '得荣县', 513300, '', 0, 0, 'D', '99.292984198181', '28.718780051461', 3, 'tr_0 tr_510000 tr_513300 ', 0), -(513401, '西昌市', 513400, '', 0, 0, 'X', '102.27148382917', '27.900580896264', 3, 'tr_0 tr_510000 tr_513400 ', 0), -(513422, '木里藏族自治县', 513400, '', 0, 0, 'M', '101.28639697674', '27.93459855924', 3, 'tr_0 tr_510000 tr_513400 ', 0), -(513423, '盐源县', 513400, '', 0, 0, 'Y', '101.51542912915', '27.428154867741', 3, 'tr_0 tr_510000 tr_513400 ', 0), -(513424, '德昌县', 513400, '', 0, 0, 'D', '102.18259551085', '27.408504192994', 3, 'tr_0 tr_510000 tr_513400 ', 0), -(513425, '会理县', 513400, '', 0, 0, 'H', '102.25143634511', '26.661199778427', 3, 'tr_0 tr_510000 tr_513400 ', 0), -(513426, '会东县', 513400, '', 0, 0, 'H', '102.5844621823', '26.640823775829', 3, 'tr_0 tr_510000 tr_513400 ', 0), -(513427, '宁南县', 513400, '', 0, 0, 'N', '102.76252636654', '27.064605070116', 3, 'tr_0 tr_510000 tr_513400 ', 0), -(513428, '普格县', 513400, '', 0, 0, 'P', '102.54659671863', '27.381996213807', 3, 'tr_0 tr_510000 tr_513400 ', 0), -(513429, '布拖县', 513400, '', 0, 0, 'B', '102.818478493', '27.7121287338', 3, 'tr_0 tr_510000 tr_513400 ', 0), -(513430, '金阳县', 513400, '', 0, 0, 'J', '103.25454895521', '27.702144511749', 3, 'tr_0 tr_510000 tr_513400 ', 0), -(513431, '昭觉县', 513400, '', 0, 0, 'Z', '102.84942278222', '28.020506268006', 3, 'tr_0 tr_510000 tr_513400 ', 0), -(513432, '喜德县', 513400, '', 0, 0, 'X', '102.41956715684', '28.312709832521', 3, 'tr_0 tr_510000 tr_513400 ', 0), -(513433, '冕宁县', 513400, '', 0, 0, 'M', '102.18357457402', '28.55529444536', 3, 'tr_0 tr_510000 tr_513400 ', 0), -(513434, '越西县', 513400, '', 0, 0, 'Y', '102.5144744814', '28.645827564326', 3, 'tr_0 tr_510000 tr_513400 ', 0), -(513435, '甘洛县', 513400, '', 0, 0, 'G', '102.77859651312', '28.9648231905', 3, 'tr_0 tr_510000 tr_513400 ', 0), -(513436, '美姑县', 513400, '', 0, 0, 'M', '103.13858579866', '28.33401962389', 3, 'tr_0 tr_510000 tr_513400 ', 0), -(513437, '雷波县', 513400, '', 0, 0, 'L', '103.57842869486', '28.268950617624', 3, 'tr_0 tr_510000 tr_513400 ', 0), -(520102, '南明区', 520100, '', 0, 0, 'N', '106.72052763544', '26.574336181539', 3, 'tr_0 tr_520000 tr_520100 ', 0), -(520103, '云岩区', 520100, '', 0, 0, 'Y', '106.73053475882', '26.610381076426', 3, 'tr_0 tr_520000 tr_520100 ', 0), -(520111, '花溪区', 520100, '', 0, 0, 'H', '106.6764407773', '26.41587945643', 3, 'tr_0 tr_520000 tr_520100 ', 0), -(520112, '乌当区', 520100, '', 0, 0, 'W', '106.75755803432', '26.636529135598', 3, 'tr_0 tr_520000 tr_520100 ', 0), -(520113, '白云区', 520100, '', 0, 0, 'B', '106.62959683989', '26.683588499124', 3, 'tr_0 tr_520000 tr_520100 ', 0), -(520115, '观山湖区', 520100, '', 0, 0, 'G', '106.60953255751', '26.623894296899', 3, 'tr_0 tr_520000 tr_520100 ', 0), -(520121, '开阳县', 520100, '', 0, 0, 'K', '106.97155955928', '27.063673573951', 3, 'tr_0 tr_520000 tr_520100 ', 0), -(520122, '息烽县', 520100, '', 0, 0, 'X', '106.74756178044', '27.096475267062', 3, 'tr_0 tr_520000 tr_520100 ', 0), -(520123, '修文县', 520100, '', 0, 0, 'X', '106.59849220314', '26.844862447594', 3, 'tr_0 tr_520000 tr_520100 ', 0), -(520181, '清镇市', 520100, '', 0, 0, 'Q', '106.47752261032', '26.561987898479', 3, 'tr_0 tr_520000 tr_520100 ', 0), -(520201, '钟山区', 520200, '', 0, 0, 'Z', '104.85052981696', '26.580704079622', 3, 'tr_0 tr_520000 tr_520200 ', 0), -(520203, '六枝特区', 520200, '', 0, 0, 'L', '105.48342934686', '26.219214290638', 3, 'tr_0 tr_520000 tr_520200 ', 0), -(520221, '水城县', 520200, '', 0, 0, 'S', '104.96456610819', '26.553719763692', 3, 'tr_0 tr_520000 tr_520200 ', 0), -(520281, '盘州市', 520200, '', 0, 0, 'P', '104.47858183932', '25.715651258076', 3, 'tr_0 tr_520000 tr_520200 ', 0), -(520302, '红花岗区', 520300, '', 0, 0, 'H', '106.90049658668', '27.650870260732', 3, 'tr_0 tr_520000 tr_520300 ', 0), -(520303, '汇川区', 520300, '', 0, 0, 'H', '106.94045752761', '27.756343380087', 3, 'tr_0 tr_520000 tr_520300 ', 0), -(520304, '播州区', 520300, '', 0, 0, 'B', '106.83650354793', '27.542500878', 3, 'tr_0 tr_520000 tr_520300 ', 0), -(520322, '桐梓县', 520300, '', 0, 0, 'T', '106.83248902061', '28.139468384162', 3, 'tr_0 tr_520000 tr_520300 ', 0), -(520323, '绥阳县', 520300, '', 0, 0, 'S', '107.19749228819', '27.953080005876', 3, 'tr_0 tr_520000 tr_520300 ', 0), -(520324, '正安县', 520300, '', 0, 0, 'Z', '107.4605748906', '28.55909172878', 3, 'tr_0 tr_520000 tr_520300 ', 0), -(520325, '道真仡佬族苗族自治县', 520300, '', 0, 0, 'D', '107.61948378781', '28.86864981438', 3, 'tr_0 tr_520000 tr_520300 ', 0), -(520326, '务川仡佬族苗族自治县', 520300, '', 0, 0, 'W', '107.90545629257', '28.569077110562', 3, 'tr_0 tr_520000 tr_520300 ', 0), -(520327, '凤冈县', 520300, '', 0, 0, 'F', '107.72354763025', '27.960695338965', 3, 'tr_0 tr_520000 tr_520300 ', 0), -(520328, '湄潭县', 520300, '', 0, 0, 'M', '107.47259853019', '27.75449836496', 3, 'tr_0 tr_520000 tr_520300 ', 0), -(520329, '余庆县', 520300, '', 0, 0, 'Y', '107.91146020728', '27.221379027997', 3, 'tr_0 tr_520000 tr_520300 ', 0), -(520330, '习水县', 520300, '', 0, 0, 'X', '106.20342803999', '28.339117886481', 3, 'tr_0 tr_520000 tr_520300 ', 0), -(520381, '赤水市', 520300, '', 0, 0, 'C', '105.70348859502', '28.596118908733', 3, 'tr_0 tr_520000 tr_520300 ', 0), -(520382, '仁怀市', 520300, '', 0, 0, 'R', '106.40752655518', '27.797752158543', 3, 'tr_0 tr_520000 tr_520300 ', 0), -(450702, '钦南区', 450700, '', 0, 0, 'Q', '108.66454861267', '21.945972440989', 3, 'tr_0 tr_450000 tr_450700 ', 0), -(450703, '钦北区', 450700, '', 0, 0, 'Q', '108.63851257493', '22.020367050196', 3, 'tr_0 tr_450000 tr_450700 ', 0), -(450721, '灵山县', 450700, '', 0, 0, 'L', '109.29747796631', '22.422413326701', 3, 'tr_0 tr_450000 tr_450700 ', 0), -(450722, '浦北县', 450700, '', 0, 0, 'P', '109.5634229294', '22.277822326937', 3, 'tr_0 tr_450000 tr_450700 ', 0), -(520402, '西秀区', 520400, '', 0, 0, 'X', '105.97240632053', '26.251497663244', 3, 'tr_0 tr_520000 tr_520400 ', 0), -(520403, '平坝区', 520400, '', 0, 0, 'P', '106.26358378709', '26.411186471257', 3, 'tr_0 tr_520000 tr_520400 ', 0), -(520422, '普定县', 520400, '', 0, 0, 'P', '105.74848570614', '26.308233451347', 3, 'tr_0 tr_520000 tr_520400 ', 0), -(520423, '镇宁布依族苗族自治县', 520400, '', 0, 0, 'Z', '105.77658344485', '26.063829083032', 3, 'tr_0 tr_520000 tr_520400 ', 0), -(520424, '关岭布依族苗族自治县', 520400, '', 0, 0, 'G', '105.62547597168', '25.949877045969', 3, 'tr_0 tr_520000 tr_520400 ', 0), -(520425, '紫云苗族布依族自治县', 520400, '', 0, 0, 'Z', '106.09041375093', '25.757408728958', 3, 'tr_0 tr_520000 tr_520400 ', 0), -(520502, '七星关区', 520500, '', 0, 0, 'Q', '105.31158071811', '27.304095223427', 3, 'tr_0 tr_520000 tr_520500 ', 0), -(520521, '大方县', 520500, '', 0, 0, 'D', '105.61845131242', '27.147060750626', 3, 'tr_0 tr_520000 tr_520500 ', 0), -(520522, '黔西县', 520500, '', 0, 0, 'Q', '106.03857397726', '27.014344747084', 3, 'tr_0 tr_520000 tr_520500 ', 0), -(520523, '金沙县', 520500, '', 0, 0, 'J', '106.22644163901', '27.465354872614', 3, 'tr_0 tr_520000 tr_520500 ', 0), -(520524, '织金县', 520500, '', 0, 0, 'Z', '105.77758954702', '26.669221885659', 3, 'tr_0 tr_520000 tr_520500 ', 0), -(520525, '纳雍县', 520500, '', 0, 0, 'N', '105.38948662276', '26.783717229132', 3, 'tr_0 tr_520000 tr_520500 ', 0), -(520526, '威宁彝族回族苗族自治县', 520500, '', 0, 0, 'W', '104.25948063398', '26.879247190553', 3, 'tr_0 tr_520000 tr_520500 ', 0), -(520527, '赫章县', 520500, '', 0, 0, 'H', '104.73351582262', '27.129051675142', 3, 'tr_0 tr_520000 tr_520500 ', 0), -(520602, '碧江区', 520600, '', 0, 0, 'B', '109.18743536171', '27.696773471802', 3, 'tr_0 tr_520000 tr_520600 ', 0), -(520603, '万山区', 520600, '', 0, 0, 'W', '109.22045617394', '27.524647851983', 3, 'tr_0 tr_520000 tr_520600 ', 0), -(520621, '江口县', 520600, '', 0, 0, 'J', '108.84540005924', '27.705921695043', 3, 'tr_0 tr_520000 tr_520600 ', 0), -(520622, '玉屏侗族自治县', 520600, '', 0, 0, 'Y', '108.920563527', '27.248557881456', 3, 'tr_0 tr_520000 tr_520600 ', 0), -(520623, '石阡县', 520600, '', 0, 0, 'S', '108.23046385479', '27.519722059758', 3, 'tr_0 tr_520000 tr_520600 ', 0), -(520624, '思南县', 520600, '', 0, 0, 'S', '108.25941731933', '27.944547877977', 3, 'tr_0 tr_520000 tr_520600 ', 0), -(520625, '印江土家族苗族自治县', 520600, '', 0, 0, 'Y', '108.41659167843', '27.999823251993', 3, 'tr_0 tr_520000 tr_520600 ', 0), -(520626, '德江县', 520600, '', 0, 0, 'D', '108.1264110615', '28.270423278494', 3, 'tr_0 tr_520000 tr_520600 ', 0), -(520627, '沿河土家族自治县', 520600, '', 0, 0, 'Y', '108.51047753979', '28.570101680095', 3, 'tr_0 tr_520000 tr_520600 ', 0), -(520628, '松桃苗族自治县', 520600, '', 0, 0, 'S', '109.20940351278', '28.160420179011', 3, 'tr_0 tr_520000 tr_520600 ', 0), -(522301, '兴义市', 522300, '', 0, 0, 'X', '104.9024609483', '25.098113310297', 3, 'tr_0 tr_520000 tr_522300 ', 0), -(522302, '兴仁市', 522300, '', 0, 0, 'X', '105.19256772452', '25.440898753576', 3, 'tr_0 tr_520000 tr_522300 ', 0), -(522323, '普安县', 522300, '', 0, 0, 'P', '104.95954583802', '25.789951769129', 3, 'tr_0 tr_520000 tr_522300 ', 0), -(522324, '晴隆县', 522300, '', 0, 0, 'Q', '105.22548361467', '25.841047900453', 3, 'tr_0 tr_520000 tr_522300 ', 0), -(522325, '贞丰县', 522300, '', 0, 0, 'Z', '105.65655958807', '25.392123965341', 3, 'tr_0 tr_520000 tr_522300 ', 0), -(522326, '望谟县', 522300, '', 0, 0, 'W', '106.10644455174', '25.18435492392', 3, 'tr_0 tr_520000 tr_522300 ', 0), -(522327, '册亨县', 522300, '', 0, 0, 'C', '105.81851050706', '24.989637494252', 3, 'tr_0 tr_520000 tr_522300 ', 0), -(522328, '安龙县', 522300, '', 0, 0, 'A', '105.44954274777', '25.103990431232', 3, 'tr_0 tr_520000 tr_522300 ', 0), -(522601, '凯里市', 522600, '', 0, 0, 'K', '107.98944624078', '26.589702969826', 3, 'tr_0 tr_520000 tr_522600 ', 0), -(522622, '黄平县', 522600, '', 0, 0, 'H', '107.92354780622', '26.911288643101', 3, 'tr_0 tr_520000 tr_522600 ', 0), -(522623, '施秉县', 522600, '', 0, 0, 'S', '108.13043978205', '27.039822051733', 3, 'tr_0 tr_520000 tr_522600 ', 0), -(522624, '三穗县', 522600, '', 0, 0, 'S', '108.68154500207', '26.958666465246', 3, 'tr_0 tr_520000 tr_522600 ', 0), -(522625, '镇远县', 522600, '', 0, 0, 'Z', '108.43658077263', '27.054820913901', 3, 'tr_0 tr_520000 tr_522600 ', 0), -(522626, '岑巩县', 522600, '', 0, 0, 'C', '108.82248096196', '27.179902417394', 3, 'tr_0 tr_520000 tr_522600 ', 0), -(522627, '天柱县', 522600, '', 0, 0, 'T', '109.21444570161', '26.915804084012', 3, 'tr_0 tr_520000 tr_522600 ', 0), -(522628, '锦屏县', 522600, '', 0, 0, 'J', '109.20743846948', '26.682631631865', 3, 'tr_0 tr_520000 tr_522600 ', 0), -(522629, '剑河县', 522600, '', 0, 0, 'J', '108.44751710323', '26.734047558881', 3, 'tr_0 tr_520000 tr_522600 ', 0), -(522630, '台江县', 522600, '', 0, 0, 'T', '108.32855163', '26.672372539643', 3, 'tr_0 tr_520000 tr_522600 ', 0), -(522631, '黎平县', 522600, '', 0, 0, 'L', '109.14356697147', '26.236874050192', 3, 'tr_0 tr_520000 tr_522600 ', 0), -(522632, '榕江县', 522600, '', 0, 0, 'R', '108.52755369872', '25.93772537325', 3, 'tr_0 tr_520000 tr_522600 ', 0), -(522633, '从江县', 522600, '', 0, 0, 'C', '108.91156142782', '25.759881327892', 3, 'tr_0 tr_520000 tr_522600 ', 0), -(522634, '雷山县', 522600, '', 0, 0, 'L', '108.08452891457', '26.384205121689', 3, 'tr_0 tr_520000 tr_522600 ', 0), -(522635, '麻江县', 522600, '', 0, 0, 'M', '107.59555140191', '26.496807595584', 3, 'tr_0 tr_520000 tr_522600 ', 0), -(522636, '丹寨县', 522600, '', 0, 0, 'D', '107.79551348972', '26.204421169869', 3, 'tr_0 tr_520000 tr_522600 ', 0), -(522701, '都匀市', 522700, '', 0, 0, 'D', '107.52540443144', '26.266117957789', 3, 'tr_0 tr_520000 tr_522700 ', 0), -(522702, '福泉市', 522700, '', 0, 0, 'F', '107.52643281158', '26.692525700784', 3, 'tr_0 tr_520000 tr_522700 ', 0), -(522722, '荔波县', 522700, '', 0, 0, 'L', '107.89340938687', '25.417097566273', 3, 'tr_0 tr_520000 tr_522700 ', 0), -(522723, '贵定县', 522700, '', 0, 0, 'G', '107.2405543594', '26.590659655039', 3, 'tr_0 tr_520000 tr_522700 ', 0), -(522725, '瓮安县', 522700, '', 0, 0, 'W', '107.47755223592', '27.084125602602', 3, 'tr_0 tr_520000 tr_522700 ', 0), -(522726, '独山县', 522700, '', 0, 0, 'D', '107.55149778107', '25.828287807074', 3, 'tr_0 tr_520000 tr_522700 ', 0), -(522727, '平塘县', 522700, '', 0, 0, 'P', '107.32956664388', '25.828201706902', 3, 'tr_0 tr_520000 tr_522700 ', 0), -(522728, '罗甸县', 522700, '', 0, 0, 'L', '106.75854805682', '25.430837682972', 3, 'tr_0 tr_520000 tr_522700 ', 0), -(522729, '长顺县', 522700, '', 0, 0, 'Z', '106.45842122163', '26.028454545714', 3, 'tr_0 tr_520000 tr_522700 ', 0), -(522730, '龙里县', 522700, '', 0, 0, 'L', '106.98658596469', '26.459080630642', 3, 'tr_0 tr_520000 tr_522700 ', 0), -(522731, '惠水县', 522700, '', 0, 0, 'H', '106.66345262709', '26.138209889396', 3, 'tr_0 tr_520000 tr_522700 ', 0), -(522732, '三都水族自治县', 522700, '', 0, 0, 'S', '107.84263500353', '26.096765617985', 3, 'tr_0 tr_520000 tr_522700 ', 0), -(530102, '五华区', 530100, '', 0, 0, 'W', '102.7134232806', '25.049834961981', 3, 'tr_0 tr_530000 tr_530100 ', 0), -(530103, '盘龙区', 530100, '', 0, 0, 'P', '102.7585262121', '25.12237227983', 3, 'tr_0 tr_530000 tr_530100 ', 0), -(530111, '官渡区', 530100, '', 0, 0, 'G', '102.7504817066', '25.021196423859', 3, 'tr_0 tr_530000 tr_530100 ', 0), -(530112, '西山区', 530100, '', 0, 0, 'X', '102.6715571235', '25.043198760947', 3, 'tr_0 tr_530000 tr_530100 ', 0), -(530113, '东川区', 530100, '', 0, 0, 'D', '103.19445186746', '26.089054237623', 3, 'tr_0 tr_530000 tr_530100 ', 0), -(530114, '呈贡区', 530100, '', 0, 0, 'C', '102.82747259726', '24.891871210947', 3, 'tr_0 tr_530000 tr_530100 ', 0), -(530115, '晋宁区', 530100, '', 0, 0, 'J', '102.60241805181', '24.676098812517', 3, 'tr_0 tr_530000 tr_530100 ', 0), -(530124, '富民县', 530100, '', 0, 0, 'F', '102.50447319701', '25.228085092195', 3, 'tr_0 tr_530000 tr_530100 ', 0), -(530125, '宜良县', 530100, '', 0, 0, 'Y', '103.14755798426', '24.925286989652', 3, 'tr_0 tr_530000 tr_530100 ', 0), -(530126, '石林彝族自治县', 530100, '', 0, 0, 'S', '103.29650817676', '24.77770196132', 3, 'tr_0 tr_530000 tr_530100 ', 0), -(530127, '嵩明县', 530100, '', 0, 0, 'S', '103.04356394016', '25.344409459135', 3, 'tr_0 tr_530000 tr_530100 ', 0), -(530128, '禄劝彝族苗族自治县', 530100, '', 0, 0, 'L', '102.47742324184', '25.55767180024', 3, 'tr_0 tr_530000 tr_530100 ', 0), -(530129, '寻甸回族彝族自治县', 530100, '', 0, 0, 'X', '103.26357387135', '25.563893580433', 3, 'tr_0 tr_530000 tr_530100 ', 0), -(530181, '安宁市', 530100, '', 0, 0, 'A', '102.48440918413', '24.925601726344', 3, 'tr_0 tr_530000 tr_530100 ', 0), -(530302, '麒麟区', 530300, '', 0, 0, 'Q', '103.81143036949', '25.502101828437', 3, 'tr_0 tr_530000 tr_530300 ', 0), -(530303, '沾益区', 530300, '', 0, 0, 'Z', '103.82848532841', '25.606630798868', 3, 'tr_0 tr_530000 tr_530300 ', 0), -(530304, '马龙区', 530300, '', 0, 0, 'M', '103.58544688632', '25.433966374816', 3, 'tr_0 tr_530000 tr_530300 ', 0), -(530322, '陆良县', 530300, '', 0, 0, 'L', '103.67343249743', '25.035639470439', 3, 'tr_0 tr_530000 tr_530300 ', 0), -(530323, '师宗县', 530300, '', 0, 0, 'S', '103.99155634453', '24.827994969501', 3, 'tr_0 tr_530000 tr_530300 ', 0), -(530324, '罗平县', 530300, '', 0, 0, 'L', '104.31551019438', '24.890519724895', 3, 'tr_0 tr_530000 tr_530300 ', 0), -(530325, '富源县', 530300, '', 0, 0, 'F', '104.2614742434', '25.680279502133', 3, 'tr_0 tr_530000 tr_530300 ', 0), -(530326, '会泽县', 530300, '', 0, 0, 'H', '103.30348729192', '26.424215045561', 3, 'tr_0 tr_530000 tr_530300 ', 0), -(530381, '宣威市', 530300, '', 0, 0, 'X', '104.1115760691', '26.225598378324', 3, 'tr_0 tr_530000 tr_530300 ', 0), -(530402, '红塔区', 530400, '', 0, 0, 'H', '102.55156461759', '24.359801443673', 3, 'tr_0 tr_530000 tr_530400 ', 0), -(530403, '江川区', 530400, '', 0, 0, 'J', '102.76052700796', '24.293438700984', 3, 'tr_0 tr_530000 tr_530400 ', 0), -(530422, '澄江县', 530400, '', 0, 0, 'C', '102.91455487235', '24.679414908816', 3, 'tr_0 tr_530000 tr_530400 ', 0), -(530423, '通海县', 530400, '', 0, 0, 'T', '102.73242289128', '24.117891201574', 3, 'tr_0 tr_530000 tr_530400 ', 0), -(530424, '华宁县', 530400, '', 0, 0, 'H', '102.93549185853', '24.198581027163', 3, 'tr_0 tr_530000 tr_530400 ', 0), -(530425, '易门县', 530400, '', 0, 0, 'Y', '102.1695354962', '24.677404477592', 3, 'tr_0 tr_530000 tr_530400 ', 0), -(530426, '峨山彝族自治县', 530400, '', 0, 0, 'E', '102.41256450607', '24.174774239093', 3, 'tr_0 tr_530000 tr_530400 ', 0), -(530427, '新平彝族傣族自治县', 530400, '', 0, 0, 'X', '101.99642771261', '24.076262705278', 3, 'tr_0 tr_530000 tr_530400 ', 0), -(530428, '元江哈尼族彝族傣族自治县', 530400, '', 0, 0, 'Y', '102.00441463673', '23.603000905475', 3, 'tr_0 tr_530000 tr_530400 ', 0), -(530502, '隆阳区', 530500, '', 0, 0, 'L', '99.172070839289', '25.12688832219', 3, 'tr_0 tr_530000 tr_530500 ', 0), -(530521, '施甸县', 530500, '', 0, 0, 'S', '99.195469362222', '24.728835000146', 3, 'tr_0 tr_530000 tr_530500 ', 0), -(530523, '龙陵县', 530500, '', 0, 0, 'L', '98.695749912275', '24.592546947017', 3, 'tr_0 tr_530000 tr_530500 ', 0), -(530524, '昌宁县', 530500, '', 0, 0, 'C', '99.611616576026', '24.833984919853', 3, 'tr_0 tr_530000 tr_530500 ', 0), -(530581, '腾冲市', 530500, '', 0, 0, 'T', '98.497595035489', '25.026616860346', 3, 'tr_0 tr_530000 tr_530500 ', 0), -(530602, '昭阳区', 530600, '', 0, 0, 'Z', '103.71347042315', '27.326144206053', 3, 'tr_0 tr_530000 tr_530600 ', 0), -(530621, '鲁甸县', 530600, '', 0, 0, 'L', '103.5644121645', '27.193107219133', 3, 'tr_0 tr_530000 tr_530600 ', 0), -(530622, '巧家县', 530600, '', 0, 0, 'Q', '102.93651934037', '26.914705038577', 3, 'tr_0 tr_530000 tr_530600 ', 0), -(530623, '盐津县', 530600, '', 0, 0, 'Y', '104.24157884246', '28.114384038516', 3, 'tr_0 tr_530000 tr_530600 ', 0), -(530624, '大关县', 530600, '', 0, 0, 'D', '103.89751489665', '27.754021401911', 3, 'tr_0 tr_530000 tr_530600 ', 0), -(530625, '永善县', 530600, '', 0, 0, 'Y', '103.6445690431', '28.234722481383', 3, 'tr_0 tr_530000 tr_530600 ', 0), -(530626, '绥江县', 530600, '', 0, 0, 'S', '103.9645523826', '28.604277931727', 3, 'tr_0 tr_530000 tr_530600 ', 0), -(530627, '镇雄县', 530600, '', 0, 0, 'Z', '104.88040422431', '27.447794634649', 3, 'tr_0 tr_530000 tr_530600 ', 0), -(530628, '彝良县', 530600, '', 0, 0, 'Y', '104.05444303021', '27.631690165547', 3, 'tr_0 tr_530000 tr_530600 ', 0), -(530629, '威信县', 530600, '', 0, 0, 'W', '105.05557676311', '27.85253746404', 3, 'tr_0 tr_530000 tr_530600 ', 0), -(530681, '水富市', 530600, '', 0, 0, 'S', '104.42243298394', '28.636106975262', 3, 'tr_0 tr_530000 tr_530600 ', 0), -(530702, '古城区', 530700, '', 0, 0, 'G', '100.23248033921', '26.883161684001', 3, 'tr_0 tr_530000 tr_530700 ', 0), -(530721, '玉龙纳西族自治县', 530700, '', 0, 0, 'Y', '100.24352734105', '26.827391803625', 3, 'tr_0 tr_530000 tr_530700 ', 0), -(530722, '永胜县', 530700, '', 0, 0, 'Y', '100.75758141133', '26.689950245419', 3, 'tr_0 tr_530000 tr_530700 ', 0), -(530723, '华坪县', 530700, '', 0, 0, 'H', '101.27243012268', '26.635223014622', 3, 'tr_0 tr_530000 tr_530700 ', 0), -(530724, '宁蒗彝族自治县', 530700, '', 0, 0, 'N', '100.85859038623', '27.287727826052', 3, 'tr_0 tr_530000 tr_530700 ', 0), -(530802, '思茅区', 530800, '', 0, 0, 'S', '100.98355510298', '22.79249798436', 3, 'tr_0 tr_530000 tr_530800 ', 0), -(530821, '宁洱哈尼族彝族自治县', 530800, '', 0, 0, 'N', '101.05244246946', '23.054590179481', 3, 'tr_0 tr_530000 tr_530800 ', 0), -(530822, '墨江哈尼族自治县', 530800, '', 0, 0, 'M', '101.69858356155', '23.437725772256', 3, 'tr_0 tr_530000 tr_530800 ', 0), -(530823, '景东彝族自治县', 530800, '', 0, 0, 'J', '100.83848864452', '24.451863775495', 3, 'tr_0 tr_530000 tr_530800 ', 0), -(530824, '景谷傣族彝族自治县', 530800, '', 0, 0, 'J', '100.7094565801', '23.503204071241', 3, 'tr_0 tr_530000 tr_530800 ', 0), -(530825, '镇沅彝族哈尼族拉祜族自治县', 530800, '', 0, 0, 'Z', '101.11556882305', '24.010330833613', 3, 'tr_0 tr_530000 tr_530800 ', 0), -(530826, '江城哈尼族彝族自治县', 530800, '', 0, 0, 'J', '101.86847918429', '22.59168385943', 3, 'tr_0 tr_530000 tr_530800 ', 0), -(530827, '孟连傣族拉祜族佤族自治县', 530800, '', 0, 0, 'M', '99.590962825578', '22.335307615556', 3, 'tr_0 tr_530000 tr_530800 ', 0), -(530828, '澜沧拉祜族自治县', 530800, '', 0, 0, 'L', '99.938588283239', '22.561831918087', 3, 'tr_0 tr_530000 tr_530800 ', 0), -(530829, '西盟佤族自治县', 530800, '', 0, 0, 'X', '99.596622150289', '22.650656010974', 3, 'tr_0 tr_530000 tr_530800 ', 0), -(530902, '临翔区', 530900, '', 0, 0, 'L', '100.0884425304', '23.901401938645', 3, 'tr_0 tr_530000 tr_530900 ', 0), -(530921, '凤庆县', 530900, '', 0, 0, 'F', '99.934989222215', '24.586472458274', 3, 'tr_0 tr_530000 tr_530900 ', 0), -(530922, '云县', 530900, '', 0, 0, 'Y', '100.12953102441', '24.442807275329', 3, 'tr_0 tr_530000 tr_530900 ', 0), -(530923, '永德县', 530900, '', 0, 0, 'Y', '99.265075642606', '24.024871282777', 3, 'tr_0 tr_530000 tr_530900 ', 0), -(530924, '镇康县', 530900, '', 0, 0, 'Z', '98.831871224123', '23.768315480096', 3, 'tr_0 tr_530000 tr_530900 ', 0), -(530925, '双江拉祜族佤族布朗族傣族自治县', 530900, '', 0, 0, 'S', '99.834130982979', '23.479836504614', 3, 'tr_0 tr_530000 tr_530900 ', 0), -(530926, '耿马傣族佤族自治县', 530900, '', 0, 0, 'G', '99.403942176092', '23.543490995101', 3, 'tr_0 tr_530000 tr_530900 ', 0), -(530927, '沧源佤族自治县', 530900, '', 0, 0, 'C', '99.252721696084', '23.152878733913', 3, 'tr_0 tr_530000 tr_530900 ', 0), -(532301, '楚雄市', 532300, '', 0, 0, 'C', '101.55247228396', '25.038860388323', 3, 'tr_0 tr_530000 tr_532300 ', 0), -(532322, '双柏县', 532300, '', 0, 0, 'S', '101.64840700053', '24.694898530382', 3, 'tr_0 tr_530000 tr_532300 ', 0), -(532323, '牟定县', 532300, '', 0, 0, 'M', '101.55348099122', '25.318845903714', 3, 'tr_0 tr_530000 tr_532300 ', 0), -(532324, '南华县', 532300, '', 0, 0, 'N', '101.28042055018', '25.198587071156', 3, 'tr_0 tr_530000 tr_532300 ', 0), -(532325, '姚安县', 532300, '', 0, 0, 'Y', '101.2485272012', '25.509775443473', 3, 'tr_0 tr_530000 tr_532300 ', 0), -(532326, '大姚县', 532300, '', 0, 0, 'D', '101.33056746713', '25.727600600572', 3, 'tr_0 tr_530000 tr_532300 ', 0), -(532327, '永仁县', 532300, '', 0, 0, 'Y', '101.67249299667', '26.055565754521', 3, 'tr_0 tr_530000 tr_532300 ', 0), -(532328, '元谋县', 532300, '', 0, 0, 'Y', '101.8804452425', '25.710895319939', 3, 'tr_0 tr_530000 tr_532300 ', 0), -(532329, '武定县', 532300, '', 0, 0, 'W', '102.41053182037', '25.536089587807', 3, 'tr_0 tr_530000 tr_532300 ', 0), -(532331, '禄丰县', 532300, '', 0, 0, 'L', '102.08553135476', '25.155830804806', 3, 'tr_0 tr_530000 tr_532300 ', 0), -(532501, '个旧市', 532500, '', 0, 0, 'G', '103.16651860849', '23.364941534583', 3, 'tr_0 tr_530000 tr_532500 ', 0), -(532502, '开远市', 532500, '', 0, 0, 'K', '103.27355323709', '23.719907796912', 3, 'tr_0 tr_530000 tr_532500 ', 0), -(532503, '蒙自市', 532500, '', 0, 0, 'M', '103.37154588175', '23.402079885198', 3, 'tr_0 tr_530000 tr_532500 ', 0), -(532504, '弥勒市', 532500, '', 0, 0, 'M', '103.421489063', '24.417982225357', 3, 'tr_0 tr_530000 tr_532500 ', 0), -(532523, '屏边苗族自治县', 532500, '', 0, 0, 'P', '103.69343183232', '22.989989585513', 3, 'tr_0 tr_530000 tr_532500 ', 0), -(532524, '建水县', 532500, '', 0, 0, 'J', '102.83343959161', '23.640938563461', 3, 'tr_0 tr_530000 tr_532500 ', 0), -(532525, '石屏县', 532500, '', 0, 0, 'S', '102.50244661978', '23.712004452449', 3, 'tr_0 tr_530000 tr_532500 ', 0), -(532527, '泸西县', 532500, '', 0, 0, 'L', '103.77252314092', '24.53803716745', 3, 'tr_0 tr_530000 tr_532500 ', 0), -(532528, '元阳县', 532500, '', 0, 0, 'Y', '102.84143280386', '23.226198051926', 3, 'tr_0 tr_530000 tr_532500 ', 0), -(532529, '红河县', 532500, '', 0, 0, 'H', '102.42755057757', '23.374488738365', 3, 'tr_0 tr_530000 tr_532500 ', 0), -(532530, '金平苗族瑶族傣族自治县', 532500, '', 0, 0, 'J', '103.23246860579', '22.785560606183', 3, 'tr_0 tr_530000 tr_532500 ', 0), -(532531, '绿春县', 532500, '', 0, 0, 'L', '102.39849398755', '23.000164936586', 3, 'tr_0 tr_530000 tr_532500 ', 0), -(532532, '河口瑶族自治县', 532500, '', 0, 0, 'H', '103.9454436278', '22.535465602947', 3, 'tr_0 tr_530000 tr_532500 ', 0), -(532601, '文山市', 532600, '', 0, 0, 'W', '104.23854382746', '23.391944131908', 3, 'tr_0 tr_530000 tr_532600 ', 0), -(532622, '砚山县', 532600, '', 0, 0, 'Y', '104.3435508907', '23.6114865767', 3, 'tr_0 tr_530000 tr_532600 ', 0), -(532623, '西畴县', 532600, '', 0, 0, 'X', '104.67852542203', '23.443271275283', 3, 'tr_0 tr_530000 tr_532600 ', 0), -(532624, '麻栗坡县', 532600, '', 0, 0, 'M', '104.70954948078', '23.13158558356', 3, 'tr_0 tr_530000 tr_532600 ', 0), -(532625, '马关县', 532600, '', 0, 0, 'M', '104.40041497692', '23.018993577166', 3, 'tr_0 tr_530000 tr_532600 ', 0), -(532626, '丘北县', 532600, '', 0, 0, 'Q', '104.17344174074', '24.056993896218', 3, 'tr_0 tr_530000 tr_532600 ', 0), -(532627, '广南县', 532600, '', 0, 0, 'G', '105.06158238459', '24.052198510921', 3, 'tr_0 tr_530000 tr_532600 ', 0), -(532628, '富宁县', 532600, '', 0, 0, 'F', '105.63749017905', '23.63138040952', 3, 'tr_0 tr_530000 tr_532600 ', 0), -(532801, '景洪市', 532800, '', 0, 0, 'J', '100.80644312258', '22.017004423119', 3, 'tr_0 tr_530000 tr_532800 ', 0), -(532822, '勐海县', 532800, '', 0, 0, 'M', '100.4594459398', '21.963433596681', 3, 'tr_0 tr_530000 tr_532800 ', 0), -(532823, '勐腊县', 532800, '', 0, 0, 'M', '101.57152830823', '21.465280880862', 3, 'tr_0 tr_530000 tr_532800 ', 0), -(532901, '大理市', 532900, '', 0, 0, 'D', '100.23651930044', '25.597604905452', 3, 'tr_0 tr_530000 tr_532900 ', 0), -(532922, '漾濞彝族自治县', 532900, '', 0, 0, 'Y', '99.964413758168', '25.676295762972', 3, 'tr_0 tr_530000 tr_532900 ', 0), -(532923, '祥云县', 532900, '', 0, 0, 'X', '100.55744657937', '25.489872506242', 3, 'tr_0 tr_530000 tr_532900 ', 0), -(532924, '宾川县', 532900, '', 0, 0, 'B', '100.57845668762', '25.835249028198', 3, 'tr_0 tr_530000 tr_532900 ', 0), -(532925, '弥渡县', 532900, '', 0, 0, 'M', '100.49758601546', '25.349336028746', 3, 'tr_0 tr_530000 tr_532900 ', 0), -(532926, '南涧彝族自治县', 532900, '', 0, 0, 'N', '100.51554862227', '25.049426762094', 3, 'tr_0 tr_530000 tr_532900 ', 0), -(532927, '巍山彝族回族自治县', 532900, '', 0, 0, 'W', '100.31346033515', '25.233438729799', 3, 'tr_0 tr_530000 tr_532900 ', 0), -(532928, '永平县', 532900, '', 0, 0, 'Y', '99.547494899931', '25.4702064833', 3, 'tr_0 tr_530000 tr_532900 ', 0), -(532929, '云龙县', 532900, '', 0, 0, 'Y', '99.377416022867', '25.891945073902', 3, 'tr_0 tr_530000 tr_532900 ', 0), -(532930, '洱源县', 532900, '', 0, 0, 'E', '99.969209721453', '26.120093341888', 3, 'tr_0 tr_530000 tr_532900 ', 0), -(532931, '剑川县', 532900, '', 0, 0, 'J', '99.912091235112', '26.542516534181', 3, 'tr_0 tr_530000 tr_532900 ', 0), -(532932, '鹤庆县', 532900, '', 0, 0, 'H', '100.18249206302', '26.566197313345', 3, 'tr_0 tr_530000 tr_532900 ', 0), -(533102, '瑞丽市', 533100, '', 0, 0, 'R', '97.862485584208', '24.022816893105', 3, 'tr_0 tr_530000 tr_533100 ', 0), -(533103, '芒市', 533100, '', 0, 0, 'M', '98.591359356114', '24.438010702758', 3, 'tr_0 tr_530000 tr_533100 ', 0), -(533122, '梁河县', 533100, '', 0, 0, 'L', '98.303133631636', '24.810784458257', 3, 'tr_0 tr_530000 tr_533100 ', 0), -(533123, '盈江县', 533100, '', 0, 0, 'Y', '97.938426535386', '24.711534266143', 3, 'tr_0 tr_530000 tr_533100 ', 0), -(533124, '陇川县', 533100, '', 0, 0, 'L', '97.798530364124', '24.189467890549', 3, 'tr_0 tr_530000 tr_533100 ', 0), -(533301, '泸水市', 533300, '', 0, 0, 'L', '98.864586163328', '25.829026769972', 3, 'tr_0 tr_530000 tr_533300 ', 0), -(533323, '福贡县', 533300, '', 0, 0, 'F', '98.875649424493', '26.908055208498', 3, 'tr_0 tr_530000 tr_533300 ', 0), -(533324, '贡山独龙族怒族自治县', 533300, '', 0, 0, 'G', '98.672399448687', '27.747067875272', 3, 'tr_0 tr_530000 tr_533300 ', 0), -(533325, '兰坪白族普米族自治县', 533300, '', 0, 0, 'L', '99.423284669988', '26.459207904688', 3, 'tr_0 tr_530000 tr_533300 ', 0), -(533401, '香格里拉市', 533400, '', 0, 0, 'X', '99.707444573899', '27.835760125321', 3, 'tr_0 tr_530000 tr_533400 ', 0), -(533422, '德钦县', 533400, '', 0, 0, 'D', '98.924452656054', '28.470086006822', 3, 'tr_0 tr_530000 tr_533400 ', 0), -(533423, '维西傈僳族自治县', 533400, '', 0, 0, 'W', '99.293465689934', '27.183170204022', 3, 'tr_0 tr_530000 tr_533400 ', 0), -(540102, '城关区', 540100, '', 0, 0, 'C', '91.145100352371', '29.658331252915', 3, 'tr_0 tr_540000 tr_540100 ', 0), -(540103, '堆龙德庆区', 540100, '', 0, 0, 'D', '91.009963134209', '29.651625675009', 3, 'tr_0 tr_540000 tr_540100 ', 0), -(540104, '达孜区', 540100, '', 0, 0, 'D', '91.356318118388', '29.675409063815', 3, 'tr_0 tr_540000 tr_540100 ', 0), -(540121, '林周县', 540100, '', 0, 0, 'L', '91.26950057393', '29.898733205887', 3, 'tr_0 tr_540000 tr_540100 ', 0), -(540122, '当雄县', 540100, '', 0, 0, 'D', '91.107451746831', '30.479221726942', 3, 'tr_0 tr_540000 tr_540100 ', 0), -(540123, '尼木县', 540100, '', 0, 0, 'N', '90.171180066243', '29.437518981255', 3, 'tr_0 tr_540000 tr_540100 ', 0), -(540124, '曲水县', 540100, '', 0, 0, 'Q', '90.749958665453', '29.358987058337', 3, 'tr_0 tr_540000 tr_540100 ', 0), -(540127, '墨竹工卡县', 540100, '', 0, 0, 'M', '91.737266398592', '29.839752605055', 3, 'tr_0 tr_540000 tr_540100 ', 0), -(540171, '格尔木藏青工业园区', 540100, '', 0, 0, 'G', '91.120823915464', '29.650040274768', 3, 'tr_0 tr_540000 tr_540100 ', 0), -(540172, '拉萨经济技术开发区', 540100, '', 0, 0, 'L', '91.120823915464', '29.650040274768', 3, 'tr_0 tr_540000 tr_540100 ', 0), -(540173, '西藏文化旅游创意园区', 540100, '', 0, 0, 'X', '91.120823915464', '29.650040274768', 3, 'tr_0 tr_540000 tr_540100 ', 0), -(540174, '达孜工业园区', 540100, '', 0, 0, 'D', '91.356318118388', '29.675409063815', 3, 'tr_0 tr_540000 tr_540100 ', 0), -(540202, '桑珠孜区', 540200, '', 0, 0, 'S', '88.902951718862', '29.255582814198', 3, 'tr_0 tr_540000 tr_540200 ', 0), -(540221, '南木林县', 540200, '', 0, 0, 'N', '89.105704213077', '29.687938036552', 3, 'tr_0 tr_540000 tr_540200 ', 0), -(540222, '江孜县', 540200, '', 0, 0, 'J', '89.612012194954', '28.917634684239', 3, 'tr_0 tr_540000 tr_540200 ', 0), -(540223, '定日县', 540200, '', 0, 0, 'D', '87.129597739314', '28.663951983289', 3, 'tr_0 tr_540000 tr_540200 ', 0), -(540224, '萨迦县', 540200, '', 0, 0, 'S', '88.028269488152', '28.90493151262', 3, 'tr_0 tr_540000 tr_540200 ', 0), -(540225, '拉孜县', 540200, '', 0, 0, 'L', '87.643647318074', '29.087509679995', 3, 'tr_0 tr_540000 tr_540200 ', 0), -(540226, '昂仁县', 540200, '', 0, 0, 'A', '87.242427336755', '29.301060484014', 3, 'tr_0 tr_540000 tr_540200 ', 0), -(540227, '谢通门县', 540200, '', 0, 0, 'X', '88.268206799957', '29.438142414132', 3, 'tr_0 tr_540000 tr_540200 ', 0), -(540228, '白朗县', 540200, '', 0, 0, 'B', '89.268741991895', '29.111858951918', 3, 'tr_0 tr_540000 tr_540200 ', 0), -(540229, '仁布县', 540200, '', 0, 0, 'R', '89.848624967899', '29.236788327037', 3, 'tr_0 tr_540000 tr_540200 ', 0), -(540230, '康马县', 540200, '', 0, 0, 'K', '89.688244915761', '28.561443952501', 3, 'tr_0 tr_540000 tr_540200 ', 0), -(540231, '定结县', 540200, '', 0, 0, 'D', '87.772376743375', '28.369910769393', 3, 'tr_0 tr_540000 tr_540200 ', 0), -(540232, '仲巴县', 540200, '', 0, 0, 'Z', '84.038116876917', '29.775982232026', 3, 'tr_0 tr_540000 tr_540200 ', 0), -(540233, '亚东县', 540200, '', 0, 0, 'Y', '88.913440783145', '27.491108780091', 3, 'tr_0 tr_540000 tr_540200 ', 0), -(540234, '吉隆县', 540200, '', 0, 0, 'J', '85.304073768987', '28.858501664955', 3, 'tr_0 tr_540000 tr_540200 ', 0), -(540235, '聂拉木县', 540200, '', 0, 0, 'N', '85.988770403046', '28.160839360543', 3, 'tr_0 tr_540000 tr_540200 ', 0), -(540236, '萨嘎县', 540200, '', 0, 0, 'S', '85.239825701307', '29.334659688784', 3, 'tr_0 tr_540000 tr_540200 ', 0), -(540237, '岗巴县', 540200, '', 0, 0, 'G', '88.526529281476', '28.28036304226', 3, 'tr_0 tr_540000 tr_540200 ', 0), -(540302, '卡若区', 540300, '', 0, 0, 'K', '97.186654336416', '31.144248893947', 3, 'tr_0 tr_540000 tr_540300 ', 0), -(540321, '江达县', 540300, '', 0, 0, 'J', '98.224594520968', '31.50520701798', 3, 'tr_0 tr_540000 tr_540300 ', 0), -(540322, '贡觉县', 540300, '', 0, 0, 'G', '98.277334127289', '30.865966958412', 3, 'tr_0 tr_540000 tr_540300 ', 0), -(540323, '类乌齐县', 540300, '', 0, 0, 'L', '96.606717192399', '31.217793112281', 3, 'tr_0 tr_540000 tr_540300 ', 0), -(540324, '丁青县', 540300, '', 0, 0, 'D', '95.602643844218', '31.418402964614', 3, 'tr_0 tr_540000 tr_540300 ', 0), -(540325, '察雅县', 540300, '', 0, 0, 'C', '97.575123679628', '30.659864699371', 3, 'tr_0 tr_540000 tr_540300 ', 0), -(540326, '八宿县', 540300, '', 0, 0, 'B', '96.924360446152', '30.059028991399', 3, 'tr_0 tr_540000 tr_540300 ', 0), -(540327, '左贡县', 540300, '', 0, 0, 'Z', '97.847366832989', '29.676848537197', 3, 'tr_0 tr_540000 tr_540300 ', 0), -(540328, '芒康县', 540300, '', 0, 0, 'M', '98.599685480392', '29.685776117713', 3, 'tr_0 tr_540000 tr_540300 ', 0), -(540329, '洛隆县', 540300, '', 0, 0, 'L', '95.831306613477', '30.747126507478', 3, 'tr_0 tr_540000 tr_540300 ', 0), -(540330, '边坝县', 540300, '', 0, 0, 'B', '94.714371149159', '30.939624927347', 3, 'tr_0 tr_540000 tr_540300 ', 0), -(540402, '巴宜区', 540400, '', 0, 0, 'B', '94.36754427672', '29.641644546372', 3, 'tr_0 tr_540000 tr_540400 ', 0), -(540421, '工布江达县', 540400, '', 0, 0, 'G', '93.252419796678', '29.891367616241', 3, 'tr_0 tr_540000 tr_540400 ', 0), -(540422, '米林县', 540400, '', 0, 0, 'M', '94.219938578083', '29.220916541197', 3, 'tr_0 tr_540000 tr_540400 ', 0), -(540423, '墨脱县', 540400, '', 0, 0, 'M', '95.33949529751', '29.330937701878', 3, 'tr_0 tr_540000 tr_540400 ', 0), -(540424, '波密县', 540400, '', 0, 0, 'B', '95.773900121645', '29.865060090549', 3, 'tr_0 tr_540000 tr_540400 ', 0), -(540425, '察隅县', 540400, '', 0, 0, 'C', '97.473269749246', '28.667444137201', 3, 'tr_0 tr_540000 tr_540400 ', 0), -(540426, '朗县', 540400, '', 0, 0, 'L', '93.081368234407', '29.051902419086', 3, 'tr_0 tr_540000 tr_540400 ', 0), -(540602, '色尼区', 540600, '', 0, 0, 'S', '92.05984683665', '31.476117292678', 3, 'tr_0 tr_540000 tr_540600 ', 0), -(540621, '嘉黎县', 540600, '', 0, 0, 'J', '93.23873151504', '30.647062455597', 3, 'tr_0 tr_540000 tr_540600 ', 0), -(540622, '比如县', 540600, '', 0, 0, 'B', '93.685965938612', '31.48635726205', 3, 'tr_0 tr_540000 tr_540600 ', 0), -(540623, '聂荣县', 540600, '', 0, 0, 'N', '92.308654466293', '32.113707483115', 3, 'tr_0 tr_540000 tr_540600 ', 0), -(540624, '安多县', 540600, '', 0, 0, 'A', '91.688890677999', '32.271268023108', 3, 'tr_0 tr_540000 tr_540600 ', 0), -(540625, '申扎县', 540600, '', 0, 0, 'S', '88.716481108234', '30.936393285832', 3, 'tr_0 tr_540000 tr_540600 ', 0), -(540626, '索县', 540600, '', 0, 0, 'S', '93.792172958379', '31.892424309227', 3, 'tr_0 tr_540000 tr_540600 ', 0), -(540627, '班戈县', 540600, '', 0, 0, 'B', '90.016707727114', '31.398727622963', 3, 'tr_0 tr_540000 tr_540600 ', 0), -(540628, '巴青县', 540600, '', 0, 0, 'B', '94.059881564766', '31.924549424276', 3, 'tr_0 tr_540000 tr_540600 ', 0), -(540629, '尼玛县', 540600, '', 0, 0, 'N', '87.243292410868', '31.790953326638', 3, 'tr_0 tr_540000 tr_540600 ', 0), -(540630, '双湖县', 540600, '', 0, 0, 'S', '88.843427936123', '33.193503165809', 3, 'tr_0 tr_540000 tr_540600 ', 0), -(542521, '普兰县', 542500, '', 0, 0, 'P', '81.183094731974', '30.300162591078', 3, 'tr_0 tr_540000 tr_542500 ', 0), -(542522, '札达县', 542500, '', 0, 0, 'Z', '79.809323212178', '31.485343070014', 3, 'tr_0 tr_540000 tr_542500 ', 0), -(542523, '噶尔县', 542500, '', 0, 0, 'G', '80.102877146054', '32.497156823602', 3, 'tr_0 tr_540000 tr_542500 ', 0), -(542524, '日土县', 542500, '', 0, 0, 'R', '79.739109138263', '33.387186043872', 3, 'tr_0 tr_540000 tr_542500 ', 0), -(542525, '革吉县', 542500, '', 0, 0, 'G', '81.151664369638', '32.393356020044', 3, 'tr_0 tr_540000 tr_542500 ', 0), -(542526, '改则县', 542500, '', 0, 0, 'G', '84.06911336254', '32.308356643244', 3, 'tr_0 tr_540000 tr_542500 ', 0), -(542527, '措勤县', 542500, '', 0, 0, 'C', '85.165952205481', '31.022666379273', 3, 'tr_0 tr_540000 tr_542500 ', 0), -(610102, '新城区', 610100, '', 0, 0, 'X', '108.9673910385', '34.272724469533', 3, 'tr_0 tr_610000 tr_610100 ', 0), -(610103, '碑林区', 610100, '', 0, 0, 'B', '108.94049774781', '34.236473940412', 3, 'tr_0 tr_610000 tr_610100 ', 0), -(610104, '莲湖区', 610100, '', 0, 0, 'L', '108.95042644912', '34.271017203053', 3, 'tr_0 tr_610000 tr_610100 ', 0), -(610111, '灞桥区', 610100, '', 0, 0, 'B', '109.07141535554', '34.279127674951', 3, 'tr_0 tr_610000 tr_610100 ', 0), -(610112, '未央区', 610100, '', 0, 0, 'W', '108.95340118781', '34.299148106589', 3, 'tr_0 tr_610000 tr_610100 ', 0), -(610113, '雁塔区', 610100, '', 0, 0, 'Y', '108.95144045638', '34.220635239986', 3, 'tr_0 tr_610000 tr_610100 ', 0), -(610114, '阎良区', 610100, '', 0, 0, 'Y', '109.23246311822', '34.668363274699', 3, 'tr_0 tr_610000 tr_610100 ', 0), -(610115, '临潼区', 610100, '', 0, 0, 'L', '109.22043579558', '34.372747432848', 3, 'tr_0 tr_610000 tr_610100 ', 0), -(610116, '长安区', 610100, '', 0, 0, 'Z', '108.91358047235', '34.163290267305', 3, 'tr_0 tr_610000 tr_610100 ', 0), -(610117, '高陵区', 610100, '', 0, 0, 'G', '109.09438691387', '34.541093106058', 3, 'tr_0 tr_610000 tr_610100 ', 0), -(610118, '鄠邑区', 610100, '', 0, 0, 'H', '108.61142023271', '34.115020711599', 3, 'tr_0 tr_610000 tr_610100 ', 0), -(610122, '蓝田县', 610100, '', 0, 0, 'L', '109.32938812681', '34.157620654732', 3, 'tr_0 tr_610000 tr_610100 ', 0), -(610124, '周至县', 610100, '', 0, 0, 'Z', '108.22842183954', '34.169385269616', 3, 'tr_0 tr_610000 tr_610100 ', 0), -(610202, '王益区', 610200, '', 0, 0, 'W', '109.08141735858', '35.075322096471', 3, 'tr_0 tr_610000 tr_610200 ', 0), -(610203, '印台区', 610200, '', 0, 0, 'Y', '109.10643408907', '35.120859282945', 3, 'tr_0 tr_610000 tr_610200 ', 0), -(610204, '耀州区', 610200, '', 0, 0, 'Y', '108.98643790006', '34.91596030911', 3, 'tr_0 tr_610000 tr_610200 ', 0), -(610222, '宜君县', 610200, '', 0, 0, 'Y', '109.12353674801', '35.404582194219', 3, 'tr_0 tr_610000 tr_610200 ', 0), -(610302, '渭滨区', 610300, '', 0, 0, 'W', '107.15641916768', '34.377481132682', 3, 'tr_0 tr_610000 tr_610300 ', 0), -(610303, '金台区', 610300, '', 0, 0, 'J', '107.15342367813', '34.382351084696', 3, 'tr_0 tr_610000 tr_610300 ', 0), -(610304, '陈仓区', 610300, '', 0, 0, 'C', '107.39343842395', '34.360756335457', 3, 'tr_0 tr_610000 tr_610300 ', 0), -(610322, '凤翔县', 610300, '', 0, 0, 'F', '107.40737949665', '34.527616279899', 3, 'tr_0 tr_610000 tr_610300 ', 0), -(610323, '岐山县', 610300, '', 0, 0, 'Q', '107.62744727879', '34.449776962387', 3, 'tr_0 tr_610000 tr_610300 ', 0), -(610324, '扶风县', 610300, '', 0, 0, 'F', '107.9064530651', '34.381463351226', 3, 'tr_0 tr_610000 tr_610300 ', 0), -(610326, '眉县', 610300, '', 0, 0, 'M', '107.75639813644', '34.280375863086', 3, 'tr_0 tr_610000 tr_610300 ', 0), -(610327, '陇县', 610300, '', 0, 0, 'L', '106.87058365441', '34.898780253107', 3, 'tr_0 tr_610000 tr_610300 ', 0), -(610328, '千阳县', 610300, '', 0, 0, 'Q', '107.13946616644', '34.648544600794', 3, 'tr_0 tr_610000 tr_610300 ', 0), -(610329, '麟游县', 610300, '', 0, 0, 'L', '107.799514106', '34.683748667164', 3, 'tr_0 tr_610000 tr_610300 ', 0), -(610330, '凤县', 610300, '', 0, 0, 'F', '106.52255782187', '33.916583016343', 3, 'tr_0 tr_610000 tr_610300 ', 0), -(610331, '太白县', 610300, '', 0, 0, 'T', '107.32552913248', '34.064248441153', 3, 'tr_0 tr_610000 tr_610300 ', 0), -(610402, '秦都区', 610400, '', 0, 0, 'Q', '108.71243199239', '34.3351451161', 3, 'tr_0 tr_610000 tr_610400 ', 0), -(610403, '杨陵区', 610400, '', 0, 0, 'Y', '108.09151531881', '34.278012507654', 3, 'tr_0 tr_610000 tr_610400 ', 0), -(610404, '渭城区', 610400, '', 0, 0, 'W', '108.74345057148', '34.368110229368', 3, 'tr_0 tr_610000 tr_610400 ', 0), -(610422, '三原县', 610400, '', 0, 0, 'S', '108.94744650025', '34.623078955252', 3, 'tr_0 tr_610000 tr_610400 ', 0), -(610423, '泾阳县', 610400, '', 0, 0, 'J', '108.84937884705', '34.533316532768', 3, 'tr_0 tr_610000 tr_610400 ', 0), -(610424, '乾县', 610400, '', 0, 0, 'G', '108.24537762554', '34.534018266142', 3, 'tr_0 tr_610000 tr_610400 ', 0), -(610425, '礼泉县', 610400, '', 0, 0, 'L', '108.43161549166', '34.487390768504', 3, 'tr_0 tr_610000 tr_610400 ', 0), -(610426, '永寿县', 610400, '', 0, 0, 'Y', '108.14846878644', '34.698035535617', 3, 'tr_0 tr_610000 tr_610400 ', 0), -(610428, '长武县', 610400, '', 0, 0, 'Z', '107.80556078005', '35.211657338715', 3, 'tr_0 tr_610000 tr_610400 ', 0), -(610429, '旬邑县', 610400, '', 0, 0, 'X', '108.34046703665', '35.117963919719', 3, 'tr_0 tr_610000 tr_610400 ', 0), -(610430, '淳化县', 610400, '', 0, 0, 'C', '108.58744176373', '34.804776911295', 3, 'tr_0 tr_610000 tr_610400 ', 0), -(610431, '武功县', 610400, '', 0, 0, 'W', '108.20655106479', '34.266137667633', 3, 'tr_0 tr_610000 tr_610400 ', 0), -(610481, '兴平市', 610400, '', 0, 0, 'X', '108.49639400877', '34.305476520292', 3, 'tr_0 tr_610000 tr_610400 ', 0), -(610482, '彬州市', 610400, '', 0, 0, 'B', '108.08456557823', '35.049610571828', 3, 'tr_0 tr_610000 tr_610400 ', 0), -(610502, '临渭区', 610500, '', 0, 0, 'L', '109.4985962764', '34.504000470428', 3, 'tr_0 tr_610000 tr_610500 ', 0), -(610503, '华州区', 610500, '', 0, 0, 'H', '109.7784773716', '34.5187307401', 3, 'tr_0 tr_610000 tr_610500 ', 0), -(610522, '潼关县', 610500, '', 0, 0, 'T', '110.25250761972', '34.550326848532', 3, 'tr_0 tr_610000 tr_610500 ', 0), -(610523, '大荔县', 610500, '', 0, 0, 'D', '109.94845330291', '34.801832760484', 3, 'tr_0 tr_610000 tr_610500 ', 0), -(610524, '合阳县', 610500, '', 0, 0, 'H', '110.15539621274', '35.243872196866', 3, 'tr_0 tr_610000 tr_610500 ', 0), -(610525, '澄城县', 610500, '', 0, 0, 'C', '109.93843360325', '35.196572815551', 3, 'tr_0 tr_610000 tr_610500 ', 0), -(610526, '蒲城县', 610500, '', 0, 0, 'P', '109.59249651068', '34.961274128783', 3, 'tr_0 tr_610000 tr_610500 ', 0), -(610527, '白水县', 610500, '', 0, 0, 'B', '109.59752055374', '35.183287514613', 3, 'tr_0 tr_610000 tr_610500 ', 0), -(610528, '富平县', 610500, '', 0, 0, 'F', '109.18643744728', '34.757260440256', 3, 'tr_0 tr_610000 tr_610500 ', 0), -(610581, '韩城市', 610500, '', 0, 0, 'H', '110.44955264012', '35.482086787313', 3, 'tr_0 tr_610000 tr_610500 ', 0), -(610582, '华阴市', 610500, '', 0, 0, 'H', '110.09860075704', '34.571800158753', 3, 'tr_0 tr_610000 tr_610500 ', 0), -(610602, '宝塔区', 610600, '', 0, 0, 'B', '109.49959402433', '36.596890441313', 3, 'tr_0 tr_610000 tr_610600 ', 0), -(610603, '安塞区', 610600, '', 0, 0, 'A', '109.33541943984', '36.870098259307', 3, 'tr_0 tr_610000 tr_610600 ', 0), -(610621, '延长县', 610600, '', 0, 0, 'Y', '110.01847172589', '36.585328801705', 3, 'tr_0 tr_610000 tr_610600 ', 0), -(610622, '延川县', 610600, '', 0, 0, 'Y', '110.20054028665', '36.884136960993', 3, 'tr_0 tr_610000 tr_610600 ', 0), -(610623, '子长县', 610600, '', 0, 0, 'Z', '109.68138985954', '37.148816918367', 3, 'tr_0 tr_610000 tr_610600 ', 0), -(610625, '志丹县', 610600, '', 0, 0, 'Z', '108.77557747991', '36.828021135864', 3, 'tr_0 tr_610000 tr_610600 ', 0), -(610626, '吴起县', 610600, '', 0, 0, 'W', '108.18258966361', '36.932576099483', 3, 'tr_0 tr_610000 tr_610600 ', 0), -(610627, '甘泉县', 610600, '', 0, 0, 'G', '109.35752350454', '36.282688619053', 3, 'tr_0 tr_610000 tr_610600 ', 0); -INSERT INTO `hg_sys_provinces` (`id`, `title`, `pid`, `short_title`, `areacode`, `zipcode`, `pinyin`, `lng`, `lat`, `level`, `tree`, `sort`) VALUES -(610628, '富县', 610600, '', 0, 0, 'F', '109.38659653355', '35.993367977969', 3, 'tr_0 tr_610000 tr_610600 ', 0), -(610629, '洛川县', 610600, '', 0, 0, 'L', '109.43840396825', '35.768300429421', 3, 'tr_0 tr_610000 tr_610600 ', 0), -(610630, '宜川县', 610600, '', 0, 0, 'Y', '110.17541306458', '36.056397437854', 3, 'tr_0 tr_610000 tr_610600 ', 0), -(610631, '黄龙县', 610600, '', 0, 0, 'H', '109.84654907671', '35.590233768069', 3, 'tr_0 tr_610000 tr_610600 ', 0), -(610632, '黄陵县', 610600, '', 0, 0, 'H', '109.26960598495', '35.585076348969', 3, 'tr_0 tr_610000 tr_610600 ', 0), -(610702, '汉台区', 610700, '', 0, 0, 'H', '107.03840167622', '33.074191093099', 3, 'tr_0 tr_610000 tr_610700 ', 0), -(610703, '南郑区', 610700, '', 0, 0, 'N', '106.94243318334', '33.005614599734', 3, 'tr_0 tr_610000 tr_610700 ', 0), -(610722, '城固县', 610700, '', 0, 0, 'C', '107.3406125803', '33.162399385178', 3, 'tr_0 tr_610000 tr_610700 ', 0), -(610723, '洋县', 610700, '', 0, 0, 'Y', '107.55246428058', '33.228862589315', 3, 'tr_0 tr_610000 tr_610700 ', 0), -(610724, '西乡县', 610700, '', 0, 0, 'X', '107.77339281906', '32.989397441895', 3, 'tr_0 tr_610000 tr_610700 ', 0), -(610725, '勉县', 610700, '', 0, 0, 'M', '106.67942594867', '33.159804746955', 3, 'tr_0 tr_610000 tr_610700 ', 0), -(610726, '宁强县', 610700, '', 0, 0, 'N', '106.26458864382', '32.835380199209', 3, 'tr_0 tr_610000 tr_610700 ', 0), -(610727, '略阳县', 610700, '', 0, 0, 'L', '106.16354400616', '33.333193777733', 3, 'tr_0 tr_610000 tr_610700 ', 0), -(610728, '镇巴县', 610700, '', 0, 0, 'Z', '107.9014456407', '32.54283336567', 3, 'tr_0 tr_610000 tr_610700 ', 0), -(610729, '留坝县', 610700, '', 0, 0, 'L', '106.92741441352', '33.623825216737', 3, 'tr_0 tr_610000 tr_610700 ', 0), -(610730, '佛坪县', 610700, '', 0, 0, 'F', '107.99742428443', '33.530693101588', 3, 'tr_0 tr_610000 tr_610700 ', 0), -(610802, '榆阳区', 610800, '', 0, 0, 'Y', '109.72755916953', '38.28241962673', 3, 'tr_0 tr_610000 tr_610800 ', 0), -(610803, '横山区', 610800, '', 0, 0, 'H', '109.30049134534', '37.968573394166', 3, 'tr_0 tr_610000 tr_610800 ', 0), -(610822, '府谷县', 610800, '', 0, 0, 'F', '111.0736281152', '39.03379562985', 3, 'tr_0 tr_610000 tr_610800 ', 0), -(610824, '靖边县', 610800, '', 0, 0, 'J', '108.80060049853', '37.605063193955', 3, 'tr_0 tr_610000 tr_610800 ', 0), -(610825, '定边县', 610800, '', 0, 0, 'D', '107.60756957446', '37.600459865341', 3, 'tr_0 tr_610000 tr_610800 ', 0), -(610826, '绥德县', 610800, '', 0, 0, 'S', '110.26942648536', '37.508907288933', 3, 'tr_0 tr_610000 tr_610800 ', 0), -(610827, '米脂县', 610800, '', 0, 0, 'M', '110.19045141747', '37.761397514329', 3, 'tr_0 tr_610000 tr_610800 ', 0), -(610828, '佳县', 610800, '', 0, 0, 'J', '110.49747741874', '38.025611678572', 3, 'tr_0 tr_610000 tr_610800 ', 0), -(610829, '吴堡县', 610800, '', 0, 0, 'W', '110.74645500778', '37.458269874078', 3, 'tr_0 tr_610000 tr_610800 ', 0), -(610830, '清涧县', 610800, '', 0, 0, 'Q', '110.12755916227', '37.094852887828', 3, 'tr_0 tr_610000 tr_610800 ', 0), -(610831, '子洲县', 610800, '', 0, 0, 'Z', '110.04239845247', '37.617025887547', 3, 'tr_0 tr_610000 tr_610800 ', 0), -(610881, '神木市', 610800, '', 0, 0, 'S', '110.50542966826', '38.848544495221', 3, 'tr_0 tr_610000 tr_610800 ', 0), -(610902, '汉滨区', 610900, '', 0, 0, 'H', '109.03359606476', '32.701196105738', 3, 'tr_0 tr_610000 tr_610900 ', 0), -(610921, '汉阴县', 610900, '', 0, 0, 'H', '108.51550698561', '32.899120857292', 3, 'tr_0 tr_610000 tr_610900 ', 0), -(610922, '石泉县', 610900, '', 0, 0, 'S', '108.25442679592', '33.044602110263', 3, 'tr_0 tr_610000 tr_610900 ', 0), -(610923, '宁陕县', 610900, '', 0, 0, 'N', '108.32056400011', '33.316555486503', 3, 'tr_0 tr_610000 tr_610900 ', 0), -(610924, '紫阳县', 610900, '', 0, 0, 'Z', '108.54159431661', '32.525785619364', 3, 'tr_0 tr_610000 tr_610900 ', 0), -(610925, '岚皋县', 610900, '', 0, 0, 'L', '108.90861535814', '32.312880776501', 3, 'tr_0 tr_610000 tr_610900 ', 0), -(610926, '平利县', 610900, '', 0, 0, 'P', '109.36854670128', '32.394804123185', 3, 'tr_0 tr_610000 tr_610900 ', 0), -(610927, '镇坪县', 610900, '', 0, 0, 'Z', '109.53349679292', '31.889643295791', 3, 'tr_0 tr_610000 tr_610900 ', 0), -(610928, '旬阳县', 610900, '', 0, 0, 'X', '109.37155674338', '32.839864221772', 3, 'tr_0 tr_610000 tr_610900 ', 0), -(610929, '白河县', 610900, '', 0, 0, 'B', '110.11958688053', '32.814846485284', 3, 'tr_0 tr_610000 tr_610900 ', 0), -(611002, '商州区', 611000, '', 0, 0, 'S', '109.94747163465', '33.86885529308', 3, 'tr_0 tr_610000 tr_611000 ', 0), -(611021, '洛南县', 611000, '', 0, 0, 'L', '110.15442748007', '34.097070538846', 3, 'tr_0 tr_610000 tr_611000 ', 0), -(611022, '丹凤县', 611000, '', 0, 0, 'D', '110.3335602886', '33.701537322921', 3, 'tr_0 tr_610000 tr_611000 ', 0), -(611023, '商南县', 611000, '', 0, 0, 'S', '110.88840847837', '33.537533476707', 3, 'tr_0 tr_610000 tr_611000 ', 0), -(611024, '山阳县', 611000, '', 0, 0, 'S', '109.88854863218', '33.537968382769', 3, 'tr_0 tr_610000 tr_611000 ', 0), -(611025, '镇安县', 611000, '', 0, 0, 'Z', '109.15957460914', '33.429044650147', 3, 'tr_0 tr_610000 tr_611000 ', 0), -(611026, '柞水县', 611000, '', 0, 0, 'Z', '109.120502272', '33.692026241945', 3, 'tr_0 tr_610000 tr_611000 ', 0), -(620102, '城关区', 620100, '', 0, 0, 'C', '103.83147490053', '36.063181475369', 3, 'tr_0 tr_620000 tr_620100 ', 0), -(620103, '七里河区', 620100, '', 0, 0, 'Q', '103.79241388204', '36.07212925843', 3, 'tr_0 tr_620000 tr_620100 ', 0), -(620104, '西固区', 620100, '', 0, 0, 'X', '103.63458007682', '36.094109365757', 3, 'tr_0 tr_620000 tr_620100 ', 0), -(620105, '安宁区', 620100, '', 0, 0, 'A', '103.72553503682', '36.109753754973', 3, 'tr_0 tr_620000 tr_620100 ', 0), -(620111, '红古区', 620100, '', 0, 0, 'H', '102.86542781272', '36.351863423179', 3, 'tr_0 tr_620000 tr_620100 ', 0), -(620121, '永登县', 620100, '', 0, 0, 'Y', '103.26662443823', '36.74209521344', 3, 'tr_0 tr_620000 tr_620100 ', 0), -(620122, '皋兰县', 620100, '', 0, 0, 'G', '103.95346415997', '36.338142148673', 3, 'tr_0 tr_620000 tr_620100 ', 0), -(620123, '榆中县', 620100, '', 0, 0, 'Y', '104.11956587928', '35.848851048242', 3, 'tr_0 tr_620000 tr_620100 ', 0), -(620171, '兰州新区', 620100, '', 0, 0, 'L', '103.76383312444', '36.082833434467', 3, 'tr_0 tr_620000 tr_620100 ', 0), -(620201, '市辖区', 620200, '', 0, 0, 'S', '98.208045429791', '39.821463455258', 3, 'tr_0 tr_620000 tr_620200 ', 0), -(620302, '金川区', 620300, '', 0, 0, 'J', '102.20058588614', '38.525772245594', 3, 'tr_0 tr_620000 tr_620300 ', 0), -(620321, '永昌县', 620300, '', 0, 0, 'Y', '101.97946358316', '38.252940956889', 3, 'tr_0 tr_620000 tr_620300 ', 0), -(620402, '白银区', 620400, '', 0, 0, 'B', '104.15541276065', '36.541463568069', 3, 'tr_0 tr_620000 tr_620400 ', 0), -(620403, '平川区', 620400, '', 0, 0, 'P', '104.83161394007', '36.733498751869', 3, 'tr_0 tr_620000 tr_620400 ', 0), -(620421, '靖远县', 620400, '', 0, 0, 'J', '104.68251507796', '36.577096288837', 3, 'tr_0 tr_620000 tr_620400 ', 0), -(620422, '会宁县', 620400, '', 0, 0, 'H', '105.05960693274', '35.698508053094', 3, 'tr_0 tr_620000 tr_620400 ', 0), -(620423, '景泰县', 620400, '', 0, 0, 'J', '104.06944438436', '37.187406260097', 3, 'tr_0 tr_620000 tr_620400 ', 0), -(620502, '秦州区', 620500, '', 0, 0, 'Q', '105.73041549435', '34.587315743121', 3, 'tr_0 tr_620000 tr_620500 ', 0), -(620503, '麦积区', 620500, '', 0, 0, 'M', '105.89559698949', '34.576336861448', 3, 'tr_0 tr_620000 tr_620500 ', 0), -(620521, '清水县', 620500, '', 0, 0, 'Q', '106.14359506621', '34.753882906363', 3, 'tr_0 tr_620000 tr_620500 ', 0), -(620522, '秦安县', 620500, '', 0, 0, 'Q', '105.68157480343', '34.864876111568', 3, 'tr_0 tr_620000 tr_620500 ', 0), -(620523, '甘谷县', 620500, '', 0, 0, 'G', '105.34247534291', '34.738300137398', 3, 'tr_0 tr_620000 tr_620500 ', 0), -(620524, '武山县', 620500, '', 0, 0, 'W', '104.89742838309', '34.727669101635', 3, 'tr_0 tr_620000 tr_620500 ', 0), -(620525, '张家川回族自治县', 620500, '', 0, 0, 'Z', '106.21139036271', '34.99490501302', 3, 'tr_0 tr_620000 tr_620500 ', 0), -(620602, '凉州区', 620600, '', 0, 0, 'L', '102.64857479651', '37.934121948376', 3, 'tr_0 tr_620000 tr_620600 ', 0), -(620621, '民勤县', 620600, '', 0, 0, 'M', '103.10040027988', '38.630624826433', 3, 'tr_0 tr_620000 tr_620600 ', 0), -(620622, '古浪县', 620600, '', 0, 0, 'G', '102.90362978165', '37.475801906601', 3, 'tr_0 tr_620000 tr_620600 ', 0), -(620623, '天祝藏族自治县', 620600, '', 0, 0, 'T', '103.14862131966', '36.97759617654', 3, 'tr_0 tr_620000 tr_620600 ', 0), -(620702, '甘州区', 620700, '', 0, 0, 'G', '100.48455772128', '38.934781471785', 3, 'tr_0 tr_620000 tr_620700 ', 0), -(620721, '肃南裕固族自治县', 620700, '', 0, 0, 'S', '99.621905418008', '38.843100205023', 3, 'tr_0 tr_620000 tr_620700 ', 0), -(620722, '民乐县', 620700, '', 0, 0, 'M', '100.81942903742', '38.436842233981', 3, 'tr_0 tr_620000 tr_620700 ', 0), -(620723, '临泽县', 620700, '', 0, 0, 'L', '100.17055476077', '39.158514444726', 3, 'tr_0 tr_620000 tr_620700 ', 0), -(620724, '高台县', 620700, '', 0, 0, 'G', '99.825759504337', '39.383646046807', 3, 'tr_0 tr_620000 tr_620700 ', 0), -(620725, '山丹县', 620700, '', 0, 0, 'S', '101.09561558172', '38.790452663306', 3, 'tr_0 tr_620000 tr_620700 ', 0), -(620802, '崆峒区', 620800, '', 0, 0, 'K', '106.68141452757', '35.548814892232', 3, 'tr_0 tr_620000 tr_620800 ', 0), -(620821, '泾川县', 620800, '', 0, 0, 'J', '107.37451813364', '35.338668597821', 3, 'tr_0 tr_620000 tr_620800 ', 0), -(620822, '灵台县', 620800, '', 0, 0, 'L', '107.62746120252', '35.07158181696', 3, 'tr_0 tr_620000 tr_620800 ', 0), -(620823, '崇信县', 620800, '', 0, 0, 'C', '107.04141513189', '35.308615839828', 3, 'tr_0 tr_620000 tr_620800 ', 0), -(620825, '庄浪县', 620800, '', 0, 0, 'Z', '106.04258582178', '35.208192125804', 3, 'tr_0 tr_620000 tr_620800 ', 0), -(620826, '静宁县', 620800, '', 0, 0, 'J', '105.73841580322', '35.528257189136', 3, 'tr_0 tr_620000 tr_620800 ', 0), -(620881, '华亭市', 620800, '', 0, 0, 'H', '106.65948599177', '35.223550762897', 3, 'tr_0 tr_620000 tr_620800 ', 0), -(620902, '肃州区', 620900, '', 0, 0, 'S', '98.514321853032', '39.751245509963', 3, 'tr_0 tr_620000 tr_620900 ', 0), -(620921, '金塔县', 620900, '', 0, 0, 'J', '98.908368236172', '39.990029254093', 3, 'tr_0 tr_620000 tr_620900 ', 0), -(620922, '瓜州县', 620900, '', 0, 0, 'G', '95.788736364512', '40.52610597895', 3, 'tr_0 tr_620000 tr_620900 ', 0), -(620923, '肃北蒙古族自治县', 620900, '', 0, 0, 'S', '94.883692395412', '39.518329738436', 3, 'tr_0 tr_620000 tr_620900 ', 0), -(620924, '阿克塞哈萨克族自治县', 620900, '', 0, 0, 'A', '94.346760190396', '39.640045316917', 3, 'tr_0 tr_620000 tr_620900 ', 0), -(620981, '玉门市', 620900, '', 0, 0, 'Y', '97.051711691182', '40.297620020884', 3, 'tr_0 tr_620000 tr_620900 ', 0), -(620982, '敦煌市', 620900, '', 0, 0, 'D', '94.668527025762', '40.147867484244', 3, 'tr_0 tr_620000 tr_620900 ', 0), -(621002, '西峰区', 621000, '', 0, 0, 'X', '107.65739112517', '35.736864475978', 3, 'tr_0 tr_620000 tr_621000 ', 0), -(621021, '庆城县', 621000, '', 0, 0, 'Q', '107.88840619724', '36.021726360644', 3, 'tr_0 tr_620000 tr_621000 ', 0), -(621022, '环县', 621000, '', 0, 0, 'H', '107.31446964419', '36.574427108907', 3, 'tr_0 tr_620000 tr_621000 ', 0), -(621023, '华池县', 621000, '', 0, 0, 'H', '107.99638952632', '36.467575129884', 3, 'tr_0 tr_620000 tr_621000 ', 0), -(621024, '合水县', 621000, '', 0, 0, 'H', '108.026447188', '35.8252622164', 3, 'tr_0 tr_620000 tr_621000 ', 0), -(621025, '正宁县', 621000, '', 0, 0, 'Z', '108.36637461671', '35.498218780898', 3, 'tr_0 tr_620000 tr_621000 ', 0), -(621026, '宁县', 621000, '', 0, 0, 'N', '107.93457092587', '35.507932974537', 3, 'tr_0 tr_620000 tr_621000 ', 0), -(621027, '镇原县', 621000, '', 0, 0, 'Z', '107.20757586986', '35.683230586316', 3, 'tr_0 tr_620000 tr_621000 ', 0), -(621102, '安定区', 621100, '', 0, 0, 'A', '104.61650040265', '35.585600016725', 3, 'tr_0 tr_620000 tr_621100 ', 0), -(621121, '通渭县', 621100, '', 0, 0, 'T', '105.24840362211', '35.217216821266', 3, 'tr_0 tr_620000 tr_621100 ', 0), -(621122, '陇西县', 621100, '', 0, 0, 'L', '104.64138059069', '35.010197162318', 3, 'tr_0 tr_620000 tr_621100 ', 0), -(621123, '渭源县', 621100, '', 0, 0, 'W', '104.22158401062', '35.142391958021', 3, 'tr_0 tr_620000 tr_621100 ', 0), -(621124, '临洮县', 621100, '', 0, 0, 'L', '103.8656010777', '35.400587040258', 3, 'tr_0 tr_620000 tr_621100 ', 0), -(621125, '漳县', 621100, '', 0, 0, 'Z', '104.4785953255', '34.854249981778', 3, 'tr_0 tr_620000 tr_621100 ', 0), -(621126, '岷县', 621100, '', 0, 0, 'M', '104.04339603983', '34.44440764065', 3, 'tr_0 tr_620000 tr_621100 ', 0), -(621202, '武都区', 621200, '', 0, 0, 'W', '104.93259336075', '33.398072188089', 3, 'tr_0 tr_620000 tr_621200 ', 0), -(621221, '成县', 621200, '', 0, 0, 'C', '105.7484779029', '33.756635187351', 3, 'tr_0 tr_620000 tr_621200 ', 0), -(621222, '文县', 621200, '', 0, 0, 'W', '104.68955842198', '32.949601280768', 3, 'tr_0 tr_620000 tr_621200 ', 0), -(621223, '宕昌县', 621200, '', 0, 0, 'D', '104.39938579987', '34.053486291359', 3, 'tr_0 tr_620000 tr_621200 ', 0), -(621224, '康县', 621200, '', 0, 0, 'K', '105.61539187549', '33.335376401996', 3, 'tr_0 tr_620000 tr_621200 ', 0), -(621225, '西和县', 621200, '', 0, 0, 'X', '105.30761048912', '34.016787358437', 3, 'tr_0 tr_620000 tr_621200 ', 0), -(621226, '礼县', 621200, '', 0, 0, 'L', '105.1835909694', '34.194685061207', 3, 'tr_0 tr_620000 tr_621200 ', 0), -(621227, '徽县', 621200, '', 0, 0, 'H', '106.09441787005', '33.77519418709', 3, 'tr_0 tr_620000 tr_621200 ', 0), -(621228, '两当县', 621200, '', 0, 0, 'L', '106.31141946599', '33.915122835173', 3, 'tr_0 tr_620000 tr_621200 ', 0), -(622901, '临夏市', 622900, '', 0, 0, 'L', '103.2495491776', '35.609898772689', 3, 'tr_0 tr_620000 tr_622900 ', 0), -(622921, '临夏县', 622900, '', 0, 0, 'L', '103.00251408439', '35.497397958837', 3, 'tr_0 tr_620000 tr_622900 ', 0), -(622922, '康乐县', 622900, '', 0, 0, 'K', '103.71547554223', '35.376109760702', 3, 'tr_0 tr_620000 tr_622900 ', 0), -(622923, '永靖县', 622900, '', 0, 0, 'Y', '103.29250749455', '35.963330304471', 3, 'tr_0 tr_620000 tr_622900 ', 0), -(622924, '广河县', 622900, '', 0, 0, 'G', '103.58240999619', '35.494101361696', 3, 'tr_0 tr_620000 tr_622900 ', 0), -(622925, '和政县', 622900, '', 0, 0, 'H', '103.35752370329', '35.430589904166', 3, 'tr_0 tr_620000 tr_622900 ', 0), -(622926, '东乡族自治县', 622900, '', 0, 0, 'D', '103.39561320437', '35.669329728624', 3, 'tr_0 tr_620000 tr_622900 ', 0), -(622927, '积石山保安族东乡族撒拉族自治县', 622900, '', 0, 0, 'J', '102.88251807505', '35.72349932364', 3, 'tr_0 tr_620000 tr_622900 ', 0), -(623001, '合作市', 623000, '', 0, 0, 'H', '102.917571573', '35.005935428196', 3, 'tr_0 tr_620000 tr_623000 ', 0), -(623021, '临潭县', 623000, '', 0, 0, 'L', '103.36053329624', '34.698639411522', 3, 'tr_0 tr_620000 tr_623000 ', 0), -(623022, '卓尼县', 623000, '', 0, 0, 'Z', '103.51361578396', '34.594916432804', 3, 'tr_0 tr_620000 tr_623000 ', 0), -(623023, '舟曲县', 623000, '', 0, 0, 'Z', '104.37748996239', '33.790814973644', 3, 'tr_0 tr_620000 tr_623000 ', 0), -(623024, '迭部县', 623000, '', 0, 0, 'D', '103.22844034558', '34.062020054097', 3, 'tr_0 tr_620000 tr_623000 ', 0), -(623025, '玛曲县', 623000, '', 0, 0, 'M', '102.07860004026', '34.003358168342', 3, 'tr_0 tr_620000 tr_623000 ', 0), -(623026, '碌曲县', 623000, '', 0, 0, 'L', '102.49442413371', '34.597087271566', 3, 'tr_0 tr_620000 tr_623000 ', 0), -(623027, '夏河县', 623000, '', 0, 0, 'X', '102.52857708038', '35.208324325541', 3, 'tr_0 tr_620000 tr_623000 ', 0), -(630102, '城东区', 630100, '', 0, 0, 'C', '101.80956903833', '36.605707645661', 3, 'tr_0 tr_630000 tr_630100 ', 0), -(630103, '城中区', 630100, '', 0, 0, 'C', '101.79048354964', '36.628800570589', 3, 'tr_0 tr_630000 tr_630100 ', 0), -(630104, '城西区', 630100, '', 0, 0, 'C', '101.77241422413', '36.634496979524', 3, 'tr_0 tr_630000 tr_630100 ', 0), -(630105, '城北区', 630100, '', 0, 0, 'C', '101.77240488176', '36.656293630837', 3, 'tr_0 tr_630000 tr_630100 ', 0), -(630121, '大通回族土族自治县', 630100, '', 0, 0, 'D', '101.69256375752', '36.932666463407', 3, 'tr_0 tr_630000 tr_630100 ', 0), -(630122, '湟中县', 630100, '', 0, 0, 'H', '101.57861675782', '36.506627546281', 3, 'tr_0 tr_630000 tr_630100 ', 0), -(630123, '湟源县', 630100, '', 0, 0, 'H', '101.26244861154', '36.688587514903', 3, 'tr_0 tr_630000 tr_630100 ', 0), -(630202, '乐都区', 630200, '', 0, 0, 'L', '102.40856633883', '36.487820051522', 3, 'tr_0 tr_630000 tr_630200 ', 0), -(630203, '平安区', 630200, '', 0, 0, 'P', '102.11442787756', '36.506553573162', 3, 'tr_0 tr_630000 tr_630200 ', 0), -(630222, '民和回族土族自治县', 630200, '', 0, 0, 'M', '102.11044407228', '36.508511080941', 3, 'tr_0 tr_630000 tr_630200 ', 0), -(630223, '互助土族自治县', 630200, '', 0, 0, 'H', '101.96456904899', '36.850021613826', 3, 'tr_0 tr_630000 tr_630200 ', 0), -(630224, '化隆回族自治县', 630200, '', 0, 0, 'H', '102.27044827345', '36.100988250893', 3, 'tr_0 tr_630000 tr_630200 ', 0), -(630225, '循化撒拉族自治县', 630200, '', 0, 0, 'X', '102.4953853206', '35.856667223862', 3, 'tr_0 tr_630000 tr_630200 ', 0), -(632221, '门源回族自治县', 632200, '', 0, 0, 'M', '101.62843803903', '37.382180626313', 3, 'tr_0 tr_630000 tr_632200 ', 0), -(632222, '祁连县', 632200, '', 0, 0, 'Q', '100.25962157243', '38.182924871569', 3, 'tr_0 tr_630000 tr_632200 ', 0), -(632223, '海晏县', 632200, '', 0, 0, 'H', '101.0005855486', '36.902376022515', 3, 'tr_0 tr_630000 tr_632200 ', 0), -(632224, '刚察县', 632200, '', 0, 0, 'G', '100.15360607139', '37.327320072254', 3, 'tr_0 tr_630000 tr_632200 ', 0), -(632321, '同仁县', 632300, '', 0, 0, 'T', '102.0254377812', '35.521865150524', 3, 'tr_0 tr_630000 tr_632300 ', 0), -(632322, '尖扎县', 632300, '', 0, 0, 'J', '102.0375073242', '35.944284459868', 3, 'tr_0 tr_630000 tr_632300 ', 0), -(632323, '泽库县', 632300, '', 0, 0, 'Z', '101.47359451319', '35.0420144951', 3, 'tr_0 tr_630000 tr_632300 ', 0), -(632324, '河南蒙古族自治县', 632300, '', 0, 0, 'H', '101.62247338027', '34.740396071091', 3, 'tr_0 tr_630000 tr_632300 ', 0), -(632521, '共和县', 632500, '', 0, 0, 'G', '100.62662348005', '36.288703317865', 3, 'tr_0 tr_630000 tr_632500 ', 0), -(632522, '同德县', 632500, '', 0, 0, 'T', '100.58542386564', '35.259857775817', 3, 'tr_0 tr_630000 tr_632500 ', 0), -(632523, '贵德县', 632500, '', 0, 0, 'G', '101.43953310384', '36.046158080751', 3, 'tr_0 tr_630000 tr_632500 ', 0), -(632524, '兴海县', 632500, '', 0, 0, 'X', '99.994380072293', '35.594629879949', 3, 'tr_0 tr_630000 tr_632500 ', 0), -(632525, '贵南县', 632500, '', 0, 0, 'G', '100.75359321473', '35.592415454611', 3, 'tr_0 tr_630000 tr_632500 ', 0), -(632621, '玛沁县', 632600, '', 0, 0, 'M', '100.24556434882', '34.483569486002', 3, 'tr_0 tr_630000 tr_632600 ', 0), -(632622, '班玛县', 632600, '', 0, 0, 'B', '100.74360459645', '32.93850392747', 3, 'tr_0 tr_630000 tr_632600 ', 0), -(632623, '甘德县', 632600, '', 0, 0, 'G', '99.907510695578', '33.975003677602', 3, 'tr_0 tr_630000 tr_632600 ', 0), -(632624, '达日县', 632600, '', 0, 0, 'D', '99.658010113065', '33.754937373991', 3, 'tr_0 tr_630000 tr_632600 ', 0), -(632625, '久治县', 632600, '', 0, 0, 'J', '101.48853225585', '33.434773499408', 3, 'tr_0 tr_630000 tr_632600 ', 0), -(632626, '玛多县', 632600, '', 0, 0, 'M', '98.215883832099', '34.920748646186', 3, 'tr_0 tr_630000 tr_632600 ', 0), -(632701, '玉树市', 632700, '', 0, 0, 'Y', '97.015376401101', '32.999555650886', 3, 'tr_0 tr_630000 tr_632700 ', 0), -(632722, '杂多县', 632700, '', 0, 0, 'Z', '95.306964878828', '32.89924067586', 3, 'tr_0 tr_630000 tr_632700 ', 0), -(632723, '称多县', 632700, '', 0, 0, 'C', '97.115000009277', '33.374225698944', 3, 'tr_0 tr_630000 tr_632700 ', 0), -(632724, '治多县', 632700, '', 0, 0, 'Z', '95.61979357437', '33.857953267719', 3, 'tr_0 tr_630000 tr_632700 ', 0), -(632725, '囊谦县', 632700, '', 0, 0, 'N', '96.486918271283', '32.209194368698', 3, 'tr_0 tr_630000 tr_632700 ', 0), -(632726, '曲麻莱县', 632700, '', 0, 0, 'Q', '95.803750013992', '34.132298666997', 3, 'tr_0 tr_630000 tr_632700 ', 0), -(632801, '格尔木市', 632800, '', 0, 0, 'G', '94.933310210425', '36.412371046954', 3, 'tr_0 tr_630000 tr_632800 ', 0), -(632802, '德令哈市', 632800, '', 0, 0, 'D', '97.367470299975', '37.375345907463', 3, 'tr_0 tr_630000 tr_632800 ', 0), -(632803, '茫崖市', 632800, '', 0, 0, 'M', '90.87951750334', '38.261902814972', 3, 'tr_0 tr_630000 tr_632800 ', 0), -(632821, '乌兰县', 632800, '', 0, 0, 'W', '98.486735699295', '36.935747859032', 3, 'tr_0 tr_630000 tr_632800 ', 0), -(632822, '都兰县', 632800, '', 0, 0, 'D', '98.102704793777', '36.307611028682', 3, 'tr_0 tr_630000 tr_632800 ', 0), -(632823, '天峻县', 632800, '', 0, 0, 'T', '99.029242967967', '37.306903395111', 3, 'tr_0 tr_630000 tr_632800 ', 0), -(632857, '大柴旦行政委员会', 632800, '', 0, 0, 'D', '95.371722465415', '37.857987655919', 3, 'tr_0 tr_630000 tr_632800 ', 0), -(640104, '兴庆区', 640100, '', 0, 0, 'X', '106.29549376692', '38.479578929456', 3, 'tr_0 tr_640000 tr_640100 ', 0), -(640105, '西夏区', 640100, '', 0, 0, 'X', '106.15658124015', '38.496817469604', 3, 'tr_0 tr_640000 tr_640100 ', 0), -(640106, '金凤区', 640100, '', 0, 0, 'J', '106.24956089094', '38.478695238722', 3, 'tr_0 tr_640000 tr_640100 ', 0), -(640121, '永宁县', 640100, '', 0, 0, 'Y', '106.25960457536', '38.283001541521', 3, 'tr_0 tr_640000 tr_640100 ', 0), -(640122, '贺兰县', 640100, '', 0, 0, 'H', '106.3565182653', '38.560406689579', 3, 'tr_0 tr_640000 tr_640100 ', 0), -(640181, '灵武市', 640100, '', 0, 0, 'L', '106.34644035545', '38.108658666793', 3, 'tr_0 tr_640000 tr_640100 ', 0), -(540502, '乃东区', 540500, '', 0, 0, 'N', '91.778681965641', '29.234229154985', 3, 'tr_0 tr_540000 tr_540500 ', 0), -(540521, '扎囊县', 540500, '', 0, 0, 'Z', '91.343627127639', '29.251164315795', 3, 'tr_0 tr_540000 tr_540500 ', 0), -(540522, '贡嘎县', 540500, '', 0, 0, 'G', '90.990582372498', '29.295585920341', 3, 'tr_0 tr_540000 tr_540500 ', 0), -(540523, '桑日县', 540500, '', 0, 0, 'S', '92.022157253696', '29.265175836421', 3, 'tr_0 tr_540000 tr_540500 ', 0), -(540524, '琼结县', 540500, '', 0, 0, 'Q', '91.690100777976', '29.030865581933', 3, 'tr_0 tr_540000 tr_540500 ', 0), -(540525, '曲松县', 540500, '', 0, 0, 'Q', '92.210174662975', '29.068424815624', 3, 'tr_0 tr_540000 tr_540500 ', 0), -(540526, '措美县', 540500, '', 0, 0, 'C', '91.439917573188', '28.444257990161', 3, 'tr_0 tr_540000 tr_540500 ', 0), -(540527, '洛扎县', 540500, '', 0, 0, 'L', '90.866452001915', '28.391634617398', 3, 'tr_0 tr_540000 tr_540500 ', 0), -(540528, '加查县', 540500, '', 0, 0, 'J', '92.600448881489', '29.146087474784', 3, 'tr_0 tr_540000 tr_540500 ', 0), -(540529, '隆子县', 540500, '', 0, 0, 'L', '92.468965520987', '28.414018998419', 3, 'tr_0 tr_540000 tr_540500 ', 0), -(540530, '错那县', 540500, '', 0, 0, 'C', '91.96375005827', '27.997004265923', 3, 'tr_0 tr_540000 tr_540500 ', 0), -(540531, '浪卡子县', 540500, '', 0, 0, 'L', '90.404646883462', '28.973992017804', 3, 'tr_0 tr_540000 tr_540500 ', 0), -(640302, '利通区', 640300, '', 0, 0, 'L', '106.21940702074', '37.990746080857', 3, 'tr_0 tr_640000 tr_640300 ', 0), -(640303, '红寺堡区', 640300, '', 0, 0, 'H', '106.06842117808', '37.431882454446', 3, 'tr_0 tr_640000 tr_640300 ', 0), -(640323, '盐池县', 640300, '', 0, 0, 'Y', '107.41337954864', '37.789295649909', 3, 'tr_0 tr_640000 tr_640300 ', 0), -(640324, '同心县', 640300, '', 0, 0, 'T', '105.9205990776', '36.986269629165', 3, 'tr_0 tr_640000 tr_640300 ', 0), -(640381, '青铜峡市', 640300, '', 0, 0, 'Q', '106.08537031661', '38.027412223967', 3, 'tr_0 tr_640000 tr_640300 ', 0), -(640402, '原州区', 640400, '', 0, 0, 'Y', '106.29451461392', '36.009367675763', 3, 'tr_0 tr_640000 tr_640400 ', 0), -(640422, '西吉县', 640400, '', 0, 0, 'X', '105.73538590857', '35.97007642089', 3, 'tr_0 tr_640000 tr_640400 ', 0), -(640423, '隆德县', 640400, '', 0, 0, 'L', '106.1184982967', '35.631762315094', 3, 'tr_0 tr_640000 tr_640400 ', 0), -(640424, '泾源县', 640400, '', 0, 0, 'J', '106.33739343083', '35.504361637679', 3, 'tr_0 tr_640000 tr_640400 ', 0), -(640425, '彭阳县', 640400, '', 0, 0, 'P', '106.64454429656', '35.85540546349', 3, 'tr_0 tr_640000 tr_640400 ', 0), -(640502, '沙坡头区', 640500, '', 0, 0, 'S', '105.20357090089', '37.505701418703', 3, 'tr_0 tr_640000 tr_640500 ', 0), -(640521, '中宁县', 640500, '', 0, 0, 'Z', '105.6915371912', '37.497420805579', 3, 'tr_0 tr_640000 tr_640500 ', 0), -(640522, '海原县', 640500, '', 0, 0, 'H', '105.65055514638', '36.570781489719', 3, 'tr_0 tr_640000 tr_640500 ', 0), -(650102, '天山区', 650100, '', 0, 0, 'T', '87.638407777566', '43.800271358313', 3, 'tr_0 tr_650000 tr_650100 ', 0), -(650103, '沙依巴克区', 650100, '', 0, 0, 'S', '87.604670027697', '43.807262352761', 3, 'tr_0 tr_650000 tr_650100 ', 0), -(650104, '新市区', 650100, '', 0, 0, 'X', '87.575908441201', '43.861394002748', 3, 'tr_0 tr_650000 tr_650100 ', 0), -(650105, '水磨沟区', 650100, '', 0, 0, 'S', '87.648896662192', '43.838251163831', 3, 'tr_0 tr_650000 tr_650100 ', 0), -(650106, '头屯河区', 650100, '', 0, 0, 'T', '87.434506709858', '43.882653022602', 3, 'tr_0 tr_650000 tr_650100 ', 0), -(650107, '达坂城区', 650100, '', 0, 0, 'D', '88.317397656607', '43.36994274634', 3, 'tr_0 tr_650000 tr_650100 ', 0), -(650109, '米东区', 650100, '', 0, 0, 'M', '87.662134271848', '43.979247426398', 3, 'tr_0 tr_650000 tr_650100 ', 0), -(650121, '乌鲁木齐县', 650100, '', 0, 0, 'W', '87.416028745179', '43.477086065793', 3, 'tr_0 tr_650000 tr_650100 ', 0), -(650171, '乌鲁木齐经济技术开发区', 650100, '', 0, 0, 'W', '87.523118529771', '43.868981036009', 3, 'tr_0 tr_650000 tr_650100 ', 0), -(650172, '乌鲁木齐高新技术产业开发区', 650100, '', 0, 0, 'W', '87.58408445863', '43.87767236981', 3, 'tr_0 tr_650000 tr_650100 ', 0), -(650202, '独山子区', 650200, '', 0, 0, 'D', '84.893613283343', '44.334407392365', 3, 'tr_0 tr_650000 tr_650200 ', 0), -(650203, '克拉玛依区', 650200, '', 0, 0, 'K', '84.866221962114', '45.596624206981', 3, 'tr_0 tr_650000 tr_650200 ', 0), -(650204, '白碱滩区', 650200, '', 0, 0, 'B', '85.139510123686', '45.693951629764', 3, 'tr_0 tr_650000 tr_650200 ', 0), -(650205, '乌尔禾区', 650200, '', 0, 0, 'W', '85.700304826442', '46.095295184689', 3, 'tr_0 tr_650000 tr_650200 ', 0), -(650402, '高昌区', 650400, '', 0, 0, 'G', '89.192458882701', '42.948548691684', 3, 'tr_0 tr_650000 tr_650400 ', 0), -(650421, '鄯善县', 650400, '', 0, 0, 'S', '90.220093886103', '42.874759228479', 3, 'tr_0 tr_650000 tr_650400 ', 0), -(650422, '托克逊县', 650400, '', 0, 0, 'T', '88.660164359541', '42.798545831023', 3, 'tr_0 tr_650000 tr_650400 ', 0), -(650502, '伊州区', 650500, '', 0, 0, 'Y', '93.521320462369', '42.832824924721', 3, 'tr_0 tr_650000 tr_650500 ', 0), -(650521, '巴里坤哈萨克自治县', 650500, '', 0, 0, 'B', '93.022930953564', '43.605688770787', 3, 'tr_0 tr_650000 tr_650500 ', 0), -(650522, '伊吾县', 650500, '', 0, 0, 'Y', '94.703825671285', '43.260676527466', 3, 'tr_0 tr_650000 tr_650500 ', 0), -(652301, '昌吉市', 652300, '', 0, 0, 'C', '87.27386462195', '44.020126845939', 3, 'tr_0 tr_650000 tr_652300 ', 0), -(652302, '阜康市', 652300, '', 0, 0, 'F', '87.993677905062', '44.163137321346', 3, 'tr_0 tr_650000 tr_652300 ', 0), -(652323, '呼图壁县', 652300, '', 0, 0, 'H', '86.905143806731', '44.197654596132', 3, 'tr_0 tr_650000 tr_652300 ', 0), -(652324, '玛纳斯县', 652300, '', 0, 0, 'M', '86.220643452199', '44.3100628588', 3, 'tr_0 tr_650000 tr_652300 ', 0), -(652325, '奇台县', 652300, '', 0, 0, 'Q', '89.601080811724', '44.026897819018', 3, 'tr_0 tr_650000 tr_652300 ', 0), -(652327, '吉木萨尔县', 652300, '', 0, 0, 'J', '89.187122858141', '44.005717795203', 3, 'tr_0 tr_650000 tr_652300 ', 0), -(652328, '木垒哈萨克自治县', 652300, '', 0, 0, 'M', '90.292514737334', '43.840308302807', 3, 'tr_0 tr_650000 tr_652300 ', 0), -(652701, '博乐市', 652700, '', 0, 0, 'B', '82.057972254591', '44.860009784639', 3, 'tr_0 tr_650000 tr_652700 ', 0), -(652702, '阿拉山口市', 652700, '', 0, 0, 'A', '82.560725272438', '45.179670079921', 3, 'tr_0 tr_650000 tr_652700 ', 0), -(652722, '精河县', 652700, '', 0, 0, 'J', '82.900655316205', '44.606645943492', 3, 'tr_0 tr_650000 tr_652700 ', 0), -(652723, '温泉县', 652700, '', 0, 0, 'W', '81.031145546486', '44.974856638705', 3, 'tr_0 tr_650000 tr_652700 ', 0), -(652801, '库尔勒市', 652800, '', 0, 0, 'K', '86.181494309938', '41.732373221412', 3, 'tr_0 tr_650000 tr_652800 ', 0), -(652822, '轮台县', 652800, '', 0, 0, 'L', '84.258212152054', '41.783813000515', 3, 'tr_0 tr_650000 tr_652800 ', 0), -(652823, '尉犁县', 652800, '', 0, 0, 'W', '86.266036536399', '41.350122782054', 3, 'tr_0 tr_650000 tr_652800 ', 0), -(652824, '若羌县', 652800, '', 0, 0, 'R', '88.175324441896', '39.028991037175', 3, 'tr_0 tr_650000 tr_652800 ', 0), -(652825, '且末县', 652800, '', 0, 0, 'Q', '85.535990385731', '38.15138769413', 3, 'tr_0 tr_650000 tr_652800 ', 0), -(652826, '焉耆回族自治县', 652800, '', 0, 0, 'Y', '86.581222026277', '42.064850858728', 3, 'tr_0 tr_650000 tr_652800 ', 0), -(652827, '和静县', 652800, '', 0, 0, 'H', '86.390398220692', '42.329365035879', 3, 'tr_0 tr_650000 tr_652800 ', 0), -(652828, '和硕县', 652800, '', 0, 0, 'H', '86.883689037252', '42.288065062428', 3, 'tr_0 tr_650000 tr_652800 ', 0), -(652829, '博湖县', 652800, '', 0, 0, 'B', '86.638469149986', '41.986430356829', 3, 'tr_0 tr_650000 tr_652800 ', 0), -(652871, '库尔勒经济技术开发区', 652800, '', 0, 0, 'K', '86.229512961483', '41.71760888729', 3, 'tr_0 tr_650000 tr_652800 ', 0), -(652901, '阿克苏市', 652900, '', 0, 0, 'A', '80.269926757334', '41.173859926953', 3, 'tr_0 tr_650000 tr_652900 ', 0), -(652922, '温宿县', 652900, '', 0, 0, 'W', '80.245564352581', '41.282567249887', 3, 'tr_0 tr_650000 tr_652900 ', 0), -(652923, '库车县', 652900, '', 0, 0, 'K', '82.968458787284', '41.723447514833', 3, 'tr_0 tr_650000 tr_652900 ', 0), -(652924, '沙雅县', 652900, '', 0, 0, 'S', '82.788823736148', '41.227749329027', 3, 'tr_0 tr_650000 tr_652900 ', 0), -(652925, '新和县', 652900, '', 0, 0, 'X', '82.615823030526', '41.553999628477', 3, 'tr_0 tr_650000 tr_652900 ', 0), -(652926, '拜城县', 652900, '', 0, 0, 'B', '81.858516272038', '41.800706601984', 3, 'tr_0 tr_650000 tr_652900 ', 0), -(652927, '乌什县', 652900, '', 0, 0, 'W', '79.230868990897', '41.220871106999', 3, 'tr_0 tr_650000 tr_652900 ', 0), -(652928, '阿瓦提县', 652900, '', 0, 0, 'A', '80.381849245908', '40.649358802911', 3, 'tr_0 tr_650000 tr_652900 ', 0), -(652929, '柯坪县', 652900, '', 0, 0, 'K', '79.053213535614', '40.514055520966', 3, 'tr_0 tr_650000 tr_652900 ', 0), -(653001, '阿图什市', 653000, '', 0, 0, 'A', '76.174906408698', '39.722079128589', 3, 'tr_0 tr_650000 tr_653000 ', 0), -(653022, '阿克陶县', 653000, '', 0, 0, 'A', '75.953725266709', '39.153888517642', 3, 'tr_0 tr_650000 tr_653000 ', 0), -(653023, '阿合奇县', 653000, '', 0, 0, 'A', '78.45253927839', '40.942958224222', 3, 'tr_0 tr_650000 tr_653000 ', 0), -(653024, '乌恰县', 653000, '', 0, 0, 'W', '75.26533363237', '39.725123590953', 3, 'tr_0 tr_650000 tr_653000 ', 0), -(653101, '喀什市', 653100, '', 0, 0, 'K', '76.000312737915', '39.473649532912', 3, 'tr_0 tr_650000 tr_653100 ', 0), -(653121, '疏附县', 653100, '', 0, 0, 'S', '75.869168667361', '39.381291555212', 3, 'tr_0 tr_650000 tr_653100 ', 0), -(653122, '疏勒县', 653100, '', 0, 0, 'S', '76.056614395075', '39.406709108732', 3, 'tr_0 tr_650000 tr_653100 ', 0), -(653123, '英吉沙县', 653100, '', 0, 0, 'Y', '76.182075425651', '38.935670863521', 3, 'tr_0 tr_650000 tr_653100 ', 0), -(653124, '泽普县', 653100, '', 0, 0, 'Z', '77.266559423761', '38.190725516333', 3, 'tr_0 tr_650000 tr_653100 ', 0), -(653125, '莎车县', 653100, '', 0, 0, 'S', '77.252436713686', '38.420156752419', 3, 'tr_0 tr_650000 tr_653100 ', 0), -(653126, '叶城县', 653100, '', 0, 0, 'Y', '77.420097621865', '37.889166844427', 3, 'tr_0 tr_650000 tr_653100 ', 0), -(653127, '麦盖提县', 653100, '', 0, 0, 'M', '77.658824287414', '38.911194315553', 3, 'tr_0 tr_650000 tr_653100 ', 0), -(653128, '岳普湖县', 653100, '', 0, 0, 'Y', '76.78414771574', '39.239387333945', 3, 'tr_0 tr_650000 tr_653100 ', 0), -(653129, '伽师县', 653100, '', 0, 0, 'J', '76.730385568257', '39.493851605868', 3, 'tr_0 tr_650000 tr_653100 ', 0), -(653130, '巴楚县', 653100, '', 0, 0, 'B', '78.5557014018', '39.79078837708', 3, 'tr_0 tr_650000 tr_653100 ', 0), -(653131, '塔什库尔干塔吉克自治县', 653100, '', 0, 0, 'T', '75.230804744838', '37.779045640763', 3, 'tr_0 tr_650000 tr_653100 ', 0), -(653201, '和田市', 653200, '', 0, 0, 'H', '79.920212469755', '37.118335544466', 3, 'tr_0 tr_650000 tr_653200 ', 0), -(653221, '和田县', 653200, '', 0, 0, 'H', '79.866215595042', '37.090362410221', 3, 'tr_0 tr_650000 tr_653200 ', 0), -(653222, '墨玉县', 653200, '', 0, 0, 'M', '79.735479265358', '37.282993446907', 3, 'tr_0 tr_650000 tr_653200 ', 0), -(653223, '皮山县', 653200, '', 0, 0, 'P', '78.289871062405', '37.627248714375', 3, 'tr_0 tr_650000 tr_653200 ', 0), -(653224, '洛浦县', 653200, '', 0, 0, 'L', '80.195387611879', '37.079611030988', 3, 'tr_0 tr_650000 tr_653200 ', 0), -(653225, '策勒县', 653200, '', 0, 0, 'C', '80.813201268742', '37.004122359371', 3, 'tr_0 tr_650000 tr_653200 ', 0), -(653226, '于田县', 653200, '', 0, 0, 'Y', '81.683782914748', '36.86295413611', 3, 'tr_0 tr_650000 tr_653200 ', 0), -(653227, '民丰县', 653200, '', 0, 0, 'M', '82.702713427589', '37.070256968231', 3, 'tr_0 tr_650000 tr_653200 ', 0), -(654002, '伊宁市', 654000, '', 0, 0, 'Y', '81.284242405278', '43.915299436243', 3, 'tr_0 tr_650000 tr_654000 ', 0), -(654003, '奎屯市', 654000, '', 0, 0, 'K', '84.909449241687', '44.432057210004', 3, 'tr_0 tr_650000 tr_654000 ', 0), -(654004, '霍尔果斯市', 654000, '', 0, 0, 'H', '80.427129772427', '44.235308556093', 3, 'tr_0 tr_650000 tr_654000 ', 0), -(654021, '伊宁县', 654000, '', 0, 0, 'Y', '81.533906479394', '43.982909125124', 3, 'tr_0 tr_650000 tr_654000 ', 0), -(654022, '察布查尔锡伯自治县', 654000, '', 0, 0, 'C', '81.157924570907', '43.846690330452', 3, 'tr_0 tr_650000 tr_654000 ', 0), -(654023, '霍城县', 654000, '', 0, 0, 'H', '80.885281123201', '44.062249507399', 3, 'tr_0 tr_650000 tr_654000 ', 0), -(654024, '巩留县', 654000, '', 0, 0, 'G', '82.238225609409', '43.488485559536', 3, 'tr_0 tr_650000 tr_654000 ', 0), -(654025, '新源县', 654000, '', 0, 0, 'X', '83.267022301497', '43.435927002185', 3, 'tr_0 tr_650000 tr_654000 ', 0), -(654026, '昭苏县', 654000, '', 0, 0, 'Z', '81.137377539147', '43.163496741509', 3, 'tr_0 tr_650000 tr_654000 ', 0), -(654027, '特克斯县', 654000, '', 0, 0, 'T', '81.842587249244', '43.224248213467', 3, 'tr_0 tr_650000 tr_654000 ', 0), -(654028, '尼勒克县', 654000, '', 0, 0, 'N', '82.51800753168', '43.804594836238', 3, 'tr_0 tr_650000 tr_654000 ', 0), -(654201, '塔城市', 654200, '', 0, 0, 'T', '82.987235518406', '46.750948254373', 3, 'tr_0 tr_650000 tr_654200 ', 0), -(654202, '乌苏市', 654200, '', 0, 0, 'W', '84.720088146964', '44.424048034452', 3, 'tr_0 tr_650000 tr_654200 ', 0), -(654221, '额敏县', 654200, '', 0, 0, 'E', '83.633374454783', '46.531884861309', 3, 'tr_0 tr_650000 tr_654200 ', 0), -(654223, '沙湾县', 654200, '', 0, 0, 'S', '85.626144686035', '44.331949461741', 3, 'tr_0 tr_650000 tr_654200 ', 0), -(654224, '托里县', 654200, '', 0, 0, 'T', '83.612909438315', '45.94274280505', 3, 'tr_0 tr_650000 tr_654200 ', 0), -(654225, '裕民县', 654200, '', 0, 0, 'Y', '82.9894387025', '46.207453546928', 3, 'tr_0 tr_650000 tr_654200 ', 0), -(654226, '和布克赛尔蒙古自治县', 654200, '', 0, 0, 'H', '85.735008883548', '46.798685112637', 3, 'tr_0 tr_650000 tr_654200 ', 0), -(654301, '阿勒泰市', 654300, '', 0, 0, 'A', '88.139226564024', '47.832752648475', 3, 'tr_0 tr_650000 tr_654300 ', 0), -(654321, '布尔津县', 654300, '', 0, 0, 'B', '86.881360170273', '47.707951723888', 3, 'tr_0 tr_650000 tr_654300 ', 0), -(654322, '富蕴县', 654300, '', 0, 0, 'F', '89.531953408055', '46.999951053055', 3, 'tr_0 tr_650000 tr_654300 ', 0), -(654323, '福海县', 654300, '', 0, 0, 'F', '87.493157246325', '47.118140737535', 3, 'tr_0 tr_650000 tr_654300 ', 0), -(654324, '哈巴河县', 654300, '', 0, 0, 'H', '86.424817684664', '48.066148902458', 3, 'tr_0 tr_650000 tr_654300 ', 0), -(654325, '青河县', 654300, '', 0, 0, 'Q', '90.389444407193', '46.68019396705', 3, 'tr_0 tr_650000 tr_654300 ', 0), -(654326, '吉木乃县', 654300, '', 0, 0, 'J', '85.880818240706', '47.449018413257', 3, 'tr_0 tr_650000 tr_654300 ', 0), -(659001, '石河子市', 659000, '', 0, 0, 'S', '114.5163190347', '36.772534944449', 3, 'tr_0 tr_650000 tr_659000 ', 0), -(659002, '阿拉尔市', 659000, '', 0, 0, 'A', '81.287354225395', '40.553263894706', 3, 'tr_0 tr_650000 tr_659000 ', 0), -(659003, '图木舒克市', 659000, '', 0, 0, 'T', '79.075616286896', '39.871209077425', 3, 'tr_0 tr_650000 tr_659000 ', 0), -(659004, '五家渠市', 659000, '', 0, 0, 'W', '87.549936632296', '44.172444518901', 3, 'tr_0 tr_650000 tr_659000 ', 0), -(659006, '铁门关市', 659000, '', 0, 0, 'T', '85.686857831724', '41.863648697693', 3, 'tr_0 tr_650000 tr_659000 ', 0), -(130102, '长安区', 130100, '', 0, 0, 'Z', '114.54561160958', '38.043256136498', 3, 'tr_0 tr_130000 tr_130100 ', 0), -(130104, '桥西区', 130100, '', 0, 0, 'Q', '114.46741977426', '38.010381080199', 3, 'tr_0 tr_130000 tr_130100 ', 0), -(130105, '新华区', 130100, '', 0, 0, 'X', '114.46943844641', '38.057119539196', 3, 'tr_0 tr_130000 tr_130100 ', 0), -(130107, '井陉矿区', 130100, '', 0, 0, 'J', '114.06863186515', '38.070565834517', 3, 'tr_0 tr_130000 tr_130100 ', 0), -(130108, '裕华区', 130100, '', 0, 0, 'Y', '114.53758291426', '38.012087686284', 3, 'tr_0 tr_130000 tr_130100 ', 0), -(130109, '藁城区', 130100, '', 0, 0, 'G', '114.85337790442', '38.027816555321', 3, 'tr_0 tr_130000 tr_130100 ', 0), -(130110, '鹿泉区', 130100, '', 0, 0, 'L', '114.32059757764', '38.09174945759', 3, 'tr_0 tr_130000 tr_130100 ', 0), -(130111, '栾城区', 130100, '', 0, 0, 'L', '114.65457561879', '37.905816364165', 3, 'tr_0 tr_130000 tr_130100 ', 0), -(130121, '井陉县', 130100, '', 0, 0, 'J', '114.15146299928', '38.038386214927', 3, 'tr_0 tr_130000 tr_130100 ', 0), -(130123, '正定县', 130100, '', 0, 0, 'Z', '114.57748106365', '38.151713727954', 3, 'tr_0 tr_130000 tr_130100 ', 0), -(130125, '行唐县', 130100, '', 0, 0, 'X', '114.55960676028', '38.444238747676', 3, 'tr_0 tr_130000 tr_130100 ', 0), -(130126, '灵寿县', 130100, '', 0, 0, 'L', '114.38947775771', '38.314629370046', 3, 'tr_0 tr_130000 tr_130100 ', 0), -(130127, '高邑县', 130100, '', 0, 0, 'G', '114.61841307286', '37.621879561553', 3, 'tr_0 tr_130000 tr_130100 ', 0), -(130128, '深泽县', 130100, '', 0, 0, 'S', '115.20740369913', '38.190451203069', 3, 'tr_0 tr_130000 tr_130100 ', 0), -(130129, '赞皇县', 130100, '', 0, 0, 'Z', '114.39246354556', '37.671667061291', 3, 'tr_0 tr_130000 tr_130100 ', 0), -(130130, '无极县', 130100, '', 0, 0, 'W', '114.98243934348', '38.18543617028', 3, 'tr_0 tr_130000 tr_130100 ', 0), -(130131, '平山县', 130100, '', 0, 0, 'P', '113.98543503085', '38.271951013311', 3, 'tr_0 tr_130000 tr_130100 ', 0), -(130132, '元氏县', 130100, '', 0, 0, 'Y', '114.53256551866', '37.772338553855', 3, 'tr_0 tr_130000 tr_130100 ', 0), -(130133, '赵县', 130100, '', 0, 0, 'Z', '114.78259655058', '37.761858522888', 3, 'tr_0 tr_130000 tr_130100 ', 0), -(130171, '石家庄高新技术产业开发区', 130100, '', 0, 0, 'S', '114.47561896798', '38.014375062684', 3, 'tr_0 tr_130000 tr_130100 ', 0), -(130172, '石家庄循环化工园区', 130100, '', 0, 0, 'S', '114.69991493042', '38.002797025837', 3, 'tr_0 tr_130000 tr_130100 ', 0), -(130181, '辛集市', 130100, '', 0, 0, 'X', '115.22445084279', '37.949309043173', 3, 'tr_0 tr_130000 tr_130100 ', 0), -(130183, '晋州市', 130100, '', 0, 0, 'J', '115.0505290147', '38.039491309736', 3, 'tr_0 tr_130000 tr_130100 ', 0), -(130184, '新乐市', 130100, '', 0, 0, 'X', '114.69053218327', '38.349292647959', 3, 'tr_0 tr_130000 tr_130100 ', 0), -(130202, '路南区', 130200, '', 0, 0, 'L', '118.20604028639', '39.612986996735', 3, 'tr_0 tr_130000 tr_130200 ', 0), -(130203, '路北区', 130200, '', 0, 0, 'L', '118.2239040796', '39.673985965975', 3, 'tr_0 tr_130000 tr_130200 ', 0), -(130204, '古冶区', 130200, '', 0, 0, 'G', '118.45340092552', '39.739735914766', 3, 'tr_0 tr_130000 tr_130200 ', 0), -(130205, '开平区', 130200, '', 0, 0, 'K', '118.26860762449', '39.677143635862', 3, 'tr_0 tr_130000 tr_130200 ', 0), -(130207, '丰南区', 130200, '', 0, 0, 'F', '118.0903655757', '39.581540485109', 3, 'tr_0 tr_130000 tr_130200 ', 0), -(130208, '丰润区', 130200, '', 0, 0, 'F', '118.16854133135', '39.838353430851', 3, 'tr_0 tr_130000 tr_130200 ', 0), -(130209, '曹妃甸区', 130200, '', 0, 0, 'C', '118.46645986221', '39.279283996335', 3, 'tr_0 tr_130000 tr_130200 ', 0), -(130224, '滦南县', 130200, '', 0, 0, 'L', '118.68040524315', '39.510044702469', 3, 'tr_0 tr_130000 tr_130200 ', 0), -(130225, '乐亭县', 130200, '', 0, 0, 'L', '118.91938406305', '39.431931320096', 3, 'tr_0 tr_130000 tr_130200 ', 0), -(130227, '迁西县', 130200, '', 0, 0, 'Q', '118.32038397781', '40.147837151362', 3, 'tr_0 tr_130000 tr_130200 ', 0), -(130229, '玉田县', 130200, '', 0, 0, 'Y', '117.74543440564', '39.906592348189', 3, 'tr_0 tr_130000 tr_130200 ', 0), -(130271, '唐山市芦台经济技术开发区', 130200, '', 0, 0, 'T', '117.83195389236', '39.334328330689', 3, 'tr_0 tr_130000 tr_130200 ', 0), -(130272, '唐山市汉沽管理区', 130200, '', 0, 0, 'T', '117.88832858176', '39.367125548614', 3, 'tr_0 tr_130000 tr_130200 ', 0), -(130273, '唐山高新技术产业开发区', 130200, '', 0, 0, 'T', '118.18645947204', '39.636583724147', 3, 'tr_0 tr_130000 tr_130200 ', 0), -(130274, '河北唐山海港经济开发区', 130200, '', 0, 0, 'H', '119.00992050252', '39.237818631017', 3, 'tr_0 tr_130000 tr_130200 ', 0), -(130281, '遵化市', 130200, '', 0, 0, 'Z', '117.97237521307', '40.195533204033', 3, 'tr_0 tr_130000 tr_130200 ', 0), -(130283, '迁安市', 130200, '', 0, 0, 'Q', '118.70645736056', '40.004183924931', 3, 'tr_0 tr_130000 tr_130200 ', 0), -(130284, '滦州市', 130200, '', 0, 0, 'L', '118.71048006247', '39.747115765489', 3, 'tr_0 tr_130000 tr_130200 ', 0), -(130302, '海港区', 130300, '', 0, 0, 'H', '119.61747524097', '39.940412688357', 3, 'tr_0 tr_130000 tr_130300 ', 0), -(130303, '山海关区', 130300, '', 0, 0, 'S', '119.78243521397', '39.984445641831', 3, 'tr_0 tr_130000 tr_130300 ', 0), -(130304, '北戴河区', 130300, '', 0, 0, 'B', '119.49152607118', '39.841005667936', 3, 'tr_0 tr_130000 tr_130300 ', 0), -(130306, '抚宁区', 130300, '', 0, 0, 'F', '119.25154914402', '39.88141356935', 3, 'tr_0 tr_130000 tr_130300 ', 0), -(130321, '青龙满族自治县', 130300, '', 0, 0, 'Q', '118.95648129587', '40.412793702313', 3, 'tr_0 tr_130000 tr_130300 ', 0), -(130322, '昌黎县', 130300, '', 0, 0, 'C', '119.16937521021', '39.71905083388', 3, 'tr_0 tr_130000 tr_130300 ', 0), -(130324, '卢龙县', 130300, '', 0, 0, 'L', '118.89948911126', '39.897958466103', 3, 'tr_0 tr_130000 tr_130300 ', 0), -(130371, '秦皇岛市经济技术开发区', 130300, '', 0, 0, 'Q', '119.48439783729', '39.943641230776', 3, 'tr_0 tr_130000 tr_130300 ', 0), -(130372, '北戴河新区', 130300, '', 0, 0, 'B', '119.47981001139', '39.831809170026', 3, 'tr_0 tr_130000 tr_130300 ', 0), -(130402, '邯山区', 130400, '', 0, 0, 'H', '114.49638868967', '36.586692191979', 3, 'tr_0 tr_130000 tr_130400 ', 0), -(130403, '丛台区', 130400, '', 0, 0, 'C', '114.49943259789', '36.642672565982', 3, 'tr_0 tr_130000 tr_130400 ', 0), -(130404, '复兴区', 130400, '', 0, 0, 'F', '114.44809470749', '36.610368592227', 3, 'tr_0 tr_130000 tr_130400 ', 0), -(130406, '峰峰矿区', 130400, '', 0, 0, 'F', '114.21948332131', '36.425653614399', 3, 'tr_0 tr_130000 tr_130400 ', 0), -(130407, '肥乡区', 130400, '', 0, 0, 'F', '114.80654708226', '36.55382525367', 3, 'tr_0 tr_130000 tr_130400 ', 0), -(130408, '永年区', 130400, '', 0, 0, 'Y', '114.55062514246', '36.747569389575', 3, 'tr_0 tr_130000 tr_130400 ', 0), -(130423, '临漳县', 130400, '', 0, 0, 'L', '114.62642694614', '36.340765980595', 3, 'tr_0 tr_130000 tr_130400 ', 0), -(130424, '成安县', 130400, '', 0, 0, 'C', '114.67657655802', '36.449796208953', 3, 'tr_0 tr_130000 tr_130400 ', 0), -(130425, '大名县', 130400, '', 0, 0, 'D', '115.15461253007', '36.291288466231', 3, 'tr_0 tr_130000 tr_130400 ', 0), -(130426, '涉县', 130400, '', 0, 0, 'S', '113.69758434883', '36.590691663211', 3, 'tr_0 tr_130000 tr_130400 ', 0), -(130427, '磁县', 130400, '', 0, 0, 'C', '114.38043173139', '36.380358940947', 3, 'tr_0 tr_130000 tr_130400 ', 0), -(130430, '邱县', 130400, '', 0, 0, 'Q', '115.19339516368', '36.817362417143', 3, 'tr_0 tr_130000 tr_130400 ', 0), -(130431, '鸡泽县', 130400, '', 0, 0, 'J', '114.89658577064', '36.916398206414', 3, 'tr_0 tr_130000 tr_130400 ', 0), -(130432, '广平县', 130400, '', 0, 0, 'G', '114.95441490649', '36.489779995612', 3, 'tr_0 tr_130000 tr_130400 ', 0), -(130433, '馆陶县', 130400, '', 0, 0, 'G', '115.28853676635', '36.553956728653', 3, 'tr_0 tr_130000 tr_130400 ', 0), -(130434, '魏县', 130400, '', 0, 0, 'W', '114.94545044631', '36.366156454371', 3, 'tr_0 tr_130000 tr_130400 ', 0), -(130435, '曲周县', 130400, '', 0, 0, 'Q', '114.96340442939', '36.771544831336', 3, 'tr_0 tr_130000 tr_130400 ', 0), -(130471, '邯郸经济技术开发区', 130400, '', 0, 0, 'H', '114.54562822824', '36.631262731204', 3, 'tr_0 tr_130000 tr_130400 ', 0), -(130473, '邯郸冀南新区', 130400, '', 0, 0, 'H', '114.54562822824', '36.631262731204', 3, 'tr_0 tr_130000 tr_130400 ', 0), -(130481, '武安市', 130400, '', 0, 0, 'W', '114.21051607638', '36.70248828628', 3, 'tr_0 tr_130000 tr_130400 ', 0), -(130502, '桥东区', 130500, '', 0, 0, 'Q', '114.51347113674', '37.073749959651', 3, 'tr_0 tr_130000 tr_130500 ', 0), -(130503, '桥西区', 130500, '', 0, 0, 'Q', '114.4743934996', '37.066172415704', 3, 'tr_0 tr_130000 tr_130500 ', 0), -(130521, '邢台县', 130500, '', 0, 0, 'X', '114.14341085818', '37.17710928752', 3, 'tr_0 tr_130000 tr_130500 ', 0), -(130522, '临城县', 130500, '', 0, 0, 'L', '114.50544333972', '37.450788548442', 3, 'tr_0 tr_130000 tr_130500 ', 0), -(130523, '内丘县', 130500, '', 0, 0, 'N', '114.51849293403', '37.292857912047', 3, 'tr_0 tr_130000 tr_130500 ', 0), -(130524, '柏乡县', 130500, '', 0, 0, 'B', '114.69949736209', '37.488758727152', 3, 'tr_0 tr_130000 tr_130500 ', 0), -(130525, '隆尧县', 130500, '', 0, 0, 'L', '114.77661608165', '37.355908006295', 3, 'tr_0 tr_130000 tr_130500 ', 0), -(130526, '任县', 130500, '', 0, 0, 'R', '114.67860600983', '37.126726783523', 3, 'tr_0 tr_130000 tr_130500 ', 0), -(130527, '南和县', 130500, '', 0, 0, 'N', '114.69054772395', '37.01099797056', 3, 'tr_0 tr_130000 tr_130500 ', 0), -(130528, '宁晋县', 130500, '', 0, 0, 'N', '114.92556169283', '37.625612279932', 3, 'tr_0 tr_130000 tr_130500 ', 0), -(130529, '巨鹿县', 130500, '', 0, 0, 'J', '115.04358735887', '37.227088328938', 3, 'tr_0 tr_130000 tr_130500 ', 0), -(130530, '新河县', 130500, '', 0, 0, 'X', '115.24854716945', '37.534590601536', 3, 'tr_0 tr_130000 tr_130500 ', 0), -(130531, '广宗县', 130500, '', 0, 0, 'G', '115.14960474634', '37.080457122162', 3, 'tr_0 tr_130000 tr_130500 ', 0), -(130532, '平乡县', 130500, '', 0, 0, 'P', '115.03658174369', '37.069096393044', 3, 'tr_0 tr_130000 tr_130500 ', 0), -(130533, '威县', 130500, '', 0, 0, 'W', '115.27361761861', '36.981581608663', 3, 'tr_0 tr_130000 tr_130500 ', 0), -(130534, '清河县', 130500, '', 0, 0, 'Q', '115.67439356765', '37.046375401617', 3, 'tr_0 tr_130000 tr_130500 ', 0), -(130535, '临西县', 130500, '', 0, 0, 'L', '115.50762943786', '36.87675996654', 3, 'tr_0 tr_130000 tr_130500 ', 0), -(130571, '河北邢台经济开发区', 130500, '', 0, 0, 'H', '114.51146225613', '37.076685950966', 3, 'tr_0 tr_130000 tr_130500 ', 0), -(130581, '南宫市', 130500, '', 0, 0, 'N', '115.4145290548', '37.364069402723', 3, 'tr_0 tr_130000 tr_130500 ', 0), -(130582, '沙河市', 130500, '', 0, 0, 'S', '114.50947385688', '36.861127341145', 3, 'tr_0 tr_130000 tr_130500 ', 0), -(130602, '竞秀区', 130600, '', 0, 0, 'J', '115.46543414161', '38.883787961691', 3, 'tr_0 tr_130000 tr_130600 ', 0), -(130606, '莲池区', 130600, '', 0, 0, 'L', '115.53548768833', '38.860675807041', 3, 'tr_0 tr_130000 tr_130600 ', 0), -(130607, '满城区', 130600, '', 0, 0, 'M', '115.3283750886', '38.955441208686', 3, 'tr_0 tr_130000 tr_130600 ', 0), -(130608, '清苑区', 130600, '', 0, 0, 'Q', '115.49660588179', '38.771001774749', 3, 'tr_0 tr_130000 tr_130600 ', 0), -(130609, '徐水区', 130600, '', 0, 0, 'X', '115.66247952133', '39.024712583834', 3, 'tr_0 tr_130000 tr_130600 ', 0), -(130623, '涞水县', 130600, '', 0, 0, 'L', '115.72054302508', '39.400334198489', 3, 'tr_0 tr_130000 tr_130600 ', 0), -(130624, '阜平县', 130600, '', 0, 0, 'F', '114.20156347384', '38.855351444796', 3, 'tr_0 tr_130000 tr_130600 ', 0), -(130626, '定兴县', 130600, '', 0, 0, 'D', '115.81441011189', '39.269423528527', 3, 'tr_0 tr_130000 tr_130600 ', 0), -(130627, '唐县', 130600, '', 0, 0, 'T', '114.9894471146', '38.754019925125', 3, 'tr_0 tr_130000 tr_130600 ', 0), -(130628, '高阳县', 130600, '', 0, 0, 'G', '115.78544721513', '38.706257734087', 3, 'tr_0 tr_130000 tr_130600 ', 0), -(130629, '容城县', 130600, '', 0, 0, 'R', '115.86863129349', '39.048559435416', 3, 'tr_0 tr_130000 tr_130600 ', 0), -(130630, '涞源县', 130600, '', 0, 0, 'L', '114.70047561679', '39.366271691524', 3, 'tr_0 tr_130000 tr_130600 ', 0), -(130631, '望都县', 130600, '', 0, 0, 'W', '115.16158760286', '38.700157645549', 3, 'tr_0 tr_130000 tr_130600 ', 0), -(130632, '安新县', 130600, '', 0, 0, 'A', '115.94242628266', '38.941734298593', 3, 'tr_0 tr_130000 tr_130600 ', 0), -(130633, '易县', 130600, '', 0, 0, 'Y', '115.50360664612', '39.355054469981', 3, 'tr_0 tr_130000 tr_130600 ', 0), -(130634, '曲阳县', 130600, '', 0, 0, 'Q', '114.7514548138', '38.628384104122', 3, 'tr_0 tr_130000 tr_130600 ', 0), -(130635, '蠡县', 130600, '', 0, 0, 'L', '115.59044548045', '38.494200963238', 3, 'tr_0 tr_130000 tr_130600 ', 0), -(130636, '顺平县', 130600, '', 0, 0, 'S', '115.14159743069', '38.843261370364', 3, 'tr_0 tr_130000 tr_130600 ', 0), -(130637, '博野县', 130600, '', 0, 0, 'B', '115.47046698806', '38.463408004952', 3, 'tr_0 tr_130000 tr_130600 ', 0), -(130638, '雄县', 130600, '', 0, 0, 'X', '116.11460144552', '39.000180119499', 3, 'tr_0 tr_130000 tr_130600 ', 0), -(130671, '保定高新技术产业开发区', 130600, '', 0, 0, 'B', '115.47146383769', '38.879987768455', 3, 'tr_0 tr_130000 tr_130600 ', 0), -(130672, '保定白沟新城', 130600, '', 0, 0, 'B', '116.06423983354', '39.145149134834', 3, 'tr_0 tr_130000 tr_130600 ', 0), -(130681, '涿州市', 130600, '', 0, 0, 'Z', '115.98161971138', '39.491065832', 3, 'tr_0 tr_130000 tr_130600 ', 0), -(130682, '定州市', 130600, '', 0, 0, 'D', '114.99649620776', '38.522198840134', 3, 'tr_0 tr_130000 tr_130600 ', 0), -(130683, '安国市', 130600, '', 0, 0, 'A', '115.33340802488', '38.424828318687', 3, 'tr_0 tr_130000 tr_130600 ', 0), -(130684, '高碑店市', 130600, '', 0, 0, 'G', '115.88056905507', '39.332335447462', 3, 'tr_0 tr_130000 tr_130600 ', 0), -(130702, '桥东区', 130700, '', 0, 0, 'Q', '114.90060577763', '40.794268437423', 3, 'tr_0 tr_130000 tr_130700 ', 0), -(130703, '桥西区', 130700, '', 0, 0, 'Q', '114.87651609843', '40.825605695041', 3, 'tr_0 tr_130000 tr_130700 ', 0), -(130705, '宣化区', 130700, '', 0, 0, 'X', '115.1054444068', '40.614591888266', 3, 'tr_0 tr_130000 tr_130700 ', 0), -(130706, '下花园区', 130700, '', 0, 0, 'X', '115.29351688226', '40.508145182672', 3, 'tr_0 tr_130000 tr_130700 ', 0), -(130708, '万全区', 130700, '', 0, 0, 'W', '114.74742582376', '40.773149648997', 3, 'tr_0 tr_130000 tr_130700 ', 0), -(130709, '崇礼区', 130700, '', 0, 0, 'C', '115.28954933632', '40.98047788587', 3, 'tr_0 tr_130000 tr_130700 ', 0), -(130722, '张北县', 130700, '', 0, 0, 'Z', '114.7263751121', '41.164943620015', 3, 'tr_0 tr_130000 tr_130700 ', 0), -(130723, '康保县', 130700, '', 0, 0, 'K', '114.60635583664', '41.858636884497', 3, 'tr_0 tr_130000 tr_130700 ', 0), -(130724, '沽源县', 130700, '', 0, 0, 'G', '115.69540744878', '41.676015876097', 3, 'tr_0 tr_130000 tr_130700 ', 0), -(130725, '尚义县', 130700, '', 0, 0, 'S', '113.97552438548', '41.081888482486', 3, 'tr_0 tr_130000 tr_130700 ', 0), -(130726, '蔚县', 130700, '', 0, 0, 'W', '114.5954005518', '39.847088636366', 3, 'tr_0 tr_130000 tr_130700 ', 0), -(130727, '阳原县', 130700, '', 0, 0, 'Y', '114.15752413604', '40.109588388731', 3, 'tr_0 tr_130000 tr_130700 ', 0), -(130728, '怀安县', 130700, '', 0, 0, 'H', '114.39246911506', '40.680369343116', 3, 'tr_0 tr_130000 tr_130700 ', 0), -(130730, '怀来县', 130700, '', 0, 0, 'H', '115.52455288485', '40.420289890382', 3, 'tr_0 tr_130000 tr_130700 ', 0), -(130731, '涿鹿县', 130700, '', 0, 0, 'Z', '115.21138346203', '40.385834075003', 3, 'tr_0 tr_130000 tr_130700 ', 0), -(130732, '赤城县', 130700, '', 0, 0, 'C', '115.83850589957', '40.918761216841', 3, 'tr_0 tr_130000 tr_130700 ', 0), -(130771, '张家口市高新技术产业开发区', 130700, '', 0, 0, 'Z', '114.89257223145', '40.773237202691', 3, 'tr_0 tr_130000 tr_130700 ', 0); -INSERT INTO `hg_sys_provinces` (`id`, `title`, `pid`, `short_title`, `areacode`, `zipcode`, `pinyin`, `lng`, `lat`, `level`, `tree`, `sort`) VALUES -(130772, '张家口市察北管理区', 130700, '', 0, 0, 'Z', '115.13535097349', '41.463489368202', 3, 'tr_0 tr_130000 tr_130700 ', 0), -(130773, '张家口市塞北管理区', 130700, '', 0, 0, 'Z', '115.80931788745', '41.877919284073', 3, 'tr_0 tr_130000 tr_130700 ', 0), -(130802, '双桥区', 130800, '', 0, 0, 'S', '117.94942790899', '40.980824477401', 3, 'tr_0 tr_130000 tr_130800 ', 0), -(130803, '双滦区', 130800, '', 0, 0, 'S', '117.80657828883', '40.964729148178', 3, 'tr_0 tr_130000 tr_130800 ', 0), -(130804, '鹰手营子矿区', 130800, '', 0, 0, 'Y', '117.66560909159', '40.552043233623', 3, 'tr_0 tr_130000 tr_130800 ', 0), -(130821, '承德县', 130800, '', 0, 0, 'C', '118.18045573699', '40.774367194936', 3, 'tr_0 tr_130000 tr_130800 ', 0), -(130822, '兴隆县', 130800, '', 0, 0, 'X', '117.50742737264', '40.423454029635', 3, 'tr_0 tr_130000 tr_130800 ', 0), -(130824, '滦平县', 130800, '', 0, 0, 'L', '117.33949787111', '40.94756096291', 3, 'tr_0 tr_130000 tr_130800 ', 0), -(130825, '隆化县', 130800, '', 0, 0, 'L', '117.7454510243', '41.319898805021', 3, 'tr_0 tr_130000 tr_130800 ', 0), -(130826, '丰宁满族自治县', 130800, '', 0, 0, 'F', '116.65239270009', '41.215336380004', 3, 'tr_0 tr_130000 tr_130800 ', 0), -(130827, '宽城满族自治县', 130800, '', 0, 0, 'K', '118.49159436055', '40.617151507814', 3, 'tr_0 tr_130000 tr_130800 ', 0), -(130828, '围场满族蒙古族自治县', 130800, '', 0, 0, 'W', '117.76656434785', '41.944323773611', 3, 'tr_0 tr_130000 tr_130800 ', 0), -(130871, '承德高新技术产业开发区', 130800, '', 0, 0, 'C', '117.96939750997', '40.957856012338', 3, 'tr_0 tr_130000 tr_130800 ', 0), -(130881, '平泉市', 130800, '', 0, 0, 'P', '118.70742672204', '41.023755625929', 3, 'tr_0 tr_130000 tr_130800 ', 0), -(130902, '新华区', 130900, '', 0, 0, 'X', '116.87243317375', '38.320366719478', 3, 'tr_0 tr_130000 tr_130900 ', 0), -(130903, '运河区', 130900, '', 0, 0, 'Y', '116.8386119713', '38.316522737476', 3, 'tr_0 tr_130000 tr_130900 ', 0), -(130921, '沧县', 130900, '', 0, 0, 'C', '116.88439779466', '38.299452743407', 3, 'tr_0 tr_130000 tr_130900 ', 0), -(130922, '青县', 130900, '', 0, 0, 'Q', '116.81057477836', '38.58846475864', 3, 'tr_0 tr_130000 tr_130900 ', 0), -(130923, '东光县', 130900, '', 0, 0, 'D', '116.54340955698', '37.894513906653', 3, 'tr_0 tr_130000 tr_130900 ', 0), -(130924, '海兴县', 130900, '', 0, 0, 'H', '117.50441804918', '38.149402516518', 3, 'tr_0 tr_130000 tr_130900 ', 0), -(130925, '盐山县', 130900, '', 0, 0, 'Y', '117.23741362448', '38.064318399559', 3, 'tr_0 tr_130000 tr_130900 ', 0), -(130926, '肃宁县', 130900, '', 0, 0, 'S', '115.83651767998', '38.428905919718', 3, 'tr_0 tr_130000 tr_130900 ', 0), -(130927, '南皮县', 130900, '', 0, 0, 'N', '116.71560115883', '38.045187886965', 3, 'tr_0 tr_130000 tr_130900 ', 0), -(130928, '吴桥县', 130900, '', 0, 0, 'W', '116.39739206243', '37.633908755554', 3, 'tr_0 tr_130000 tr_130900 ', 0), -(130929, '献县', 130900, '', 0, 0, 'X', '116.12956002887', '38.195981438007', 3, 'tr_0 tr_130000 tr_130900 ', 0), -(130930, '孟村回族自治县', 130900, '', 0, 0, 'M', '117.11043607455', '38.059839127888', 3, 'tr_0 tr_130000 tr_130900 ', 0), -(130971, '河北沧州经济开发区', 130900, '', 0, 0, 'H', '116.84558075595', '38.310215141107', 3, 'tr_0 tr_130000 tr_130900 ', 0), -(130972, '沧州高新技术产业开发区', 130900, '', 0, 0, 'C', '116.81727200975', '38.34342368505', 3, 'tr_0 tr_130000 tr_130900 ', 0), -(130973, '沧州渤海新区', 130900, '', 0, 0, 'C', '117.7623777537', '38.282913560669', 3, 'tr_0 tr_130000 tr_130900 ', 0), -(130981, '泊头市', 130900, '', 0, 0, 'P', '116.58462803581', '38.089256915446', 3, 'tr_0 tr_130000 tr_130900 ', 0), -(130982, '任丘市', 130900, '', 0, 0, 'R', '116.1056050955', '38.717348630775', 3, 'tr_0 tr_130000 tr_130900 ', 0), -(130983, '黄骅市', 130900, '', 0, 0, 'H', '117.33648109172', '38.377493900735', 3, 'tr_0 tr_130000 tr_130900 ', 0), -(130984, '河间市', 130900, '', 0, 0, 'H', '116.10562809212', '38.451356515106', 3, 'tr_0 tr_130000 tr_130900 ', 0), -(131002, '安次区', 131000, '', 0, 0, 'A', '116.70963326617', '39.526159764041', 3, 'tr_0 tr_130000 tr_131000 ', 0), -(131003, '广阳区', 131000, '', 0, 0, 'G', '116.71761426148', '39.528611447334', 3, 'tr_0 tr_130000 tr_131000 ', 0), -(131022, '固安县', 131000, '', 0, 0, 'G', '116.30542004093', '39.444484855304', 3, 'tr_0 tr_130000 tr_131000 ', 0), -(131023, '永清县', 131000, '', 0, 0, 'Y', '116.50542928985', '39.327852998574', 3, 'tr_0 tr_130000 tr_131000 ', 0), -(131024, '香河县', 131000, '', 0, 0, 'X', '117.0124021078', '39.767939188546', 3, 'tr_0 tr_130000 tr_131000 ', 0), -(131025, '大城县', 131000, '', 0, 0, 'D', '116.66040917846', '38.710858640026', 3, 'tr_0 tr_130000 tr_131000 ', 0), -(131026, '文安县', 131000, '', 0, 0, 'W', '116.464609479', '38.87895049307', 3, 'tr_0 tr_130000 tr_131000 ', 0), -(131028, '大厂回族自治县', 131000, '', 0, 0, 'D', '116.99640912565', '39.892208394086', 3, 'tr_0 tr_130000 tr_131000 ', 0), -(131071, '廊坊经济技术开发区', 131000, '', 0, 0, 'L', '116.76777922809', '39.587610159458', 3, 'tr_0 tr_130000 tr_131000 ', 0), -(131081, '霸州市', 131000, '', 0, 0, 'B', '116.3983972663', '39.130920596981', 3, 'tr_0 tr_130000 tr_131000 ', 0), -(131082, '三河市', 131000, '', 0, 0, 'S', '117.08458787248', '39.988099552443', 3, 'tr_0 tr_130000 tr_131000 ', 0), -(131102, '桃城区', 131100, '', 0, 0, 'T', '115.68139532011', '37.741636751694', 3, 'tr_0 tr_130000 tr_131100 ', 0), -(131103, '冀州区', 131100, '', 0, 0, 'J', '115.58542988146', '37.557086025833', 3, 'tr_0 tr_130000 tr_131100 ', 0), -(131121, '枣强县', 131100, '', 0, 0, 'Z', '115.7305629044', '37.519363689764', 3, 'tr_0 tr_130000 tr_131100 ', 0), -(131122, '武邑县', 131100, '', 0, 0, 'W', '115.89451363117', '37.807764276867', 3, 'tr_0 tr_130000 tr_131100 ', 0), -(131123, '武强县', 131100, '', 0, 0, 'W', '115.98961391178', '38.046856805237', 3, 'tr_0 tr_130000 tr_131100 ', 0), -(131124, '饶阳县', 131100, '', 0, 0, 'R', '115.73257160535', '38.241037525428', 3, 'tr_0 tr_130000 tr_131100 ', 0), -(131125, '安平县', 131100, '', 0, 0, 'A', '115.52554928532', '38.240506922191', 3, 'tr_0 tr_130000 tr_131100 ', 0), -(131126, '故城县', 131100, '', 0, 0, 'G', '115.97260216135', '37.353347552477', 3, 'tr_0 tr_130000 tr_131100 ', 0), -(131127, '景县', 131100, '', 0, 0, 'J', '116.2774107853', '37.698814551395', 3, 'tr_0 tr_130000 tr_131100 ', 0), -(131128, '阜城县', 131100, '', 0, 0, 'F', '116.18242153525', '37.868732457906', 3, 'tr_0 tr_130000 tr_131100 ', 0), -(131171, '河北衡水高新技术产业开发区', 131100, '', 0, 0, 'H', '115.73456139967', '37.807821775773', 3, 'tr_0 tr_130000 tr_131100 ', 0), -(131172, '衡水滨湖新区', 131100, '', 0, 0, 'H', '115.70627999969', '37.701616037093', 3, 'tr_0 tr_130000 tr_131100 ', 0), -(131182, '深州市', 131100, '', 0, 0, 'S', '115.56636927583', '38.006941234922', 3, 'tr_0 tr_130000 tr_131100 ', 0), -(640202, '大武口区', 640200, '', 0, 0, '', '', '', 3, 'tr_0 tr_640000 tr_640200 ', 0), -(640205, '惠农区', 640200, '', 0, 0, '', '', '', 3, 'tr_0 tr_640000 tr_640200 ', 0), -(640221, '平罗县', 640200, '', 0, 0, '', '', '', 3, 'tr_0 tr_640000 tr_640200 ', 0); - --- --- 转储表的索引 --- - --- --- 表的索引 `hg_admin_dept` --- -ALTER TABLE `hg_admin_dept` - ADD PRIMARY KEY (`id`); - --- --- 表的索引 `hg_admin_member` --- -ALTER TABLE `hg_admin_member` - ADD PRIMARY KEY (`id`), - ADD UNIQUE KEY `salt` (`salt`); - --- --- 表的索引 `hg_admin_member_post` --- -ALTER TABLE `hg_admin_member_post` - ADD PRIMARY KEY (`member_id`,`post_id`); - --- --- 表的索引 `hg_admin_member_role` --- -ALTER TABLE `hg_admin_member_role` - ADD PRIMARY KEY (`member_id`,`role_id`); - --- --- 表的索引 `hg_admin_menu` --- -ALTER TABLE `hg_admin_menu` - ADD PRIMARY KEY (`id`), - ADD KEY `pid` (`pid`); - --- --- 表的索引 `hg_admin_notice` --- -ALTER TABLE `hg_admin_notice` - ADD PRIMARY KEY (`id`); - --- --- 表的索引 `hg_admin_post` --- -ALTER TABLE `hg_admin_post` - ADD PRIMARY KEY (`id`); - --- --- 表的索引 `hg_admin_role` --- -ALTER TABLE `hg_admin_role` - ADD PRIMARY KEY (`id`); - --- --- 表的索引 `hg_admin_role_dept` --- -ALTER TABLE `hg_admin_role_dept` - ADD PRIMARY KEY (`role_id`,`dept_id`); - --- --- 表的索引 `hg_admin_role_menu` --- -ALTER TABLE `hg_admin_role_menu` - ADD PRIMARY KEY (`role_id`,`menu_id`); - --- --- 表的索引 `hg_sys_config` --- -ALTER TABLE `hg_sys_config` - ADD PRIMARY KEY (`id`); - --- --- 表的索引 `hg_sys_dict_data` --- -ALTER TABLE `hg_sys_dict_data` - ADD PRIMARY KEY (`id`), - ADD KEY `dict_data_idx` (`type`); - --- --- 表的索引 `hg_sys_dict_type` --- -ALTER TABLE `hg_sys_dict_type` - ADD PRIMARY KEY (`id`) USING BTREE, - ADD UNIQUE KEY `dict_type` (`type`); - --- --- 表的索引 `hg_sys_log` --- -ALTER TABLE `hg_sys_log` - ADD PRIMARY KEY (`id`), - ADD KEY `error_code` (`error_code`), - ADD KEY `req_id` (`req_id`), - ADD KEY `status` (`status`); - --- --- 表的索引 `hg_sys_provinces` --- -ALTER TABLE `hg_sys_provinces` - ADD PRIMARY KEY (`id`), - ADD KEY `parentid` (`pid`); - --- --- 在导出的表使用AUTO_INCREMENT --- - --- --- 使用表AUTO_INCREMENT `hg_admin_dept` --- -ALTER TABLE `hg_admin_dept` - MODIFY `id` bigint NOT NULL AUTO_INCREMENT COMMENT '部门id', AUTO_INCREMENT=110; - --- --- 使用表AUTO_INCREMENT `hg_admin_member` --- -ALTER TABLE `hg_admin_member` - MODIFY `id` bigint NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; - --- --- 使用表AUTO_INCREMENT `hg_admin_menu` --- -ALTER TABLE `hg_admin_menu` - MODIFY `id` bigint NOT NULL AUTO_INCREMENT COMMENT '菜单ID', AUTO_INCREMENT=2043; - --- --- 使用表AUTO_INCREMENT `hg_admin_notice` --- -ALTER TABLE `hg_admin_notice` - MODIFY `id` bigint NOT NULL AUTO_INCREMENT COMMENT '公告ID', AUTO_INCREMENT=4; - --- --- 使用表AUTO_INCREMENT `hg_admin_post` --- -ALTER TABLE `hg_admin_post` - MODIFY `id` bigint NOT NULL AUTO_INCREMENT COMMENT '岗位ID', AUTO_INCREMENT=6; - --- --- 使用表AUTO_INCREMENT `hg_admin_role` --- -ALTER TABLE `hg_admin_role` - MODIFY `id` bigint NOT NULL AUTO_INCREMENT COMMENT '角色ID', AUTO_INCREMENT=100; - --- --- 使用表AUTO_INCREMENT `hg_sys_config` --- -ALTER TABLE `hg_sys_config` - MODIFY `id` bigint NOT NULL AUTO_INCREMENT COMMENT '配置ID', AUTO_INCREMENT=6; - --- --- 使用表AUTO_INCREMENT `hg_sys_dict_data` --- -ALTER TABLE `hg_sys_dict_data` - MODIFY `id` bigint NOT NULL AUTO_INCREMENT COMMENT '字典编码', AUTO_INCREMENT=116; - --- --- 使用表AUTO_INCREMENT `hg_sys_dict_type` --- -ALTER TABLE `hg_sys_dict_type` - MODIFY `id` bigint NOT NULL AUTO_INCREMENT COMMENT '字典主键', AUTO_INCREMENT=25; - --- --- 使用表AUTO_INCREMENT `hg_sys_log` --- -ALTER TABLE `hg_sys_log` - MODIFY `id` bigint NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6697; -COMMIT; - -/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; -/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; -/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; diff --git a/hotgo-server/storage/ip/qqwry-utf8.dat b/hotgo-server/storage/ip/qqwry-utf8.dat deleted file mode 100644 index a4c6276..0000000 Binary files a/hotgo-server/storage/ip/qqwry-utf8.dat and /dev/null differ diff --git a/hotgo-uniapp/.gitignore b/hotgo-uniapp/.gitignore deleted file mode 100644 index f8d42ed..0000000 --- a/hotgo-uniapp/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -/unpackage/dist/* -/unpackage/cache/* -/unpackage/release/* -/node_modules/* -/.hbuilderx/* -/.idea/* -deploy.sh diff --git a/hotgo-uniapp/.vscode/settings.json b/hotgo-uniapp/.vscode/settings.json deleted file mode 100644 index 4d2173b..0000000 --- a/hotgo-uniapp/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "i18n-ally.localesPaths": [ - "common/locales" - ] -} \ No newline at end of file diff --git a/hotgo-uniapp/App.vue b/hotgo-uniapp/App.vue deleted file mode 100644 index 9528aac..0000000 --- a/hotgo-uniapp/App.vue +++ /dev/null @@ -1,26 +0,0 @@ - - \ No newline at end of file diff --git a/hotgo-uniapp/LICENSE b/hotgo-uniapp/LICENSE deleted file mode 100644 index 671baba..0000000 --- a/hotgo-uniapp/LICENSE +++ /dev/null @@ -1,223 +0,0 @@ - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright (C) 2013-Now, http://jeesite.com (thinkgem@163.com). - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -============================================================================ - -授权许可补充协议条款: - -1. 基于 Apache License Version 2.0 协议发布,可用于商业项目,但必须遵守以下补充条款。 -2. 不得将本软件应用于危害国家安全、荣誉和利益的行为,不能以任何形式用于非法为目的的行为。 -3. 在延伸的代码中(修改和有源代码衍生的代码中)需要带有原来代码中的协议、版权声明和其他原作者 - 规定需要包含的说明(请尊重原作者的著作权,不要删除或修改文件中的`Copyright`和`@author`信息) - 更不要,全局替换源代码中的 jeesite 或 ThinkGem 等字样,否则你将违反本协议条款承担责任。 -4. 基于本软件完成的软件作品,只能使用 JeeSite 作为后台服务,除外情况不允许二次分发或开源。 -5. 您若套用本软件的一些代码或功能参考,请保留源文件中的版权和作者,需要在您的软件介绍明显位置 - 说明出处,举例:本软件基于 JeeSite 快速开发平台-手机端,并附带链接:http://jeesite.com -6. 任何基于本软件而产生的一切法律纠纷和责任,均于我司无关。 -7. 如果你对本软件有改进,希望可以贡献给我们,共同进步。 -8. 本项目已申请软件著作权,请尊重开源,感谢阅读。 - -版权所有:济南卓源软件有限公司 - -官方网址:http://jeesite.com - -技术服务:http://s.jeesite.com diff --git a/hotgo-uniapp/README.md b/hotgo-uniapp/README.md deleted file mode 100644 index 9f5da46..0000000 --- a/hotgo-uniapp/README.md +++ /dev/null @@ -1 +0,0 @@ -# hotgo 移动端代码 \ No newline at end of file diff --git a/hotgo-uniapp/common/base64.js b/hotgo-uniapp/common/base64.js deleted file mode 100644 index 3edc008..0000000 --- a/hotgo-uniapp/common/base64.js +++ /dev/null @@ -1,74 +0,0 @@ -(function (root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. Register as an anonymous module. - define([], function() {factory(root);}); - } else factory(root); -// node.js has always supported base64 conversions, while browsers that support -// web workers support base64 too, but you may never know. -})(typeof exports !== "undefined" ? exports : this, function(root) { - if (root.atob) { - // Some browsers' implementation of atob doesn't support whitespaces - // in the encoded string (notably, IE). This wraps the native atob - // in a function that strips the whitespaces. - // The original function can be retrieved in atob.original - try { - root.atob(" "); - } catch(e) { - root.atob = (function(atob) { - var func = function(string) { - return atob(String(string).replace(/[\t\n\f\r ]+/g, "")); - }; - func.original = atob; - return func; - })(root.atob); - } - return; - } - - // base64 character set, plus padding character (=) - var b64 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=", - // Regular expression to check formal correctness of base64 encoded strings - b64re = /^(?:[A-Za-z\d+\/]{4})*?(?:[A-Za-z\d+\/]{2}(?:==)?|[A-Za-z\d+\/]{3}=?)?$/; - - root.btoa = function(string) { - string = String(string); - var bitmap, a, b, c, - result = "", i = 0, - rest = string.length % 3; // To determine the final padding - - for (; i < string.length;) { - if ((a = string.charCodeAt(i++)) > 255 - || (b = string.charCodeAt(i++)) > 255 - || (c = string.charCodeAt(i++)) > 255) - throw new TypeError("Failed to execute 'btoa' on 'Window': The string to be encoded contains characters outside of the Latin1 range."); - - bitmap = (a << 16) | (b << 8) | c; - result += b64.charAt(bitmap >> 18 & 63) + b64.charAt(bitmap >> 12 & 63) - + b64.charAt(bitmap >> 6 & 63) + b64.charAt(bitmap & 63); - } - - // If there's need of padding, replace the last 'A's with equal signs - return rest ? result.slice(0, rest - 3) + "===".substring(rest) : result; - }; - - root.atob = function(string) { - // atob can work with strings with whitespaces, even inside the encoded part, - // but only \t, \n, \f, \r and ' ', which can be stripped. - string = String(string).replace(/[\t\n\f\r ]+/g, ""); - if (!b64re.test(string)) - throw new TypeError("Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded."); - - // Adding the padding if missing, for semplicity - string += "==".slice(2 - (string.length & 3)); - var bitmap, result = "", r1, r2, i = 0; - for (; i < string.length;) { - bitmap = b64.indexOf(string.charAt(i++)) << 18 | b64.indexOf(string.charAt(i++)) << 12 - | (r1 = b64.indexOf(string.charAt(i++))) << 6 | (r2 = b64.indexOf(string.charAt(i++))); - - result += r1 === 64 ? String.fromCharCode(bitmap >> 16 & 255) - : r2 === 64 ? String.fromCharCode(bitmap >> 16 & 255, bitmap >> 8 & 255) - : String.fromCharCode(bitmap >> 16 & 255, bitmap >> 8 & 255, bitmap & 255); - } - return result; - }; -}); \ No newline at end of file diff --git a/hotgo-uniapp/common/config.js b/hotgo-uniapp/common/config.js deleted file mode 100644 index 9b5cb13..0000000 --- a/hotgo-uniapp/common/config.js +++ /dev/null @@ -1,35 +0,0 @@ -/** - * Copyright (c) 2013-Now http://jeesite.com All rights reserved. - */ -const config = { - - // 产品名称 - productName: 'JeeSite Mobile', - - // 公司名称 - companyName: 'ThinkGem', - - // 产品版本号 - productVersion: 'V4.3.2', - - // 版本检查标识 - appCode: 'android', - - // 内部版本号码 - appVersion: 1, - - // 管理基础路径 - adminPath: '' - -} - -// 设置后台接口服务的基础地址 -config.baseUrl = 'http://localhost:8299/api'; - -// 建议:打开下面注释,方便根据环境,自动设定服务地址 -if (process.env.NODE_ENV === 'development'){ - // config.baseUrl = '/../js'; // 代理模式 vue.config.js 中找到 devServer 设置的地址 - // config.baseUrl = 'http://127.0.0.1:8980/js'; -} - -export default config; \ No newline at end of file diff --git a/hotgo-uniapp/common/http.api.js b/hotgo-uniapp/common/http.api.js deleted file mode 100644 index dfaa2c5..0000000 --- a/hotgo-uniapp/common/http.api.js +++ /dev/null @@ -1,72 +0,0 @@ -/** - * Copyright (c) 2013-Now http://jeesite.com All rights reserved. - */ -// 此处第二个参数vm,就是我们在页面使用的this,你可以通过vm获取vuex等操作 -const install = (Vue, vm) => { - - // 参数配置对象 - const config = vm.vuex_config; - - // 将各个定义的接口名称,统一放进对象挂载到vm.$u.api(因为vm就是this,也即this.$u.api)下 - vm.$u.api = { - /** 登录 */ - loginCheck: (params = {}) => vm.$u.get(config.adminPath + '/login/check', params), - login: (params = {}) => vm.$u.post(config.adminPath + '/login/sign', params), - logout: (params = {}) => vm.$u.get(config.adminPath + '/login/logout', params), - - /** 会员 */ - memberProfile: (params = {}) => vm.$u.get(config.adminPath + '/member/profile', params), - - // 基础服务:登录登出、身份信息、菜单授权、切换系统、字典数据等 - lang: (params = {}) => vm.$u.get('/base/lang', {'l': params.lang}), - index: (params = {}) => vm.$u.get(config.adminPath + '/index', params), - authInfo: (params = {}) => vm.$u.get(config.adminPath + '/authInfo', params), - menuTree: (params = {}) => vm.$u.get(config.adminPath + '/menuTree', params), - switchSys: (params = {}) => vm.$u.get(config.adminPath + '/switch/' + params.sysCode), - dictData: (params = {}) => vm.$u.get(config.adminPath + '/dict/attribute', params), - - // 账号服务:验证码接口、忘记密码接口、注册账号接口等 - validCode: (params = {}) => vm.$u.getText('/validCode', params), - getFpValidCode: (params = {}) => vm.$u.post('/account/getFpValidCode', params), - savePwdByValidCode: (params = {}) => vm.$u.post('/account/savePwdByValidCode', params), - getRegValidCode: (params = {}) => vm.$u.post('/account/getRegValidCode', params), - saveRegByValidCode: (params = {}) => vm.$u.post('/account/saveRegByValidCode', params), - - // APP公共服务 - upgradeCheck: () => vm.$u.post('/app/upgrade/check', {appCode: config.appCode, appVersion: config.appVersion}), - commentSave: (params = {}) => vm.$u.post('/app/comment/save', params), - - // 个人信息修改 - user: { - infoSaveBase: (params = {}) => vm.$u.post(config.adminPath + '/sys/user/infoSaveBase', params), - infoSavePwd: (params = {}) => vm.$u.post(config.adminPath + '/sys/user/infoSavePwd', params), - infoSavePqa: (params = {}) => vm.$u.post(config.adminPath + '/sys/user/infoSavePqa', params), - }, - - // 员工用户查询 - empUser: { - listData: (params = {}) => vm.$u.get(config.adminPath + '/sys/empUser/listData', params), - }, - - // 组织机构查询 - office: { - treeData: (params = {}) => vm.$u.get(config.adminPath + '/sys/office/treeData', params), - }, - - // 增删改查例子 - testData: { - form: (params = {}) => vm.$u.post(config.adminPath + '/test/testData/form', params), - list: (params = {}) => vm.$u.get(config.adminPath + '/log/list', params), - save: (params = {}) => vm.$u.postJson(config.adminPath + '/test/testData/save', params), - disable: (params = {}) => vm.$u.post(config.adminPath + '/test/testData/disable', params), - enable: (params = {}) => vm.$u.post(config.adminPath + '/test/testData/enable', params), - delete: (params = {}) => vm.$u.post(config.adminPath + '/test/testData/delete', params), - }, - - }; - -} - -export default { - install -} \ No newline at end of file diff --git a/hotgo-uniapp/common/http.interceptor.js b/hotgo-uniapp/common/http.interceptor.js deleted file mode 100644 index 58b2a2f..0000000 --- a/hotgo-uniapp/common/http.interceptor.js +++ /dev/null @@ -1,139 +0,0 @@ -/** - * Copyright (c) 2013-Now http://jeesite.com All rights reserved. - */ -// 此处第二个参数vm,就是我们在页面使用的this,你可以通过vm获取vuex等操作 -const install = (Vue, vm) => { - - // 通用请求头设定 - const ajaxHeader = 'x-ajax'; - const sessionIdHeader = 'Authorization'; - const rememberMeHeader = 'x-remember'; - - // 请求参数默认配置 - Vue.prototype.$u.http.setConfig({ - baseUrl: vm.vuex_config.baseUrl, - originalData: true, - // 默认头部,http2约定header名称统一小写 ThinkGem - header: { - 'content-type': 'application/x-www-form-urlencoded', - 'x-requested-with': 'XMLHttpRequest' - } - }); - - // 请求拦截,配置Token等参数 - Vue.prototype.$u.http.interceptor.request = (req) => { - - if (!req.header) { - req.header = []; - } - - // 默认指定返回 JSON 数据 - if (!req.header[ajaxHeader]) { - req.header[ajaxHeader] = 'json'; - } - - // 设定传递 Token 认证参数 ThinkGem - if (!req.header[sessionIdHeader] && vm.vuex_token) { - req.header[sessionIdHeader] = 'Bearer ' + vm.vuex_token; - } - - // 为节省流量,记住我数据不是每次都发送的,当会话失效后,尝试重试登录 ThinkGem - if (!req.header[rememberMeHeader] && vm.vuex_remember && req.remember) { - req.header[rememberMeHeader] = vm.vuex_remember; - req.remember = false; - } - - // console.log('request', req); - return req; - } - - // 响应拦截,判断状态码是否通过 - Vue.prototype.$u.http.interceptor.response = async (res, req) => { - - // console.log('拦截器response:' + JSON.stringify(res)) - // console.log('options:' + JSON.stringify(req)) - let data = res.data; - if (!(data)) { - vm.$u.toast('未连接到服务器'); - return false; - } - - if (typeof data === 'object') { - // 异常接管 - if (data.code === 61) { - this.$u.toast('请重新登录'); - setTimeout(() => { - uni.reLaunch({ - url: '/pages/sys/login/index' - }); - }, 500); - return - } - if (data.code === -1 || data.code >= 50 && data.code <= 70) { - this.$u.toast(data.message); - return - } - // 登录 - if (req.url.indexOf("/api/login/sign") !== -1) { - vm.$u.vuex('vuex_token', data.data.token); - vm.$u.vuex('vuex_user', data.data); - } - - if (data.result === 'login') { - vm.$u.vuex('vuex_token', ''); - vm.$u.vuex('vuex_user', {}); - if (req.tryagain === undefined || req.tryagain) { - req.tryagain = false; - req.remember = true; - await vm.$u.http.request(req).then(res => { - data = res; - }); - } - if (data.result === 'login') { - if (!req.data.loginCheck) { - vm.$u.toast(data.message); - } - req.tryagain = true; - } - } - } - - if (res.header && res.header[rememberMeHeader]) { - let remember = res.header[rememberMeHeader]; - if (remember && remember !== 'deleteMe') { - vm.$u.vuex('vuex_remember', remember); - } else { - vm.$u.vuex('vuex_remember', ''); - } - } - - return data; - } - - // 封装 get text 请求 - vm.$u.getText = (url, data = {}, header = {}) => { - return vm.$u.http.request({ - dataType: 'text', - method: 'GET', - url, - header, - data - }) - } - - // 封装 post json 请求 - vm.$u.postJson = (url, data = {}, header = {}) => { - header['content-type'] = 'application/json'; - return vm.$u.http.request({ - url, - method: 'POST', - header, - data - }) - } - -} - -export default { - install -} \ No newline at end of file diff --git a/hotgo-uniapp/common/locales/en.js b/hotgo-uniapp/common/locales/en.js deleted file mode 100644 index 62ec621..0000000 --- a/hotgo-uniapp/common/locales/en.js +++ /dev/null @@ -1,33 +0,0 @@ -/** - * Copyright (c) 2013-Now http://jeesite.com All rights reserved. - */ -export default { - common: { - title: 'JeeSite', - }, - nav: { - home: 'Home', - user: 'User', - msg: 'Msg' - }, - login: { - title: 'Login', - placeholderAccount: 'Enter Account', - placeholderPassword: 'Enter Password', - autoLogin: 'Auto Login', - loginButton: 'Login', - logoutButton: 'Logout', - forget: 'Forget Password', - reg: 'Resister Account', - noLogin: 'No Login' - }, - home: { - title: 'Home' - }, - user: { - title: 'User' - }, - msg: { - title: 'Message' - } -} \ No newline at end of file diff --git a/hotgo-uniapp/common/locales/zh_CN.js b/hotgo-uniapp/common/locales/zh_CN.js deleted file mode 100644 index 9211c06..0000000 --- a/hotgo-uniapp/common/locales/zh_CN.js +++ /dev/null @@ -1,33 +0,0 @@ -/** - * Copyright (c) 2013-Now http://jeesite.com All rights reserved. - */ -export default { - common: { - title: 'JeeSite', - }, - nav: { - home: '工作台', - user: '用户', - msg: '消息' - }, - login: { - title: '登录', - placeholderAccount: '请输入账号', - placeholderPassword: '请输入密码', - autoLogin: '自动登录', - loginButton: '登录', - logoutButton: '退出登录', - forget: '忘记密码', - reg: '注册账号', - noLogin: '未登录' - }, - home: { - title: '工作台' - }, - user: { - title: '用户中心' - }, - msg: { - title: '消息提醒' - } -} \ No newline at end of file diff --git a/hotgo-uniapp/common/spark-md5.js b/hotgo-uniapp/common/spark-md5.js deleted file mode 100644 index d2bdbbb..0000000 --- a/hotgo-uniapp/common/spark-md5.js +++ /dev/null @@ -1,751 +0,0 @@ -(function (factory) { - if (typeof exports === 'object') { - // Node/CommonJS - module.exports = factory(); - } else if (typeof define === 'function' && define.amd) { - // AMD - define(factory); - } else { - // Browser globals (with support for web workers) - var glob; - - try { - glob = window; - } catch (e) { - glob = self; - } - - glob.SparkMD5 = factory(); - } -}(function (undefined) { - - 'use strict'; - - /* - * Fastest md5 implementation around (JKM md5). - * Credits: Joseph Myers - * - * @see http://www.myersdaily.org/joseph/javascript/md5-text.html - * @see http://jsperf.com/md5-shootout/7 - */ - - /* this function is much faster, - so if possible we use it. Some IEs - are the only ones I know of that - need the idiotic second function, - generated by an if clause. */ - var add32 = function (a, b) { - return (a + b) & 0xFFFFFFFF; - }, - hex_chr = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f']; - - - function cmn(q, a, b, x, s, t) { - a = add32(add32(a, q), add32(x, t)); - return add32((a << s) | (a >>> (32 - s)), b); - } - - function md5cycle(x, k) { - var a = x[0], - b = x[1], - c = x[2], - d = x[3]; - - a += (b & c | ~b & d) + k[0] - 680876936 | 0; - a = (a << 7 | a >>> 25) + b | 0; - d += (a & b | ~a & c) + k[1] - 389564586 | 0; - d = (d << 12 | d >>> 20) + a | 0; - c += (d & a | ~d & b) + k[2] + 606105819 | 0; - c = (c << 17 | c >>> 15) + d | 0; - b += (c & d | ~c & a) + k[3] - 1044525330 | 0; - b = (b << 22 | b >>> 10) + c | 0; - a += (b & c | ~b & d) + k[4] - 176418897 | 0; - a = (a << 7 | a >>> 25) + b | 0; - d += (a & b | ~a & c) + k[5] + 1200080426 | 0; - d = (d << 12 | d >>> 20) + a | 0; - c += (d & a | ~d & b) + k[6] - 1473231341 | 0; - c = (c << 17 | c >>> 15) + d | 0; - b += (c & d | ~c & a) + k[7] - 45705983 | 0; - b = (b << 22 | b >>> 10) + c | 0; - a += (b & c | ~b & d) + k[8] + 1770035416 | 0; - a = (a << 7 | a >>> 25) + b | 0; - d += (a & b | ~a & c) + k[9] - 1958414417 | 0; - d = (d << 12 | d >>> 20) + a | 0; - c += (d & a | ~d & b) + k[10] - 42063 | 0; - c = (c << 17 | c >>> 15) + d | 0; - b += (c & d | ~c & a) + k[11] - 1990404162 | 0; - b = (b << 22 | b >>> 10) + c | 0; - a += (b & c | ~b & d) + k[12] + 1804603682 | 0; - a = (a << 7 | a >>> 25) + b | 0; - d += (a & b | ~a & c) + k[13] - 40341101 | 0; - d = (d << 12 | d >>> 20) + a | 0; - c += (d & a | ~d & b) + k[14] - 1502002290 | 0; - c = (c << 17 | c >>> 15) + d | 0; - b += (c & d | ~c & a) + k[15] + 1236535329 | 0; - b = (b << 22 | b >>> 10) + c | 0; - - a += (b & d | c & ~d) + k[1] - 165796510 | 0; - a = (a << 5 | a >>> 27) + b | 0; - d += (a & c | b & ~c) + k[6] - 1069501632 | 0; - d = (d << 9 | d >>> 23) + a | 0; - c += (d & b | a & ~b) + k[11] + 643717713 | 0; - c = (c << 14 | c >>> 18) + d | 0; - b += (c & a | d & ~a) + k[0] - 373897302 | 0; - b = (b << 20 | b >>> 12) + c | 0; - a += (b & d | c & ~d) + k[5] - 701558691 | 0; - a = (a << 5 | a >>> 27) + b | 0; - d += (a & c | b & ~c) + k[10] + 38016083 | 0; - d = (d << 9 | d >>> 23) + a | 0; - c += (d & b | a & ~b) + k[15] - 660478335 | 0; - c = (c << 14 | c >>> 18) + d | 0; - b += (c & a | d & ~a) + k[4] - 405537848 | 0; - b = (b << 20 | b >>> 12) + c | 0; - a += (b & d | c & ~d) + k[9] + 568446438 | 0; - a = (a << 5 | a >>> 27) + b | 0; - d += (a & c | b & ~c) + k[14] - 1019803690 | 0; - d = (d << 9 | d >>> 23) + a | 0; - c += (d & b | a & ~b) + k[3] - 187363961 | 0; - c = (c << 14 | c >>> 18) + d | 0; - b += (c & a | d & ~a) + k[8] + 1163531501 | 0; - b = (b << 20 | b >>> 12) + c | 0; - a += (b & d | c & ~d) + k[13] - 1444681467 | 0; - a = (a << 5 | a >>> 27) + b | 0; - d += (a & c | b & ~c) + k[2] - 51403784 | 0; - d = (d << 9 | d >>> 23) + a | 0; - c += (d & b | a & ~b) + k[7] + 1735328473 | 0; - c = (c << 14 | c >>> 18) + d | 0; - b += (c & a | d & ~a) + k[12] - 1926607734 | 0; - b = (b << 20 | b >>> 12) + c | 0; - - a += (b ^ c ^ d) + k[5] - 378558 | 0; - a = (a << 4 | a >>> 28) + b | 0; - d += (a ^ b ^ c) + k[8] - 2022574463 | 0; - d = (d << 11 | d >>> 21) + a | 0; - c += (d ^ a ^ b) + k[11] + 1839030562 | 0; - c = (c << 16 | c >>> 16) + d | 0; - b += (c ^ d ^ a) + k[14] - 35309556 | 0; - b = (b << 23 | b >>> 9) + c | 0; - a += (b ^ c ^ d) + k[1] - 1530992060 | 0; - a = (a << 4 | a >>> 28) + b | 0; - d += (a ^ b ^ c) + k[4] + 1272893353 | 0; - d = (d << 11 | d >>> 21) + a | 0; - c += (d ^ a ^ b) + k[7] - 155497632 | 0; - c = (c << 16 | c >>> 16) + d | 0; - b += (c ^ d ^ a) + k[10] - 1094730640 | 0; - b = (b << 23 | b >>> 9) + c | 0; - a += (b ^ c ^ d) + k[13] + 681279174 | 0; - a = (a << 4 | a >>> 28) + b | 0; - d += (a ^ b ^ c) + k[0] - 358537222 | 0; - d = (d << 11 | d >>> 21) + a | 0; - c += (d ^ a ^ b) + k[3] - 722521979 | 0; - c = (c << 16 | c >>> 16) + d | 0; - b += (c ^ d ^ a) + k[6] + 76029189 | 0; - b = (b << 23 | b >>> 9) + c | 0; - a += (b ^ c ^ d) + k[9] - 640364487 | 0; - a = (a << 4 | a >>> 28) + b | 0; - d += (a ^ b ^ c) + k[12] - 421815835 | 0; - d = (d << 11 | d >>> 21) + a | 0; - c += (d ^ a ^ b) + k[15] + 530742520 | 0; - c = (c << 16 | c >>> 16) + d | 0; - b += (c ^ d ^ a) + k[2] - 995338651 | 0; - b = (b << 23 | b >>> 9) + c | 0; - - a += (c ^ (b | ~d)) + k[0] - 198630844 | 0; - a = (a << 6 | a >>> 26) + b | 0; - d += (b ^ (a | ~c)) + k[7] + 1126891415 | 0; - d = (d << 10 | d >>> 22) + a | 0; - c += (a ^ (d | ~b)) + k[14] - 1416354905 | 0; - c = (c << 15 | c >>> 17) + d | 0; - b += (d ^ (c | ~a)) + k[5] - 57434055 | 0; - b = (b << 21 |b >>> 11) + c | 0; - a += (c ^ (b | ~d)) + k[12] + 1700485571 | 0; - a = (a << 6 | a >>> 26) + b | 0; - d += (b ^ (a | ~c)) + k[3] - 1894986606 | 0; - d = (d << 10 | d >>> 22) + a | 0; - c += (a ^ (d | ~b)) + k[10] - 1051523 | 0; - c = (c << 15 | c >>> 17) + d | 0; - b += (d ^ (c | ~a)) + k[1] - 2054922799 | 0; - b = (b << 21 |b >>> 11) + c | 0; - a += (c ^ (b | ~d)) + k[8] + 1873313359 | 0; - a = (a << 6 | a >>> 26) + b | 0; - d += (b ^ (a | ~c)) + k[15] - 30611744 | 0; - d = (d << 10 | d >>> 22) + a | 0; - c += (a ^ (d | ~b)) + k[6] - 1560198380 | 0; - c = (c << 15 | c >>> 17) + d | 0; - b += (d ^ (c | ~a)) + k[13] + 1309151649 | 0; - b = (b << 21 |b >>> 11) + c | 0; - a += (c ^ (b | ~d)) + k[4] - 145523070 | 0; - a = (a << 6 | a >>> 26) + b | 0; - d += (b ^ (a | ~c)) + k[11] - 1120210379 | 0; - d = (d << 10 | d >>> 22) + a | 0; - c += (a ^ (d | ~b)) + k[2] + 718787259 | 0; - c = (c << 15 | c >>> 17) + d | 0; - b += (d ^ (c | ~a)) + k[9] - 343485551 | 0; - b = (b << 21 | b >>> 11) + c | 0; - - x[0] = a + x[0] | 0; - x[1] = b + x[1] | 0; - x[2] = c + x[2] | 0; - x[3] = d + x[3] | 0; - } - - function md5blk(s) { - var md5blks = [], - i; /* Andy King said do it this way. */ - - for (i = 0; i < 64; i += 4) { - md5blks[i >> 2] = s.charCodeAt(i) + (s.charCodeAt(i + 1) << 8) + (s.charCodeAt(i + 2) << 16) + (s.charCodeAt(i + 3) << 24); - } - return md5blks; - } - - function md5blk_array(a) { - var md5blks = [], - i; /* Andy King said do it this way. */ - - for (i = 0; i < 64; i += 4) { - md5blks[i >> 2] = a[i] + (a[i + 1] << 8) + (a[i + 2] << 16) + (a[i + 3] << 24); - } - return md5blks; - } - - function md51(s) { - var n = s.length, - state = [1732584193, -271733879, -1732584194, 271733878], - i, - length, - tail, - tmp, - lo, - hi; - - for (i = 64; i <= n; i += 64) { - md5cycle(state, md5blk(s.substring(i - 64, i))); - } - s = s.substring(i - 64); - length = s.length; - tail = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; - for (i = 0; i < length; i += 1) { - tail[i >> 2] |= s.charCodeAt(i) << ((i % 4) << 3); - } - tail[i >> 2] |= 0x80 << ((i % 4) << 3); - if (i > 55) { - md5cycle(state, tail); - for (i = 0; i < 16; i += 1) { - tail[i] = 0; - } - } - - // Beware that the final length might not fit in 32 bits so we take care of that - tmp = n * 8; - tmp = tmp.toString(16).match(/(.*?)(.{0,8})$/); - lo = parseInt(tmp[2], 16); - hi = parseInt(tmp[1], 16) || 0; - - tail[14] = lo; - tail[15] = hi; - - md5cycle(state, tail); - return state; - } - - function md51_array(a) { - var n = a.length, - state = [1732584193, -271733879, -1732584194, 271733878], - i, - length, - tail, - tmp, - lo, - hi; - - for (i = 64; i <= n; i += 64) { - md5cycle(state, md5blk_array(a.subarray(i - 64, i))); - } - - // Not sure if it is a bug, however IE10 will always produce a sub array of length 1 - // containing the last element of the parent array if the sub array specified starts - // beyond the length of the parent array - weird. - // https://connect.microsoft.com/IE/feedback/details/771452/typed-array-subarray-issue - a = (i - 64) < n ? a.subarray(i - 64) : new Uint8Array(0); - - length = a.length; - tail = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; - for (i = 0; i < length; i += 1) { - tail[i >> 2] |= a[i] << ((i % 4) << 3); - } - - tail[i >> 2] |= 0x80 << ((i % 4) << 3); - if (i > 55) { - md5cycle(state, tail); - for (i = 0; i < 16; i += 1) { - tail[i] = 0; - } - } - - // Beware that the final length might not fit in 32 bits so we take care of that - tmp = n * 8; - tmp = tmp.toString(16).match(/(.*?)(.{0,8})$/); - lo = parseInt(tmp[2], 16); - hi = parseInt(tmp[1], 16) || 0; - - tail[14] = lo; - tail[15] = hi; - - md5cycle(state, tail); - - return state; - } - - function rhex(n) { - var s = '', - j; - for (j = 0; j < 4; j += 1) { - s += hex_chr[(n >> (j * 8 + 4)) & 0x0F] + hex_chr[(n >> (j * 8)) & 0x0F]; - } - return s; - } - - function hex(x) { - var i; - for (i = 0; i < x.length; i += 1) { - x[i] = rhex(x[i]); - } - return x.join(''); - } - - // In some cases the fast add32 function cannot be used.. - if (hex(md51('hello')) !== '5d41402abc4b2a76b9719d911017c592') { - add32 = function (x, y) { - var lsw = (x & 0xFFFF) + (y & 0xFFFF), - msw = (x >> 16) + (y >> 16) + (lsw >> 16); - return (msw << 16) | (lsw & 0xFFFF); - }; - } - - // --------------------------------------------------- - - /** - * ArrayBuffer slice polyfill. - * - * @see https://github.com/ttaubert/node-arraybuffer-slice - */ - - if (typeof ArrayBuffer !== 'undefined' && !ArrayBuffer.prototype.slice) { - (function () { - function clamp(val, length) { - val = (val | 0) || 0; - - if (val < 0) { - return Math.max(val + length, 0); - } - - return Math.min(val, length); - } - - ArrayBuffer.prototype.slice = function (from, to) { - var length = this.byteLength, - begin = clamp(from, length), - end = length, - num, - target, - targetArray, - sourceArray; - - if (to !== undefined) { - end = clamp(to, length); - } - - if (begin > end) { - return new ArrayBuffer(0); - } - - num = end - begin; - target = new ArrayBuffer(num); - targetArray = new Uint8Array(target); - - sourceArray = new Uint8Array(this, begin, num); - targetArray.set(sourceArray); - - return target; - }; - })(); - } - - // --------------------------------------------------- - - /** - * Helpers. - */ - - function toUtf8(str) { - if (/[\u0080-\uFFFF]/.test(str)) { - str = unescape(encodeURIComponent(str)); - } - - return str; - } - - function utf8Str2ArrayBuffer(str, returnUInt8Array) { - var length = str.length, - buff = new ArrayBuffer(length), - arr = new Uint8Array(buff), - i; - - for (i = 0; i < length; i += 1) { - arr[i] = str.charCodeAt(i); - } - - return returnUInt8Array ? arr : buff; - } - - function arrayBuffer2Utf8Str(buff) { - return String.fromCharCode.apply(null, new Uint8Array(buff)); - } - - function concatenateArrayBuffers(first, second, returnUInt8Array) { - var result = new Uint8Array(first.byteLength + second.byteLength); - - result.set(new Uint8Array(first)); - result.set(new Uint8Array(second), first.byteLength); - - return returnUInt8Array ? result : result.buffer; - } - - function hexToBinaryString(hex) { - var bytes = [], - length = hex.length, - x; - - for (x = 0; x < length - 1; x += 2) { - bytes.push(parseInt(hex.substr(x, 2), 16)); - } - - return String.fromCharCode.apply(String, bytes); - } - - // --------------------------------------------------- - - /** - * SparkMD5 OOP implementation. - * - * Use this class to perform an incremental md5, otherwise use the - * static methods instead. - */ - - function SparkMD5() { - // call reset to init the instance - this.reset(); - } - - /** - * Appends a string. - * A conversion will be applied if an utf8 string is detected. - * - * @param {String} str The string to be appended - * - * @return {SparkMD5} The instance itself - */ - SparkMD5.prototype.append = function (str) { - // Converts the string to utf8 bytes if necessary - // Then append as binary - this.appendBinary(toUtf8(str)); - - return this; - }; - - /** - * Appends a binary string. - * - * @param {String} contents The binary string to be appended - * - * @return {SparkMD5} The instance itself - */ - SparkMD5.prototype.appendBinary = function (contents) { - this._buff += contents; - this._length += contents.length; - - var length = this._buff.length, - i; - - for (i = 64; i <= length; i += 64) { - md5cycle(this._hash, md5blk(this._buff.substring(i - 64, i))); - } - - this._buff = this._buff.substring(i - 64); - - return this; - }; - - /** - * Finishes the incremental computation, reseting the internal state and - * returning the result. - * - * @param {Boolean} raw True to get the raw string, false to get the hex string - * - * @return {String} The result - */ - SparkMD5.prototype.end = function (raw) { - var buff = this._buff, - length = buff.length, - i, - tail = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - ret; - - for (i = 0; i < length; i += 1) { - tail[i >> 2] |= buff.charCodeAt(i) << ((i % 4) << 3); - } - - this._finish(tail, length); - ret = hex(this._hash); - - if (raw) { - ret = hexToBinaryString(ret); - } - - this.reset(); - - return ret; - }; - - /** - * Resets the internal state of the computation. - * - * @return {SparkMD5} The instance itself - */ - SparkMD5.prototype.reset = function () { - this._buff = ''; - this._length = 0; - this._hash = [1732584193, -271733879, -1732584194, 271733878]; - - return this; - }; - - /** - * Gets the internal state of the computation. - * - * @return {Object} The state - */ - SparkMD5.prototype.getState = function () { - return { - buff: this._buff, - length: this._length, - hash: this._hash.slice() - }; - }; - - /** - * Gets the internal state of the computation. - * - * @param {Object} state The state - * - * @return {SparkMD5} The instance itself - */ - SparkMD5.prototype.setState = function (state) { - this._buff = state.buff; - this._length = state.length; - this._hash = state.hash; - - return this; - }; - - /** - * Releases memory used by the incremental buffer and other additional - * resources. If you plan to use the instance again, use reset instead. - */ - SparkMD5.prototype.destroy = function () { - delete this._hash; - delete this._buff; - delete this._length; - }; - - /** - * Finish the final calculation based on the tail. - * - * @param {Array} tail The tail (will be modified) - * @param {Number} length The length of the remaining buffer - */ - SparkMD5.prototype._finish = function (tail, length) { - var i = length, - tmp, - lo, - hi; - - tail[i >> 2] |= 0x80 << ((i % 4) << 3); - if (i > 55) { - md5cycle(this._hash, tail); - for (i = 0; i < 16; i += 1) { - tail[i] = 0; - } - } - - // Do the final computation based on the tail and length - // Beware that the final length may not fit in 32 bits so we take care of that - tmp = this._length * 8; - tmp = tmp.toString(16).match(/(.*?)(.{0,8})$/); - lo = parseInt(tmp[2], 16); - hi = parseInt(tmp[1], 16) || 0; - - tail[14] = lo; - tail[15] = hi; - md5cycle(this._hash, tail); - }; - - /** - * Performs the md5 hash on a string. - * A conversion will be applied if utf8 string is detected. - * - * @param {String} str The string - * @param {Boolean} [raw] True to get the raw string, false to get the hex string - * - * @return {String} The result - */ - SparkMD5.hash = function (str, raw) { - // Converts the string to utf8 bytes if necessary - // Then compute it using the binary function - return SparkMD5.hashBinary(toUtf8(str), raw); - }; - - /** - * Performs the md5 hash on a binary string. - * - * @param {String} content The binary string - * @param {Boolean} [raw] True to get the raw string, false to get the hex string - * - * @return {String} The result - */ - SparkMD5.hashBinary = function (content, raw) { - var hash = md51(content), - ret = hex(hash); - - return raw ? hexToBinaryString(ret) : ret; - }; - - // --------------------------------------------------- - - /** - * SparkMD5 OOP implementation for array buffers. - * - * Use this class to perform an incremental md5 ONLY for array buffers. - */ - SparkMD5.ArrayBuffer = function () { - // call reset to init the instance - this.reset(); - }; - - /** - * Appends an array buffer. - * - * @param {ArrayBuffer} arr The array to be appended - * - * @return {SparkMD5.ArrayBuffer} The instance itself - */ - SparkMD5.ArrayBuffer.prototype.append = function (arr) { - var buff = concatenateArrayBuffers(this._buff.buffer, arr, true), - length = buff.length, - i; - - this._length += arr.byteLength; - - for (i = 64; i <= length; i += 64) { - md5cycle(this._hash, md5blk_array(buff.subarray(i - 64, i))); - } - - this._buff = (i - 64) < length ? new Uint8Array(buff.buffer.slice(i - 64)) : new Uint8Array(0); - - return this; - }; - - /** - * Finishes the incremental computation, reseting the internal state and - * returning the result. - * - * @param {Boolean} raw True to get the raw string, false to get the hex string - * - * @return {String} The result - */ - SparkMD5.ArrayBuffer.prototype.end = function (raw) { - var buff = this._buff, - length = buff.length, - tail = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - i, - ret; - - for (i = 0; i < length; i += 1) { - tail[i >> 2] |= buff[i] << ((i % 4) << 3); - } - - this._finish(tail, length); - ret = hex(this._hash); - - if (raw) { - ret = hexToBinaryString(ret); - } - - this.reset(); - - return ret; - }; - - /** - * Resets the internal state of the computation. - * - * @return {SparkMD5.ArrayBuffer} The instance itself - */ - SparkMD5.ArrayBuffer.prototype.reset = function () { - this._buff = new Uint8Array(0); - this._length = 0; - this._hash = [1732584193, -271733879, -1732584194, 271733878]; - - return this; - }; - - /** - * Gets the internal state of the computation. - * - * @return {Object} The state - */ - SparkMD5.ArrayBuffer.prototype.getState = function () { - var state = SparkMD5.prototype.getState.call(this); - - // Convert buffer to a string - state.buff = arrayBuffer2Utf8Str(state.buff); - - return state; - }; - - /** - * Gets the internal state of the computation. - * - * @param {Object} state The state - * - * @return {SparkMD5.ArrayBuffer} The instance itself - */ - SparkMD5.ArrayBuffer.prototype.setState = function (state) { - // Convert string to buffer - state.buff = utf8Str2ArrayBuffer(state.buff, true); - - return SparkMD5.prototype.setState.call(this, state); - }; - - SparkMD5.ArrayBuffer.prototype.destroy = SparkMD5.prototype.destroy; - - SparkMD5.ArrayBuffer.prototype._finish = SparkMD5.prototype._finish; - - /** - * Performs the md5 hash on an array buffer. - * - * @param {ArrayBuffer} arr The array buffer - * @param {Boolean} [raw] True to get the raw string, false to get the hex one - * - * @return {String} The result - */ - SparkMD5.ArrayBuffer.hash = function (arr, raw) { - var hash = md51_array(new Uint8Array(arr)), - ret = hex(hash); - - return raw ? hexToBinaryString(ret) : ret; - }; - - return SparkMD5; -})); diff --git a/hotgo-uniapp/common/vue-i18n.min.js b/hotgo-uniapp/common/vue-i18n.min.js deleted file mode 100644 index 8d0a5c0..0000000 --- a/hotgo-uniapp/common/vue-i18n.min.js +++ /dev/null @@ -1,6 +0,0 @@ -/*! - * vue-i18n v8.20.0 - * (c) 2020 kazuya kawaguchi - * Released under the MIT License. - */ -var t,e;t=this,e=function(){"use strict";var t=["style","currency","currencyDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","localeMatcher","formatMatcher","unit"];function e(t,e){"undefined"!=typeof console&&(console.warn("[vue-i18n] "+t),e&&console.warn(e.stack))}var n=Array.isArray;function r(t){return null!==t&&"object"==typeof t}function a(t){return"string"==typeof t}var i=Object.prototype.toString,o="[object Object]";function s(t){return i.call(t)===o}function l(t){return null==t}function c(){for(var t=[],e=arguments.length;e--;)t[e]=arguments[e];var n=null,a=null;return 1===t.length?r(t[0])||Array.isArray(t[0])?a=t[0]:"string"==typeof t[0]&&(n=t[0]):2===t.length&&("string"==typeof t[0]&&(n=t[0]),(r(t[1])||Array.isArray(t[1]))&&(a=t[1])),{locale:n,params:a}}function u(t){return JSON.parse(JSON.stringify(t))}function h(t,e){return!!~t.indexOf(e)}var f=Object.prototype.hasOwnProperty;function p(t,e){return f.call(t,e)}function m(t){for(var e=arguments,n=Object(t),a=1;a0;)e[n]=arguments[n+1];var r=this.$i18n;return r._t.apply(r,[t,r.locale,r._getMessages(),this].concat(e))},t.prototype.$tc=function(t,e){for(var n=[],r=arguments.length-2;r-- >0;)n[r]=arguments[r+2];var a=this.$i18n;return a._tc.apply(a,[t,a.locale,a._getMessages(),this,e].concat(n))},t.prototype.$te=function(t,e){var n=this.$i18n;return n._te(t,n.locale,n._getMessages(),e)},t.prototype.$d=function(t){for(var e,n=[],r=arguments.length-1;r-- >0;)n[r]=arguments[r+1];return(e=this.$i18n).d.apply(e,[t].concat(n))},t.prototype.$n=function(t){for(var e,n=[],r=arguments.length-1;r-- >0;)n[r]=arguments[r+1];return(e=this.$i18n).n.apply(e,[t].concat(n))}}(F),F.mixin(g),F.directive("t",{bind:w,update:$,unbind:M}),F.component(v.name,v),F.component(k.name,k),F.config.optionMergeStrategies.i18n=function(t,e){return void 0===e?t:e}}var D=function(){this._caches=Object.create(null)};D.prototype.interpolate=function(t,e){if(!e)return[t];var n=this._caches[t];return n||(n=function(t){var e=[],n=0,r="";for(;n0)h--,u=R,f[W]();else{if(h=0,void 0===n)return!1;if(!1===(n=J(n)))return!1;f[j]()}};null!==u;)if("\\"!==(e=t[++c])||!p()){if(a=U(e),(i=(s=z[u])[a]||s.else||E)===E)return;if(u=i[0],(o=f[i[1]])&&(r=void 0===(r=i[2])?e:r,!1===o()))return;if(u===V)return l}}(t))&&(this._cache[t]=e),e||[]},q.prototype.getPathValue=function(t,e){if(!r(t))return null;var n=this.parsePath(e);if(0===n.length)return null;for(var a=n.length,i=t,o=0;o/,Z=/(?:@(?:\.[a-z]+)?:(?:[\w\-_|.]+|\([\w\-_|.]+\)))/g,K=/^@(?:\.([a-z]+))?:/,Q=/[()]/g,Y={upper:function(t){return t.toLocaleUpperCase()},lower:function(t){return t.toLocaleLowerCase()},capitalize:function(t){return""+t.charAt(0).toLocaleUpperCase()+t.substr(1)}},tt=new D,et=function(t){var e=this;void 0===t&&(t={}),!F&&"undefined"!=typeof window&&window.Vue&&I(window.Vue);var n=t.locale||"en-US",r=!1!==t.fallbackLocale&&(t.fallbackLocale||"en-US"),a=t.messages||{},i=t.dateTimeFormats||{},o=t.numberFormats||{};this._vm=null,this._formatter=t.formatter||tt,this._modifiers=t.modifiers||{},this._missing=t.missing||null,this._root=t.root||null,this._sync=void 0===t.sync||!!t.sync,this._fallbackRoot=void 0===t.fallbackRoot||!!t.fallbackRoot,this._formatFallbackMessages=void 0!==t.formatFallbackMessages&&!!t.formatFallbackMessages,this._silentTranslationWarn=void 0!==t.silentTranslationWarn&&t.silentTranslationWarn,this._silentFallbackWarn=void 0!==t.silentFallbackWarn&&!!t.silentFallbackWarn,this._dateTimeFormatters={},this._numberFormatters={},this._path=new q,this._dataListeners=[],this._componentInstanceCreatedListener=t.componentInstanceCreatedListener||null,this._preserveDirectiveContent=void 0!==t.preserveDirectiveContent&&!!t.preserveDirectiveContent,this.pluralizationRules=t.pluralizationRules||{},this._warnHtmlInMessage=t.warnHtmlInMessage||"off",this._postTranslation=t.postTranslation||null,this.getChoiceIndex=function(t,n){var r=Object.getPrototypeOf(e);if(r&&r.getChoiceIndex)return r.getChoiceIndex.call(e,t,n);var a,i;return e.locale in e.pluralizationRules?e.pluralizationRules[e.locale].apply(e,[t,n]):(a=t,i=n,a=Math.abs(a),2===i?a?a>1?1:0:1:a?Math.min(a,2):0)},this._exist=function(t,n){return!(!t||!n)&&(!l(e._path.getPathValue(t,n))||!!t[n])},"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||Object.keys(a).forEach(function(t){e._checkLocaleMessage(t,e._warnHtmlInMessage,a[t])}),this._initVM({locale:n,fallbackLocale:r,messages:a,dateTimeFormats:i,numberFormats:o})},nt={vm:{configurable:!0},messages:{configurable:!0},dateTimeFormats:{configurable:!0},numberFormats:{configurable:!0},availableLocales:{configurable:!0},locale:{configurable:!0},fallbackLocale:{configurable:!0},formatFallbackMessages:{configurable:!0},missing:{configurable:!0},formatter:{configurable:!0},silentTranslationWarn:{configurable:!0},silentFallbackWarn:{configurable:!0},preserveDirectiveContent:{configurable:!0},warnHtmlInMessage:{configurable:!0},postTranslation:{configurable:!0}};return et.prototype._checkLocaleMessage=function(t,n,r){var i=function(t,n,r,o){if(s(r))Object.keys(r).forEach(function(e){var a=r[e];s(a)?(o.push(e),o.push("."),i(t,n,a,o),o.pop(),o.pop()):(o.push(e),i(t,n,a,o),o.pop())});else if(Array.isArray(r))r.forEach(function(e,r){s(e)?(o.push("["+r+"]"),o.push("."),i(t,n,e,o),o.pop(),o.pop()):(o.push("["+r+"]"),i(t,n,e,o),o.pop())});else if(a(r)){if(X.test(r)){var l="Detected HTML in message '"+r+"' of keypath '"+o.join("")+"' at '"+n+"'. Consider component interpolation with '' to avoid XSS. See https://bit.ly/2ZqJzkp";"warn"===t?e(l):"error"===t&&function(t,e){"undefined"!=typeof console&&(console.error("[vue-i18n] "+t),e&&console.error(e.stack))}(l)}}};i(n,t,r,[])},et.prototype._initVM=function(t){var e=F.config.silent;F.config.silent=!0,this._vm=new F({data:t}),F.config.silent=e},et.prototype.destroyVM=function(){this._vm.$destroy()},et.prototype.subscribeDataChanging=function(t){this._dataListeners.push(t)},et.prototype.unsubscribeDataChanging=function(t){!function(t,e){if(t.length){var n=t.indexOf(e);if(n>-1)t.splice(n,1)}}(this._dataListeners,t)},et.prototype.watchI18nData=function(){var t=this;return this._vm.$watch("$data",function(){for(var e=t._dataListeners.length;e--;)F.nextTick(function(){t._dataListeners[e]&&t._dataListeners[e].$forceUpdate()})},{deep:!0})},et.prototype.watchLocale=function(){if(!this._sync||!this._root)return null;var t=this._vm;return this._root.$i18n.vm.$watch("locale",function(e){t.$set(t,"locale",e),t.$forceUpdate()},{immediate:!0})},et.prototype.onComponentInstanceCreated=function(t){this._componentInstanceCreatedListener&&this._componentInstanceCreatedListener(t,this)},nt.vm.get=function(){return this._vm},nt.messages.get=function(){return u(this._getMessages())},nt.dateTimeFormats.get=function(){return u(this._getDateTimeFormats())},nt.numberFormats.get=function(){return u(this._getNumberFormats())},nt.availableLocales.get=function(){return Object.keys(this.messages).sort()},nt.locale.get=function(){return this._vm.locale},nt.locale.set=function(t){this._vm.$set(this._vm,"locale",t)},nt.fallbackLocale.get=function(){return this._vm.fallbackLocale},nt.fallbackLocale.set=function(t){this._localeChainCache={},this._vm.$set(this._vm,"fallbackLocale",t)},nt.formatFallbackMessages.get=function(){return this._formatFallbackMessages},nt.formatFallbackMessages.set=function(t){this._formatFallbackMessages=t},nt.missing.get=function(){return this._missing},nt.missing.set=function(t){this._missing=t},nt.formatter.get=function(){return this._formatter},nt.formatter.set=function(t){this._formatter=t},nt.silentTranslationWarn.get=function(){return this._silentTranslationWarn},nt.silentTranslationWarn.set=function(t){this._silentTranslationWarn=t},nt.silentFallbackWarn.get=function(){return this._silentFallbackWarn},nt.silentFallbackWarn.set=function(t){this._silentFallbackWarn=t},nt.preserveDirectiveContent.get=function(){return this._preserveDirectiveContent},nt.preserveDirectiveContent.set=function(t){this._preserveDirectiveContent=t},nt.warnHtmlInMessage.get=function(){return this._warnHtmlInMessage},nt.warnHtmlInMessage.set=function(t){var e=this,n=this._warnHtmlInMessage;if(this._warnHtmlInMessage=t,n!==t&&("warn"===t||"error"===t)){var r=this._getMessages();Object.keys(r).forEach(function(t){e._checkLocaleMessage(t,e._warnHtmlInMessage,r[t])})}},nt.postTranslation.get=function(){return this._postTranslation},nt.postTranslation.set=function(t){this._postTranslation=t},et.prototype._getMessages=function(){return this._vm.messages},et.prototype._getDateTimeFormats=function(){return this._vm.dateTimeFormats},et.prototype._getNumberFormats=function(){return this._vm.numberFormats},et.prototype._warnDefault=function(t,e,n,r,i,o){if(!l(n))return n;if(this._missing){var s=this._missing.apply(null,[t,e,r,i]);if(a(s))return s}if(this._formatFallbackMessages){var u=c.apply(void 0,i);return this._render(e,o,u.params,e)}return e},et.prototype._isFallbackRoot=function(t){return!t&&!l(this._root)&&this._fallbackRoot},et.prototype._isSilentFallbackWarn=function(t){return this._silentFallbackWarn instanceof RegExp?this._silentFallbackWarn.test(t):this._silentFallbackWarn},et.prototype._isSilentFallback=function(t,e){return this._isSilentFallbackWarn(e)&&(this._isFallbackRoot()||t!==this.fallbackLocale)},et.prototype._isSilentTranslationWarn=function(t){return this._silentTranslationWarn instanceof RegExp?this._silentTranslationWarn.test(t):this._silentTranslationWarn},et.prototype._interpolate=function(t,e,n,r,i,o,c){if(!e)return null;var u,h=this._path.getPathValue(e,n);if(Array.isArray(h)||s(h))return h;if(l(h)){if(!s(e))return null;if(!a(u=e[n]))return null}else{if(!a(h))return null;u=h}return(u.indexOf("@:")>=0||u.indexOf("@.")>=0)&&(u=this._link(t,e,u,r,"raw",o,c)),this._render(u,i,o,n)},et.prototype._link=function(t,e,n,r,a,i,o){var s=n,l=s.match(Z);for(var c in l)if(l.hasOwnProperty(c)){var u=l[c],f=u.match(K),p=f[0],m=f[1],_=u.replace(p,"").replace(Q,"");if(h(o,_))return s;o.push(_);var g=this._interpolate(t,e,_,r,"raw"===a?"string":a,"raw"===a?void 0:i,o);if(this._isFallbackRoot(g)){if(!this._root)throw Error("unexpected error");var v=this._root.$i18n;g=v._translate(v._getMessages(),v.locale,v.fallbackLocale,_,r,a,i)}g=this._warnDefault(t,_,g,r,Array.isArray(i)?i:[i],a),this._modifiers.hasOwnProperty(m)?g=this._modifiers[m](g):Y.hasOwnProperty(m)&&(g=Y[m](g)),o.pop(),s=g?s.replace(u,g):s}return s},et.prototype._render=function(t,e,n,r){var i=this._formatter.interpolate(t,n,r);return i||(i=tt.interpolate(t,n,r)),"string"!==e||a(i)?i:i.join("")},et.prototype._appendItemToChain=function(t,e,n){var r=!1;return h(t,e)||(r=!0,e&&(r="!"!==e[e.length-1],e=e.replace(/!/g,""),t.push(e),n&&n[e]&&(r=n[e]))),r},et.prototype._appendLocaleToChain=function(t,e,n){var r,a=e.split("-");do{var i=a.join("-");r=this._appendItemToChain(t,i,n),a.splice(-1,1)}while(a.length&&!0===r);return r},et.prototype._appendBlockToChain=function(t,e,n){for(var r=!0,i=0;i0;)i[o]=arguments[o+4];if(!t)return"";var s=c.apply(void 0,i),l=s.locale||e,u=this._translate(n,l,this.fallbackLocale,t,r,"string",s.params);if(this._isFallbackRoot(u)){if(!this._root)throw Error("unexpected error");return(a=this._root).$t.apply(a,[t].concat(i))}return u=this._warnDefault(l,t,u,r,i,"string"),this._postTranslation&&null!=u&&(u=this._postTranslation(u,t)),u},et.prototype.t=function(t){for(var e,n=[],r=arguments.length-1;r-- >0;)n[r]=arguments[r+1];return(e=this)._t.apply(e,[t,this.locale,this._getMessages(),null].concat(n))},et.prototype._i=function(t,e,n,r,a){var i=this._translate(n,e,this.fallbackLocale,t,r,"raw",a);if(this._isFallbackRoot(i)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.i(t,e,a)}return this._warnDefault(e,t,i,r,[a],"raw")},et.prototype.i=function(t,e,n){return t?(a(e)||(e=this.locale),this._i(t,e,this._getMessages(),null,n)):""},et.prototype._tc=function(t,e,n,r,a){for(var i,o=[],s=arguments.length-5;s-- >0;)o[s]=arguments[s+5];if(!t)return"";void 0===a&&(a=1);var l={count:a,n:a},u=c.apply(void 0,o);return u.params=Object.assign(l,u.params),o=null===u.locale?[u.params]:[u.locale,u.params],this.fetchChoice((i=this)._t.apply(i,[t,e,n,r].concat(o)),a)},et.prototype.fetchChoice=function(t,e){if(!t&&!a(t))return null;var n=t.split("|");return n[e=this.getChoiceIndex(e,n.length)]?n[e].trim():t},et.prototype.tc=function(t,e){for(var n,r=[],a=arguments.length-2;a-- >0;)r[a]=arguments[a+2];return(n=this)._tc.apply(n,[t,this.locale,this._getMessages(),null,e].concat(r))},et.prototype._te=function(t,e,n){for(var r=[],a=arguments.length-3;a-- >0;)r[a]=arguments[a+3];var i=c.apply(void 0,r).locale||e;return this._exist(n[i],t)},et.prototype.te=function(t,e){return this._te(t,this.locale,this._getMessages(),e)},et.prototype.getLocaleMessage=function(t){return u(this._vm.messages[t]||{})},et.prototype.setLocaleMessage=function(t,e){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(t,this._warnHtmlInMessage,e),this._vm.$set(this._vm.messages,t,e)},et.prototype.mergeLocaleMessage=function(t,e){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(t,this._warnHtmlInMessage,e),this._vm.$set(this._vm.messages,t,m({},this._vm.messages[t]||{},e))},et.prototype.getDateTimeFormat=function(t){return u(this._vm.dateTimeFormats[t]||{})},et.prototype.setDateTimeFormat=function(t,e){this._vm.$set(this._vm.dateTimeFormats,t,e),this._clearDateTimeFormat(t,e)},et.prototype.mergeDateTimeFormat=function(t,e){this._vm.$set(this._vm.dateTimeFormats,t,m(this._vm.dateTimeFormats[t]||{},e)),this._clearDateTimeFormat(t,e)},et.prototype._clearDateTimeFormat=function(t,e){for(var n in e){var r=t+"__"+n;this._dateTimeFormatters.hasOwnProperty(r)&&delete this._dateTimeFormatters[r]}},et.prototype._localizeDateTime=function(t,e,n,r,a){for(var i=e,o=r[i],s=this._getLocaleChain(e,n),c=0;c0;)e[n]=arguments[n+1];var i=this.locale,o=null;return 1===e.length?a(e[0])?o=e[0]:r(e[0])&&(e[0].locale&&(i=e[0].locale),e[0].key&&(o=e[0].key)):2===e.length&&(a(e[0])&&(o=e[0]),a(e[1])&&(i=e[1])),this._d(t,i,o)},et.prototype.getNumberFormat=function(t){return u(this._vm.numberFormats[t]||{})},et.prototype.setNumberFormat=function(t,e){this._vm.$set(this._vm.numberFormats,t,e),this._clearNumberFormat(t,e)},et.prototype.mergeNumberFormat=function(t,e){this._vm.$set(this._vm.numberFormats,t,m(this._vm.numberFormats[t]||{},e)),this._clearNumberFormat(t,e)},et.prototype._clearNumberFormat=function(t,e){for(var n in e){var r=t+"__"+n;this._numberFormatters.hasOwnProperty(r)&&delete this._numberFormatters[r]}},et.prototype._getNumberFormatter=function(t,e,n,r,a,i){for(var o=e,s=r[o],c=this._getLocaleChain(e,n),u=0;u0;)n[i]=arguments[i+1];var o=this.locale,s=null,l=null;return 1===n.length?a(n[0])?s=n[0]:r(n[0])&&(n[0].locale&&(o=n[0].locale),n[0].key&&(s=n[0].key),l=Object.keys(n[0]).reduce(function(e,r){var a;return h(t,r)?Object.assign({},e,((a={})[r]=n[0][r],a)):e},null)):2===n.length&&(a(n[0])&&(s=n[0]),a(n[1])&&(o=n[1])),this._n(e,o,s,l)},et.prototype._ntp=function(t,e,n,r){if(!et.availabilities.numberFormat)return[];if(!n)return(r?new Intl.NumberFormat(e,r):new Intl.NumberFormat(e)).formatToParts(t);var a=this._getNumberFormatter(t,e,this.fallbackLocale,this._getNumberFormats(),n,r),i=a&&a.formatToParts(t);if(this._isFallbackRoot(i)){if(!this._root)throw Error("unexpected error");return this._root.$i18n._ntp(t,e,n,r)}return i||[]},Object.defineProperties(et.prototype,nt),Object.defineProperty(et,"availabilities",{get:function(){if(!G){var t="undefined"!=typeof Intl;G={dateTimeFormat:t&&void 0!==Intl.DateTimeFormat,numberFormat:t&&void 0!==Intl.NumberFormat}}return G}}),et.install=I,et.version="8.20.0",et},"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):t.VueI18n=e(); \ No newline at end of file diff --git a/hotgo-uniapp/components/js-checkbox/js-checkbox.vue b/hotgo-uniapp/components/js-checkbox/js-checkbox.vue deleted file mode 100644 index f77af46..0000000 --- a/hotgo-uniapp/components/js-checkbox/js-checkbox.vue +++ /dev/null @@ -1,102 +0,0 @@ - - - diff --git a/hotgo-uniapp/components/js-lang/js-lang.vue b/hotgo-uniapp/components/js-lang/js-lang.vue deleted file mode 100644 index 139b365..0000000 --- a/hotgo-uniapp/components/js-lang/js-lang.vue +++ /dev/null @@ -1,69 +0,0 @@ - - - diff --git a/hotgo-uniapp/components/js-radio/js-radio.vue b/hotgo-uniapp/components/js-radio/js-radio.vue deleted file mode 100644 index bd7513b..0000000 --- a/hotgo-uniapp/components/js-radio/js-radio.vue +++ /dev/null @@ -1,93 +0,0 @@ - - - diff --git a/hotgo-uniapp/components/js-select/js-select.vue b/hotgo-uniapp/components/js-select/js-select.vue deleted file mode 100644 index f460c97..0000000 --- a/hotgo-uniapp/components/js-select/js-select.vue +++ /dev/null @@ -1,215 +0,0 @@ - - - diff --git a/hotgo-uniapp/components/js-uploadfile/js-uploadfile.vue b/hotgo-uniapp/components/js-uploadfile/js-uploadfile.vue deleted file mode 100644 index 68fecff..0000000 --- a/hotgo-uniapp/components/js-uploadfile/js-uploadfile.vue +++ /dev/null @@ -1,278 +0,0 @@ - - - diff --git a/hotgo-uniapp/h5.html b/hotgo-uniapp/h5.html deleted file mode 100644 index c8e298b..0000000 --- a/hotgo-uniapp/h5.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - <%= htmlWebpackPlugin.options.title %> - - - - - - - - - - - - - - -
- - - - diff --git a/hotgo-uniapp/main.js b/hotgo-uniapp/main.js deleted file mode 100644 index b81e8ef..0000000 --- a/hotgo-uniapp/main.js +++ /dev/null @@ -1,60 +0,0 @@ -/** - * Copyright (c) 2013-Now http://jeesite.com All rights reserved. - */ -import Vue from 'vue'; -import App from './App'; - -Vue.config.productionTip = false; - -App.mpType = 'app'; - -// 引入全局 uView 框架 -import uView from 'uview-ui'; -Vue.use(uView); - -// 全局存储 vuex 的封装 -import store from '@/store'; - -// 引入 uView 提供的对 vuex 的简写法文件 -let vuexStore = require('@/store/$u.mixin.js'); -Vue.mixin(vuexStore); - -// 引入 uView 对小程序分享的 mixin 封装 -let mpShare = require('uview-ui/libs/mixin/mpShare.js'); -Vue.mixin(mpShare); - -// Vue i18n 国际化 -import VueI18n from '@/common/vue-i18n.min.js'; -Vue.use(VueI18n); - -// i18n 部分的配置,引入语言包,注意路径 -import lang_zh_CN from '@/common/locales/zh_CN.js'; -import lang_en from '@/common/locales/en.js'; - -const i18n = new VueI18n({ - // 默认语言 - locale: 'zh_CN', - // 引入语言文件 - messages: { - 'zh_CN': lang_zh_CN, - 'en': lang_en, - } -}); - -// 由于微信小程序的运行机制问题,需声明如下一行,H5和APP非必填 -Vue.prototype._i18n = i18n; -const app = new Vue({ - i18n, - store, - ...App -}); - -// http 拦截器,将此部分放在 new Vue() 和 app.$mount() 之间,才能 App.vue 中正常使用 -import httpInterceptor from '@/common/http.interceptor.js'; -Vue.use(httpInterceptor, app); - -// http 接口 API 抽离,免于写 url 或者一些固定的参数 -import httpApi from '@/common/http.api.js'; -Vue.use(httpApi, app); - -app.$mount(); diff --git a/hotgo-uniapp/manifest.json b/hotgo-uniapp/manifest.json deleted file mode 100644 index 47c8a4d..0000000 --- a/hotgo-uniapp/manifest.json +++ /dev/null @@ -1,158 +0,0 @@ -/** - * Copyright (c) 2013-Now http://jeesite.com All rights reserved. - */ -{ - "name": "JeeSite", - "appid": "__UNI__841DCAE", - "description": "JeeSite快速开发平台", - "versionName": "4.3.2", - "versionCode": "100", - "transformPx": false, - "app-plus": { - // APP-VUE分包,可提APP升启动速度,2.7.12开始支持,兼容微信小程序分包方案,默认关闭 - "optimization": { - "subPackages": true - }, - "safearea": { - "bottom": { - "offset": "none" - } - }, - "splashscreen": { - "alwaysShowBeforeRender": true, - "waiting": true, - "autoclose": true, - "delay": 0 - }, - "usingComponents": true, - "nvueCompiler": "uni-app", - "compilerVersion": 3, - "modules": {}, - "distribute": { - "android": { - "permissions": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ], - "abiFilters": ["armeabi-v7a", "arm64-v8a"] - }, - "ios": {}, - "sdkConfigs": { - "ad": {}, - "oauth": {} - }, - "icons": { - "android": { - "hdpi": "unpackage/res/icons/72x72.png", - "xhdpi": "unpackage/res/icons/96x96.png", - "xxhdpi": "unpackage/res/icons/144x144.png", - "xxxhdpi": "unpackage/res/icons/192x192.png" - }, - "ios": { - "appstore": "unpackage/res/icons/1024x1024.png", - "ipad": { - "app": "unpackage/res/icons/76x76.png", - "app@2x": "unpackage/res/icons/152x152.png", - "notification": "unpackage/res/icons/20x20.png", - "notification@2x": "unpackage/res/icons/40x40.png", - "proapp@2x": "unpackage/res/icons/167x167.png", - "settings": "unpackage/res/icons/29x29.png", - "settings@2x": "unpackage/res/icons/58x58.png", - "spotlight": "unpackage/res/icons/40x40.png", - "spotlight@2x": "unpackage/res/icons/80x80.png" - }, - "iphone": { - "app@2x": "unpackage/res/icons/120x120.png", - "app@3x": "unpackage/res/icons/180x180.png", - "notification@2x": "unpackage/res/icons/40x40.png", - "notification@3x": "unpackage/res/icons/60x60.png", - "settings@2x": "unpackage/res/icons/58x58.png", - "settings@3x": "unpackage/res/icons/87x87.png", - "spotlight@2x": "unpackage/res/icons/80x80.png", - "spotlight@3x": "unpackage/res/icons/120x120.png" - } - } - }, - "splashscreen": { - "androidStyle": "common" - } - } - }, - "quickapp": {}, - "mp-weixin": { - "appid": "wx335f34af8ccb4131", - "setting": { - "urlCheck": true, - "es6": false, - "minified": true, - "postcss": true - }, - "optimization": { - "subPackages": true - }, - "usingComponents": true - }, - "mp-alipay": { - "usingComponents": true, - "component2": true - }, - "mp-qq": { - "optimization": { - "subPackages": true - }, - "appid": "" - }, - "mp-baidu": { - "usingComponents": true, - "appid": "" - }, - "mp-toutiao": { - "usingComponents": true, - "appid": "" - }, - "h5": { - "devServer": { - "port": 8080, //这边填当前项目的编译端口,编译时直接使用此端口,也是代理端口 - "disableHostCheck": true, //vue关闭主机检查 - "proxy": { - "/api": { //代理API域名的路径 - "target": "http://localhost:8299/api", //代理API域名地址+端口+路径 - "changeOrigin": true, //是否跨域 - "secure": false, //ssl,如果是https要更改为:true - "pathRewrite":{"^/api":""} //代理请求时的重写路径,和"/api2"、"/api2".target保持一致即可 - } - } - }, - "template": "h5.html", - "router": { - "mode": "hash", - "base": "/app" - }, - "optimization": { - "treeShaking": { - "enable": false - } - }, - "title": "JeeSite", - "domain": "/app" - } -} diff --git a/hotgo-uniapp/package-lock.json b/hotgo-uniapp/package-lock.json deleted file mode 100644 index e6ec137..0000000 --- a/hotgo-uniapp/package-lock.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "JeeSite4", - "version": "4.3.0", - "lockfileVersion": 1, - "requires": true, - "dependencies": { - "vue-i18n": { - "version": "8.20.0", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.20.0.tgz", - "integrity": "sha512-ZiAOoeR4d/JtKpbjipx3I80ey7cYG1ki5gQ7HwzWm4YFio9brA15BEYHjalEoBaEfzF5OBEZP+Y2MvAaWnyXXg==" - } - } -} diff --git a/hotgo-uniapp/package.json b/hotgo-uniapp/package.json deleted file mode 100644 index cb3711e..0000000 --- a/hotgo-uniapp/package.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "JeeSite4", - "version": "4.3.0", - "description": "JeeSite4 移动端快速开发框架", - "main": "main.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "git+https://gitee.com/thinkgem/jeesite4-uniapp.git" - }, - "keywords": [ - "JeeSite", - "快速开发平台" - ], - "author": "ThinkGem", - "license": "MIT", - "bugs": { - "url": "https://github.com/thinkgem/jeesite4-uniapp/issues" - }, - "homepage": "https://github.com/thinkgem/jeesite4-uniapp#readme", - "dependencies": { - "vue-i18n": "^8.20.0" - } -} diff --git a/hotgo-uniapp/pages.json b/hotgo-uniapp/pages.json deleted file mode 100644 index 69089ae..0000000 --- a/hotgo-uniapp/pages.json +++ /dev/null @@ -1,160 +0,0 @@ -{ - "easycom": { - "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" - }, - "pages": [ - - /* 登录 */ - { - "path": "pages/sys/login/index", - "style": { - "navigationBarTitleText": "登录" - } - }, - { - "path": "pages/sys/login/forget", - "style": { - "navigationBarTitleText": "忘记密码" - } - }, - { - "path": "pages/sys/login/reg", - "style": { - "navigationBarTitleText": "注册账号" - } - }, - - /* 主页 */ - { - "path": "pages/sys/home/index", - "style": { - "navigationBarTitleText": "工作台" - } - }, - - /* 用户 */ - { - "path": "pages/sys/user/index", - "style": { - "navigationBarTitleText": "用户中心", - "backgroundColor": "#f8f8f8", - "navigationBarBackgroundColor":"#f8f8f8" - } - }, - { - "path": "pages/sys/user/info", - "style": { - "navigationBarTitleText": "个人信息" - } - }, - { - "path": "uview-ui/components/u-avatar-cropper/u-avatar-cropper", - "style": { - "navigationBarTitleText": "头像裁剪", - "navigationBarBackgroundColor": "#000000" - } - }, - { - "path": "pages/sys/user/help", - "style": { - "navigationBarTitleText": "帮助中心" - } - }, - { - "path": "pages/sys/user/pwd", - "style": { - "navigationBarTitleText": "修改密码" - } - }, - { - "path": "pages/sys/user/setting", - "style": { - "navigationBarTitleText": "系统设置" - } - }, - { - "path": "pages/sys/user/comment", - "style": { - "navigationBarTitleText": "意见反馈" - } - }, - { - "path": "pages/sys/user/about", - "style": { - "navigationBarTitleText": "关于我们" - } - }, - - /* 消息 */ - { - "path": "pages/sys/msg/index", - "style": { - "navigationBarTitleText": "消息提醒" - } - }, - { - "path": "pages/sys/msg/form", - "style": { - "navigationBarTitleText": "查看详情" - } - }, - - /* 增删改查例子 */ - { - "path": "pages/testData/form", - "style": { - "navigationBarTitleText": "新增编辑" - } - }, - { - "path": "pages/testData/index", - "style": { - "navigationBarTitleText": "增删改查" - } - }, - - /* Common */ - { - "path": "pages/common/webview", - "style": { - "navigationBarTitleText": "浏览网页" - } - } - ], - "subPackages": [ - - ], - "preloadRule": { - - }, - "globalStyle": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "JeeSite", - "navigationBarBackgroundColor": "#f8f8f8" - }, - "tabBar": { - "color": "#909399", - "selectedColor": "#303133", - "backgroundColor": "#ffffff", - "borderStyle": "white", - "list": [{ - "pagePath": "pages/sys/msg/index", - "iconPath": "static/jeesite/tabbar/msg_1.png", - "selectedIconPath": "static/jeesite/tabbar/msg_2.png", - "text": "消息" - }, - { - "pagePath": "pages/sys/home/index", - "iconPath": "static/jeesite/tabbar/home_1.png", - "selectedIconPath": "static/jeesite/tabbar/home_2.png", - "text": "工作台" - }, - { - "pagePath": "pages/sys/user/index", - "iconPath": "static/jeesite/tabbar/my_1.png", - "selectedIconPath": "static/jeesite/tabbar/my_2.png", - "text": "我的" - } - ] - } -} diff --git a/hotgo-uniapp/pages/common/jeesite.scss b/hotgo-uniapp/pages/common/jeesite.scss deleted file mode 100644 index b974afe..0000000 --- a/hotgo-uniapp/pages/common/jeesite.scss +++ /dev/null @@ -1,121 +0,0 @@ -/*! - * Copyright (c) 2013-Now http://jeesite.com All rights reserved. - * @author ThinkGem - * @version 2020-9-1 - */ -.u-btn { - &--info { - color: #ffffff; - border-color: #01abb4; - background-color: #01abb4; - } - &--purple { - color: #ffffff; - border-color: #5d5fe7; - background-color: #5d5fe7; - } -} - -.u-cell-box { - - .u-cell { - font-size: 30rpx; - } - - .u-cell_title { - font-size: 30rpx; - } - - .u-cell__left-icon-wrap { - margin-right: 18rpx; - } -} - -.search{ - padding: 20rpx 20rpx 0; - background: #f8f8f8; - height: 105rpx; -} - -.scroll-list { - height: calc(100vh - var(--window-top) - var(--window-bottom) - 105rpx); // 105rpx 为 .search 的高度 - width: 100%; - - .loadmore { - padding: 30rpx; - } -} - -.box { - padding-bottom: 10rpx; - - .item { - margin: 0 20rpx 20rpx; - padding: 8rpx 20rpx; - border-radius: 20rpx; - box-sizing: border-box; - background-color: #fff; - font-size: 28rpx; - - .title { - display: flex; - justify-content: space-between; - background-color: #fff; - padding-left: 15rpx; - align-items: center; - - .text { - margin: 0 20rpx; - font-size: 35rpx; - font-weight: bold; - } - - } - } - -} - -.list { - - .u-cell-item-box { - - .u-swipe-content { - width: 750rpx; - } - - .u-cell_title { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - min-width: 655rpx; - } - - .u-border-bottom:after { - border-bottom-width: 0; - } - - } - -} - -.form { - display: flex; - flex-direction: column; - padding: 20rpx 30rpx; - - .u-cell-item-box { - border-radius: 20rpx; - } -} - -.form-footer { - display: flex; - margin: 10rpx; - padding-bottom: 30rpx; - - .btn { - flex: 1; - margin: 20rpx; - margin-bottom: 10rpx; - } -} diff --git a/hotgo-uniapp/pages/common/webview.vue b/hotgo-uniapp/pages/common/webview.vue deleted file mode 100644 index f7c6bfa..0000000 --- a/hotgo-uniapp/pages/common/webview.vue +++ /dev/null @@ -1,33 +0,0 @@ - - - diff --git a/hotgo-uniapp/pages/sys/home/index.scss b/hotgo-uniapp/pages/sys/home/index.scss deleted file mode 100644 index 81bcf0d..0000000 --- a/hotgo-uniapp/pages/sys/home/index.scss +++ /dev/null @@ -1,22 +0,0 @@ -/*! - * Copyright (c) 2013-Now http://jeesite.com All rights reserved. - * @author ThinkGem - * @version 2020-9-1 - */ - -.toolbar { - padding-top: 5px; - background-color: #fff; -} - -.grid { - - .grid-icon { - color: #666; - } - - .grid-text { - font-size: 32rpx; - padding: 15rpx; - } -} \ No newline at end of file diff --git a/hotgo-uniapp/pages/sys/home/index.vue b/hotgo-uniapp/pages/sys/home/index.vue deleted file mode 100644 index bb0b2c6..0000000 --- a/hotgo-uniapp/pages/sys/home/index.vue +++ /dev/null @@ -1,225 +0,0 @@ - - - diff --git a/hotgo-uniapp/pages/sys/login/forget.vue b/hotgo-uniapp/pages/sys/login/forget.vue deleted file mode 100644 index 21eb89b..0000000 --- a/hotgo-uniapp/pages/sys/login/forget.vue +++ /dev/null @@ -1,144 +0,0 @@ - - - diff --git a/hotgo-uniapp/pages/sys/login/index.scss b/hotgo-uniapp/pages/sys/login/index.scss deleted file mode 100644 index e0b730f..0000000 --- a/hotgo-uniapp/pages/sys/login/index.scss +++ /dev/null @@ -1,81 +0,0 @@ -/*! - * Copyright (c) 2013-Now http://jeesite.com All rights reserved. - * @author ThinkGem - * @version 2020-9-1 - */ -.wrap { - display: flex; - flex-direction: column; - justify-content: center; -} - -.list { - display: flex; - flex-direction: column; - padding: 40rpx 70rpx 40rpx 70rpx; -} - -.list-call { - display: flex; - flex-direction: row; - justify-content: space-between; - align-items: center; - padding-top: 10rpx; - height: 120rpx; - font-weight: normal; - color: #333333; - border-bottom: 0.5px solid #e2e2e2; -} - -.list-call .u-input { - flex: 1; - font-size: 39rpx; - text-align: left; - margin-left: 16rpx; -} - -.list-call .u-icon-right { - color: #aaaaaa; - width: 50rpx; - height: 40rpx; -} - -.button { - color: #ffffff; - font-size: 39rpx; - width: 470rpx; - height: 100rpx; - background: linear-gradient(-90deg, rgba(72, 156, 230, 1), rgba(15, 168, 250, 1)); - box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(15, 168, 250, 0.4); - border-radius: 50rpx; - line-height: 100rpx; - text-align: center; - margin: 50rpx auto 0; -} - -.button-hover { - background: linear-gradient(-90deg, rgba(72, 156, 230, 0.8), rgba(15, 168, 250, 0.8)); -} - -.img-valid-code img { - width: 30rpx; - heigth: 50rpx; -} - -.btn-valid-code { - color: #da7918; - font-size: 40rpx; - line-height: 60rpx; - padding: 0 35rpx; - border: 1rpx solid #da7918; - border-radius: 50rpx; -} - -.btn-valid-code-hover { - background-color: #f3f3f3; -} - -.btn-valid-codes { - color: #999999 !important; - border: 1rpx solid #999999; -} diff --git a/hotgo-uniapp/pages/sys/login/index.vue b/hotgo-uniapp/pages/sys/login/index.vue deleted file mode 100644 index 1359901..0000000 --- a/hotgo-uniapp/pages/sys/login/index.vue +++ /dev/null @@ -1,192 +0,0 @@ - - - diff --git a/hotgo-uniapp/pages/sys/login/reg.vue b/hotgo-uniapp/pages/sys/login/reg.vue deleted file mode 100644 index edb5b5e..0000000 --- a/hotgo-uniapp/pages/sys/login/reg.vue +++ /dev/null @@ -1,187 +0,0 @@ - - - diff --git a/hotgo-uniapp/pages/sys/msg/form.vue b/hotgo-uniapp/pages/sys/msg/form.vue deleted file mode 100644 index 23b25ab..0000000 --- a/hotgo-uniapp/pages/sys/msg/form.vue +++ /dev/null @@ -1,77 +0,0 @@ - - - diff --git a/hotgo-uniapp/pages/sys/msg/index.vue b/hotgo-uniapp/pages/sys/msg/index.vue deleted file mode 100644 index 0aad943..0000000 --- a/hotgo-uniapp/pages/sys/msg/index.vue +++ /dev/null @@ -1,163 +0,0 @@ - - - diff --git a/hotgo-uniapp/pages/sys/user/about.vue b/hotgo-uniapp/pages/sys/user/about.vue deleted file mode 100644 index 0d4e21b..0000000 --- a/hotgo-uniapp/pages/sys/user/about.vue +++ /dev/null @@ -1,78 +0,0 @@ - - - diff --git a/hotgo-uniapp/pages/sys/user/comment.vue b/hotgo-uniapp/pages/sys/user/comment.vue deleted file mode 100644 index 2f83965..0000000 --- a/hotgo-uniapp/pages/sys/user/comment.vue +++ /dev/null @@ -1,98 +0,0 @@ - - - diff --git a/hotgo-uniapp/pages/sys/user/help.vue b/hotgo-uniapp/pages/sys/user/help.vue deleted file mode 100644 index 344c65e..0000000 --- a/hotgo-uniapp/pages/sys/user/help.vue +++ /dev/null @@ -1,106 +0,0 @@ - - - diff --git a/hotgo-uniapp/pages/sys/user/index.scss b/hotgo-uniapp/pages/sys/user/index.scss deleted file mode 100644 index 7b95ae7..0000000 --- a/hotgo-uniapp/pages/sys/user/index.scss +++ /dev/null @@ -1,98 +0,0 @@ -/*! - * Copyright (c) 2013-Now http://jeesite.com All rights reserved. - * @author ThinkGem - * @version 2020-9-1 - */ -.header { - background-color: #4094ff; - - .userinfo { - display: flex; - padding: 40rpx; - - .image { - flex-shrink: 0; - width: 120rpx; - height: 120rpx; - image { - border-radius: 100%; - width: 100%; - height: 100%; - } - } - - .info { - display: flex; - flex-flow: wrap; - padding-left: 30rpx; - color: #fff; - - .username { - width: 100%; - font-size: 40rpx; - padding-top: 8rpx; - } - - .usercode { - height: 48rpx; - padding: 0 20rpx; - margin-top: 10rpx; - background-color: rgba(0, 0, 0, 0.1); - border-radius: 20rpx; - font-size: 30rpx; - } - } - } - - .logout { - flex-shrink: 0; - position: absolute; - right: 70rpx; - top: 65rpx; - .u-btn { - font-size: 30rpx; - } - } -} - -.toolbar { - padding: 0 4%; - margin-bottom: 5rpx; - border-radius: 0 0 100% 100%; - background-color: #4094ff; - - .box { - display: flex; - flex-direction: row; - justify-content: space-around; - padding: 10rpx; - border-radius: 15rpx; - box-shadow: 0 0 20rpx rgba(0, 0, 0, 0.15); - background-color: #fefefe; - - .item { - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - // flex-flow: wrap; - height: 120rpx; - color: #666666; - font-size: 30rpx; - padding: 10rpx 10rpx; - - .icon { - font-size: 50rpx; - } - - .label { - padding: 10rpx; - } - } - - .hover { - background-color: #f6f6f6; - border-radius: 15rpx; - } - } -} diff --git a/hotgo-uniapp/pages/sys/user/index.vue b/hotgo-uniapp/pages/sys/user/index.vue deleted file mode 100644 index 2140c74..0000000 --- a/hotgo-uniapp/pages/sys/user/index.vue +++ /dev/null @@ -1,128 +0,0 @@ - - - diff --git a/hotgo-uniapp/pages/sys/user/info.vue b/hotgo-uniapp/pages/sys/user/info.vue deleted file mode 100644 index 491045a..0000000 --- a/hotgo-uniapp/pages/sys/user/info.vue +++ /dev/null @@ -1,224 +0,0 @@ - - - diff --git a/hotgo-uniapp/pages/sys/user/pwd.vue b/hotgo-uniapp/pages/sys/user/pwd.vue deleted file mode 100644 index 00bc512..0000000 --- a/hotgo-uniapp/pages/sys/user/pwd.vue +++ /dev/null @@ -1,106 +0,0 @@ - - - diff --git a/hotgo-uniapp/pages/sys/user/setting.vue b/hotgo-uniapp/pages/sys/user/setting.vue deleted file mode 100644 index a17911f..0000000 --- a/hotgo-uniapp/pages/sys/user/setting.vue +++ /dev/null @@ -1,87 +0,0 @@ - - - diff --git a/hotgo-uniapp/pages/testData/form.vue b/hotgo-uniapp/pages/testData/form.vue deleted file mode 100644 index 2c7a5bc..0000000 --- a/hotgo-uniapp/pages/testData/form.vue +++ /dev/null @@ -1,129 +0,0 @@ - - - diff --git a/hotgo-uniapp/pages/testData/index.vue b/hotgo-uniapp/pages/testData/index.vue deleted file mode 100644 index ac8dfed..0000000 --- a/hotgo-uniapp/pages/testData/index.vue +++ /dev/null @@ -1,123 +0,0 @@ - - - diff --git a/hotgo-uniapp/static/common/img/iPhoneX.png b/hotgo-uniapp/static/common/img/iPhoneX.png deleted file mode 100644 index 257ba00..0000000 Binary files a/hotgo-uniapp/static/common/img/iPhoneX.png and /dev/null differ diff --git a/hotgo-uniapp/static/common/js/touch-emulator.js b/hotgo-uniapp/static/common/js/touch-emulator.js deleted file mode 100644 index 9632413..0000000 --- a/hotgo-uniapp/static/common/js/touch-emulator.js +++ /dev/null @@ -1,363 +0,0 @@ -(function(window, document, exportName, undefined) { - "use strict"; - - var isMultiTouch = false; - var multiTouchStartPos; - var eventTarget; - var touchElements = {}; - - // polyfills - if(!document.createTouch) { - document.createTouch = function(view, target, identifier, pageX, pageY, screenX, screenY, clientX, clientY) { - // auto set - if(clientX == undefined || clientY == undefined) { - clientX = pageX - window.pageXOffset; - clientY = pageY - window.pageYOffset; - } - - return new Touch(target, identifier, { - pageX: pageX, - pageY: pageY, - screenX: screenX, - screenY: screenY, - clientX: clientX, - clientY: clientY - }); - }; - } - - if(!document.createTouchList) { - document.createTouchList = function() { - var touchList = new TouchList(); - for (var i = 0; i < arguments.length; i++) { - touchList[i] = arguments[i]; - } - touchList.length = arguments.length; - return touchList; - }; - } - - /** - * create an touch point - * @constructor - * @param target - * @param identifier - * @param pos - * @param deltaX - * @param deltaY - * @returns {Object} touchPoint - */ - function Touch(target, identifier, pos, deltaX, deltaY) { - deltaX = deltaX || 0; - deltaY = deltaY || 0; - - this.identifier = identifier; - this.target = target; - this.clientX = pos.clientX + deltaX; - this.clientY = pos.clientY + deltaY; - this.screenX = pos.screenX + deltaX; - this.screenY = pos.screenY + deltaY; - this.pageX = pos.pageX + deltaX; - this.pageY = pos.pageY + deltaY; - } - - /** - * create empty touchlist with the methods - * @constructor - * @returns touchList - */ - function TouchList() { - var touchList = []; - - touchList.item = function(index) { - return this[index] || null; - }; - - // specified by Mozilla - touchList.identifiedTouch = function(id) { - return this[id + 1] || null; - }; - - return touchList; - } - - - /** - * Simple trick to fake touch event support - * this is enough for most libraries like Modernizr and Hammer - */ - function fakeTouchSupport() { - var objs = [window, document.documentElement]; - var props = ['ontouchstart', 'ontouchmove', 'ontouchcancel', 'ontouchend']; - - for(var o=0; o 2; // pointer events - } - - /** - * disable mouseevents on the page - * @param ev - */ - function preventMouseEvents(ev) { - // 注释启用默认事件 - // ev.preventDefault(); - // ev.stopPropagation(); - } - - /** - * only trigger touches when the left mousebutton has been pressed - * @param touchType - * @returns {Function} - */ - function onMouse(touchType) { - return function(ev) { - // prevent mouse events - preventMouseEvents(ev); - - if (ev.which !== 1) { - return; - } - - // The EventTarget on which the touch point started when it was first placed on the surface, - // even if the touch point has since moved outside the interactive area of that element. - // also, when the target doesnt exist anymore, we update it - if (ev.type == 'mousedown' || !eventTarget || (eventTarget && !eventTarget.dispatchEvent)) { - eventTarget = ev.target; - } - - // shiftKey has been lost, so trigger a touchend - if (isMultiTouch && !ev.shiftKey) { - triggerTouch('touchend', ev); - isMultiTouch = false; - } - - triggerTouch(touchType, ev); - - // we're entering the multi-touch mode! - if (!isMultiTouch && ev.shiftKey) { - isMultiTouch = true; - multiTouchStartPos = { - pageX: ev.pageX, - pageY: ev.pageY, - clientX: ev.clientX, - clientY: ev.clientY, - screenX: ev.screenX, - screenY: ev.screenY - }; - triggerTouch('touchstart', ev); - } - - // reset - if (ev.type == 'mouseup') { - multiTouchStartPos = null; - isMultiTouch = false; - eventTarget = null; - } - } - } - - /** - * trigger a touch event - * @param eventName - * @param mouseEv - */ - function triggerTouch(eventName, mouseEv) { - var touchEvent = document.createEvent('Event'); - touchEvent.initEvent(eventName, true, true); - - touchEvent.altKey = mouseEv.altKey; - touchEvent.ctrlKey = mouseEv.ctrlKey; - touchEvent.metaKey = mouseEv.metaKey; - touchEvent.shiftKey = mouseEv.shiftKey; - - touchEvent.touches = getActiveTouches(mouseEv, eventName); - touchEvent.targetTouches = getActiveTouches(mouseEv, eventName); - touchEvent.changedTouches = getChangedTouches(mouseEv, eventName); - - eventTarget.dispatchEvent(touchEvent); - } - - /** - * create a touchList based on the mouse event - * @param mouseEv - * @returns {TouchList} - */ - function createTouchList(mouseEv) { - var touchList = new TouchList(); - - if (isMultiTouch) { - var f = TouchEmulator.multiTouchOffset; - var deltaX = multiTouchStartPos.pageX - mouseEv.pageX; - var deltaY = multiTouchStartPos.pageY - mouseEv.pageY; - - touchList.push(new Touch(eventTarget, 1, multiTouchStartPos, (deltaX*-1) - f, (deltaY*-1) + f)); - touchList.push(new Touch(eventTarget, 2, multiTouchStartPos, deltaX+f, deltaY-f)); - } else { - touchList.push(new Touch(eventTarget, 1, mouseEv, 0, 0)); - } - - return touchList; - } - - /** - * receive all active touches - * @param mouseEv - * @returns {TouchList} - */ - function getActiveTouches(mouseEv, eventName) { - // empty list - if (mouseEv.type == 'mouseup') { - return new TouchList(); - } - - var touchList = createTouchList(mouseEv); - if(isMultiTouch && mouseEv.type != 'mouseup' && eventName == 'touchend') { - touchList.splice(1, 1); - } - return touchList; - } - - /** - * receive a filtered set of touches with only the changed pointers - * @param mouseEv - * @param eventName - * @returns {TouchList} - */ - function getChangedTouches(mouseEv, eventName) { - var touchList = createTouchList(mouseEv); - - // we only want to return the added/removed item on multitouch - // which is the second pointer, so remove the first pointer from the touchList - // - // but when the mouseEv.type is mouseup, we want to send all touches because then - // no new input will be possible - if(isMultiTouch && mouseEv.type != 'mouseup' && - (eventName == 'touchstart' || eventName == 'touchend')) { - touchList.splice(0, 1); - } - - return touchList; - } - - /** - * show the touchpoints on the screen - */ - function showTouches(ev) { - var touch, i, el, styles; - - // first all visible touches - for(i = 0; i < ev.touches.length; i++) { - touch = ev.touches[i]; - el = touchElements[touch.identifier]; - if(!el) { - el = touchElements[touch.identifier] = document.createElement("div"); - document.body.appendChild(el); - } - - styles = TouchEmulator.template(touch); - for(var prop in styles) { - el.style[prop] = styles[prop]; - } - } - - // remove all ended touches - if(ev.type == 'touchend' || ev.type == 'touchcancel') { - for(i = 0; i < ev.changedTouches.length; i++) { - touch = ev.changedTouches[i]; - el = touchElements[touch.identifier]; - if(el) { - el.parentNode.removeChild(el); - delete touchElements[touch.identifier]; - } - } - } - } - - /** - * TouchEmulator initializer - */ - function TouchEmulator() { - if (hasTouchSupport()) { - return; - } - - fakeTouchSupport(); - - window.addEventListener("mousedown", onMouse('touchstart'), true); - window.addEventListener("mousemove", onMouse('touchmove'), true); - window.addEventListener("mouseup", onMouse('touchend'), true); - - window.addEventListener("mouseenter", preventMouseEvents, true); - window.addEventListener("mouseleave", preventMouseEvents, true); - window.addEventListener("mouseout", preventMouseEvents, true); - window.addEventListener("mouseover", preventMouseEvents, true); - - // it uses itself! - window.addEventListener("touchstart", showTouches, true); - window.addEventListener("touchmove", showTouches, true); - window.addEventListener("touchend", showTouches, true); - window.addEventListener("touchcancel", showTouches, true); - } - - // start distance when entering the multitouch mode - TouchEmulator.multiTouchOffset = 75; - - /** - * css template for the touch rendering - * @param touch - * @returns object - */ - TouchEmulator.template = function(touch) { - var size = 0; - var transform = 'translate('+ (touch.clientX-(size/2)) +'px, '+ (touch.clientY-(size/2)) +'px)'; - return { - position: 'fixed', - left: 0, - top: 0, - background: '#fff', - border: 'solid 1px #999', - opacity: .6, - borderRadius: '100%', - height: size + 'px', - width: size + 'px', - padding: 0, - margin: 0, - display: 'block', - overflow: 'hidden', - pointerEvents: 'none', - webkitUserSelect: 'none', - mozUserSelect: 'none', - userSelect: 'none', - webkitTransform: transform, - mozTransform: transform, - transform: transform, - zIndex: 100 - } - }; - - // export - if (typeof define == "function" && define.amd) { - define(function() { - return TouchEmulator; - }); - } else if (typeof module != "undefined" && module.exports) { - module.exports = TouchEmulator; - } else { - window[exportName] = TouchEmulator; - } -})(window, document, "TouchEmulator"); \ No newline at end of file diff --git a/hotgo-uniapp/static/index.html b/hotgo-uniapp/static/index.html deleted file mode 100644 index 2a675fa..0000000 --- a/hotgo-uniapp/static/index.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - JeeSite Mobile APP - - - - -
-
- -
-
- - diff --git a/hotgo-uniapp/static/jeesite/banner/1.svg b/hotgo-uniapp/static/jeesite/banner/1.svg deleted file mode 100644 index 661ed39..0000000 --- a/hotgo-uniapp/static/jeesite/banner/1.svg +++ /dev/null @@ -1,843 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/hotgo-uniapp/static/jeesite/banner/2.svg b/hotgo-uniapp/static/jeesite/banner/2.svg deleted file mode 100644 index 36441bf..0000000 --- a/hotgo-uniapp/static/jeesite/banner/2.svg +++ /dev/null @@ -1,966 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/hotgo-uniapp/static/jeesite/banner/3.svg b/hotgo-uniapp/static/jeesite/banner/3.svg deleted file mode 100644 index 0bea8cd..0000000 --- a/hotgo-uniapp/static/jeesite/banner/3.svg +++ /dev/null @@ -1,479 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/hotgo-uniapp/static/jeesite/favicon.png b/hotgo-uniapp/static/jeesite/favicon.png deleted file mode 100644 index 72734e5..0000000 Binary files a/hotgo-uniapp/static/jeesite/favicon.png and /dev/null differ diff --git a/hotgo-uniapp/static/jeesite/login/eye_close.png b/hotgo-uniapp/static/jeesite/login/eye_close.png deleted file mode 100644 index 66d6ea1..0000000 Binary files a/hotgo-uniapp/static/jeesite/login/eye_close.png and /dev/null differ diff --git a/hotgo-uniapp/static/jeesite/login/eye_open.png b/hotgo-uniapp/static/jeesite/login/eye_open.png deleted file mode 100644 index 5aaab64..0000000 Binary files a/hotgo-uniapp/static/jeesite/login/eye_open.png and /dev/null differ diff --git a/hotgo-uniapp/static/jeesite/logo200.png b/hotgo-uniapp/static/jeesite/logo200.png deleted file mode 100644 index 486d1df..0000000 Binary files a/hotgo-uniapp/static/jeesite/logo200.png and /dev/null differ diff --git a/hotgo-uniapp/static/jeesite/tabbar/home_1.png b/hotgo-uniapp/static/jeesite/tabbar/home_1.png deleted file mode 100644 index 6c90ba4..0000000 Binary files a/hotgo-uniapp/static/jeesite/tabbar/home_1.png and /dev/null differ diff --git a/hotgo-uniapp/static/jeesite/tabbar/home_2.png b/hotgo-uniapp/static/jeesite/tabbar/home_2.png deleted file mode 100644 index 614754d..0000000 Binary files a/hotgo-uniapp/static/jeesite/tabbar/home_2.png and /dev/null differ diff --git a/hotgo-uniapp/static/jeesite/tabbar/msg_1.png b/hotgo-uniapp/static/jeesite/tabbar/msg_1.png deleted file mode 100644 index 87cf395..0000000 Binary files a/hotgo-uniapp/static/jeesite/tabbar/msg_1.png and /dev/null differ diff --git a/hotgo-uniapp/static/jeesite/tabbar/msg_2.png b/hotgo-uniapp/static/jeesite/tabbar/msg_2.png deleted file mode 100644 index cba5292..0000000 Binary files a/hotgo-uniapp/static/jeesite/tabbar/msg_2.png and /dev/null differ diff --git a/hotgo-uniapp/static/jeesite/tabbar/my_1.png b/hotgo-uniapp/static/jeesite/tabbar/my_1.png deleted file mode 100644 index a0d0f34..0000000 Binary files a/hotgo-uniapp/static/jeesite/tabbar/my_1.png and /dev/null differ diff --git a/hotgo-uniapp/static/jeesite/tabbar/my_2.png b/hotgo-uniapp/static/jeesite/tabbar/my_2.png deleted file mode 100644 index e6b18de..0000000 Binary files a/hotgo-uniapp/static/jeesite/tabbar/my_2.png and /dev/null differ diff --git a/hotgo-uniapp/static/uview/common/favicon.ico b/hotgo-uniapp/static/uview/common/favicon.ico deleted file mode 100644 index e0af368..0000000 Binary files a/hotgo-uniapp/static/uview/common/favicon.ico and /dev/null differ diff --git a/hotgo-uniapp/static/uview/common/logo.png b/hotgo-uniapp/static/uview/common/logo.png deleted file mode 100644 index 05b3aed..0000000 Binary files a/hotgo-uniapp/static/uview/common/logo.png and /dev/null differ diff --git a/hotgo-uniapp/static/uview/example/component.png b/hotgo-uniapp/static/uview/example/component.png deleted file mode 100644 index 09bd020..0000000 Binary files a/hotgo-uniapp/static/uview/example/component.png and /dev/null differ diff --git a/hotgo-uniapp/static/uview/example/component_select.png b/hotgo-uniapp/static/uview/example/component_select.png deleted file mode 100644 index 3d704a8..0000000 Binary files a/hotgo-uniapp/static/uview/example/component_select.png and /dev/null differ diff --git a/hotgo-uniapp/static/uview/example/js.png b/hotgo-uniapp/static/uview/example/js.png deleted file mode 100644 index b904664..0000000 Binary files a/hotgo-uniapp/static/uview/example/js.png and /dev/null differ diff --git a/hotgo-uniapp/static/uview/example/js_bak.png b/hotgo-uniapp/static/uview/example/js_bak.png deleted file mode 100644 index d280e3d..0000000 Binary files a/hotgo-uniapp/static/uview/example/js_bak.png and /dev/null differ diff --git a/hotgo-uniapp/static/uview/example/js_select.png b/hotgo-uniapp/static/uview/example/js_select.png deleted file mode 100644 index 9411c91..0000000 Binary files a/hotgo-uniapp/static/uview/example/js_select.png and /dev/null differ diff --git a/hotgo-uniapp/static/uview/example/js_select_bak.png b/hotgo-uniapp/static/uview/example/js_select_bak.png deleted file mode 100644 index 2ea6122..0000000 Binary files a/hotgo-uniapp/static/uview/example/js_select_bak.png and /dev/null differ diff --git a/hotgo-uniapp/static/uview/example/min_button.png b/hotgo-uniapp/static/uview/example/min_button.png deleted file mode 100644 index 077eb43..0000000 Binary files a/hotgo-uniapp/static/uview/example/min_button.png and /dev/null differ diff --git a/hotgo-uniapp/static/uview/example/min_button_select.png b/hotgo-uniapp/static/uview/example/min_button_select.png deleted file mode 100644 index 703a8bd..0000000 Binary files a/hotgo-uniapp/static/uview/example/min_button_select.png and /dev/null differ diff --git a/hotgo-uniapp/static/uview/example/template.png b/hotgo-uniapp/static/uview/example/template.png deleted file mode 100644 index 5d27f97..0000000 Binary files a/hotgo-uniapp/static/uview/example/template.png and /dev/null differ diff --git a/hotgo-uniapp/static/uview/example/template_select.png b/hotgo-uniapp/static/uview/example/template_select.png deleted file mode 100644 index be4b338..0000000 Binary files a/hotgo-uniapp/static/uview/example/template_select.png and /dev/null differ diff --git a/hotgo-uniapp/store/$u.mixin.js b/hotgo-uniapp/store/$u.mixin.js deleted file mode 100644 index 61ae187..0000000 --- a/hotgo-uniapp/store/$u.mixin.js +++ /dev/null @@ -1,27 +0,0 @@ -import { mapState } from 'vuex' -import store from "@/store" - -// 尝试将用户在根目录中的store/index.js的vuex的state变量,全部加载到全局变量中 -let $uStoreKey = []; -try{ - $uStoreKey = store.state ? Object.keys(store.state) : []; -}catch(e){ - -} - -module.exports = { - beforeCreate() { - // 将vuex方法挂在到$u中 - // 使用方法为:如果要修改vuex的state中的user.name变量为"史诗" => this.$u.vuex('user.name', '史诗') - // 如果要修改vuex的state的version变量为1.0.1 => this.$u.vuex('version', '1.0.1') - this.$u.vuex = (name, value) => { - this.$store.commit('$uStore', { - name,value - }) - } - }, - computed: { - // 将vuex的state中的所有变量,解构到全局混入的mixin中 - ...mapState($uStoreKey) - } -} \ No newline at end of file diff --git a/hotgo-uniapp/store/index.js b/hotgo-uniapp/store/index.js deleted file mode 100644 index ba8a3a6..0000000 --- a/hotgo-uniapp/store/index.js +++ /dev/null @@ -1,93 +0,0 @@ -/** - * Copyright (c) 2013-Now http://jeesite.com All rights reserved. - */ -import config from '@/common/config.js'; -import Vue from 'vue' -import Vuex from 'vuex' -Vue.use(Vuex) - -let lifeData = {}; - -try{ - // 尝试获取本地是否存在lifeData变量,第一次启动APP时是不存在的 - lifeData = uni.getStorageSync('lifeData'); -}catch(e){ - -} - -// 需要永久存储,且下次APP启动需要取出的,在state中的变量名 -let saveStateKeys = ['vuex_user', 'vuex_token', 'vuex_remember', 'vuex_locale']; - -// 保存变量到本地存储中 -const saveLifeData = function(key, value){ - // 判断变量名是否在需要存储的数组中 - if(saveStateKeys.indexOf(key) != -1) { - // 获取本地存储的lifeData对象,将变量添加到对象中 - let tmp = uni.getStorageSync('lifeData'); - // 第一次打开APP,不存在lifeData变量,故放一个{}空对象 - tmp = tmp ? tmp : {}; - tmp[key] = value; - // 执行这一步后,所有需要存储的变量,都挂载在本地的lifeData对象中 - uni.setStorageSync('lifeData', tmp); - } -} -// 简化 vuex 操作,文档:https://uviewui.com/components/vuexDetail.html -const store = new Vuex.Store({ - state: { - // 如果上面从本地获取的lifeData对象下有对应的属性,就赋值给state中对应的变量 - // 加上vuex_前缀,是防止变量名冲突,也让人一目了然 - vuex_user: lifeData.vuex_user ? lifeData.vuex_user : {userName: 'JeeSite'}, - vuex_token: lifeData.vuex_token ? lifeData.vuex_token : '', - vuex_remember: lifeData.vuex_remember ? lifeData.vuex_remember : '', - vuex_locale: lifeData.vuex_locale ? lifeData.vuex_locale : '', - - // 如果vuex_version无需保存到本地永久存储,无需lifeData.vuex_version方式 - vuex_config: config, - - // 自定义tabbar数据 - // vuex_tabbar: [{ - // iconPath: "/static/uview/example/component.png", - // selectedIconPath: "/static/uview/example/component_select.png", - // text: '组件', - // pagePath: '/pages/example/components' - // }, - // { - // iconPath: "/static/uview/example/js.png", - // selectedIconPath: "/static/uview/example/js_select.png", - // text: '工具', - // midButton: true, - // pagePath: '/pages/example/js' - // }, - // { - // iconPath: "/static/uview/example/template.png", - // selectedIconPath: "/static/uview/example/template_select.png", - // text: '模板', - // pagePath: '/pages/example/template' - // } - // ] - }, - mutations: { - $uStore(state, payload) { - // 判断是否多层级调用,state中为对象存在的情况,诸如user.info.score = 1 - let nameArr = payload.name.split('.'); - let saveKey = ''; - let len = nameArr.length; - if(len >= 2) { - let obj = state[nameArr[0]]; - for(let i = 1; i < len - 1; i ++) { - obj = obj[nameArr[i]]; - } - obj[nameArr[len - 1]] = payload.value; - saveKey = nameArr[0]; - } else { - // 单层级变量,在state就是一个普通变量的情况 - state[payload.name] = payload.value; - saveKey = payload.name; - } - // 保存变量到本地,见顶部函数定义 - saveLifeData(saveKey, state[saveKey]) - } - } -}) - -export default store diff --git a/hotgo-uniapp/uni.scss b/hotgo-uniapp/uni.scss deleted file mode 100644 index 606e564..0000000 --- a/hotgo-uniapp/uni.scss +++ /dev/null @@ -1,41 +0,0 @@ -/** - * Copyright (c) 2013-Now http://jeesite.com All rights reserved. - * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量 - * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可 - * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用 - */ - -$u-main-color: #303133; -$u-content-color: #505256; -$u-tips-color: #909399; -$u-light-color: #c0c4cc; -$u-border-color: #e4e7ed; -$u-bg-color: #f3f4f6; - -$u-type-primary: #2979ff; -$u-type-primary-light: #ecf5ff; -$u-type-primary-disabled: #a0cfff; -$u-type-primary-dark: #2b85e4; - -$u-type-warning: #ff9900; -$u-type-warning-disabled: #fcbd71; -$u-type-warning-dark: #f29100; -$u-type-warning-light: #fdf6ec; - -$u-type-success: #19be6b; -$u-type-success-disabled: #71d5a1; -$u-type-success-dark: #18b566; -$u-type-success-light: #dbf1e1; - -$u-type-error: #fa3534; -$u-type-error-disabled: #fab6b6; -$u-type-error-dark: #dd6161; -$u-type-error-light: #fef0f0; - -$u-type-info: #909399; -$u-type-info-disabled: #c8c9cc; -$u-type-info-dark: #82848a; -$u-type-info-light: #f4f4f5; - -$u-form-item-height: 70rpx; -$u-form-item-border-color: #dcdfe6; diff --git a/hotgo-uniapp/unpackage/res/icons/1024x1024.png b/hotgo-uniapp/unpackage/res/icons/1024x1024.png deleted file mode 100644 index ade053d..0000000 Binary files a/hotgo-uniapp/unpackage/res/icons/1024x1024.png and /dev/null differ diff --git a/hotgo-uniapp/unpackage/res/icons/120x120.png b/hotgo-uniapp/unpackage/res/icons/120x120.png deleted file mode 100644 index eb4fbe8..0000000 Binary files a/hotgo-uniapp/unpackage/res/icons/120x120.png and /dev/null differ diff --git a/hotgo-uniapp/unpackage/res/icons/144x144.png b/hotgo-uniapp/unpackage/res/icons/144x144.png deleted file mode 100644 index e3523a3..0000000 Binary files a/hotgo-uniapp/unpackage/res/icons/144x144.png and /dev/null differ diff --git a/hotgo-uniapp/unpackage/res/icons/152x152.png b/hotgo-uniapp/unpackage/res/icons/152x152.png deleted file mode 100644 index 3ba7d83..0000000 Binary files a/hotgo-uniapp/unpackage/res/icons/152x152.png and /dev/null differ diff --git a/hotgo-uniapp/unpackage/res/icons/167x167.png b/hotgo-uniapp/unpackage/res/icons/167x167.png deleted file mode 100644 index f760ec2..0000000 Binary files a/hotgo-uniapp/unpackage/res/icons/167x167.png and /dev/null differ diff --git a/hotgo-uniapp/unpackage/res/icons/180x180.png b/hotgo-uniapp/unpackage/res/icons/180x180.png deleted file mode 100644 index 8a83d3e..0000000 Binary files a/hotgo-uniapp/unpackage/res/icons/180x180.png and /dev/null differ diff --git a/hotgo-uniapp/unpackage/res/icons/192x192.png b/hotgo-uniapp/unpackage/res/icons/192x192.png deleted file mode 100644 index bed84a0..0000000 Binary files a/hotgo-uniapp/unpackage/res/icons/192x192.png and /dev/null differ diff --git a/hotgo-uniapp/unpackage/res/icons/20x20.png b/hotgo-uniapp/unpackage/res/icons/20x20.png deleted file mode 100644 index a2eb9fa..0000000 Binary files a/hotgo-uniapp/unpackage/res/icons/20x20.png and /dev/null differ diff --git a/hotgo-uniapp/unpackage/res/icons/29x29.png b/hotgo-uniapp/unpackage/res/icons/29x29.png deleted file mode 100644 index d63a6fc..0000000 Binary files a/hotgo-uniapp/unpackage/res/icons/29x29.png and /dev/null differ diff --git a/hotgo-uniapp/unpackage/res/icons/40x40.png b/hotgo-uniapp/unpackage/res/icons/40x40.png deleted file mode 100644 index 9f4f0fd..0000000 Binary files a/hotgo-uniapp/unpackage/res/icons/40x40.png and /dev/null differ diff --git a/hotgo-uniapp/unpackage/res/icons/58x58.png b/hotgo-uniapp/unpackage/res/icons/58x58.png deleted file mode 100644 index 4075bfa..0000000 Binary files a/hotgo-uniapp/unpackage/res/icons/58x58.png and /dev/null differ diff --git a/hotgo-uniapp/unpackage/res/icons/60x60.png b/hotgo-uniapp/unpackage/res/icons/60x60.png deleted file mode 100644 index 7c4d4e5..0000000 Binary files a/hotgo-uniapp/unpackage/res/icons/60x60.png and /dev/null differ diff --git a/hotgo-uniapp/unpackage/res/icons/72x72.png b/hotgo-uniapp/unpackage/res/icons/72x72.png deleted file mode 100644 index 901f118..0000000 Binary files a/hotgo-uniapp/unpackage/res/icons/72x72.png and /dev/null differ diff --git a/hotgo-uniapp/unpackage/res/icons/76x76.png b/hotgo-uniapp/unpackage/res/icons/76x76.png deleted file mode 100644 index b767560..0000000 Binary files a/hotgo-uniapp/unpackage/res/icons/76x76.png and /dev/null differ diff --git a/hotgo-uniapp/unpackage/res/icons/80x80.png b/hotgo-uniapp/unpackage/res/icons/80x80.png deleted file mode 100644 index 1da51ae..0000000 Binary files a/hotgo-uniapp/unpackage/res/icons/80x80.png and /dev/null differ diff --git a/hotgo-uniapp/unpackage/res/icons/87x87.png b/hotgo-uniapp/unpackage/res/icons/87x87.png deleted file mode 100644 index 68adbbd..0000000 Binary files a/hotgo-uniapp/unpackage/res/icons/87x87.png and /dev/null differ diff --git a/hotgo-uniapp/unpackage/res/icons/96x96.png b/hotgo-uniapp/unpackage/res/icons/96x96.png deleted file mode 100644 index 81aadbc..0000000 Binary files a/hotgo-uniapp/unpackage/res/icons/96x96.png and /dev/null differ diff --git a/hotgo-uniapp/uview-ui/LICENSE b/hotgo-uniapp/uview-ui/LICENSE deleted file mode 100644 index 8e39ead..0000000 --- a/hotgo-uniapp/uview-ui/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2020 www.uviewui.com - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file diff --git a/hotgo-uniapp/uview-ui/README.md b/hotgo-uniapp/uview-ui/README.md deleted file mode 100644 index 06d5676..0000000 --- a/hotgo-uniapp/uview-ui/README.md +++ /dev/null @@ -1,106 +0,0 @@ -

- logo -

-

uView

-

多平台快速开发的UI框架

- - -## 说明 - -uView UI,是[uni-app](https://uniapp.dcloud.io/)生态优秀的UI框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水 - -## 特性 - -- 兼容安卓,iOS,微信小程序,H5,QQ小程序,百度小程序,支付宝小程序,头条小程序 -- 60+精选组件,功能丰富,多端兼容,让您快速集成,开箱即用 -- 众多贴心的JS利器,让您飞镖在手,召之即来,百步穿杨 -- 众多的常用页面和布局,让您专注逻辑,事半功倍 -- 详尽的文档支持,现代化的演示效果 -- 按需引入,精简打包体积 - - -## 安装 - -```bash -# npm方式安装 -npm i uview-ui -``` - -## 快速上手 - -1. `main.js`引入uView库 -```js -// main.js -import uView from 'uview-ui'; -Vue.use(uView); -``` - -2. `App.vue`引入基础样式(注意style标签需声明scss属性支持) -```css -/* App.vue */ - -``` - -3. `uni.scss`引入全局scss变量文件 -```css -/* uni.scss */ -@import "uview-ui/theme.scss"; -``` - -4. `pages.json`配置easycom规则(按需引入) - -```js -// pages.json -{ - "easycom": { - // npm安装的方式不需要前面的"@/",下载安装的方式需要"@/" - // npm安装方式 - "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" - // 下载安装方式 - // "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" - }, - // 此为本身已有的内容 - "pages": [ - // ...... - ] -} -``` - -请通过[快速上手](https://uviewui.com/components/quickstart.html)了解更详细的内容 - -## 使用方法 -配置easycom规则后,自动按需引入,无需`import`组件,直接引用即可。 - -```html - -``` - -请通过[快速上手](https://uviewui.com/components/quickstart.html)了解更详细的内容 - -## 链接 - -- [官方文档](https://uviewui.com/) -- [更新日志](https://uviewui.com/components/changelog.html) -- [升级指南](https://uviewui.com/components/changelog.html) -- [关于我们](https://uviewui.com/cooperation/about.html) - -## 预览 - -您可以通过**微信**扫码,查看最佳的演示效果。 -
-
- - - -## 版权信息 -uView遵循[MIT](https://en.wikipedia.org/wiki/MIT_License)开源协议,意味着您无需支付任何费用,也无需授权,即可将uView应用到您的产品中。 diff --git a/hotgo-uniapp/uview-ui/components/u-action-sheet/u-action-sheet.vue b/hotgo-uniapp/uview-ui/components/u-action-sheet/u-action-sheet.vue deleted file mode 100644 index 722b668..0000000 --- a/hotgo-uniapp/uview-ui/components/u-action-sheet/u-action-sheet.vue +++ /dev/null @@ -1,190 +0,0 @@ - - - - - diff --git a/hotgo-uniapp/uview-ui/components/u-alert-tips/u-alert-tips.vue b/hotgo-uniapp/uview-ui/components/u-alert-tips/u-alert-tips.vue deleted file mode 100644 index e81fc37..0000000 --- a/hotgo-uniapp/uview-ui/components/u-alert-tips/u-alert-tips.vue +++ /dev/null @@ -1,256 +0,0 @@ - - - - - diff --git a/hotgo-uniapp/uview-ui/components/u-avatar-cropper/u-avatar-cropper.vue b/hotgo-uniapp/uview-ui/components/u-avatar-cropper/u-avatar-cropper.vue deleted file mode 100644 index a48dd54..0000000 --- a/hotgo-uniapp/uview-ui/components/u-avatar-cropper/u-avatar-cropper.vue +++ /dev/null @@ -1,290 +0,0 @@ - - - - - diff --git a/hotgo-uniapp/uview-ui/components/u-avatar-cropper/weCropper.js b/hotgo-uniapp/uview-ui/components/u-avatar-cropper/weCropper.js deleted file mode 100644 index df02483..0000000 --- a/hotgo-uniapp/uview-ui/components/u-avatar-cropper/weCropper.js +++ /dev/null @@ -1,1265 +0,0 @@ -/** - * we-cropper v1.3.9 - * (c) 2020 dlhandsome - * @license MIT - */ -(function(global, factory) { - typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : - typeof define === 'function' && define.amd ? define(factory) : - (global.WeCropper = factory()); -}(this, (function() { - 'use strict'; - - var device = void 0; - var TOUCH_STATE = ['touchstarted', 'touchmoved', 'touchended']; - - function firstLetterUpper(str) { - return str.charAt(0).toUpperCase() + str.slice(1) - } - - function setTouchState(instance) { - var arg = [], - len = arguments.length - 1; - while (len-- > 0) arg[len] = arguments[len + 1]; - - TOUCH_STATE.forEach(function(key, i) { - if (arg[i] !== undefined) { - instance[key] = arg[i]; - } - }); - } - - function validator(instance, o) { - Object.defineProperties(instance, o); - } - - function getDevice() { - if (!device) { - device = uni.getSystemInfoSync(); - } - return device - } - - var tmp = {}; - - var ref = getDevice(); - var pixelRatio = ref.pixelRatio; - - var DEFAULT = { - id: { - default: 'cropper', - get: function get() { - return tmp.id - }, - set: function set(value) { - if (typeof(value) !== 'string') { - console.error(("id:" + value + " is invalid")); - } - tmp.id = value; - } - }, - width: { - default: 750, - get: function get() { - return tmp.width - }, - set: function set(value) { - if (typeof(value) !== 'number') { - console.error(("width:" + value + " is invalid")); - } - tmp.width = value; - } - }, - height: { - default: 750, - get: function get() { - return tmp.height - }, - set: function set(value) { - if (typeof(value) !== 'number') { - console.error(("height:" + value + " is invalid")); - } - tmp.height = value; - } - }, - pixelRatio: { - default: pixelRatio, - get: function get() { - return tmp.pixelRatio - }, - set: function set(value) { - if (typeof(value) !== 'number') { - console.error(("pixelRatio:" + value + " is invalid")); - } - tmp.pixelRatio = value; - } - }, - scale: { - default: 2.5, - get: function get() { - return tmp.scale - }, - set: function set(value) { - if (typeof(value) !== 'number') { - console.error(("scale:" + value + " is invalid")); - } - tmp.scale = value; - } - }, - zoom: { - default: 5, - get: function get() { - return tmp.zoom - }, - set: function set(value) { - if (typeof(value) !== 'number') { - console.error(("zoom:" + value + " is invalid")); - } else if (value < 0 || value > 10) { - console.error("zoom should be ranged in 0 ~ 10"); - } - tmp.zoom = value; - } - }, - src: { - default: '', - get: function get() { - return tmp.src - }, - set: function set(value) { - if (typeof(value) !== 'string') { - console.error(("src:" + value + " is invalid")); - } - tmp.src = value; - } - }, - cut: { - default: {}, - get: function get() { - return tmp.cut - }, - set: function set(value) { - if (typeof(value) !== 'object') { - console.error(("cut:" + value + " is invalid")); - } - tmp.cut = value; - } - }, - boundStyle: { - default: {}, - get: function get() { - return tmp.boundStyle - }, - set: function set(value) { - if (typeof(value) !== 'object') { - console.error(("boundStyle:" + value + " is invalid")); - } - tmp.boundStyle = value; - } - }, - onReady: { - default: null, - get: function get() { - return tmp.ready - }, - set: function set(value) { - tmp.ready = value; - } - }, - onBeforeImageLoad: { - default: null, - get: function get() { - return tmp.beforeImageLoad - }, - set: function set(value) { - tmp.beforeImageLoad = value; - } - }, - onImageLoad: { - default: null, - get: function get() { - return tmp.imageLoad - }, - set: function set(value) { - tmp.imageLoad = value; - } - }, - onBeforeDraw: { - default: null, - get: function get() { - return tmp.beforeDraw - }, - set: function set(value) { - tmp.beforeDraw = value; - } - } - }; - - var ref$1 = getDevice(); - var windowWidth = ref$1.windowWidth; - - function prepare() { - var self = this; - - // v1.4.0 版本中将不再自动绑定we-cropper实例 - self.attachPage = function() { - var pages = getCurrentPages(); - // 获取到当前page上下文 - var pageContext = pages[pages.length - 1]; - // 把this依附在Page上下文的wecropper属性上,便于在page钩子函数中访问 - Object.defineProperty(pageContext, 'wecropper', { - get: function get() { - console.warn( - 'Instance will not be automatically bound to the page after v1.4.0\n\n' + - 'Please use a custom instance name instead\n\n' + - 'Example: \n' + - 'this.mycropper = new WeCropper(options)\n\n' + - '// ...\n' + - 'this.mycropper.getCropperImage()' - ); - return self - }, - configurable: true - }); - }; - - self.createCtx = function() { - var id = self.id; - var targetId = self.targetId; - - if (id) { - self.ctx = self.ctx || uni.createCanvasContext(id); - self.targetCtx = self.targetCtx || uni.createCanvasContext(targetId); - } else { - console.error("constructor: create canvas context failed, 'id' must be valuable"); - } - }; - - self.deviceRadio = windowWidth / 750; - } - - var commonjsGlobal = typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== - 'undefined' ? self : {}; - - - - - - function createCommonjsModule(fn, module) { - return module = { - exports: {} - }, fn(module, module.exports), module.exports; - } - - var tools = createCommonjsModule(function(module, exports) { - /** - * String type check - */ - exports.isStr = function(v) { - return typeof v === 'string'; - }; - /** - * Number type check - */ - exports.isNum = function(v) { - return typeof v === 'number'; - }; - /** - * Array type check - */ - exports.isArr = Array.isArray; - /** - * undefined type check - */ - exports.isUndef = function(v) { - return v === undefined; - }; - - exports.isTrue = function(v) { - return v === true; - }; - - exports.isFalse = function(v) { - return v === false; - }; - /** - * Function type check - */ - exports.isFunc = function(v) { - return typeof v === 'function'; - }; - /** - * Quick object check - this is primarily used to tell - * Objects from primitive values when we know the value - * is a JSON-compliant type. - */ - exports.isObj = exports.isObject = function(obj) { - return obj !== null && typeof obj === 'object' - }; - - /** - * Strict object type check. Only returns true - * for plain JavaScript objects. - */ - var _toString = Object.prototype.toString; - exports.isPlainObject = function(obj) { - return _toString.call(obj) === '[object Object]' - }; - - /** - * Check whether the object has the property. - */ - var hasOwnProperty = Object.prototype.hasOwnProperty; - exports.hasOwn = function(obj, key) { - return hasOwnProperty.call(obj, key) - }; - - /** - * Perform no operation. - * Stubbing args to make Flow happy without leaving useless transpiled code - * with ...rest (https://flow.org/blog/2017/05/07/Strict-Function-Call-Arity/) - */ - exports.noop = function(a, b, c) {}; - - /** - * Check if val is a valid array index. - */ - exports.isValidArrayIndex = function(val) { - var n = parseFloat(String(val)); - return n >= 0 && Math.floor(n) === n && isFinite(val) - }; - }); - - var tools_7 = tools.isFunc; - var tools_10 = tools.isPlainObject; - - var EVENT_TYPE = ['ready', 'beforeImageLoad', 'beforeDraw', 'imageLoad']; - - function observer() { - var self = this; - - self.on = function(event, fn) { - if (EVENT_TYPE.indexOf(event) > -1) { - if (tools_7(fn)) { - event === 'ready' ? - fn(self) : - self[("on" + (firstLetterUpper(event)))] = fn; - } - } else { - console.error(("event: " + event + " is invalid")); - } - return self - }; - } - - function wxPromise(fn) { - return function(obj) { - var args = [], - len = arguments.length - 1; - while (len-- > 0) args[len] = arguments[len + 1]; - - if (obj === void 0) obj = {}; - return new Promise(function(resolve, reject) { - obj.success = function(res) { - resolve(res); - }; - obj.fail = function(err) { - reject(err); - }; - fn.apply(void 0, [obj].concat(args)); - }) - } - } - - function draw(ctx, reserve) { - if (reserve === void 0) reserve = false; - - return new Promise(function(resolve) { - ctx.draw(reserve, resolve); - }) - } - - var getImageInfo = wxPromise(uni.getImageInfo); - - var canvasToTempFilePath = wxPromise(uni.canvasToTempFilePath); - - var base64 = createCommonjsModule(function(module, exports) { - /*! http://mths.be/base64 v0.1.0 by @mathias | MIT license */ - (function(root) { - - // Detect free variables `exports`. - var freeExports = 'object' == 'object' && exports; - - // Detect free variable `module`. - var freeModule = 'object' == 'object' && module && - module.exports == freeExports && module; - - // Detect free variable `global`, from Node.js or Browserified code, and use - // it as `root`. - var freeGlobal = typeof commonjsGlobal == 'object' && commonjsGlobal; - if (freeGlobal.global === freeGlobal || freeGlobal.window === freeGlobal) { - root = freeGlobal; - } - - /*--------------------------------------------------------------------------*/ - - var InvalidCharacterError = function(message) { - this.message = message; - }; - InvalidCharacterError.prototype = new Error; - InvalidCharacterError.prototype.name = 'InvalidCharacterError'; - - var error = function(message) { - // Note: the error messages used throughout this file match those used by - // the native `atob`/`btoa` implementation in Chromium. - throw new InvalidCharacterError(message); - }; - - var TABLE = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'; - // http://whatwg.org/html/common-microsyntaxes.html#space-character - var REGEX_SPACE_CHARACTERS = /[\t\n\f\r ]/g; - - // `decode` is designed to be fully compatible with `atob` as described in the - // HTML Standard. http://whatwg.org/html/webappapis.html#dom-windowbase64-atob - // The optimized base64-decoding algorithm used is based on @atk’s excellent - // implementation. https://gist.github.com/atk/1020396 - var decode = function(input) { - input = String(input) - .replace(REGEX_SPACE_CHARACTERS, ''); - var length = input.length; - if (length % 4 == 0) { - input = input.replace(/==?$/, ''); - length = input.length; - } - if ( - length % 4 == 1 || - // http://whatwg.org/C#alphanumeric-ascii-characters - /[^+a-zA-Z0-9/]/.test(input) - ) { - error( - 'Invalid character: the string to be decoded is not correctly encoded.' - ); - } - var bitCounter = 0; - var bitStorage; - var buffer; - var output = ''; - var position = -1; - while (++position < length) { - buffer = TABLE.indexOf(input.charAt(position)); - bitStorage = bitCounter % 4 ? bitStorage * 64 + buffer : buffer; - // Unless this is the first of a group of 4 characters… - if (bitCounter++ % 4) { - // …convert the first 8 bits to a single ASCII character. - output += String.fromCharCode( - 0xFF & bitStorage >> (-2 * bitCounter & 6) - ); - } - } - return output; - }; - - // `encode` is designed to be fully compatible with `btoa` as described in the - // HTML Standard: http://whatwg.org/html/webappapis.html#dom-windowbase64-btoa - var encode = function(input) { - input = String(input); - if (/[^\0-\xFF]/.test(input)) { - // Note: no need to special-case astral symbols here, as surrogates are - // matched, and the input is supposed to only contain ASCII anyway. - error( - 'The string to be encoded contains characters outside of the ' + - 'Latin1 range.' - ); - } - var padding = input.length % 3; - var output = ''; - var position = -1; - var a; - var b; - var c; - var buffer; - // Make sure any padding is handled outside of the loop. - var length = input.length - padding; - - while (++position < length) { - // Read three bytes, i.e. 24 bits. - a = input.charCodeAt(position) << 16; - b = input.charCodeAt(++position) << 8; - c = input.charCodeAt(++position); - buffer = a + b + c; - // Turn the 24 bits into four chunks of 6 bits each, and append the - // matching character for each of them to the output. - output += ( - TABLE.charAt(buffer >> 18 & 0x3F) + - TABLE.charAt(buffer >> 12 & 0x3F) + - TABLE.charAt(buffer >> 6 & 0x3F) + - TABLE.charAt(buffer & 0x3F) - ); - } - - if (padding == 2) { - a = input.charCodeAt(position) << 8; - b = input.charCodeAt(++position); - buffer = a + b; - output += ( - TABLE.charAt(buffer >> 10) + - TABLE.charAt((buffer >> 4) & 0x3F) + - TABLE.charAt((buffer << 2) & 0x3F) + - '=' - ); - } else if (padding == 1) { - buffer = input.charCodeAt(position); - output += ( - TABLE.charAt(buffer >> 2) + - TABLE.charAt((buffer << 4) & 0x3F) + - '==' - ); - } - - return output; - }; - - var base64 = { - 'encode': encode, - 'decode': decode, - 'version': '0.1.0' - }; - - // Some AMD build optimizers, like r.js, check for specific condition patterns - // like the following: - if ( - typeof undefined == 'function' && - typeof undefined.amd == 'object' && - undefined.amd - ) { - undefined(function() { - return base64; - }); - } else if (freeExports && !freeExports.nodeType) { - if (freeModule) { // in Node.js or RingoJS v0.8.0+ - freeModule.exports = base64; - } else { // in Narwhal or RingoJS v0.7.0- - for (var key in base64) { - base64.hasOwnProperty(key) && (freeExports[key] = base64[key]); - } - } - } else { // in Rhino or a web browser - root.base64 = base64; - } - - }(commonjsGlobal)); - }); - - function makeURI(strData, type) { - return 'data:' + type + ';base64,' + strData - } - - function fixType(type) { - type = type.toLowerCase().replace(/jpg/i, 'jpeg'); - var r = type.match(/png|jpeg|bmp|gif/)[0]; - return 'image/' + r - } - - function encodeData(data) { - var str = ''; - if (typeof data === 'string') { - str = data; - } else { - for (var i = 0; i < data.length; i++) { - str += String.fromCharCode(data[i]); - } - } - return base64.encode(str) - } - - /** - * 获取图像区域隐含的像素数据 - * @param canvasId canvas标识 - * @param x 将要被提取的图像数据矩形区域的左上角 x 坐标 - * @param y 将要被提取的图像数据矩形区域的左上角 y 坐标 - * @param width 将要被提取的图像数据矩形区域的宽度 - * @param height 将要被提取的图像数据矩形区域的高度 - * @param done 完成回调 - */ - function getImageData(canvasId, x, y, width, height, done) { - uni.canvasGetImageData({ - canvasId: canvasId, - x: x, - y: y, - width: width, - height: height, - success: function success(res) { - done(res, null); - }, - fail: function fail(res) { - done(null, res); - } - }); - } - - /** - * 生成bmp格式图片 - * 按照规则生成图片响应头和响应体 - * @param oData 用来描述 canvas 区域隐含的像素数据 { data, width, height } = oData - * @returns {*} base64字符串 - */ - function genBitmapImage(oData) { - // - // BITMAPFILEHEADER: http://msdn.microsoft.com/en-us/library/windows/desktop/dd183374(v=vs.85).aspx - // BITMAPINFOHEADER: http://msdn.microsoft.com/en-us/library/dd183376.aspx - // - var biWidth = oData.width; - var biHeight = oData.height; - var biSizeImage = biWidth * biHeight * 3; - var bfSize = biSizeImage + 54; // total header size = 54 bytes - - // - // typedef struct tagBITMAPFILEHEADER { - // WORD bfType; - // DWORD bfSize; - // WORD bfReserved1; - // WORD bfReserved2; - // DWORD bfOffBits; - // } BITMAPFILEHEADER; - // - var BITMAPFILEHEADER = [ - // WORD bfType -- The file type signature; must be "BM" - 0x42, 0x4D, - // DWORD bfSize -- The size, in bytes, of the bitmap file - bfSize & 0xff, bfSize >> 8 & 0xff, bfSize >> 16 & 0xff, bfSize >> 24 & 0xff, - // WORD bfReserved1 -- Reserved; must be zero - 0, 0, - // WORD bfReserved2 -- Reserved; must be zero - 0, 0, - // DWORD bfOffBits -- The offset, in bytes, from the beginning of the BITMAPFILEHEADER structure to the bitmap bits. - 54, 0, 0, 0 - ]; - - // - // typedef struct tagBITMAPINFOHEADER { - // DWORD biSize; - // LONG biWidth; - // LONG biHeight; - // WORD biPlanes; - // WORD biBitCount; - // DWORD biCompression; - // DWORD biSizeImage; - // LONG biXPelsPerMeter; - // LONG biYPelsPerMeter; - // DWORD biClrUsed; - // DWORD biClrImportant; - // } BITMAPINFOHEADER, *PBITMAPINFOHEADER; - // - var BITMAPINFOHEADER = [ - // DWORD biSize -- The number of bytes required by the structure - 40, 0, 0, 0, - // LONG biWidth -- The width of the bitmap, in pixels - biWidth & 0xff, biWidth >> 8 & 0xff, biWidth >> 16 & 0xff, biWidth >> 24 & 0xff, - // LONG biHeight -- The height of the bitmap, in pixels - biHeight & 0xff, biHeight >> 8 & 0xff, biHeight >> 16 & 0xff, biHeight >> 24 & 0xff, - // WORD biPlanes -- The number of planes for the target device. This value must be set to 1 - 1, 0, - // WORD biBitCount -- The number of bits-per-pixel, 24 bits-per-pixel -- the bitmap - // has a maximum of 2^24 colors (16777216, Truecolor) - 24, 0, - // DWORD biCompression -- The type of compression, BI_RGB (code 0) -- uncompressed - 0, 0, 0, 0, - // DWORD biSizeImage -- The size, in bytes, of the image. This may be set to zero for BI_RGB bitmaps - biSizeImage & 0xff, biSizeImage >> 8 & 0xff, biSizeImage >> 16 & 0xff, biSizeImage >> 24 & 0xff, - // LONG biXPelsPerMeter, unused - 0, 0, 0, 0, - // LONG biYPelsPerMeter, unused - 0, 0, 0, 0, - // DWORD biClrUsed, the number of color indexes of palette, unused - 0, 0, 0, 0, - // DWORD biClrImportant, unused - 0, 0, 0, 0 - ]; - - var iPadding = (4 - ((biWidth * 3) % 4)) % 4; - - var aImgData = oData.data; - - var strPixelData = ''; - var biWidth4 = biWidth << 2; - var y = biHeight; - var fromCharCode = String.fromCharCode; - - do { - var iOffsetY = biWidth4 * (y - 1); - var strPixelRow = ''; - for (var x = 0; x < biWidth; x++) { - var iOffsetX = x << 2; - strPixelRow += fromCharCode(aImgData[iOffsetY + iOffsetX + 2]) + - fromCharCode(aImgData[iOffsetY + iOffsetX + 1]) + - fromCharCode(aImgData[iOffsetY + iOffsetX]); - } - - for (var c = 0; c < iPadding; c++) { - strPixelRow += String.fromCharCode(0); - } - - strPixelData += strPixelRow; - } while (--y) - - var strEncoded = encodeData(BITMAPFILEHEADER.concat(BITMAPINFOHEADER)) + encodeData(strPixelData); - - return strEncoded - } - - /** - * 转换为图片base64 - * @param canvasId canvas标识 - * @param x 将要被提取的图像数据矩形区域的左上角 x 坐标 - * @param y 将要被提取的图像数据矩形区域的左上角 y 坐标 - * @param width 将要被提取的图像数据矩形区域的宽度 - * @param height 将要被提取的图像数据矩形区域的高度 - * @param type 转换图片类型 - * @param done 完成回调 - */ - function convertToImage(canvasId, x, y, width, height, type, done) { - if (done === void 0) done = function() {}; - - if (type === undefined) { - type = 'png'; - } - type = fixType(type); - if (/bmp/.test(type)) { - getImageData(canvasId, x, y, width, height, function(data, err) { - var strData = genBitmapImage(data); - tools_7(done) && done(makeURI(strData, 'image/' + type), err); - }); - } else { - console.error('暂不支持生成\'' + type + '\'类型的base64图片'); - } - } - - var CanvasToBase64 = { - convertToImage: convertToImage, - // convertToPNG: function (width, height, done) { - // return convertToImage(width, height, 'png', done) - // }, - // convertToJPEG: function (width, height, done) { - // return convertToImage(width, height, 'jpeg', done) - // }, - // convertToGIF: function (width, height, done) { - // return convertToImage(width, height, 'gif', done) - // }, - convertToBMP: function(ref, done) { - if (ref === void 0) ref = {}; - var canvasId = ref.canvasId; - var x = ref.x; - var y = ref.y; - var width = ref.width; - var height = ref.height; - if (done === void 0) done = function() {}; - - return convertToImage(canvasId, x, y, width, height, 'bmp', done) - } - }; - - function methods() { - var self = this; - - var boundWidth = self.width; // 裁剪框默认宽度,即整个画布宽度 - var boundHeight = self.height; // 裁剪框默认高度,即整个画布高度 - - var id = self.id; - var targetId = self.targetId; - var pixelRatio = self.pixelRatio; - - var ref = self.cut; - var x = ref.x; - if (x === void 0) x = 0; - var y = ref.y; - if (y === void 0) y = 0; - var width = ref.width; - if (width === void 0) width = boundWidth; - var height = ref.height; - if (height === void 0) height = boundHeight; - - self.updateCanvas = function(done) { - if (self.croperTarget) { - // 画布绘制图片 - self.ctx.drawImage( - self.croperTarget, - self.imgLeft, - self.imgTop, - self.scaleWidth, - self.scaleHeight - ); - } - tools_7(self.onBeforeDraw) && self.onBeforeDraw(self.ctx, self); - - self.setBoundStyle(self.boundStyle); // 设置边界样式 - - self.ctx.draw(false, done); - return self - }; - - self.pushOrigin = self.pushOrign = function(src) { - self.src = src; - - tools_7(self.onBeforeImageLoad) && self.onBeforeImageLoad(self.ctx, self); - - return getImageInfo({ - src: src - }) - .then(function(res) { - var innerAspectRadio = res.width / res.height; - var customAspectRadio = width / height; - - self.croperTarget = res.path; - - if (innerAspectRadio < customAspectRadio) { - self.rectX = x; - self.baseWidth = width; - self.baseHeight = width / innerAspectRadio; - self.rectY = y - Math.abs((height - self.baseHeight) / 2); - } else { - self.rectY = y; - self.baseWidth = height * innerAspectRadio; - self.baseHeight = height; - self.rectX = x - Math.abs((width - self.baseWidth) / 2); - } - - self.imgLeft = self.rectX; - self.imgTop = self.rectY; - self.scaleWidth = self.baseWidth; - self.scaleHeight = self.baseHeight; - - self.update(); - - return new Promise(function(resolve) { - self.updateCanvas(resolve); - }) - }) - .then(function() { - tools_7(self.onImageLoad) && self.onImageLoad(self.ctx, self); - }) - }; - - self.removeImage = function() { - self.src = ''; - self.croperTarget = ''; - return draw(self.ctx) - }; - - self.getCropperBase64 = function(done) { - if (done === void 0) done = function() {}; - - CanvasToBase64.convertToBMP({ - canvasId: id, - x: x, - y: y, - width: width, - height: height - }, done); - }; - - self.getCropperImage = function(opt, fn) { - var customOptions = opt; - - var canvasOptions = { - canvasId: id, - x: x, - y: y, - width: width, - height: height - }; - - var task = function() { - return Promise.resolve(); - }; - - if ( - tools_10(customOptions) && - customOptions.original - ) { - // original mode - task = function() { - self.targetCtx.drawImage( - self.croperTarget, - self.imgLeft * pixelRatio, - self.imgTop * pixelRatio, - self.scaleWidth * pixelRatio, - self.scaleHeight * pixelRatio - ); - - canvasOptions = { - canvasId: targetId, - x: x * pixelRatio, - y: y * pixelRatio, - width: width * pixelRatio, - height: height * pixelRatio - }; - - return draw(self.targetCtx) - }; - } - - return task() - .then(function() { - if (tools_10(customOptions)) { - canvasOptions = Object.assign({}, canvasOptions, customOptions); - } - - if (tools_7(customOptions)) { - fn = customOptions; - } - - var arg = canvasOptions.componentContext ? - [canvasOptions, canvasOptions.componentContext] : - [canvasOptions]; - - return canvasToTempFilePath.apply(null, arg) - }) - .then(function(res) { - var tempFilePath = res.tempFilePath; - - return tools_7(fn) ? - fn.call(self, tempFilePath, null) : - tempFilePath - }) - .catch(function(err) { - if (tools_7(fn)) { - fn.call(self, null, err); - } else { - throw err - } - }) - }; - } - - /** - * 获取最新缩放值 - * @param oldScale 上一次触摸结束后的缩放值 - * @param oldDistance 上一次触摸结束后的双指距离 - * @param zoom 缩放系数 - * @param touch0 第一指touch对象 - * @param touch1 第二指touch对象 - * @returns {*} - */ - var getNewScale = function(oldScale, oldDistance, zoom, touch0, touch1) { - var xMove, yMove, newDistance; - // 计算二指最新距离 - xMove = Math.round(touch1.x - touch0.x); - yMove = Math.round(touch1.y - touch0.y); - newDistance = Math.round(Math.sqrt(xMove * xMove + yMove * yMove)); - - return oldScale + 0.001 * zoom * (newDistance - oldDistance) - }; - - function update() { - var self = this; - - if (!self.src) { - return - } - - self.__oneTouchStart = function(touch) { - self.touchX0 = Math.round(touch.x); - self.touchY0 = Math.round(touch.y); - }; - - self.__oneTouchMove = function(touch) { - var xMove, yMove; - // 计算单指移动的距离 - if (self.touchended) { - return self.updateCanvas() - } - xMove = Math.round(touch.x - self.touchX0); - yMove = Math.round(touch.y - self.touchY0); - - var imgLeft = Math.round(self.rectX + xMove); - var imgTop = Math.round(self.rectY + yMove); - - self.outsideBound(imgLeft, imgTop); - - self.updateCanvas(); - }; - - self.__twoTouchStart = function(touch0, touch1) { - var xMove, yMove, oldDistance; - - self.touchX1 = Math.round(self.rectX + self.scaleWidth / 2); - self.touchY1 = Math.round(self.rectY + self.scaleHeight / 2); - - // 计算两指距离 - xMove = Math.round(touch1.x - touch0.x); - yMove = Math.round(touch1.y - touch0.y); - oldDistance = Math.round(Math.sqrt(xMove * xMove + yMove * yMove)); - - self.oldDistance = oldDistance; - }; - - self.__twoTouchMove = function(touch0, touch1) { - var oldScale = self.oldScale; - var oldDistance = self.oldDistance; - var scale = self.scale; - var zoom = self.zoom; - - self.newScale = getNewScale(oldScale, oldDistance, zoom, touch0, touch1); - - // 设定缩放范围 - self.newScale <= 1 && (self.newScale = 1); - self.newScale >= scale && (self.newScale = scale); - - self.scaleWidth = Math.round(self.newScale * self.baseWidth); - self.scaleHeight = Math.round(self.newScale * self.baseHeight); - var imgLeft = Math.round(self.touchX1 - self.scaleWidth / 2); - var imgTop = Math.round(self.touchY1 - self.scaleHeight / 2); - - self.outsideBound(imgLeft, imgTop); - - self.updateCanvas(); - }; - - self.__xtouchEnd = function() { - self.oldScale = self.newScale; - self.rectX = self.imgLeft; - self.rectY = self.imgTop; - }; - } - - var handle = { - // 图片手势初始监测 - touchStart: function touchStart(e) { - var self = this; - var ref = e.touches; - var touch0 = ref[0]; - var touch1 = ref[1]; - - if (!self.src) { - return - } - - setTouchState(self, true, null, null); - - // 计算第一个触摸点的位置,并参照改点进行缩放 - self.__oneTouchStart(touch0); - - // 两指手势触发 - if (e.touches.length >= 2) { - self.__twoTouchStart(touch0, touch1); - } - }, - - // 图片手势动态缩放 - touchMove: function touchMove(e) { - var self = this; - var ref = e.touches; - var touch0 = ref[0]; - var touch1 = ref[1]; - - if (!self.src) { - return - } - - setTouchState(self, null, true); - - // 单指手势时触发 - if (e.touches.length === 1) { - self.__oneTouchMove(touch0); - } - // 两指手势触发 - if (e.touches.length >= 2) { - self.__twoTouchMove(touch0, touch1); - } - }, - - touchEnd: function touchEnd(e) { - var self = this; - - if (!self.src) { - return - } - - setTouchState(self, false, false, true); - self.__xtouchEnd(); - } - }; - - function cut() { - var self = this; - var boundWidth = self.width; // 裁剪框默认宽度,即整个画布宽度 - var boundHeight = self.height; - // 裁剪框默认高度,即整个画布高度 - var ref = self.cut; - var x = ref.x; - if (x === void 0) x = 0; - var y = ref.y; - if (y === void 0) y = 0; - var width = ref.width; - if (width === void 0) width = boundWidth; - var height = ref.height; - if (height === void 0) height = boundHeight; - - /** - * 设置边界 - * @param imgLeft 图片左上角横坐标值 - * @param imgTop 图片左上角纵坐标值 - */ - self.outsideBound = function(imgLeft, imgTop) { - self.imgLeft = imgLeft >= x ? - x : - self.scaleWidth + imgLeft - x <= width ? - x + width - self.scaleWidth : - imgLeft; - - self.imgTop = imgTop >= y ? - y : - self.scaleHeight + imgTop - y <= height ? - y + height - self.scaleHeight : - imgTop; - }; - - /** - * 设置边界样式 - * @param color 边界颜色 - */ - self.setBoundStyle = function(ref) { - if (ref === void 0) ref = {}; - var color = ref.color; - if (color === void 0) color = '#04b00f'; - var mask = ref.mask; - if (mask === void 0) mask = 'rgba(0, 0, 0, 0.3)'; - var lineWidth = ref.lineWidth; - if (lineWidth === void 0) lineWidth = 1; - - var half = lineWidth / 2; - var boundOption = [{ - start: { - x: x - half, - y: y + 10 - half - }, - step1: { - x: x - half, - y: y - half - }, - step2: { - x: x + 10 - half, - y: y - half - } - }, - { - start: { - x: x - half, - y: y + height - 10 + half - }, - step1: { - x: x - half, - y: y + height + half - }, - step2: { - x: x + 10 - half, - y: y + height + half - } - }, - { - start: { - x: x + width - 10 + half, - y: y - half - }, - step1: { - x: x + width + half, - y: y - half - }, - step2: { - x: x + width + half, - y: y + 10 - half - } - }, - { - start: { - x: x + width + half, - y: y + height - 10 + half - }, - step1: { - x: x + width + half, - y: y + height + half - }, - step2: { - x: x + width - 10 + half, - y: y + height + half - } - } - ]; - - // 绘制半透明层 - self.ctx.beginPath(); - self.ctx.setFillStyle(mask); - self.ctx.fillRect(0, 0, x, boundHeight); - self.ctx.fillRect(x, 0, width, y); - self.ctx.fillRect(x, y + height, width, boundHeight - y - height); - self.ctx.fillRect(x + width, 0, boundWidth - x - width, boundHeight); - self.ctx.fill(); - - boundOption.forEach(function(op) { - self.ctx.beginPath(); - self.ctx.setStrokeStyle(color); - self.ctx.setLineWidth(lineWidth); - self.ctx.moveTo(op.start.x, op.start.y); - self.ctx.lineTo(op.step1.x, op.step1.y); - self.ctx.lineTo(op.step2.x, op.step2.y); - self.ctx.stroke(); - }); - }; - } - - var version = "1.3.9"; - - var WeCropper = function WeCropper(params) { - var self = this; - var _default = {}; - - validator(self, DEFAULT); - - Object.keys(DEFAULT).forEach(function(key) { - _default[key] = DEFAULT[key].default; - }); - Object.assign(self, _default, params); - - self.prepare(); - self.attachPage(); - self.createCtx(); - self.observer(); - self.cutt(); - self.methods(); - self.init(); - self.update(); - - return self - }; - - WeCropper.prototype.init = function init() { - var self = this; - var src = self.src; - - self.version = version; - - typeof self.onReady === 'function' && self.onReady(self.ctx, self); - - if (src) { - self.pushOrign(src); - } else { - self.updateCanvas(); - } - setTouchState(self, false, false, false); - - self.oldScale = 1; - self.newScale = 1; - - return self - }; - - Object.assign(WeCropper.prototype, handle); - - WeCropper.prototype.prepare = prepare; - WeCropper.prototype.observer = observer; - WeCropper.prototype.methods = methods; - WeCropper.prototype.cutt = cut; - WeCropper.prototype.update = update; - - return WeCropper; - -}))); diff --git a/hotgo-uniapp/uview-ui/components/u-avatar/u-avatar.vue b/hotgo-uniapp/uview-ui/components/u-avatar/u-avatar.vue deleted file mode 100644 index 289b9b0..0000000 --- a/hotgo-uniapp/uview-ui/components/u-avatar/u-avatar.vue +++ /dev/null @@ -1,244 +0,0 @@ - - - - - diff --git a/hotgo-uniapp/uview-ui/components/u-back-top/u-back-top.vue b/hotgo-uniapp/uview-ui/components/u-back-top/u-back-top.vue deleted file mode 100644 index 7970fc7..0000000 --- a/hotgo-uniapp/uview-ui/components/u-back-top/u-back-top.vue +++ /dev/null @@ -1,153 +0,0 @@ - - - - - diff --git a/hotgo-uniapp/uview-ui/components/u-badge/u-badge.vue b/hotgo-uniapp/uview-ui/components/u-badge/u-badge.vue deleted file mode 100644 index e85b133..0000000 --- a/hotgo-uniapp/uview-ui/components/u-badge/u-badge.vue +++ /dev/null @@ -1,216 +0,0 @@ - - - - - \ No newline at end of file diff --git a/hotgo-uniapp/uview-ui/components/u-button/u-button.vue b/hotgo-uniapp/uview-ui/components/u-button/u-button.vue deleted file mode 100644 index 82c3a6f..0000000 --- a/hotgo-uniapp/uview-ui/components/u-button/u-button.vue +++ /dev/null @@ -1,596 +0,0 @@ - - - - - diff --git a/hotgo-uniapp/uview-ui/components/u-calendar/u-calendar.vue b/hotgo-uniapp/uview-ui/components/u-calendar/u-calendar.vue deleted file mode 100644 index 2b30184..0000000 --- a/hotgo-uniapp/uview-ui/components/u-calendar/u-calendar.vue +++ /dev/null @@ -1,639 +0,0 @@ - - - - \ No newline at end of file diff --git a/hotgo-uniapp/uview-ui/components/u-car-keyboard/u-car-keyboard.vue b/hotgo-uniapp/uview-ui/components/u-car-keyboard/u-car-keyboard.vue deleted file mode 100644 index 84b1467..0000000 --- a/hotgo-uniapp/uview-ui/components/u-car-keyboard/u-car-keyboard.vue +++ /dev/null @@ -1,257 +0,0 @@ - - - - - diff --git a/hotgo-uniapp/uview-ui/components/u-card/u-card.vue b/hotgo-uniapp/uview-ui/components/u-card/u-card.vue deleted file mode 100644 index a3cb2aa..0000000 --- a/hotgo-uniapp/uview-ui/components/u-card/u-card.vue +++ /dev/null @@ -1,299 +0,0 @@ - - - - - diff --git a/hotgo-uniapp/uview-ui/components/u-cell-group/u-cell-group.vue b/hotgo-uniapp/uview-ui/components/u-cell-group/u-cell-group.vue deleted file mode 100644 index 3fbca72..0000000 --- a/hotgo-uniapp/uview-ui/components/u-cell-group/u-cell-group.vue +++ /dev/null @@ -1,70 +0,0 @@ - - - - - diff --git a/hotgo-uniapp/uview-ui/components/u-cell-item/u-cell-item.vue b/hotgo-uniapp/uview-ui/components/u-cell-item/u-cell-item.vue deleted file mode 100644 index 055af3a..0000000 --- a/hotgo-uniapp/uview-ui/components/u-cell-item/u-cell-item.vue +++ /dev/null @@ -1,316 +0,0 @@ - - - - - diff --git a/hotgo-uniapp/uview-ui/components/u-checkbox-group/u-checkbox-group.vue b/hotgo-uniapp/uview-ui/components/u-checkbox-group/u-checkbox-group.vue deleted file mode 100644 index 6a149b3..0000000 --- a/hotgo-uniapp/uview-ui/components/u-checkbox-group/u-checkbox-group.vue +++ /dev/null @@ -1,123 +0,0 @@ - - - - - diff --git a/hotgo-uniapp/uview-ui/components/u-checkbox/u-checkbox.vue b/hotgo-uniapp/uview-ui/components/u-checkbox/u-checkbox.vue deleted file mode 100644 index 9414461..0000000 --- a/hotgo-uniapp/uview-ui/components/u-checkbox/u-checkbox.vue +++ /dev/null @@ -1,284 +0,0 @@ - - - - - diff --git a/hotgo-uniapp/uview-ui/components/u-circle-progress/u-circle-progress.vue b/hotgo-uniapp/uview-ui/components/u-circle-progress/u-circle-progress.vue deleted file mode 100644 index 46e7c18..0000000 --- a/hotgo-uniapp/uview-ui/components/u-circle-progress/u-circle-progress.vue +++ /dev/null @@ -1,220 +0,0 @@ - - - - - diff --git a/hotgo-uniapp/uview-ui/components/u-circle-progress/u-line-progress/u-line-progress.vue b/hotgo-uniapp/uview-ui/components/u-circle-progress/u-line-progress/u-line-progress.vue deleted file mode 100644 index 77e2da2..0000000 --- a/hotgo-uniapp/uview-ui/components/u-circle-progress/u-line-progress/u-line-progress.vue +++ /dev/null @@ -1,147 +0,0 @@ - - - - - diff --git a/hotgo-uniapp/uview-ui/components/u-col/u-col.vue b/hotgo-uniapp/uview-ui/components/u-col/u-col.vue deleted file mode 100644 index 3b6cc64..0000000 --- a/hotgo-uniapp/uview-ui/components/u-col/u-col.vue +++ /dev/null @@ -1,156 +0,0 @@ - - - - - diff --git a/hotgo-uniapp/uview-ui/components/u-collapse-item/u-collapse-item.vue b/hotgo-uniapp/uview-ui/components/u-collapse-item/u-collapse-item.vue deleted file mode 100644 index 3b66bfa..0000000 --- a/hotgo-uniapp/uview-ui/components/u-collapse-item/u-collapse-item.vue +++ /dev/null @@ -1,204 +0,0 @@ - - - - - diff --git a/hotgo-uniapp/uview-ui/components/u-collapse/u-collapse.vue b/hotgo-uniapp/uview-ui/components/u-collapse/u-collapse.vue deleted file mode 100644 index 8572957..0000000 --- a/hotgo-uniapp/uview-ui/components/u-collapse/u-collapse.vue +++ /dev/null @@ -1,99 +0,0 @@ - - - - - diff --git a/hotgo-uniapp/uview-ui/components/u-column-notice/u-column-notice.vue b/hotgo-uniapp/uview-ui/components/u-column-notice/u-column-notice.vue deleted file mode 100644 index dd8bd31..0000000 --- a/hotgo-uniapp/uview-ui/components/u-column-notice/u-column-notice.vue +++ /dev/null @@ -1,237 +0,0 @@ - - - - - diff --git a/hotgo-uniapp/uview-ui/components/u-count-down/u-count-down.vue b/hotgo-uniapp/uview-ui/components/u-count-down/u-count-down.vue deleted file mode 100644 index 7285d67..0000000 --- a/hotgo-uniapp/uview-ui/components/u-count-down/u-count-down.vue +++ /dev/null @@ -1,318 +0,0 @@ - - - - - diff --git a/hotgo-uniapp/uview-ui/components/u-count-to/u-count-to.vue b/hotgo-uniapp/uview-ui/components/u-count-to/u-count-to.vue deleted file mode 100644 index 053dc5f..0000000 --- a/hotgo-uniapp/uview-ui/components/u-count-to/u-count-to.vue +++ /dev/null @@ -1,241 +0,0 @@ - - - - - diff --git a/hotgo-uniapp/uview-ui/components/u-divider/u-divider.vue b/hotgo-uniapp/uview-ui/components/u-divider/u-divider.vue deleted file mode 100644 index 6f8d7e6..0000000 --- a/hotgo-uniapp/uview-ui/components/u-divider/u-divider.vue +++ /dev/null @@ -1,153 +0,0 @@ - - - - - diff --git a/hotgo-uniapp/uview-ui/components/u-dropdown-item/u-dropdown-item.vue b/hotgo-uniapp/uview-ui/components/u-dropdown-item/u-dropdown-item.vue deleted file mode 100644 index ba60d8f..0000000 --- a/hotgo-uniapp/uview-ui/components/u-dropdown-item/u-dropdown-item.vue +++ /dev/null @@ -1,132 +0,0 @@ - - - - - diff --git a/hotgo-uniapp/uview-ui/components/u-dropdown/u-dropdown.vue b/hotgo-uniapp/uview-ui/components/u-dropdown/u-dropdown.vue deleted file mode 100644 index a62e469..0000000 --- a/hotgo-uniapp/uview-ui/components/u-dropdown/u-dropdown.vue +++ /dev/null @@ -1,298 +0,0 @@ - - - - - diff --git a/hotgo-uniapp/uview-ui/components/u-empty/u-empty.vue b/hotgo-uniapp/uview-ui/components/u-empty/u-empty.vue deleted file mode 100644 index 2c77b24..0000000 --- a/hotgo-uniapp/uview-ui/components/u-empty/u-empty.vue +++ /dev/null @@ -1,193 +0,0 @@ - - - - - diff --git a/hotgo-uniapp/uview-ui/components/u-field/u-field.vue b/hotgo-uniapp/uview-ui/components/u-field/u-field.vue deleted file mode 100644 index b562798..0000000 --- a/hotgo-uniapp/uview-ui/components/u-field/u-field.vue +++ /dev/null @@ -1,384 +0,0 @@ -