diff --git a/.gitea/workflows/confluence-sync.yaml b/.gitea/workflows/confluence-sync.yaml index 1ede15e..c5c29ad 100644 --- a/.gitea/workflows/confluence-sync.yaml +++ b/.gitea/workflows/confluence-sync.yaml @@ -58,7 +58,7 @@ jobs: # 构建添加 mark 指令 - name: Setup mark if: steps.changed-markdown-files.outputs.any_changed == 'true' - uses: https://texous.cn/actions/setup-mark-action-refactor@v2.0.1 + uses: https://texous.cn/actions/setup-mark-action@v2.0.1 with: version: 11.3.0 url_prefix: https://texous.cn/actions/mark diff --git a/任务/20241121-面试反馈.md b/任务/20241121-面试反馈.md index c19ac2b..8bf8f40 100644 --- a/任务/20241121-面试反馈.md +++ b/任务/20241121-面试反馈.md @@ -97,4 +97,53 @@ ## 练康安 - 基础知识掌握程度一般,对一些原理之类的了解较少 - 回答问题有些时候没有回答到点上 -- 综合评价:70(不通过) \ No newline at end of file +- 综合评价:70(不通过) + + +## 徐雪莹(实习) +- 技术写了很多,但是都答不上来,不知道是紧张还是怎么了 +- 问了一些业务相关的问题也没有回答清楚 +- 综合评价:不建议 + +## 杜浩彬(实习) +- 自己做的项目都说不出来,还要看文档。也讲不清楚做了什么 +- 技术问了几个也答不出来 +- 综合评价:不建议 + +## 陈炜斌(实习) +- 基础知识还不错,问的几个技术问题能转化为自己的语言描述,并且可以扩展一些自己的想法 +- 对自己做的东西会认真对待,不单单是做完,还会优化 +- 综合评价:75(强哥进行二面) + +## 黄伟(实习) +- 总体还不错,从项目衍生出的技术知识点都能比较好的回答 +- 基础还行,问的一些问题都能大概说出来 +- 综合评价:75(强哥进行二面) + +## 黄梓豪(实习) +- 对 Java 相关知识点都不熟悉, +- 综合评价:不建议 + +## 吴志聪(外包) +- 中规中矩,有些时候答非所问,对一些技术概念也会混淆 +- 综合评价:不推荐 + +## 刘福平(外包) +- 基础问题大概都能回答出要点 +- 遇到一些不清楚的会提出自己的想法 +- 综合评价:70(强哥进行二面) + +## 黄仁生 +- 对一些基础知识了解不多,对业务比较了解 +- 人比较热情,能说,很能加班 +- 综合评价:65 + +## 张旗(实习) +- 有实习开发经验,能写代码 +- 对一些底层了解比较少 +- 综合评价:75(强哥进行二面) + +## 江锦程(外包) +- 对项目有理解,清楚项目逻辑和自己做的任务 +- 对一些基础知识也能回答上来 +- 综合评价:75(通过) \ No newline at end of file diff --git a/任务/今日任务.md b/任务/今日任务.md index 29faf19..3f4cb35 100644 --- a/任务/今日任务.md +++ b/任务/今日任务.md @@ -10,6 +10,19 @@ - [ ] 接口报文记录。。。。 - [ ] 错误映射 - [ ] 对接流程图 +- [ ] github ci/cd 文档发布 + +## 20241216 - 20241220 +- [ ] Track123 对接 + +## 20241210 - 20241213 +- [ ] 国际电子面单打印对接(快递100) + - 对接接口 + - 转存储电子面单 + - 查询电子面单接口 +- [ ] 物流追踪 + - 查询接口(没有查询过信息会发起查询并注册,定期更新) + - 强制远程同步更新接口 ## 20241120 - [ ] Canal 搭建 diff --git a/文档/20241209-快递对接.md b/文档/20241209-快递对接.md new file mode 100644 index 0000000..a5bf13a --- /dev/null +++ b/文档/20241209-快递对接.md @@ -0,0 +1,23 @@ +## 快递对接流程 +### 电子面单账号申请指南 +- [指南链接](https://api.kuaidi100.com/document/zhanghaoshenqingzhinan) +- 部分快递公司支持线上申请,线上无法申请的请联系网点线下申请。线上申请地址 +- 电子面单申请(支持线上的快递公司): + - 线上申请:https://api.kuaidi100.com/sheetexpress + - 线下联系网点审核开通 + +### 一些参考 +#### FeDex 注册界面 +- https://www.fedex.com.cn/zh-cn/open-account.html + +#### DHL 注册界面 +- https://www.dhl.com/discover/zh-cn/open-an-account + +#### UPS +- 注册 + + + +## 疑惑 +- 物流商谈商务合作是谁来谈,仓库自己还是我们这边 +- \ No newline at end of file diff --git a/方案/20241105-外部能力接入服务技术方案.md b/方案/20241105-外部能力接入服务技术方案.md index c6cb691..ddabb46 100644 --- a/方案/20241105-外部能力接入服务技术方案.md +++ b/方案/20241105-外部能力接入服务技术方案.md @@ -1,8 +1,9 @@ - - - - - + + + + + + - -:toc: + # 外部能力接入技术方案 ## 一、现状 @@ -53,10 +54,10 @@ ## 四、整体设计 ### 整体架构 -![](../材料/外部能力接入服务位置.png) +![](https://picture.texous.cn/blog/外部能力接入服务位置.png) ### 交互流程 -![](../材料/外部能力接入处理流程.png) +![](https://picture.texous.cn/blog/外部能力接入处理流程.png) ## 五、详细设计 ### 功能模块设计 @@ -74,9 +75,13 @@ - 三方回调结果(方法保存) - 回调消费异步 - 回调消息发MQ - - -![](../材料/外部能力接入技术架构.png) +![](https://picture.texous.cn/blog/20241211-企赋网关技术架构.png) + +![](https://picture.texous.cn/blog/20241211-企赋网关主流程.png) + +![](https://picture.texous.cn/blog/外部能力接入技术架构.png) + #### 模块说明 - 内部SDK - 给业务用来快速接入外部服务能力 diff --git a/方案/20241203-电商调研.md b/方案/20241203-电商调研.md new file mode 100644 index 0000000..a62f9be --- /dev/null +++ b/方案/20241203-电商调研.md @@ -0,0 +1,11 @@ +## 开源电商系统调研 + +| 项目 | 开源协议 | 语言 | 收费 | 支持 | 链接 | 附加 | +|-----------|------------|------------|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|----------------| +| Lilishop | AGPL-3.0 | Java | 开源(商用需要联系作者) | 模式包含 B2B2C商城 S2B2C商城 O2O商城 B2B商城 多语言商城 跨境电商 分销商城 积分商城 内购商城 | https://gitee.com/beijing_hongye_huicheng/lilishop | 提供技术支持 1500人/天 | +| shopTNT | AGPL-3.0 | Java | 开源(商用需要联系作者) | 业务场景可覆盖 B2B2C商城 S2B2C商城 O2O商城 直播商城 B2B商城 跨境电商 分销商城 积分商城 福利商城 | https://gitee.com/bbc-se/api | | +| lenosp | Apache-2.0 | JAVA | 开源 | 业务场景可覆盖 B2B2C商城 S2B2C商城 O2O商城 直播商城 B2B商城 跨境电商 分销商城 积分商城 福利商城 | https://gitee.com/zzdevelop/lenosp | | +| ShopSuite | 需要获取商业授权 | JAVA | | 能满足B2C商城,新零售商城,社交电商Java商城,分销商城,微信小程序商城,B2B商城系统等多种模式Java商城项目。 | https://github.com/shsuishang/modulithshop | | +| Magento 2 | AFL-3.0 | PHP | 开源 | 世界排名第一的开源电商系统 | https://www.mallol.cn/ | | +| | | PHP | | | https://github.com/ualink/phpb2b?tab=readme-ov-file | | +| shopizer | Apache-2.0 | JAVA/react | 开源 | Create online stores, market places, product listings, B2B applications, transactional portals and much more using Shopizer's secure, fast and reliable open source e-commerce software. | https://github.com/shopizer-ecommerce/shopizer.git | | diff --git a/杂项/20241209-概念.md b/杂项/20241209-概念.md new file mode 100644 index 0000000..1e3af94 --- /dev/null +++ b/杂项/20241209-概念.md @@ -0,0 +1,5 @@ +## 概念 +- 租户? +- 仓库? +- 客户? +- 用户? \ No newline at end of file diff --git a/杂项/Temp.md b/杂项/Temp.md deleted file mode 100644 index 8d871e4..0000000 --- a/杂项/Temp.md +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - -:toc: - -## 下载版本 -- 进入 [Squaretest 插件下载界面][Squaretest] -- 下载对应的 `zip` 包 -- 找到 `lib` 目录下的 `**-TestStarter-**.jar` -- `**-TestStarter-**.jar` 就是我们需要反编译的文件 - -## 反编译 -- 使用 `jd-gui` 打开 `**-TestStarter-**.jar` -- 保存源文件为 `zip`, 操作如下 -- ![](https://img2020.cnblogs.com/blog/1092396/202006/1092396-20200613155751859-310232644.png) -- ![save all sources](https://picture.texous.cn/baiju/jd-gui.png) -- 解压缩文件(有报错不用理会,直接替换就行) - -## IDEA打开项目进行代码修改替换 -- IDEA 打开反编译后的文件 -- ![Squaretest sources](https://picture.texous.cn/baiju/20240801161613.png) -- 全局搜索 `VALIDATE AND SAVE` -- ![](https://picture.texous.cn/baiju/20240801161808.png) -- 找到 `k` 类 -- ![](https://picture.texous.cn/baiju/20240801161933.png) -- 进入 `this.a.b(str)` 方法 -- ![](https://picture.texous.cn/baiju/20240801162042.png) -- 进入 `this.b.a(paramString)` 方法 -- ![](https://picture.texous.cn/baiju/20240801162152.png) -- `q` 类就是我们需要的类 -- 分析 `q` 类,引用了 `r` 类 -- **注意**:请使用对应的 jdk 版本进行编译 - -### 按如下操作(没有报错) -- 修改 `r a(String paramString)` 方法 -- ![](https://picture.texous.cn/baiju/20240801162730.png) -- 重新编译 `q` 文件 -- ![](https://picture.texous.cn/baiju/20240801163019.png) -- 替换 `**-TestStarter-**.jar` 中的 `q.class` -### 按如下操作(有不存在的类) -- 拷贝 `q.java` 和 `r.java` 到一个目录中 -- 移除 `q.java` 和 `r.java` 中报错的引用和方法(判断是无用的) -- 修改 `r a(String paramString)` 方法 -- ![](https://picture.texous.cn/baiju/20240801162730.png) -- 执行命令行编译 `D:\\Programs\\Developer\\jdk-17.0.12\\bin\\javac -J-Dfile.encoding=UTF-8 r.java q.java` -- 替换 `**-TestStarter-**.jar` 中的 `q.class` - -## 安装插件 -![](https://picture.texous.cn/baiju/20240801163745.png) - -## 激活插件 -- 打开设置 -- ![](https://picture.texous.cn/baiju/20240801163901.png) -- 随便填入文本,格式如下 -- ``` - --- BEGIN SQUARETEST LICENSE --- - neo - https://zhile.io - SQT1-101010101010101010101010101010101010 - MEUCID2bg5gEzJLdpGbBU9QvoGsXZ0VIucgRP340/6s6omIKAiEAo9xDQdd07SPucE5w6cPLfUeo7YqLT+EIrVqGMOELzrs= - --- END SQUARETEST LICENSE --- - ``` -- 点击激活 - -## 参考文献 -- [Squaretest Plugin][Squaretest] -- [Squaretest破解][Squaretest Crack] - - -[Squaretest]: https://plugins.jetbrains.com/plugin/10405-squaretest/versions/stable -[Squaretest Crack]: https://blog.csdn.net/binbushi/article/details/135942290 \ No newline at end of file diff --git a/材料/外部能力接入处理流程.png b/材料/外部能力接入处理流程.png deleted file mode 100644 index 4d2aece..0000000 Binary files a/材料/外部能力接入处理流程.png and /dev/null differ diff --git a/材料/外部能力接入技术架构.png b/材料/外部能力接入技术架构.png deleted file mode 100644 index acf9289..0000000 Binary files a/材料/外部能力接入技术架构.png and /dev/null differ diff --git a/材料/外部能力接入服务位置.png b/材料/外部能力接入服务位置.png deleted file mode 100644 index 73597a1..0000000 Binary files a/材料/外部能力接入服务位置.png and /dev/null differ diff --git a/材料/外部能力接入表设计.png b/材料/外部能力接入表设计.png deleted file mode 100644 index b3879a6..0000000 Binary files a/材料/外部能力接入表设计.png and /dev/null differ diff --git a/材料/技术架构.png b/材料/技术架构.png deleted file mode 100644 index ecd4d2b..0000000 Binary files a/材料/技术架构.png and /dev/null differ diff --git a/绘图/20241211-企赋网关主流程.excalidraw b/绘图/20241211-企赋网关主流程.excalidraw new file mode 100644 index 0000000..a6574b1 --- /dev/null +++ b/绘图/20241211-企赋网关主流程.excalidraw @@ -0,0 +1,2082 @@ +{ + "type": "excalidraw", + "version": 2, + "source": "https://excalidraw-jetbrains-plugin", + "elements": [ + { + "id": "KiVeXtkNLjkwt5e4jH2zb", + "type": "rectangle", + "x": 13.600041707356752, + "y": 344.79996744791674, + "width": 196.79998779296872, + "height": 62.399993896484375, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 45679475, + "version": 484, + "versionNonce": 275927923, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "Bg3aGqBVLs6RzfzUhbizh" + }, + { + "id": "64Tv-tsQm8YWfrhFawef7", + "type": "arrow" + } + ], + "updated": 1733889293663, + "link": null, + "locked": false + }, + { + "id": "Bg3aGqBVLs6RzfzUhbizh", + "type": "text", + "x": 72.00003560384111, + "y": 363.49996439615893, + "width": 80, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1732600723, + "version": 425, + "versionNonce": 2019388691, + "isDeleted": false, + "boundElements": null, + "updated": 1733889293663, + "link": null, + "locked": false, + "text": "业务服务", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "KiVeXtkNLjkwt5e4jH2zb", + "originalText": "业务服务", + "lineHeight": 1.25 + }, + { + "id": "uyrfsj_cFaE-8J93VNXD6", + "type": "rectangle", + "x": 935.6000366210938, + "y": 342.0000305175781, + "width": 263.1999816894532, + "height": 66.39999389648438, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#f0f0f0", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1417953907, + "version": 330, + "versionNonce": 1286388637, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "hzEqx4L5pSt3e46C4iUWk" + }, + { + "id": "gEVbj7rRMyIjA5LXhktpD", + "type": "arrow" + }, + { + "id": "pUtzX8yiovKegUjgfq1m6", + "type": "arrow" + } + ], + "updated": 1733889813232, + "link": null, + "locked": false + }, + { + "id": "hzEqx4L5pSt3e46C4iUWk", + "type": "text", + "x": 981.4200897216797, + "y": 362.7000274658203, + "width": 171.55987548828125, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1454215741, + "version": 418, + "versionNonce": 1240588125, + "isDeleted": false, + "boundElements": null, + "updated": 1733888403745, + "link": null, + "locked": false, + "text": "Callback/Tracking", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "uyrfsj_cFaE-8J93VNXD6", + "originalText": "Callback/Tracking", + "lineHeight": 1.25 + }, + { + "id": "lcoxwAPeR-Ta-ITO7KRsC", + "type": "rectangle", + "x": 937.6000366210938, + "y": 688, + "width": 263.1999816894532, + "height": 66.39999389648438, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#f0f0f0", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1778101107, + "version": 645, + "versionNonce": 722358675, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "kWWhkC_EpdzEDVbksgIYX" + }, + { + "id": "sazGaUgDMjlUxVqQPc6Qu", + "type": "arrow" + }, + { + "id": "IyoNMADZ0-O7Gz7ICOKNd", + "type": "arrow" + } + ], + "updated": 1733889826907, + "link": null, + "locked": false + }, + { + "id": "kWWhkC_EpdzEDVbksgIYX", + "type": "text", + "x": 1028.220069885254, + "y": 708.6999969482422, + "width": 81.95991516113281, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 92092733, + "version": 745, + "versionNonce": 1385596659, + "isDeleted": false, + "boundElements": null, + "updated": 1733888458147, + "link": null, + "locked": false, + "text": "Schedule", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "lcoxwAPeR-Ta-ITO7KRsC", + "originalText": "Schedule", + "lineHeight": 1.25 + }, + { + "id": "rMK8wY6jHZVcSdR6priJ_", + "type": "rectangle", + "x": 939.6000366210938, + "y": 510, + "width": 263.1999816894532, + "height": 66.39999389648438, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#f0f0f0", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 193467933, + "version": 715, + "versionNonce": 31340637, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "EsfOSzVNvU0kT3Lx9AUVn" + }, + { + "id": "za5Fk7D2a99IBXJoTNLFi", + "type": "arrow" + }, + { + "id": "DheK6AZVa2OBDhKYJNPOh", + "type": "arrow" + }, + { + "id": "GMIDaLtWSDUFbUNqGW1Ta", + "type": "arrow" + }, + { + "id": "sazGaUgDMjlUxVqQPc6Qu", + "type": "arrow" + }, + { + "id": "LjIGBqLTVGBPwT0FBWlzR", + "type": "arrow" + } + ], + "updated": 1733889823013, + "link": null, + "locked": false + }, + { + "id": "EsfOSzVNvU0kT3Lx9AUVn", + "type": "text", + "x": 1021.4900741577148, + "y": 530.6999969482422, + "width": 99.41990661621094, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1631692339, + "version": 818, + "versionNonce": 1193183037, + "isDeleted": false, + "boundElements": null, + "updated": 1733888819628, + "link": null, + "locked": false, + "text": "Requester", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "rMK8wY6jHZVcSdR6priJ_", + "originalText": "Requester", + "lineHeight": 1.25 + }, + { + "id": "MOe3NbXZLYQjSWWemhQ_E", + "type": "rectangle", + "x": 414.4000244140625, + "y": 345.5999755859375, + "width": 348.7999572753907, + "height": 66.39999389648438, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 321755763, + "version": 943, + "versionNonce": 362218323, + "isDeleted": false, + "boundElements": [ + { + "id": "za5Fk7D2a99IBXJoTNLFi", + "type": "arrow" + }, + { + "id": "DheK6AZVa2OBDhKYJNPOh", + "type": "arrow" + }, + { + "id": "GMIDaLtWSDUFbUNqGW1Ta", + "type": "arrow" + }, + { + "id": "sazGaUgDMjlUxVqQPc6Qu", + "type": "arrow" + }, + { + "type": "text", + "id": "YWPG0WJf2MX_oRvowKP85" + }, + { + "id": "64Tv-tsQm8YWfrhFawef7", + "type": "arrow" + }, + { + "id": "494csf-mZ_-BguhUPH-D1", + "type": "arrow" + } + ], + "updated": 1733889197661, + "link": null, + "locked": false + }, + { + "id": "YWPG0WJf2MX_oRvowKP85", + "type": "text", + "x": 570.1800155639648, + "y": 366.2999725341797, + "width": 37.23997497558594, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 870693437, + "version": 1048, + "versionNonce": 371869405, + "isDeleted": false, + "boundElements": null, + "updated": 1733889192205, + "link": null, + "locked": false, + "text": "API", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "MOe3NbXZLYQjSWWemhQ_E", + "originalText": "API", + "lineHeight": 1.25 + }, + { + "id": "aK-kn_77h1xKjjwMUHH42", + "type": "rectangle", + "x": 413.20001220703125, + "y": 681.2000427246094, + "width": 158.39999389648443, + "height": 66.39999389648438, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 721500787, + "version": 1170, + "versionNonce": 2093289725, + "isDeleted": false, + "boundElements": [ + { + "id": "za5Fk7D2a99IBXJoTNLFi", + "type": "arrow" + }, + { + "id": "DheK6AZVa2OBDhKYJNPOh", + "type": "arrow" + }, + { + "id": "GMIDaLtWSDUFbUNqGW1Ta", + "type": "arrow" + }, + { + "id": "sazGaUgDMjlUxVqQPc6Qu", + "type": "arrow" + }, + { + "type": "text", + "id": "lQxrge-yoYocMwHQBx1IA" + }, + { + "id": "5OJIgBd3DlnmA7BqsLlnK", + "type": "arrow" + }, + { + "id": "-UbS425ThBEel7_RZyW7o", + "type": "arrow" + } + ], + "updated": 1733889173074, + "link": null, + "locked": false + }, + { + "id": "lQxrge-yoYocMwHQBx1IA", + "type": "text", + "x": 465.2100372314453, + "y": 701.9000396728516, + "width": 54.37994384765625, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1822169661, + "version": 1279, + "versionNonce": 1063884733, + "isDeleted": false, + "boundElements": null, + "updated": 1733889002278, + "link": null, + "locked": false, + "text": "Query", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "aK-kn_77h1xKjjwMUHH42", + "originalText": "Query", + "lineHeight": 1.25 + }, + { + "id": "Bv3O1g1bm2WoGjDR8UCUs", + "type": "rectangle", + "x": 608.7999877929688, + "y": 680.0000305175781, + "width": 158.39999389648443, + "height": 66.39999389648438, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1322851699, + "version": 1247, + "versionNonce": 312634077, + "isDeleted": false, + "boundElements": [ + { + "id": "za5Fk7D2a99IBXJoTNLFi", + "type": "arrow" + }, + { + "id": "DheK6AZVa2OBDhKYJNPOh", + "type": "arrow" + }, + { + "id": "GMIDaLtWSDUFbUNqGW1Ta", + "type": "arrow" + }, + { + "id": "sazGaUgDMjlUxVqQPc6Qu", + "type": "arrow" + }, + { + "id": "5OJIgBd3DlnmA7BqsLlnK", + "type": "arrow" + }, + { + "type": "text", + "id": "zV_MG_5OIJCbZtXRjtL_l" + }, + { + "id": "nbQqqW6OnVHZPdPnVnaZ8", + "type": "arrow" + }, + { + "id": "Mfqv17gXvSIZI5tfcHd1c", + "type": "arrow" + } + ], + "updated": 1733889182907, + "link": null, + "locked": false + }, + { + "id": "zV_MG_5OIJCbZtXRjtL_l", + "type": "text", + "x": 649.2800216674805, + "y": 700.7000274658203, + "width": 77.43992614746094, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 2095572797, + "version": 1365, + "versionNonce": 1125637309, + "isDeleted": false, + "boundElements": null, + "updated": 1733889032346, + "link": null, + "locked": false, + "text": "Storage", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "Bv3O1g1bm2WoGjDR8UCUs", + "originalText": "Storage", + "lineHeight": 1.25 + }, + { + "id": "RVp1wjjGvExkGgxNw9l-o", + "type": "ellipse", + "x": 1411.2000732421875, + "y": 297.5999755859375, + "width": 198.4000244140625, + "height": 140, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#f0f0f0", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 427829373, + "version": 191, + "versionNonce": 984714909, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "BCIIK2bZM_nPjN0GSAsKK" + }, + { + "id": "za5Fk7D2a99IBXJoTNLFi", + "type": "arrow" + } + ], + "updated": 1733889836653, + "link": null, + "locked": false + }, + { + "id": "BCIIK2bZM_nPjN0GSAsKK", + "type": "text", + "x": 1449.7451430227645, + "y": 330.10250090287917, + "width": 121.01988220214844, + "height": 75, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 436767069, + "version": 7, + "versionNonce": 2129240957, + "isDeleted": false, + "boundElements": null, + "updated": 1733888557417, + "link": null, + "locked": false, + "text": "Third-party \nservice \nproviders", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 68, + "containerId": "RVp1wjjGvExkGgxNw9l-o", + "originalText": "Third-party service providers", + "lineHeight": 1.25 + }, + { + "id": "4sX8PrfuPcmGSyxcczTRY", + "type": "ellipse", + "x": 1525.2000732421875, + "y": 462.7999572753906, + "width": 148, + "height": 156, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#f0f0f0", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 1348056637, + "version": 495, + "versionNonce": 811906675, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "ItMV65ukI835ZWD35ARkK" + }, + { + "id": "DheK6AZVa2OBDhKYJNPOh", + "type": "arrow" + } + ], + "updated": 1733889833316, + "link": null, + "locked": false + }, + { + "id": "ItMV65ukI835ZWD35ARkK", + "type": "text", + "x": 1556.29422300909, + "y": 490.6456283428399, + "width": 86.15989685058594, + "height": 100, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 2031328349, + "version": 19, + "versionNonce": 334320115, + "isDeleted": false, + "boundElements": null, + "updated": 1733888560377, + "link": null, + "locked": false, + "text": "Third-\nparty \nservice \nproviders", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 93, + "containerId": "4sX8PrfuPcmGSyxcczTRY", + "originalText": "Third-party service providers", + "lineHeight": 1.25 + }, + { + "id": "EsxbkniCuYnaJN4WVnfHy", + "type": "ellipse", + "x": 1407.3142613002228, + "y": 632.5713849748884, + "width": 176.80004882812509, + "height": 152.80004882812497, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#f0f0f0", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 288939037, + "version": 588, + "versionNonce": 1570718355, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "Wrn8posKkoZrXugyyaLfi" + }, + { + "id": "GMIDaLtWSDUFbUNqGW1Ta", + "type": "arrow" + } + ], + "updated": 1733889838390, + "link": null, + "locked": false + }, + { + "id": "Wrn8posKkoZrXugyyaLfi", + "type": "text", + "x": 1440.1960878929713, + "y": 671.4484340429494, + "width": 111.01988220214844, + "height": 75, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1619508157, + "version": 17, + "versionNonce": 1818196019, + "isDeleted": false, + "boundElements": null, + "updated": 1733889838390, + "link": null, + "locked": false, + "text": "Third-party\nservice \nproviders", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 68, + "containerId": "EsxbkniCuYnaJN4WVnfHy", + "originalText": "Third-party service providers", + "lineHeight": 1.25 + }, + { + "id": "za5Fk7D2a99IBXJoTNLFi", + "type": "arrow", + "x": 1217.60009765625, + "y": 521.2975062731646, + "width": 180.7999267578125, + "height": 151.69750016964895, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 228700467, + "version": 225, + "versionNonce": 1129804435, + "isDeleted": false, + "boundElements": null, + "updated": 1733889742935, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 90.39990234375, + -114.8975123766802 + ], + [ + 180.7999267578125, + -151.69750016964895 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "rMK8wY6jHZVcSdR6priJ_", + "focus": 0.8189600722840226, + "gap": 14.800079345703125 + }, + "endBinding": { + "elementId": "RVp1wjjGvExkGgxNw9l-o", + "focus": 0.5394296501277506, + "gap": 12.832195011260652 + }, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "id": "DheK6AZVa2OBDhKYJNPOh", + "type": "arrow", + "x": 1215.2000732421875, + "y": 547.6522751115301, + "width": 291.20000518595725, + "height": 6.392031758704434, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 1226901565, + "version": 172, + "versionNonce": 1868461747, + "isDeleted": false, + "boundElements": null, + "updated": 1733889745926, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 291.20000518595725, + -6.392031758704434 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "rMK8wY6jHZVcSdR6priJ_", + "focus": 0.21095725890857894, + "gap": 12.400054931640625 + }, + "endBinding": { + "elementId": "4sX8PrfuPcmGSyxcczTRY", + "focus": 0.020210167876891966, + "gap": 18.801043468860698 + }, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "id": "GMIDaLtWSDUFbUNqGW1Ta", + "type": "arrow", + "x": 1212.800048828125, + "y": 565.0890873410812, + "width": 185.29642992061144, + "height": 115.27928545429131, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 438122301, + "version": 218, + "versionNonce": 1288174035, + "isDeleted": false, + "boundElements": null, + "updated": 1733889838391, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 77.5999755859375, + 74.1109248659501 + ], + [ + 185.29642992061144, + 115.27928545429131 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "rMK8wY6jHZVcSdR6priJ_", + "focus": -0.7133822893138418, + "gap": 10.000030517578125 + }, + "endBinding": { + "elementId": "EsxbkniCuYnaJN4WVnfHy", + "focus": -0.10429341084426329, + "gap": 14.44829092568294 + }, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "id": "HVorBtxVLwBFxJM4Nih74", + "type": "rectangle", + "x": 639.9999389648438, + "y": 849.2571847098216, + "width": 573.6000366210938, + "height": 98.285661969866, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1927853821, + "version": 201, + "versionNonce": 1061748979, + "isDeleted": false, + "boundElements": [ + { + "id": "gEVbj7rRMyIjA5LXhktpD", + "type": "arrow" + }, + { + "id": "IyoNMADZ0-O7Gz7ICOKNd", + "type": "arrow" + }, + { + "id": "5OJIgBd3DlnmA7BqsLlnK", + "type": "arrow" + }, + { + "id": "nbQqqW6OnVHZPdPnVnaZ8", + "type": "arrow" + }, + { + "type": "text", + "id": "8aNi5EfFtS6A3252J4pL_" + } + ], + "updated": 1733889864104, + "link": null, + "locked": false + }, + { + "id": "8aNi5EfFtS6A3252J4pL_", + "type": "text", + "x": 904.9499664306641, + "y": 885.9000156947545, + "width": 43.699981689453125, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#f0f0f0", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 761199795, + "version": 32, + "versionNonce": 1831759539, + "isDeleted": false, + "boundElements": null, + "updated": 1733889864104, + "link": null, + "locked": false, + "text": "RDB", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "HVorBtxVLwBFxJM4Nih74", + "originalText": "RDB", + "lineHeight": 1.25 + }, + { + "id": "gEVbj7rRMyIjA5LXhktpD", + "type": "arrow", + "x": 1059.2000122070312, + "y": 408.8000183105469, + "width": 171.08571079799106, + "height": 421.3714991978238, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 881452051, + "version": 1100, + "versionNonce": 1124231827, + "isDeleted": false, + "boundElements": null, + "updated": 1733889864104, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + -19.65716552734375, + 36.57140241350453 + ], + [ + -70.85714285714289, + 39.885698590959805 + ], + [ + -142.8570207868305, + 50.51424298967629 + ], + [ + -171.08571079799106, + 115.88568551199774 + ], + [ + -169.26529232670077, + 421.3714991978238 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "uyrfsj_cFaE-8J93VNXD6", + "focus": -0.0673158155051305, + "gap": 1 + }, + "endBinding": { + "elementId": "HVorBtxVLwBFxJM4Nih74", + "gap": 19.08566720145086, + "focus": -0.12699255832787676 + }, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "id": "sazGaUgDMjlUxVqQPc6Qu", + "type": "arrow", + "x": 1066.4000244140625, + "y": 678.3999938964844, + "width": 1.8097517718749714, + "height": 98.39999389648438, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 1715234109, + "version": 80, + "versionNonce": 1834358547, + "isDeleted": false, + "boundElements": null, + "updated": 1733889729716, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + -1.8097517718749714, + -98.39999389648438 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "lcoxwAPeR-Ta-ITO7KRsC", + "focus": -0.013262541361571777, + "gap": 9.600006103515625 + }, + "endBinding": { + "elementId": "rMK8wY6jHZVcSdR6priJ_", + "focus": 0.055113377902661326, + "gap": 3.600006103515625 + }, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "id": "IyoNMADZ0-O7Gz7ICOKNd", + "type": "arrow", + "x": 1033.7653070582783, + "y": 764.4571969168526, + "width": 1.885744689743433, + "height": 68.45713588169656, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 1745110749, + "version": 250, + "versionNonce": 1098981843, + "isDeleted": false, + "boundElements": null, + "updated": 1733889864104, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 1.885744689743433, + 68.45713588169656 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "lcoxwAPeR-Ta-ITO7KRsC", + "gap": 10.057203020368206, + "focus": 0.27646955514633914 + }, + "endBinding": { + "elementId": "HVorBtxVLwBFxJM4Nih74", + "gap": 16.34285191127242, + "focus": 0.3840137299628479 + }, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "id": "5OJIgBd3DlnmA7BqsLlnK", + "type": "arrow", + "x": 491.0610995262941, + "y": 756, + "width": 246.52270277166974, + "height": 75.54295131138406, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 298917789, + "version": 752, + "versionNonce": 643849331, + "isDeleted": false, + "boundElements": null, + "updated": 1733889941973, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + -1.346744057544072, + 44.22865513392844 + ], + [ + 133.73888826667468, + 44 + ], + [ + 244.13891268073718, + 45.5999755859375 + ], + [ + 245.17595871412567, + 75.54295131138406 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "aK-kn_77h1xKjjwMUHH42", + "focus": 0.000900229377856733, + "gap": 8.39996337890625 + }, + "endBinding": { + "elementId": "HVorBtxVLwBFxJM4Nih74", + "focus": -0.6524992818710029, + "gap": 17.7142333984375 + }, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "id": "64Tv-tsQm8YWfrhFawef7", + "type": "arrow", + "x": 220.80002339680985, + "y": 379.6722380484008, + "width": 181.60000101725265, + "height": 2.50749414283041, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 352853533, + "version": 312, + "versionNonce": 1898229437, + "isDeleted": false, + "boundElements": null, + "updated": 1733889870457, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 181.60000101725265, + -2.50749414283041 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "KiVeXtkNLjkwt5e4jH2zb", + "gap": 10.39999389648439, + "focus": 0.1656452326634244 + }, + "endBinding": { + "elementId": "MOe3NbXZLYQjSWWemhQ_E", + "gap": 12, + "focus": 0.1182035219240507 + }, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "id": "XXiMsRmG3FunrYUdNjTVq", + "type": "rectangle", + "x": 409.60009765625, + "y": 512.7999877929688, + "width": 357.5999145507812, + "height": 69.59997558593751, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 355738653, + "version": 310, + "versionNonce": 1289128595, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "Tx99i4X_aCRUWeNHqmNKG" + }, + { + "id": "LjIGBqLTVGBPwT0FBWlzR", + "type": "arrow" + }, + { + "id": "-UbS425ThBEel7_RZyW7o", + "type": "arrow" + }, + { + "id": "Mfqv17gXvSIZI5tfcHd1c", + "type": "arrow" + }, + { + "id": "494csf-mZ_-BguhUPH-D1", + "type": "arrow" + } + ], + "updated": 1733889197661, + "link": null, + "locked": false + }, + { + "id": "Tx99i4X_aCRUWeNHqmNKG", + "type": "text", + "x": 493.1701431274414, + "y": 535.0999755859375, + "width": 190.45982360839844, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 320120637, + "version": 37, + "versionNonce": 109459645, + "isDeleted": false, + "boundElements": null, + "updated": 1733889157428, + "link": null, + "locked": false, + "text": "Request dispatcher", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "XXiMsRmG3FunrYUdNjTVq", + "originalText": "Request dispatcher", + "lineHeight": 1.25 + }, + { + "id": "nbQqqW6OnVHZPdPnVnaZ8", + "type": "arrow", + "x": 698.5142386300224, + "y": 753.3714686802455, + "width": 112.05592459764512, + "height": 78.28567940848234, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 1284215165, + "version": 294, + "versionNonce": 666309107, + "isDeleted": false, + "boundElements": null, + "updated": 1733889892339, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 72.68577357700883, + 21.82854352678578 + ], + [ + 112.05592459764512, + 78.28567940848234 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "Bv3O1g1bm2WoGjDR8UCUs", + "focus": 0.6495386767564951, + "gap": 6.971444266182971 + }, + "endBinding": { + "elementId": "HVorBtxVLwBFxJM4Nih74", + "focus": -0.21704620163108496, + "gap": 17.60003662109375 + }, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "id": "LjIGBqLTVGBPwT0FBWlzR", + "type": "arrow", + "x": 776, + "y": 546.0571725027901, + "width": 150.51424734933028, + "height": 2.285723005022419, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 503730835, + "version": 185, + "versionNonce": 2087384829, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "sP9Wo4XKBe8_pK_XV8KMD" + } + ], + "updated": 1733890034989, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 150.51424734933028, + -2.285723005022419 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "XXiMsRmG3FunrYUdNjTVq", + "focus": 0.03481534405159414, + "gap": 8.79998779296875 + }, + "endBinding": { + "elementId": "rMK8wY6jHZVcSdR6priJ_", + "focus": 0.04618831639662242, + "gap": 13.085789271763474 + }, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "id": "sP9Wo4XKBe8_pK_XV8KMD", + "type": "text", + "x": 831.2571236746651, + "y": 532.4143110002789, + "width": 40, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#f0f0f0", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1551493469, + "version": 9, + "versionNonce": 264938045, + "isDeleted": false, + "boundElements": null, + "updated": 1733890033475, + "link": null, + "locked": false, + "text": "请求", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "LjIGBqLTVGBPwT0FBWlzR", + "originalText": "请求", + "lineHeight": 1.25 + }, + { + "id": "-UbS425ThBEel7_RZyW7o", + "type": "arrow", + "x": 496, + "y": 586.0570853097099, + "width": 0.79998779296875, + "height": 88, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 102785363, + "version": 67, + "versionNonce": 1692425555, + "isDeleted": false, + "boundElements": null, + "updated": 1733889876221, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0.79998779296875, + 88 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "XXiMsRmG3FunrYUdNjTVq", + "focus": 0.5178180400894156, + "gap": 3.657121930803669 + }, + "endBinding": { + "elementId": "aK-kn_77h1xKjjwMUHH42", + "focus": 0.05995746690861872, + "gap": 7.142957414899456 + }, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "id": "Mfqv17gXvSIZI5tfcHd1c", + "type": "arrow", + "x": 683.2000122070312, + "y": 591.2000122070312, + "width": 0.79998779296875, + "height": 79.20001220703125, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 2067769075, + "version": 68, + "versionNonce": 1605132733, + "isDeleted": false, + "boundElements": null, + "updated": 1733889878897, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0.79998779296875, + 79.20001220703125 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "XXiMsRmG3FunrYUdNjTVq", + "focus": -0.5267026907079613, + "gap": 8.800048828125 + }, + "endBinding": { + "elementId": "Bv3O1g1bm2WoGjDR8UCUs", + "focus": -0.044856385908491156, + "gap": 9.600006103515625 + }, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "id": "494csf-mZ_-BguhUPH-D1", + "type": "arrow", + "x": 588.7999877929688, + "y": 420, + "width": 0.800048828125, + "height": 84.80001831054688, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 1197601693, + "version": 44, + "versionNonce": 2065956147, + "isDeleted": false, + "boundElements": null, + "updated": 1733889873139, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0.800048828125, + 84.80001831054688 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "MOe3NbXZLYQjSWWemhQ_E", + "focus": 0.0022248942311504693, + "gap": 8.000030517578125 + }, + "endBinding": { + "elementId": "XXiMsRmG3FunrYUdNjTVq", + "focus": 0.008953245335087978, + "gap": 7.999969482421875 + }, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "id": "Nv7a22z4kwnFt--axVEeS", + "type": "line", + "x": 1670.043742346385, + "y": 329.44445970323346, + "width": 74.85704694475453, + "height": 417.42860521588983, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 546122237, + "version": 521, + "versionNonce": 1078596093, + "isDeleted": false, + "boundElements": null, + "updated": 1733889963324, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 68.71412004743297, + -1.0000337873185572 + ], + [ + 74.85704694475453, + 416.4285714285713 + ], + [ + 5.999908447265625, + 415.9999847412109 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": null, + "startArrowhead": null, + "endArrowhead": null + }, + { + "id": "pUtzX8yiovKegUjgfq1m6", + "type": "arrow", + "x": 1738.1864207434273, + "y": 329.3015131874689, + "width": 685.2857317243306, + "height": 82.14285986764082, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1615139411, + "version": 1117, + "versionNonce": 1557179549, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "sgGlTckXW7GAYuQjm7bCE" + } + ], + "updated": 1733890023405, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + -0.7142639160160797, + -81.14278248378196 + ], + [ + -685.2857317243306, + -76.57137734549383 + ], + [ + -684.2856815883092, + 1.0000773838588657 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": { + "elementId": "uyrfsj_cFaE-8J93VNXD6", + "focus": -0.09634666750198823, + "gap": 11.698439946250346 + }, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "id": "sgGlTckXW7GAYuQjm7bCE", + "type": "text", + "x": 1355.186422923254, + "y": 237.94443327283102, + "width": 80, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#f0f0f0", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 163473075, + "version": 30, + "versionNonce": 1153646557, + "isDeleted": false, + "boundElements": null, + "updated": 1733890021878, + "link": null, + "locked": false, + "text": "订阅推送", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "pUtzX8yiovKegUjgfq1m6", + "originalText": "订阅推送", + "lineHeight": 1.25 + }, + { + "id": "DPXLxxzU05wFB2p6VbCd4", + "type": "line", + "x": 862.4484650142604, + "y": 139.79365951295915, + "width": 0, + "height": 689.1428484235491, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dotted", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 389073811, + "version": 299, + "versionNonce": 1465753971, + "isDeleted": false, + "boundElements": null, + "updated": 1733889605312, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0, + 689.1428484235491 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": null, + "startArrowhead": null, + "endArrowhead": null + }, + { + "id": "AnNBSRNHSGL7CYLopr2kM", + "type": "text", + "x": 321.87700156559976, + "y": 159.22223966083874, + "width": 120, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dotted", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1523822685, + "version": 58, + "versionNonce": 1213448957, + "isDeleted": false, + "boundElements": null, + "updated": 1733889660328, + "link": null, + "locked": false, + "text": "内部交互模块", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "baseline": 18, + "containerId": null, + "originalText": "内部交互模块", + "lineHeight": 1.25 + }, + { + "id": "_o9qrUb0J20YPrgF5XY9I", + "type": "text", + "x": 1197.0198674277651, + "y": 169.2222396608388, + "width": 120, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dotted", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1187992819, + "version": 219, + "versionNonce": 1024677267, + "isDeleted": false, + "boundElements": null, + "updated": 1733889905130, + "link": null, + "locked": false, + "text": "外部交互模块", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "baseline": 18, + "containerId": null, + "originalText": "外部交互模块", + "lineHeight": 1.25 + }, + { + "id": "K5UfCzHH2fRQl6gGn4Cit", + "type": "rectangle", + "x": -49.36111111111154, + "y": 60.650834340898655, + "width": 1882.6666768391926, + "height": 956.0000356038412, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "dotted", + "roughness": 0, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 994314419, + "version": 254, + "versionNonce": 2119183261, + "isDeleted": false, + "boundElements": null, + "updated": 1733914749165, + "link": null, + "locked": false + }, + { + "id": "tW8OO9dzT_Uudh_1hpwBa", + "type": "rectangle", + "x": -39.36111111111154, + "y": 70.65083434089865, + "width": 1882.6666768391926, + "height": 956.0000356038412, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "dotted", + "roughness": 0, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1658722899, + "version": 254, + "versionNonce": 2119183261, + "isDeleted": false, + "boundElements": null, + "updated": 1733914753491, + "link": null, + "locked": false + } + ], + "appState": { + "gridSize": null, + "viewBackgroundColor": "#ffffff" + }, + "files": {} +} \ No newline at end of file diff --git a/绘图/20241211-企赋网关技术架构.excalidraw b/绘图/20241211-企赋网关技术架构.excalidraw new file mode 100644 index 0000000..e5e6d1d --- /dev/null +++ b/绘图/20241211-企赋网关技术架构.excalidraw @@ -0,0 +1,3860 @@ +{ + "type": "excalidraw", + "version": 2, + "source": "https://excalidraw-jetbrains-plugin", + "elements": [ + { + "id": "fd2SkZlsoCf6TChLBSAwd", + "type": "rectangle", + "x": 2280.313578513362, + "y": 84.53390867824055, + "width": 380.94747987394385, + "height": 801.9945650809705, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 801049381, + "version": 190, + "versionNonce": 172774411, + "isDeleted": false, + "boundElements": [ + { + "id": "hpOmurcerKT_GlUzfTEGt", + "type": "arrow" + }, + { + "id": "ZkkTEVFymoX04W0YG9GLi", + "type": "arrow" + } + ], + "updated": 1733914574342, + "link": null, + "locked": false + }, + { + "id": "ondmrgaMKv7uZ23nzavea", + "type": "rectangle", + "x": 284.12853148202873, + "y": 416.75626718750345, + "width": 119.20004272460938, + "height": 63.199981689453104, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 756808395, + "version": 407, + "versionNonce": 1456022309, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "nu_JZa6blGkntCul9BnSG" + } + ], + "updated": 1733887665943, + "link": null, + "locked": false + }, + { + "id": "nu_JZa6blGkntCul9BnSG", + "type": "text", + "x": 322.52856352548577, + "y": 435.85625803223, + "width": 42.39997863769531, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1909233739, + "version": 171, + "versionNonce": 808045995, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665943, + "link": null, + "locked": false, + "text": "WMS", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "ondmrgaMKv7uZ23nzavea", + "originalText": "WMS", + "lineHeight": 1.25 + }, + { + "id": "yB7rAdDDVHo3l2R-Kr2wW", + "type": "rectangle", + "x": 283.1285772583959, + "y": 534.5562778686558, + "width": 119.20004272460938, + "height": 63.199981689453104, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 2136663179, + "version": 482, + "versionNonce": 442726021, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "uWeQRJjwUC5VfRIUCyDr1" + } + ], + "updated": 1733887665943, + "link": null, + "locked": false + }, + { + "id": "uWeQRJjwUC5VfRIUCyDr1", + "type": "text", + "x": 314.268614795017, + "y": 553.6562687133824, + "width": 56.91996765136719, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1671151013, + "version": 248, + "versionNonce": 1217978443, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665943, + "link": null, + "locked": false, + "text": "OWMS", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "yB7rAdDDVHo3l2R-Kr2wW", + "originalText": "OWMS", + "lineHeight": 1.25 + }, + { + "id": "fShX4zjE4sBUz72riI0Dq", + "type": "rectangle", + "x": 281.3285284302709, + "y": 652.1562992309605, + "width": 119.20004272460938, + "height": 63.199981689453104, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1543128037, + "version": 620, + "versionNonce": 1377590757, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "Bmq0vSz56xEYXObiyHx7A" + } + ], + "updated": 1733887665943, + "link": null, + "locked": false + }, + { + "id": "Bmq0vSz56xEYXObiyHx7A", + "type": "text", + "x": 319.92856505136467, + "y": 671.256290075687, + "width": 41.999969482421875, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 715659499, + "version": 386, + "versionNonce": 852270827, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665943, + "link": null, + "locked": false, + "text": "OMS", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "fShX4zjE4sBUz72riI0Dq", + "originalText": "OMS", + "lineHeight": 1.25 + }, + { + "id": "zw8o1Btsn32mUYf_R0bxq", + "type": "rectangle", + "x": 282.32851317148186, + "y": 771.1563144897495, + "width": 119.20004272460938, + "height": 63.199981689453104, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1868782917, + "version": 658, + "versionNonce": 620845381, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "gjyTjSiXxG0bcmc2FJyPx" + } + ], + "updated": 1733887665943, + "link": null, + "locked": false + }, + { + "id": "gjyTjSiXxG0bcmc2FJyPx", + "type": "text", + "x": 325.48854735116936, + "y": 790.2563053344761, + "width": 32.879974365234375, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 822068619, + "version": 431, + "versionNonce": 693078411, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665943, + "link": null, + "locked": false, + "text": "......", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "zw8o1Btsn32mUYf_R0bxq", + "originalText": "......", + "lineHeight": 1.25 + }, + { + "id": "DNME7Cw-NlRZ_dbcWxXcI", + "type": "rectangle", + "x": 619.1285085938451, + "y": 464.35631906738627, + "width": 116.20002746582031, + "height": 77.40004730224608, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 304802501, + "version": 621, + "versionNonce": 2087708837, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "WPQzN54AAElEE_N2YCPfB" + } + ], + "updated": 1733887665943, + "link": null, + "locked": false + }, + { + "id": "WPQzN54AAElEE_N2YCPfB", + "type": "text", + "x": 654.1485433838842, + "y": 490.5563427185093, + "width": 46.15995788574219, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 2015947211, + "version": 211, + "versionNonce": 828121131, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665943, + "link": null, + "locked": false, + "text": "Feign", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "DNME7Cw-NlRZ_dbcWxXcI", + "originalText": "Feign", + "lineHeight": 1.25 + }, + { + "id": "EUyK9ml2UC8Q4OrO87I50", + "type": "rectangle", + "x": 617.7284841797826, + "y": 624.156306860355, + "width": 121.19998931884768, + "height": 80.40003967285152, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1294487819, + "version": 752, + "versionNonce": 974490629, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "T972N5IVCIhYbtT6oqBzx" + } + ], + "updated": 1733887665943, + "link": null, + "locked": false + }, + { + "id": "T972N5IVCIhYbtT6oqBzx", + "type": "text", + "x": 658.4984922669408, + "y": 651.8563266967808, + "width": 39.65997314453125, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 889805093, + "version": 339, + "versionNonce": 1155326667, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665944, + "link": null, + "locked": false, + "text": "RPC", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "EUyK9ml2UC8Q4OrO87I50", + "originalText": "RPC", + "lineHeight": 1.25 + }, + { + "id": "e1YvQcQnYsvt4mKJiYtFo", + "type": "rectangle", + "x": 922.600728322251, + "y": 142.20708862684683, + "width": 181.60003662109375, + "height": 89.60000610351562, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1507296997, + "version": 492, + "versionNonce": 1280052933, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "50F3FAZRUFCVvbstLfmKF" + } + ], + "updated": 1733887665944, + "link": null, + "locked": false + }, + { + "id": "50F3FAZRUFCVvbstLfmKF", + "type": "text", + "x": 969.8007863056495, + "y": 174.50709167860464, + "width": 87.19992065429688, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1365398949, + "version": 476, + "versionNonce": 2035608587, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665944, + "link": null, + "locked": false, + "text": "OrderAgg", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "e1YvQcQnYsvt4mKJiYtFo", + "originalText": "OrderAgg", + "lineHeight": 1.25 + }, + { + "id": "PcTFTC6fHw95uIwMtn-a5", + "type": "rectangle", + "x": 925.1468040592558, + "y": 279.85563493131747, + "width": 181.60003662109375, + "height": 89.60000610351562, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 2044439429, + "version": 534, + "versionNonce": 600305189, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "kcNTuJrR1UOzuDuz00ckN" + } + ], + "updated": 1733887665944, + "link": null, + "locked": false + }, + { + "id": "kcNTuJrR1UOzuDuz00ckN", + "type": "text", + "x": 972.176863873709, + "y": 312.1556379830753, + "width": 87.5399169921875, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1672117067, + "version": 527, + "versionNonce": 1334915755, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665944, + "link": null, + "locked": false, + "text": "QueryAgg", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "PcTFTC6fHw95uIwMtn-a5", + "originalText": "QueryAgg", + "lineHeight": 1.25 + }, + { + "id": "MswdDeEOdtKD2PKYHqo-r", + "type": "rectangle", + "x": 923.0341726889991, + "y": 422.1628883430494, + "width": 181.60003662109375, + "height": 89.60000610351562, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1068795845, + "version": 573, + "versionNonce": 324067717, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "57C3Z8GPCtQJGgBl314a5" + } + ], + "updated": 1733887665944, + "link": null, + "locked": false + }, + { + "id": "57C3Z8GPCtQJGgBl314a5", + "type": "text", + "x": 956.4842383017921, + "y": 454.46289139480723, + "width": 114.69990539550781, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 697074443, + "version": 573, + "versionNonce": 801875275, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665944, + "link": null, + "locked": false, + "text": "TrackingAgg", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "MswdDeEOdtKD2PKYHqo-r", + "originalText": "TrackingAgg", + "lineHeight": 1.25 + }, + { + "id": "v_MMtN5ZdvI22eKUo4XQc", + "type": "rectangle", + "x": 920.9215413187424, + "y": 566.3335961631944, + "width": 181.60003662109375, + "height": 89.60000610351562, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1807042821, + "version": 651, + "versionNonce": 1076127973, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "RfjGfz5h1KeCpTsFAPJAN" + } + ], + "updated": 1733887665944, + "link": null, + "locked": false + }, + { + "id": "RfjGfz5h1KeCpTsFAPJAN", + "type": "text", + "x": 954.7516194437424, + "y": 598.6335992149523, + "width": 113.93988037109375, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1273198027, + "version": 676, + "versionNonce": 291423211, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665944, + "link": null, + "locked": false, + "text": "IShippingAgg", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "v_MMtN5ZdvI22eKUo4XQc", + "originalText": "IShippingAgg", + "lineHeight": 1.25 + }, + { + "id": "GITjLlQoXCeiGSIvwWv64", + "type": "rectangle", + "x": 1646.5856713656096, + "y": 456.4032409101309, + "width": 181.60003662109375, + "height": 89.60000610351562, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 814769253, + "version": 394, + "versionNonce": 1999878309, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "WbOmqUi4RQgvbbzNYFWe-" + } + ], + "updated": 1733887978904, + "link": null, + "locked": false + }, + { + "id": "WbOmqUi4RQgvbbzNYFWe-", + "type": "text", + "x": 1662.685761392465, + "y": 476.2032439618887, + "width": 149.3998565673828, + "height": 50, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 711082091, + "version": 381, + "versionNonce": 1272929285, + "isDeleted": false, + "boundElements": null, + "updated": 1733887978904, + "link": null, + "locked": false, + "text": "Common Output\n Requester", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 43, + "containerId": "GITjLlQoXCeiGSIvwWv64", + "originalText": "Common Output\n Requester", + "lineHeight": 1.25 + }, + { + "id": "ccxm4mah8dRUNtvl6MLul", + "type": "rectangle", + "x": 1264.800048828125, + "y": 169.6000213623047, + "width": 220.80004882812509, + "height": 70.40000915527342, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1507806859, + "version": 233, + "versionNonce": 773475941, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "ohIrZ6LuG7iNAxLDA65F8" + } + ], + "updated": 1733887665944, + "link": null, + "locked": false + }, + { + "id": "ohIrZ6LuG7iNAxLDA65F8", + "type": "text", + "x": 1308.740135192871, + "y": 179.8000259399414, + "width": 132.9198760986328, + "height": 50, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 838592043, + "version": 157, + "versionNonce": 306443883, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665944, + "link": null, + "locked": false, + "text": "KuaidiOzz\nQueryAdapter", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 43, + "containerId": "ccxm4mah8dRUNtvl6MLul", + "originalText": "KuaidiOzz\nQueryAdapter", + "lineHeight": 1.25 + }, + { + "id": "HWfgXI3izObw_VXGLDlux", + "type": "rectangle", + "x": 1882.8001011439733, + "y": 170.4571293422154, + "width": 220.80004882812509, + "height": 70.40000915527342, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1951810795, + "version": 329, + "versionNonce": 485308869, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "CLZG49Moy8mbYkPdzI4Ga" + } + ], + "updated": 1733887665944, + "link": null, + "locked": false + }, + { + "id": "CLZG49Moy8mbYkPdzI4Ga", + "type": "text", + "x": 1916.3002003261022, + "y": 180.65713391985213, + "width": 153.7998504638672, + "height": 50, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1456280389, + "version": 261, + "versionNonce": 1592783115, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665944, + "link": null, + "locked": false, + "text": "KuaidiOzz\nQueryRequester", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 43, + "containerId": "HWfgXI3izObw_VXGLDlux", + "originalText": "KuaidiOzz\nQueryRequester", + "lineHeight": 1.25 + }, + { + "id": "SvnQQJmOj_alqrDbLehE_", + "type": "rectangle", + "x": 1270, + "y": 285.20001220703125, + "width": 224.00000000000006, + "height": 71.39999389648442, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 511591019, + "version": 297, + "versionNonce": 1024178469, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "8rzq95ANDzM4OqoOsy_OO" + } + ], + "updated": 1733887665944, + "link": null, + "locked": false + }, + { + "id": "8rzq95ANDzM4OqoOsy_OO", + "type": "text", + "x": 1301.9600677490234, + "y": 295.90000915527344, + "width": 160.07986450195312, + "height": 50, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1095609797, + "version": 360, + "versionNonce": 897816491, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665944, + "link": null, + "locked": false, + "text": "KuaidiOzz\nTrackingAdapter", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 43, + "containerId": "SvnQQJmOj_alqrDbLehE_", + "originalText": "KuaidiOzz\nTrackingAdapter", + "lineHeight": 1.25 + }, + { + "id": "zDSMAhK9nbRSBhpKED7Zq", + "type": "rectangle", + "x": 1888.0000523158483, + "y": 286.057120186942, + "width": 224.00000000000006, + "height": 71.39999389648442, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 380923787, + "version": 393, + "versionNonce": 132336773, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "ExBospGyhnuQ7IZ__GQaf" + } + ], + "updated": 1733887665944, + "link": null, + "locked": false + }, + { + "id": "ExBospGyhnuQ7IZ__GQaf", + "type": "text", + "x": 1909.5201328822545, + "y": 296.75711713518416, + "width": 180.9598388671875, + "height": 50, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 817128101, + "version": 464, + "versionNonce": 1412000331, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665944, + "link": null, + "locked": false, + "text": "KuaidiOzz\nTrackingRequester", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 43, + "containerId": "zDSMAhK9nbRSBhpKED7Zq", + "originalText": "KuaidiOzz\nTrackingRequester", + "lineHeight": 1.25 + }, + { + "id": "GB0K-oo5H9pkOxmnGN5S3", + "type": "rectangle", + "x": 1271.199951171875, + "y": 394.4000244140625, + "width": 224.00000000000006, + "height": 71.39999389648442, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 177880779, + "version": 381, + "versionNonce": 1831957477, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "7X0VByaUxenFH2oJ9yaov" + } + ], + "updated": 1733887665944, + "link": null, + "locked": false + }, + { + "id": "7X0VByaUxenFH2oJ9yaov", + "type": "text", + "x": 1308.9900283813477, + "y": 405.1000213623047, + "width": 148.4198455810547, + "height": 50, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 843458405, + "version": 475, + "versionNonce": 1337714923, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665944, + "link": null, + "locked": false, + "text": "KuaidiOzz\nShippingAdapter", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 43, + "containerId": "GB0K-oo5H9pkOxmnGN5S3", + "originalText": "KuaidiOzz\nShippingAdapter", + "lineHeight": 1.25 + }, + { + "id": "86h2kQCYSCxKa8jsW4PVQ", + "type": "rectangle", + "x": 1889.2000034877233, + "y": 395.2571323939732, + "width": 224.00000000000006, + "height": 71.39999389648442, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 758400555, + "version": 477, + "versionNonce": 151236421, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "Pdi-e1xS54MU1ffO0XbMg" + } + ], + "updated": 1733887665944, + "link": null, + "locked": false + }, + { + "id": "Pdi-e1xS54MU1ffO0XbMg", + "type": "text", + "x": 1916.5500935145787, + "y": 405.9571293422154, + "width": 169.29981994628906, + "height": 50, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 599442949, + "version": 579, + "versionNonce": 1036358539, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665944, + "link": null, + "locked": false, + "text": "KuaidiOzz\nShippingReqeuster", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 43, + "containerId": "86h2kQCYSCxKa8jsW4PVQ", + "originalText": "KuaidiOzz\nShippingReqeuster", + "lineHeight": 1.25 + }, + { + "id": "esB7pLputNJJ96fV8Qm51", + "type": "rectangle", + "x": 1276.4000244140625, + "y": 509.2000427246094, + "width": 224.00000000000006, + "height": 71.39999389648442, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 498057227, + "version": 420, + "versionNonce": 431455909, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "q9yrKUOlnp2dfPp-RTgmm" + } + ], + "updated": 1733887665944, + "link": null, + "locked": false + }, + { + "id": "q9yrKUOlnp2dfPp-RTgmm", + "type": "text", + "x": 1308.360092163086, + "y": 519.9000396728516, + "width": 160.07986450195312, + "height": 50, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 640965157, + "version": 543, + "versionNonce": 511765035, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665944, + "link": null, + "locked": false, + "text": "OneSevenTrack\nTrackingAdapter", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 43, + "containerId": "esB7pLputNJJ96fV8Qm51", + "originalText": "OneSevenTrack\nTrackingAdapter", + "lineHeight": 1.25 + }, + { + "id": "KOsG81Eo3j8ylNoW7eQ4p", + "type": "rectangle", + "x": 1894.4000767299108, + "y": 510.0571507045201, + "width": 224.00000000000006, + "height": 71.39999389648442, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 515918027, + "version": 516, + "versionNonce": 905601541, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "n9S2YK0zzC-4aonVn6Utl" + } + ], + "updated": 1733887665944, + "link": null, + "locked": false + }, + { + "id": "n9S2YK0zzC-4aonVn6Utl", + "type": "text", + "x": 1915.920157296317, + "y": 520.7571476527623, + "width": 180.9598388671875, + "height": 50, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1658699109, + "version": 647, + "versionNonce": 114846923, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665944, + "link": null, + "locked": false, + "text": "OneSevenTrack\nTrackingRequester", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 43, + "containerId": "KOsG81Eo3j8ylNoW7eQ4p", + "originalText": "OneSevenTrack\nTrackingRequester", + "lineHeight": 1.25 + }, + { + "id": "dMEzEweYx_snsfs_s_2zq", + "type": "rectangle", + "x": 1276, + "y": 628.8000793457031, + "width": 224.00000000000006, + "height": 71.39999389648442, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1370599915, + "version": 466, + "versionNonce": 1120524645, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "vxU42iwd8bihG7PfJaLv7" + } + ], + "updated": 1733887665945, + "link": null, + "locked": false + }, + { + "id": "vxU42iwd8bihG7PfJaLv7", + "type": "text", + "x": 1314.7800598144531, + "y": 639.5000762939453, + "width": 146.43988037109375, + "height": 50, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 552269381, + "version": 593, + "versionNonce": 174496619, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665945, + "link": null, + "locked": false, + "text": "OneSevenTrack\nQueryAdapter", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 43, + "containerId": "dMEzEweYx_snsfs_s_2zq", + "originalText": "OneSevenTrack\nQueryAdapter", + "lineHeight": 1.25 + }, + { + "id": "vbrGMPjrpfQlte-hNaXze", + "type": "rectangle", + "x": 1894.0000523158483, + "y": 629.6571873256139, + "width": 224.00000000000006, + "height": 71.39999389648442, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 284358507, + "version": 562, + "versionNonce": 695428293, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "AdA3BLdiOEMpcSuLtt25N" + } + ], + "updated": 1733887665945, + "link": null, + "locked": false + }, + { + "id": "AdA3BLdiOEMpcSuLtt25N", + "type": "text", + "x": 1929.1001270839147, + "y": 640.3571842738561, + "width": 153.7998504638672, + "height": 50, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1701497029, + "version": 697, + "versionNonce": 1702229515, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665945, + "link": null, + "locked": false, + "text": "OneSevenTrack\nQueryRequester", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 43, + "containerId": "vbrGMPjrpfQlte-hNaXze", + "originalText": "OneSevenTrack\nQueryRequester", + "lineHeight": 1.25 + }, + { + "id": "bDfGWVlVs2kykjOqheDZA", + "type": "rectangle", + "x": 1279.5999755859375, + "y": 747.6001281738281, + "width": 224.00000000000006, + "height": 71.39999389648442, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 129706469, + "version": 556, + "versionNonce": 1301578789, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "WcSyQAOG2L2V24qPxi7N1" + } + ], + "updated": 1733887665945, + "link": null, + "locked": false + }, + { + "id": "WcSyQAOG2L2V24qPxi7N1", + "type": "text", + "x": 1334.390022277832, + "y": 758.3001251220703, + "width": 114.41990661621094, + "height": 50, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1146131179, + "version": 697, + "versionNonce": 1728117931, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665945, + "link": null, + "locked": false, + "text": ".......\nXXXAdapter", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 43, + "containerId": "bDfGWVlVs2kykjOqheDZA", + "originalText": ".......\nXXXAdapter", + "lineHeight": 1.25 + }, + { + "id": "LO5EGjnRKkWDmnxEOjEyX", + "type": "rectangle", + "x": 1897.6000279017858, + "y": 748.4572361537389, + "width": 224.00000000000006, + "height": 71.39999389648442, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 303485451, + "version": 652, + "versionNonce": 1125824389, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "44BnLj2Yms82yEr9LXPhI" + } + ], + "updated": 1733887665945, + "link": null, + "locked": false + }, + { + "id": "44BnLj2Yms82yEr9LXPhI", + "type": "text", + "x": 1941.9500874110631, + "y": 759.1572331019811, + "width": 135.2998809814453, + "height": 50, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1560242213, + "version": 803, + "versionNonce": 447885131, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665945, + "link": null, + "locked": false, + "text": ".......\nXXXRequester", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 43, + "containerId": "LO5EGjnRKkWDmnxEOjEyX", + "originalText": ".......\nXXXRequester", + "lineHeight": 1.25 + }, + { + "id": "nv34sMjhTFNUNEhsbJmcX", + "type": "rectangle", + "x": 2340.761996314639, + "y": 160.06349587818931, + "width": 246.99996948242188, + "height": 85.00001907348633, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 228360107, + "version": 201, + "versionNonce": 1391725701, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "ZfBn8vitWn9C8drbJSsRU" + } + ], + "updated": 1733914569362, + "link": null, + "locked": false + }, + { + "id": "ZfBn8vitWn9C8drbJSsRU", + "type": "text", + "x": 2414.26198105585, + "y": 190.06350541493248, + "width": 100, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1718670789, + "version": 159, + "versionNonce": 853806571, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665945, + "link": null, + "locked": false, + "text": "物流承运商", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "nv34sMjhTFNUNEhsbJmcX", + "originalText": "物流承运商", + "lineHeight": 1.25 + }, + { + "id": "pOD7CVMn339V78ilCxOBH", + "type": "rectangle", + "x": 2346.7619047619046, + "y": 299.0635111369784, + "width": 246.99996948242188, + "height": 85.00001907348633, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 293764133, + "version": 242, + "versionNonce": 822110155, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "34c_FB0WceC2MtIfv68Dc" + } + ], + "updated": 1733914568599, + "link": null, + "locked": false + }, + { + "id": "34c_FB0WceC2MtIfv68Dc", + "type": "text", + "x": 2400.2618895031155, + "y": 329.06352067372154, + "width": 140, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 453936299, + "version": 231, + "versionNonce": 849418379, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665945, + "link": null, + "locked": false, + "text": "物流追踪服务商", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "pOD7CVMn339V78ilCxOBH", + "originalText": "物流追踪服务商", + "lineHeight": 1.25 + }, + { + "id": "NqCXq-8vnQK3CT1ObLsPX", + "type": "rectangle", + "x": 2348.7618742443265, + "y": 448.06352639576744, + "width": 246.99996948242188, + "height": 85.00001907348633, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 2098295205, + "version": 290, + "versionNonce": 600274341, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "8PFGmytoqSP_fvQ5leKEk" + }, + { + "id": "ZkkTEVFymoX04W0YG9GLi", + "type": "arrow" + } + ], + "updated": 1733887790157, + "link": null, + "locked": false + }, + { + "id": "8PFGmytoqSP_fvQ5leKEk", + "type": "text", + "x": 2432.2618589855374, + "y": 478.0635359325106, + "width": 80, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 741582635, + "version": 297, + "versionNonce": 1470353195, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665945, + "link": null, + "locked": false, + "text": "电商平台", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "NqCXq-8vnQK3CT1ObLsPX", + "originalText": "电商平台", + "lineHeight": 1.25 + }, + { + "id": "zSNtpHiMSjYNljXB242jb", + "type": "rectangle", + "x": 2345.7618437267483, + "y": 592.0635416545565, + "width": 246.99996948242188, + "height": 85.00001907348633, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1743659429, + "version": 355, + "versionNonce": 1071458533, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "2jj_SMaGMu5a-odEwluJw" + } + ], + "updated": 1733914567356, + "link": null, + "locked": false + }, + { + "id": "2jj_SMaGMu5a-odEwluJw", + "type": "text", + "x": 2449.131838843936, + "y": 622.0635511912997, + "width": 40.259979248046875, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1857681195, + "version": 363, + "versionNonce": 1146532299, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665945, + "link": null, + "locked": false, + "text": "ERP", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "zSNtpHiMSjYNljXB242jb", + "originalText": "ERP", + "lineHeight": 1.25 + }, + { + "id": "6dXOCxIcbMrL0-NqqTSE7", + "type": "rectangle", + "x": 2355.761996314639, + "y": 740.0634577312167, + "width": 246.99996948242188, + "height": 85.00001907348633, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 491986085, + "version": 437, + "versionNonce": 1698664811, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "VxVCSXO-3XpzmXjU4yjxC" + } + ], + "updated": 1733914565955, + "link": null, + "locked": false + }, + { + "id": "VxVCSXO-3XpzmXjU4yjxC", + "type": "text", + "x": 2419.26198105585, + "y": 757.5634672679598, + "width": 120, + "height": 50, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1786129451, + "version": 504, + "versionNonce": 1775517803, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665945, + "link": null, + "locked": false, + "text": "......\n各类外接平台", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 43, + "containerId": "6dXOCxIcbMrL0-NqqTSE7", + "originalText": "......\n各类外接平台", + "lineHeight": 1.25 + }, + { + "id": "xhYcGzH65HstDnZMvlTkP", + "type": "rectangle", + "x": 1593.7619505382715, + "y": 86.63139612052339, + "width": 565.0000000000002, + "height": 794.9999809265137, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1092156005, + "version": 256, + "versionNonce": 1078459819, + "isDeleted": false, + "boundElements": [ + { + "id": "kyifWyCqgLr5J5Slxd_P1", + "type": "arrow" + }, + { + "id": "ZkkTEVFymoX04W0YG9GLi", + "type": "arrow" + } + ], + "updated": 1733914608768, + "link": null, + "locked": false + }, + { + "id": "QiOc2yosnl_etGDIXiAR2", + "type": "rectangle", + "x": 1220.7618818737208, + "y": 90.63137323233968, + "width": 317.00000762939453, + "height": 797.4320959429688, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1058209253, + "version": 221, + "versionNonce": 723095301, + "isDeleted": false, + "boundElements": [ + { + "id": "-eb8BsmRUQF777x4hW5Wj", + "type": "arrow" + }, + { + "id": "kyifWyCqgLr5J5Slxd_P1", + "type": "arrow" + }, + { + "id": "wj-stiv35cUR5BL0e2mvf", + "type": "arrow" + } + ], + "updated": 1733914579095, + "link": null, + "locked": false + }, + { + "id": "4HiyWwUPzfZWZ_PFLVSCJ", + "type": "rectangle", + "x": 222.71659467666728, + "y": 340.6888373876217, + "width": 237.00000762939456, + "height": 534.9999618530273, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1885172587, + "version": 340, + "versionNonce": 912654341, + "isDeleted": false, + "boundElements": [ + { + "id": "UDuDc_juyoiTyFcrEmx0z", + "type": "arrow" + } + ], + "updated": 1733914593409, + "link": null, + "locked": false + }, + { + "id": "sEf1FgdB9l01whO-JrjW3", + "type": "rectangle", + "x": 558.7165984913646, + "y": 340.6888373876217, + "width": 237.00000762939456, + "height": 534.9999618530273, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 414801579, + "version": 411, + "versionNonce": 806467429, + "isDeleted": false, + "boundElements": [ + { + "id": "UDuDc_juyoiTyFcrEmx0z", + "type": "arrow" + }, + { + "id": "wjtOAL4nrxbHoz4D1pm2Z", + "type": "arrow" + } + ], + "updated": 1733914593409, + "link": null, + "locked": false + }, + { + "id": "OiH0OuEjDqIrXlWSOYdvi", + "type": "rectangle", + "x": 555.3550891448083, + "y": 979.8953692246067, + "width": 1615.666748095433, + "height": 425.67846277107265, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 688787205, + "version": 648, + "versionNonce": 359731275, + "isDeleted": false, + "boundElements": [ + { + "id": "wj-stiv35cUR5BL0e2mvf", + "type": "arrow" + } + ], + "updated": 1733914608768, + "link": null, + "locked": false + }, + { + "id": "dxduM7R_Dj4sx5unSqz8E", + "type": "rectangle", + "x": 561.5559878510352, + "y": 90.04061056524898, + "width": 237.00000762939456, + "height": 186.9916405664579, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1440221893, + "version": 579, + "versionNonce": 1853860939, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "dOW3EscN-m40O9_GpGyz3" + }, + { + "id": "hpOmurcerKT_GlUzfTEGt", + "type": "arrow" + } + ], + "updated": 1733914591576, + "link": null, + "locked": false + }, + { + "id": "dOW3EscN-m40O9_GpGyz3", + "type": "text", + "x": 594.2760539215918, + "y": 171.03643084847795, + "width": 171.55987548828125, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#e9ecef", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1270909067, + "version": 20, + "versionNonce": 2144809707, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665945, + "link": null, + "locked": false, + "text": "Callback/Tracking", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "dxduM7R_Dj4sx5unSqz8E", + "originalText": "Callback/Tracking", + "lineHeight": 1.25 + }, + { + "id": "68vDZgFPi51noc9qtE-f6", + "type": "rectangle", + "x": 893.8108127605667, + "y": 774.4071297822117, + "width": 237.00000762939456, + "height": 116.81704441797609, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1144710603, + "version": 758, + "versionNonce": 1141331909, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "iMQw6x34ftkaOthQT6VVG" + } + ], + "updated": 1733914590112, + "link": null, + "locked": false + }, + { + "id": "iMQw6x34ftkaOthQT6VVG", + "type": "text", + "x": 978.5508525860062, + "y": 820.3156519911997, + "width": 67.51992797851562, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#e9ecef", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1151672939, + "version": 267, + "versionNonce": 535272843, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665945, + "link": null, + "locked": false, + "text": "Service", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "68vDZgFPi51noc9qtE-f6", + "originalText": "Service", + "lineHeight": 1.25 + }, + { + "id": "GGocmphT0tR1-3fotchrQ", + "type": "rectangle", + "x": 1359.5223225350896, + "y": 1213.4452470073181, + "width": 277.0995583309367, + "height": 145.4597055054557, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1909308107, + "version": 1528, + "versionNonce": 1779635365, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "9HDxDYnfAbgUlHARTNmxh" + } + ], + "updated": 1733887665945, + "link": null, + "locked": false + }, + { + "id": "9HDxDYnfAbgUlHARTNmxh", + "type": "text", + "x": 1476.2221108558315, + "y": 1273.675099760046, + "width": 43.699981689453125, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#e9ecef", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 655911781, + "version": 1052, + "versionNonce": 1137816619, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665945, + "link": null, + "locked": false, + "text": "RDB", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "GGocmphT0tR1-3fotchrQ", + "originalText": "RDB", + "lineHeight": 1.25 + }, + { + "id": "n5V8G-BwQg__FZYm9TI34", + "type": "rectangle", + "x": 1710.3700331813297, + "y": 1221.7956904220239, + "width": 247.02478604169903, + "height": 145.4597055054557, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 336763883, + "version": 1609, + "versionNonce": 1651718149, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "3c1affQdlBm2q7OsKo32A" + } + ], + "updated": 1733887665945, + "link": null, + "locked": false + }, + { + "id": "3c1affQdlBm2q7OsKo32A", + "type": "text", + "x": 1819.1724347471013, + "y": 1282.0255431747516, + "width": 29.41998291015625, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#e9ecef", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1625664581, + "version": 1157, + "versionNonce": 461371083, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665945, + "link": null, + "locked": false, + "text": "MQ", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "n5V8G-BwQg__FZYm9TI34", + "originalText": "MQ", + "lineHeight": 1.25 + }, + { + "id": "VcEl6mM30WxQpUTc_fRN6", + "type": "rectangle", + "x": 1035.2482949339042, + "y": 1012.6793986606529, + "width": 259.3889656904899, + "height": 145.4597055054557, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 7890821, + "version": 1672, + "versionNonce": 1438117733, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "POoC-VN6Uyz4qs32zzisQ" + } + ], + "updated": 1733887665945, + "link": null, + "locked": false + }, + { + "id": "POoC-VN6Uyz4qs32zzisQ", + "type": "text", + "x": 1136.4027997518053, + "y": 1072.9092514133806, + "width": 57.0799560546875, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#e9ecef", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 793214795, + "version": 1222, + "versionNonce": 1972168043, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665945, + "link": null, + "locked": false, + "text": "Cache", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "VcEl6mM30WxQpUTc_fRN6", + "originalText": "Cache", + "lineHeight": 1.25 + }, + { + "id": "YorVUgK08GOr9Ixv9A21k", + "type": "rectangle", + "x": 715.6401377812704, + "y": 1014.3039748975002, + "width": 258.17429987226876, + "height": 145.4597055054557, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 657541957, + "version": 1766, + "versionNonce": 573487813, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "_XqWuCIiDkzeF9vfeYQn1" + } + ], + "updated": 1733887665946, + "link": null, + "locked": false + }, + { + "id": "_XqWuCIiDkzeF9vfeYQn1", + "type": "text", + "x": 809.7573093848853, + "y": 1074.533827650228, + "width": 69.93995666503906, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#e9ecef", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 399488907, + "version": 1325, + "versionNonce": 1765998603, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665946, + "link": null, + "locked": false, + "text": "Warning", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "YorVUgK08GOr9Ixv9A21k", + "originalText": "Warning", + "lineHeight": 1.25 + }, + { + "id": "9-aaCoV3gG43Ez5mGgBma", + "type": "rectangle", + "x": 1358.9380034468966, + "y": 1016.1521374016538, + "width": 273.96523352832895, + "height": 145.4597055054557, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 185663179, + "version": 1766, + "versionNonce": 7674405, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "eljRZqHYVBT91LRYl2jzd" + } + ], + "updated": 1733887665946, + "link": null, + "locked": false + }, + { + "id": "eljRZqHYVBT91LRYl2jzd", + "type": "text", + "x": 1469.0306437095962, + "y": 1076.3819901543816, + "width": 53.77995300292969, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#e9ecef", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 698050405, + "version": 1321, + "versionNonce": 1084016299, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665946, + "link": null, + "locked": false, + "text": "Retry", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "9-aaCoV3gG43Ez5mGgBma", + "originalText": "Retry", + "lineHeight": 1.25 + }, + { + "id": "4R3yaJlJCybf0mlRgx0ua", + "type": "rectangle", + "x": 1707.43136627782, + "y": 1016.9259569151554, + "width": 248.4567879803761, + "height": 145.4597055054557, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 2059149285, + "version": 1820, + "versionNonce": 964201861, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "rtbW_L42fFZCDs3m2BLRE" + } + ], + "updated": 1733887665946, + "link": null, + "locked": false + }, + { + "id": "rtbW_L42fFZCDs3m2BLRE", + "type": "text", + "x": 1785.8298042133206, + "y": 1077.1558096678832, + "width": 91.659912109375, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#e9ecef", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 914488555, + "version": 1383, + "versionNonce": 574929227, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665946, + "link": null, + "locked": false, + "text": "Exception", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "4R3yaJlJCybf0mlRgx0ua", + "originalText": "Exception", + "lineHeight": 1.25 + }, + { + "id": "pYtC4VDOr-mV_83jFEvWd", + "type": "rectangle", + "x": 1035.810280222253, + "y": 1217.4743598782836, + "width": 262.7784463133585, + "height": 145.4597055054557, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1804026693, + "version": 1599, + "versionNonce": 888975429, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "wUj-ugKvJBQJLxkFc5xCM" + } + ], + "updated": 1733887665946, + "link": null, + "locked": false + }, + { + "id": "wUj-ugKvJBQJLxkFc5xCM", + "type": "text", + "x": 1109.3695549536392, + "y": 1277.7042126310114, + "width": 115.65989685058594, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#e9ecef", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1710571403, + "version": 1143, + "versionNonce": 714678923, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665946, + "link": null, + "locked": false, + "text": "Independent", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "pYtC4VDOr-mV_83jFEvWd", + "originalText": "Independent", + "lineHeight": 1.25 + }, + { + "id": "lr85GTEeNzodNOviOG4jj", + "type": "rectangle", + "x": 710.6911782776654, + "y": 1217.449472202898, + "width": 262.7784463133585, + "height": 145.4597055054557, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 793436939, + "version": 1832, + "versionNonce": 1088970661, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "lyNVzjUDQKnWkR-IcnZcA" + } + ], + "updated": 1733887665946, + "link": null, + "locked": false + }, + { + "id": "lyNVzjUDQKnWkR-IcnZcA", + "type": "text", + "x": 819.7304258484071, + "y": 1277.6793249556258, + "width": 44.699951171875, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#e9ecef", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1771104037, + "version": 1380, + "versionNonce": 1745525035, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665946, + "link": null, + "locked": false, + "text": "Limit", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "lr85GTEeNzodNOviOG4jj", + "originalText": "Limit", + "lineHeight": 1.25 + }, + { + "id": "I44oTH8PARhvgywzY_Ugk", + "type": "rectangle", + "x": 893.8253089161338, + "y": 91.93890555600024, + "width": 237.00000762939456, + "height": 636.697839680987, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1414130149, + "version": 604, + "versionNonce": 167373547, + "isDeleted": false, + "boundElements": [ + { + "id": "wjtOAL4nrxbHoz4D1pm2Z", + "type": "arrow" + }, + { + "id": "-eb8BsmRUQF777x4hW5Wj", + "type": "arrow" + } + ], + "updated": 1733914591576, + "link": null, + "locked": false + }, + { + "id": "w96-PPBPDdP6oOmXp23hT", + "type": "rectangle", + "x": 216.98805709112293, + "y": -263.0675366114052, + "width": 226.0000228881836, + "height": 91.0000228881836, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#e9ecef", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1577513195, + "version": 144, + "versionNonce": 814351627, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "kKy3hn1tUERS-JZ6i_lPw" + } + ], + "updated": 1733887665946, + "link": null, + "locked": false + }, + { + "id": "kKy3hn1tUERS-JZ6i_lPw", + "type": "text", + "x": 289.9880685352147, + "y": -230.06752516731342, + "width": 80, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 374262635, + "version": 90, + "versionNonce": 2026693925, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665946, + "link": null, + "locked": false, + "text": "业务服务", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "w96-PPBPDdP6oOmXp23hT", + "originalText": "业务服务", + "lineHeight": 1.25 + }, + { + "id": "GcooiXD4n8Y_1mAYTLknf", + "type": "rectangle", + "x": 556.988171532041, + "y": -268.0675175379189, + "width": 226.0000228881836, + "height": 91.0000228881836, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#e9ecef", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 367174309, + "version": 251, + "versionNonce": 1924869035, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "q3Px1_VMlH662Iv2AGhPB" + } + ], + "updated": 1733887665946, + "link": null, + "locked": false + }, + { + "id": "q3Px1_VMlH662Iv2AGhPB", + "type": "text", + "x": 629.9881829761327, + "y": -235.0675060938271, + "width": 80, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 688522795, + "version": 207, + "versionNonce": 178190469, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665946, + "link": null, + "locked": false, + "text": "企赋网关", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "GcooiXD4n8Y_1mAYTLknf", + "originalText": "企赋网关", + "lineHeight": 1.25 + }, + { + "id": "ePc9Ig9Icoup01XCqNqrH", + "type": "rectangle", + "x": 896.3788286695973, + "y": -265.2281828097888, + "width": 226.0000228881836, + "height": 91.0000228881836, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#e9ecef", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 325198533, + "version": 327, + "versionNonce": 760118859, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "X2c5tO7hNnmiubtgve9JS" + } + ], + "updated": 1733887665946, + "link": null, + "locked": false + }, + { + "id": "X2c5tO7hNnmiubtgve9JS", + "type": "text", + "x": 959.3788401136891, + "y": -232.228171365697, + "width": 100, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1700403211, + "version": 300, + "versionNonce": 1939316709, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665946, + "link": null, + "locked": false, + "text": "聚合存储层", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "ePc9Ig9Icoup01XCqNqrH", + "originalText": "聚合存储层", + "lineHeight": 1.25 + }, + { + "id": "bwTNyff3HZoFog0iKdqFG", + "type": "rectangle", + "x": 1211.9880189441503, + "y": -264.0673306177529, + "width": 309.0000534057617, + "height": 91.0000228881836, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#e9ecef", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1553156709, + "version": 379, + "versionNonce": 1797160171, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "QRQ7N8_dpb6vwfxBrz_Gd" + } + ], + "updated": 1733887665946, + "link": null, + "locked": false + }, + { + "id": "QRQ7N8_dpb6vwfxBrz_Gd", + "type": "text", + "x": 1316.4880456470312, + "y": -231.06731917366108, + "width": 100, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1625864811, + "version": 344, + "versionNonce": 969169733, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665946, + "link": null, + "locked": false, + "text": "请求适配层", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "bwTNyff3HZoFog0iKdqFG", + "originalText": "请求适配层", + "lineHeight": 1.25 + }, + { + "id": "H01Qbti_ilLWIFFP_Kbyo", + "type": "rectangle", + "x": 1587.987927391416, + "y": -266.06737639412006, + "width": 575.1819159767844, + "height": 91.0000228881836, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#e9ecef", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1625435115, + "version": 584, + "versionNonce": 2008393611, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "8wfXLnwhqIbvgY2jZWRLh" + } + ], + "updated": 1733887665946, + "link": null, + "locked": false + }, + { + "id": "8wfXLnwhqIbvgY2jZWRLh", + "type": "text", + "x": 1845.578885379808, + "y": -233.06736495002826, + "width": 60, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 915872837, + "version": 561, + "versionNonce": 1166191269, + "isDeleted": false, + "boundElements": null, + "updated": 1733887665946, + "link": null, + "locked": false, + "text": "访问层", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "H01Qbti_ilLWIFFP_Kbyo", + "originalText": "访问层", + "lineHeight": 1.25 + }, + { + "id": "64JWCRAGn8KiJtJK5uuv-", + "type": "rectangle", + "x": 2282.4111147518756, + "y": -263.9588056044971, + "width": 373.0358913163262, + "height": 91.0000228881836, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#e9ecef", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1326744715, + "version": 905, + "versionNonce": 1877721099, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "YllrBoN1tbaj8l8YlYvR6" + } + ], + "updated": 1733888102652, + "link": null, + "locked": false + }, + { + "id": "YllrBoN1tbaj8l8YlYvR6", + "type": "text", + "x": 2428.929060410039, + "y": -230.95879416040532, + "width": 80, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1036787109, + "version": 904, + "versionNonce": 1949140651, + "isDeleted": false, + "boundElements": null, + "updated": 1733888102656, + "link": null, + "locked": false, + "text": "三方服务", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "64JWCRAGn8KiJtJK5uuv-", + "originalText": "三方服务", + "lineHeight": 1.25 + }, + { + "id": "UDuDc_juyoiTyFcrEmx0z", + "type": "arrow", + "x": 468.5253367013962, + "y": 571.7955162591934, + "width": 78.95448293417837, + "height": 1.2146658182211922, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#e9ecef", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 2105174731, + "version": 222, + "versionNonce": 332208261, + "isDeleted": false, + "boundElements": null, + "updated": 1733914602035, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 78.95448293417837, + -1.2146658182211922 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "4HiyWwUPzfZWZ_PFLVSCJ", + "focus": -0.12785663356280116, + "gap": 8.808734395334312 + }, + "endBinding": { + "elementId": "sEf1FgdB9l01whO-JrjW3", + "focus": 0.14704976364893543, + "gap": 11.236778855790021 + }, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "id": "wjtOAL4nrxbHoz4D1pm2Z", + "type": "arrow", + "x": 812.0635456074283, + "y": 557.1819038153936, + "width": 61.94888345989693, + "height": 0, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#e9ecef", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 1632822827, + "version": 110, + "versionNonce": 932944043, + "isDeleted": false, + "boundElements": null, + "updated": 1733914605633, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 61.94888345989693, + 0 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "sEf1FgdB9l01whO-JrjW3", + "focus": -0.1906800677969173, + "gap": 16.346939486669157 + }, + "endBinding": { + "elementId": "I44oTH8PARhvgywzY_Ugk", + "focus": -0.4614247740890723, + "gap": 19.812879848808677 + }, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "id": "-eb8BsmRUQF777x4hW5Wj", + "type": "arrow", + "x": 1145.1045222019602, + "y": 522.3989131965511, + "width": 57.09012751395039, + "height": 0, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#e9ecef", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 1274391627, + "version": 192, + "versionNonce": 783043621, + "isDeleted": false, + "boundElements": null, + "updated": 1733914584897, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 57.09012751395039, + 0 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "I44oTH8PARhvgywzY_Ugk", + "focus": 0.3521641846821086, + "gap": 14.279205656431657 + }, + "endBinding": { + "elementId": "QiOc2yosnl_etGDIXiAR2", + "focus": -0.08289481238811548, + "gap": 18.567232157810167 + }, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "id": "kyifWyCqgLr5J5Slxd_P1", + "type": "arrow", + "x": 1550.3742238158927, + "y": 506.5545672047217, + "width": 29.152443002616792, + "height": 1.2146658182211922, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#e9ecef", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 1891444779, + "version": 55, + "versionNonce": 607813189, + "isDeleted": false, + "boundElements": null, + "updated": 1733887771853, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 29.152443002616792, + -1.2146658182211922 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "QiOc2yosnl_etGDIXiAR2", + "focus": 0.06004319263472855, + "gap": 12.61233431277742 + }, + "endBinding": { + "elementId": "xhYcGzH65HstDnZMvlTkP", + "focus": -0.021610983966112617, + "gap": 14.235283719762151 + }, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "id": "ZkkTEVFymoX04W0YG9GLi", + "type": "arrow", + "x": 2180.795421471099, + "y": 493.1930578581654, + "width": 74.28289193184173, + "height": 1.6495648803040694, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#e9ecef", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 1290233611, + "version": 114, + "versionNonce": 1840196587, + "isDeleted": false, + "boundElements": null, + "updated": 1733914574700, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 74.28289193184173, + 1.6495648803040694 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "xhYcGzH65HstDnZMvlTkP", + "focus": 0.005693890641777146, + "gap": 22.033470932827072 + }, + "endBinding": { + "elementId": "fd2SkZlsoCf6TChLBSAwd", + "focus": -0.03479920491717519, + "gap": 25.235265110421096 + }, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "id": "hpOmurcerKT_GlUzfTEGt", + "type": "arrow", + "x": 2426.988133609287, + "y": 61.61980166087295, + "width": 1752.0956325650027, + "height": 124.59558665684455, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#e9ecef", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1339787755, + "version": 1357, + "versionNonce": 1288317317, + "isDeleted": false, + "boundElements": null, + "updated": 1733890088367, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + -2.620556952838797, + -112.77248944992061 + ], + [ + -471.7684962074252, + -112.82622592075796 + ], + [ + -1750.1374219795525, + -109.96194888570187 + ], + [ + -1752.0956325650027, + 11.769360736086583 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "fd2SkZlsoCf6TChLBSAwd", + "focus": -0.16991937270038424, + "gap": 22.9141070173676 + }, + "endBinding": { + "elementId": "dxduM7R_Dj4sx5unSqz8E", + "focus": -0.0577927063373831, + "gap": 16.65144816828945 + }, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "id": "HCFNCj8nTvD_cW-qrCJEO", + "type": "rectangle", + "x": 2223.0282563384026, + "y": 981.36148609114, + "width": 179.0166317967478, + "height": 425.34358270692104, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#e9ecef", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1982053925, + "version": 121, + "versionNonce": 1096223115, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "EGnA1fQvbqt-_2Csjpizl" + } + ], + "updated": 1733888015147, + "link": null, + "locked": false + }, + { + "id": "EGnA1fQvbqt-_2Csjpizl", + "type": "text", + "x": 2252.5365722367765, + "y": 1181.5332774446006, + "width": 120, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#e9ecef", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 792844613, + "version": 25, + "versionNonce": 811964965, + "isDeleted": false, + "boundElements": null, + "updated": 1733888022415, + "link": null, + "locked": false, + "text": "组件及支撑层", + "fontSize": 20, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "baseline": 18, + "containerId": "HCFNCj8nTvD_cW-qrCJEO", + "originalText": "组件及支撑层", + "lineHeight": 1.25 + }, + { + "id": "wj-stiv35cUR5BL0e2mvf", + "type": "arrow", + "x": 1347.9700942931302, + "y": 911.1621661618942, + "width": 2.8642224035157824, + "height": 55.85310171012043, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "#e9ecef", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 1176202923, + "version": 242, + "versionNonce": 795852171, + "isDeleted": false, + "boundElements": null, + "updated": 1733888068798, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 2.8642224035157824, + 55.85310171012043 + ] + ], + "lastCommittedPoint": null, + "startBinding": { + "elementId": "QiOc2yosnl_etGDIXiAR2", + "focus": 0.2957473950148228, + "gap": 23.098696986585765 + }, + "endBinding": { + "elementId": "OiH0OuEjDqIrXlWSOYdvi", + "focus": -0.0009513972009293572, + "gap": 12.880101352592135 + }, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "id": "Uds2P1IOBsyAIi4n1U1jA", + "type": "rectangle", + "x": 126.85854820963732, + "y": -382.421393953398, + "width": 2630.5730095698204, + "height": 1875.2428242245885, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dotted", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 966635909, + "version": 281, + "versionNonce": 679346923, + "isDeleted": false, + "boundElements": null, + "updated": 1733914681713, + "link": null, + "locked": false + }, + { + "id": "JuRG_QS42APXM-kmLzuP1", + "type": "rectangle", + "x": 136.85854820963732, + "y": -372.421393953398, + "width": 2630.5730095698204, + "height": 1875.2428242245885, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dotted", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 915761157, + "version": 281, + "versionNonce": 679346923, + "isDeleted": false, + "boundElements": null, + "updated": 1733914692374, + "link": null, + "locked": false + } + ], + "appState": { + "gridSize": null, + "viewBackgroundColor": "#ffffff" + }, + "files": {} +} \ No newline at end of file