|
|
@ -56,10 +56,10 @@ |
|
|
|
</exclusions> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- <dependency>--> |
|
|
|
<!-- <groupId>org.springframework.boot</groupId>--> |
|
|
|
<!-- <artifactId>spring-boot-starter-actuator</artifactId>--> |
|
|
|
<!-- </dependency>--> |
|
|
|
<!-- <dependency>--> |
|
|
|
<!-- <groupId>org.springframework.boot</groupId>--> |
|
|
|
<!-- <artifactId>spring-boot-starter-actuator</artifactId>--> |
|
|
|
<!-- </dependency>--> |
|
|
|
<dependency> |
|
|
|
<groupId>com.alibaba.cloud</groupId> |
|
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId> |
|
|
@ -194,13 +194,13 @@ |
|
|
|
<spring.profiles.active>dev</spring.profiles.active> |
|
|
|
<!-- redis配置 --> |
|
|
|
<spring.redis.index>0</spring.redis.index> |
|
|
|
<spring.redis.host>172.16.3.87</spring.redis.host> |
|
|
|
<spring.redis.host>192.168.1.144</spring.redis.host> |
|
|
|
<spring.redis.port>6379</spring.redis.port> |
|
|
|
<spring.redis.password>rEdIs@yAntAI_666</spring.redis.password> |
|
|
|
<spring.redis.password>EpmEt_UsEr@sAAs</spring.redis.password> |
|
|
|
<!-- nacos --> |
|
|
|
<nacos.register-enabled>true</nacos.register-enabled> |
|
|
|
<nacos.server-addr>172.16.3.87:8848</nacos.server-addr> |
|
|
|
<nacos.discovery.namespace>f256ed92-b9d0-47a4-93fa-cd5e60216e35</nacos.discovery.namespace> |
|
|
|
<nacos.server-addr>192.168.1.144:8848</nacos.server-addr> |
|
|
|
<nacos.discovery.namespace>9ef9405c-7d52-4f73-bea1-030a0b334d3f</nacos.discovery.namespace> |
|
|
|
<nacos.config.namespace></nacos.config.namespace> |
|
|
|
<nacos.config.group></nacos.config.group> |
|
|
|
<nacos.config-enabled>false</nacos.config-enabled> |
|
|
@ -209,123 +209,122 @@ |
|
|
|
<nacos.service-list-changed-listening.enable>true</nacos.service-list-changed-listening.enable> |
|
|
|
<!-- gateway routes --> |
|
|
|
<!-- 1、认证服务 --> |
|
|
|
<!-- <gateway.routes.epmet-auth-server.uri>http://localhost:8081</gateway.routes.epmet-auth-server.uri>--> |
|
|
|
<!-- <gateway.routes.epmet-auth-server.uri>http://localhost:8081</gateway.routes.epmet-auth-server.uri>--> |
|
|
|
<gateway.routes.epmet-auth-server.uri>lb://epmet-auth-server</gateway.routes.epmet-auth-server.uri> |
|
|
|
<!-- 2、Admin服务 --> |
|
|
|
<gateway.routes.epmet-admin-server.uri>lb://epmet-admin-server</gateway.routes.epmet-admin-server.uri> |
|
|
|
<!-- <gateway.routes.epmet-admin-server.uri>http://localhost:8082</gateway.routes.epmet-admin-server.uri>--> |
|
|
|
<!-- <gateway.routes.epmet-admin-server.uri>http://localhost:8082</gateway.routes.epmet-admin-server.uri>--> |
|
|
|
<!-- 4、OSS服务 --> |
|
|
|
<!-- <gateway.routes.epmet-oss-server.uri>lb://epmet-oss-server</gateway.routes.epmet-oss-server.uri>--> |
|
|
|
<gateway.routes.epmet-oss-server.uri>http://localhost:8083</gateway.routes.epmet-oss-server.uri> |
|
|
|
<gateway.routes.epmet-oss-server.uri>lb://epmet-oss-server</gateway.routes.epmet-oss-server.uri> |
|
|
|
<!-- <gateway.routes.epmet-oss-server.uri>http://localhost:8083</gateway.routes.epmet-oss-server.uri>--> |
|
|
|
<!-- 5、消息服务 --> |
|
|
|
<!-- <gateway.routes.epmet-message-server.uri>lb://epmet-message-server</gateway.routes.epmet-message-server.uri>--> |
|
|
|
<gateway.routes.epmet-message-server.uri>http://localhost:8085</gateway.routes.epmet-message-server.uri> |
|
|
|
<gateway.routes.epmet-message-server.uri>lb://epmet-message-server</gateway.routes.epmet-message-server.uri> |
|
|
|
<!-- <gateway.routes.epmet-message-server.uri>http://localhost:8085</gateway.routes.epmet-message-server.uri>--> |
|
|
|
<!-- 6、工作流服务 --> |
|
|
|
<gateway.routes.epmet-activiti-server.uri>lb://epmet-activiti-server</gateway.routes.epmet-activiti-server.uri> |
|
|
|
<!-- <gateway.routes.epmet-activiti-server.uri>http://localhost:8085</gateway.routes.epmet-activiti-server.uri>--> |
|
|
|
<!-- <gateway.routes.epmet-activiti-server.uri>http://localhost:8085</gateway.routes.epmet-activiti-server.uri>--> |
|
|
|
<!-- 7、定时任务服务 --> |
|
|
|
<!-- <gateway.routes.epmet-job-server.uri>lb://epmet-job-server</gateway.routes.epmet-job-server.uri>--> |
|
|
|
<!-- <gateway.routes.epmet-job-server.uri>lb://epmet-job-server</gateway.routes.epmet-job-server.uri>--> |
|
|
|
<gateway.routes.epmet-job-server.uri>http://localhost:8084</gateway.routes.epmet-job-server.uri> |
|
|
|
<!-- 8、用户模块 --> |
|
|
|
<!-- <gateway.routes.epmet-user-server.uri>http://localhost:8087</gateway.routes.epmet-user-server.uri>--> |
|
|
|
<!-- <gateway.routes.epmet-user-server.uri>http://localhost:8087</gateway.routes.epmet-user-server.uri>--> |
|
|
|
<gateway.routes.epmet-user-server.uri>lb://epmet-user-server</gateway.routes.epmet-user-server.uri> |
|
|
|
<!-- 9、新模块结构demo --> |
|
|
|
<gateway.routes.epmet-demo-server.uri>lb://epmet-demo-server</gateway.routes.epmet-demo-server.uri> |
|
|
|
<!-- 10、运营端客户定制化服务 --> |
|
|
|
<!-- <gateway.routes.oper-customize-server.uri>lb://oper-customize-server</gateway.routes.oper-customize-server.uri>--> |
|
|
|
<gateway.routes.oper-customize-server.uri>http://localhost:8089</gateway.routes.oper-customize-server.uri> |
|
|
|
<gateway.routes.oper-customize-server.uri>lb://oper-customize-server</gateway.routes.oper-customize-server.uri> |
|
|
|
<!-- <gateway.routes.oper-customize-server.uri>http://localhost:8089</gateway.routes.oper-customize-server.uri>--> |
|
|
|
<!-- 11、运营端客户定制化服务 --> |
|
|
|
<!-- <gateway.routes.oper-crm-server.uri>lb://oper-crm-server</gateway.routes.oper-crm-server.uri>--> |
|
|
|
<gateway.routes.oper-crm-server.uri>http://localhost:8090</gateway.routes.oper-crm-server.uri> |
|
|
|
<gateway.routes.oper-crm-server.uri>lb://oper-crm-server</gateway.routes.oper-crm-server.uri> |
|
|
|
<!-- <gateway.routes.oper-crm-server.uri>http://localhost:8090</gateway.routes.oper-crm-server.uri>--> |
|
|
|
<!-- 12、居民端陌生人导览 --> |
|
|
|
<!-- <gateway.routes.resi-guide-server.uri>lb://resi-guide-server</gateway.routes.resi-guide-server.uri>--> |
|
|
|
<gateway.routes.resi-guide-server.uri>http://localhost:8091</gateway.routes.resi-guide-server.uri> |
|
|
|
<gateway.routes.resi-guide-server.uri>lb://resi-guide-server</gateway.routes.resi-guide-server.uri> |
|
|
|
<!-- <gateway.routes.resi-guide-server.uri>http://localhost:8091</gateway.routes.resi-guide-server.uri>--> |
|
|
|
<!-- 13、政府组织管理 --> |
|
|
|
<gateway.routes.gov-org-server.uri>http://localhost:8092</gateway.routes.gov-org-server.uri> |
|
|
|
<!-- <gateway.routes.gov-org-server.uri>lb://gov-org-server</gateway.routes.gov-org-server.uri>--> |
|
|
|
<!-- <gateway.routes.gov-org-server.uri>http://localhost:8092</gateway.routes.gov-org-server.uri>--> |
|
|
|
<gateway.routes.gov-org-server.uri>lb://gov-org-server</gateway.routes.gov-org-server.uri> |
|
|
|
<!-- 14、#运营端访问权限控制 --> |
|
|
|
<gateway.routes.oper-access-server.uri>http://localhost:8093</gateway.routes.oper-access-server.uri> |
|
|
|
<!-- <gateway.routes.oper-access-server.uri>lb://oper-access-server</gateway.routes.oper-access-server.uri>--> |
|
|
|
<!-- <gateway.routes.oper-access-server.uri>http://localhost:8093</gateway.routes.oper-access-server.uri>--> |
|
|
|
<gateway.routes.oper-access-server.uri>lb://oper-access-server</gateway.routes.oper-access-server.uri> |
|
|
|
<!-- 15、居民端个人信息 --> |
|
|
|
<!-- <gateway.routes.resi-mine-server.uri>http://localhost:8094</gateway.routes.resi-mine-server.uri>--> |
|
|
|
<!-- <gateway.routes.resi-mine-server.uri>http://localhost:8094</gateway.routes.resi-mine-server.uri>--> |
|
|
|
<gateway.routes.resi-mine-server.uri>lb://resi-mine-server</gateway.routes.resi-mine-server.uri> |
|
|
|
<!-- 16、居民端楼院校组 --> |
|
|
|
<gateway.routes.resi-group-server.uri>http://localhost:8095</gateway.routes.resi-group-server.uri> |
|
|
|
<!-- <gateway.routes.resi-group-server.uri>lb://resi-group-server</gateway.routes.resi-group-server.uri>--> |
|
|
|
<!-- <gateway.routes.resi-group-server.uri>http://localhost:8095</gateway.routes.resi-group-server.uri>--> |
|
|
|
<gateway.routes.resi-group-server.uri>lb://resi-group-server</gateway.routes.resi-group-server.uri> |
|
|
|
<!-- 17、党员认证、热心居民申请 --> |
|
|
|
<gateway.routes.resi-partymember-server.uri>http://localhost:8096</gateway.routes.resi-partymember-server.uri> |
|
|
|
<!-- <gateway.routes.resi-partymember-server.uri>lb://resi-partymember-server</gateway.routes.resi-partymember-server.uri>--> |
|
|
|
<!-- <gateway.routes.resi-partymember-server.uri>http://localhost:8096</gateway.routes.resi-partymember-server.uri>--> |
|
|
|
<gateway.routes.resi-partymember-server.uri>lb://resi-partymember-server</gateway.routes.resi-partymember-server.uri> |
|
|
|
<!-- 18、政府端网格管理 --> |
|
|
|
<gateway.routes.gov-grid-server.uri>http://localhost:8097</gateway.routes.gov-grid-server.uri> |
|
|
|
<!-- <gateway.routes.gov-grid-server.uri>lb://gov-grid-server</gateway.routes.gov-grid-server.uri>--> |
|
|
|
<!-- <gateway.routes.gov-grid-server.uri>lb://gov-grid-server</gateway.routes.gov-grid-server.uri>--> |
|
|
|
|
|
|
|
<!--19.政府端-权限-服务--> |
|
|
|
<!-- <gateway.routes.gov-access-server.uri>lb://gov-access-server</gateway.routes.gov-access-server.uri>--> |
|
|
|
<gateway.routes.gov-access-server.uri>http://localhost:8099</gateway.routes.gov-access-server.uri> |
|
|
|
<gateway.routes.gov-access-server.uri>lb://gov-access-server</gateway.routes.gov-access-server.uri> |
|
|
|
<!-- <gateway.routes.gov-access-server.uri>http://localhost:8099</gateway.routes.gov-access-server.uri>--> |
|
|
|
|
|
|
|
<!--20.政府端-我的-服务--> |
|
|
|
<gateway.routes.gov-mine-server.uri>http://localhost:8098</gateway.routes.gov-mine-server.uri> |
|
|
|
<!-- <gateway.routes.gov-mine-server.uri>lb://gov-mine-server</gateway.routes.gov-mine-server.uri>--> |
|
|
|
<!-- <gateway.routes.gov-mine-server.uri>http://localhost:8098</gateway.routes.gov-mine-server.uri>--> |
|
|
|
<gateway.routes.gov-mine-server.uri>lb://gov-mine-server</gateway.routes.gov-mine-server.uri> |
|
|
|
<!-- 21、居民端党群e事 --> |
|
|
|
<gateway.routes.resi-hall-server.uri>lb://resi-hall-server</gateway.routes.resi-hall-server.uri> |
|
|
|
<gateway.routes.resi-hall-server.uri>http://localhost:8100</gateway.routes.resi-hall-server.uri> |
|
|
|
<!-- <gateway.routes.resi-hall-server.uri>http://localhost:8100</gateway.routes.resi-hall-server.uri>--> |
|
|
|
|
|
|
|
<!-- 22、政府工作端议题管理 --> |
|
|
|
<gateway.routes.gov-issue-server.uri>http://localhost:8101</gateway.routes.gov-issue-server.uri> |
|
|
|
<!-- <gateway.routes.gov-issue-server.uri>lb://gov-issue-server</gateway.routes.gov-issue-server.uri>--> |
|
|
|
<!-- <gateway.routes.gov-issue-server.uri>http://localhost:8101</gateway.routes.gov-issue-server.uri>--> |
|
|
|
<gateway.routes.gov-issue-server.uri>lb://gov-issue-server</gateway.routes.gov-issue-server.uri> |
|
|
|
<!-- 23、政府工作端项目管理 --> |
|
|
|
<gateway.routes.gov-project-server.uri>http://localhost:8102</gateway.routes.gov-project-server.uri> |
|
|
|
<!-- <gateway.routes.gov-project-server.uri>lb://gov-project-server</gateway.routes.gov-project-server.uri>--> |
|
|
|
<!-- <gateway.routes.gov-project-server.uri>http://localhost:8102</gateway.routes.gov-project-server.uri>--> |
|
|
|
<gateway.routes.gov-project-server.uri>lb://gov-project-server</gateway.routes.gov-project-server.uri> |
|
|
|
<!-- 24、公共服务 --> |
|
|
|
<!-- <gateway.routes.common-service-server.uri>lb://common-service-server</gateway.routes.common-service-server.uri>--> |
|
|
|
<gateway.routes.common-service-server.uri>http://localhost:8103</gateway.routes.common-service-server.uri> |
|
|
|
<gateway.routes.common-service-server.uri>lb://common-service-server</gateway.routes.common-service-server.uri> |
|
|
|
<!-- <gateway.routes.common-service-server.uri>http://localhost:8103</gateway.routes.common-service-server.uri>--> |
|
|
|
<!-- 25、党建园地 --> |
|
|
|
<!-- <gateway.routes.resi-home-server.uri>lb://resi-home-server</gateway.routes.resi-home-server.uri>--> |
|
|
|
<gateway.routes.resi-home-server.uri>http://localhost:8104</gateway.routes.resi-home-server.uri> |
|
|
|
<gateway.routes.resi-home-server.uri>lb://resi-home-server</gateway.routes.resi-home-server.uri> |
|
|
|
<!-- <gateway.routes.resi-home-server.uri>http://localhost:8104</gateway.routes.resi-home-server.uri>--> |
|
|
|
<!-- 26、政府端-党建声音 --> |
|
|
|
<!-- <gateway.routes.gov-voice-server.uri>lb://gov-voice-server</gateway.routes.gov-voice-server.uri>--> |
|
|
|
<gateway.routes.gov-voice-server.uri>http://localhost:8105</gateway.routes.gov-voice-server.uri> |
|
|
|
<gateway.routes.gov-voice-server.uri>lb://gov-voice-server</gateway.routes.gov-voice-server.uri> |
|
|
|
<!-- <gateway.routes.gov-voice-server.uri>http://localhost:8105</gateway.routes.gov-voice-server.uri>--> |
|
|
|
<!-- 27、居民端-党建声音 --> |
|
|
|
<!--<gateway.routes.resi-voice-server.uri>lb://resi-voice-server</gateway.routes.resi-voice-server.uri>--> |
|
|
|
<gateway.routes.resi-voice-server.uri>http://localhost:8106</gateway.routes.resi-voice-server.uri> |
|
|
|
<gateway.routes.resi-voice-server.uri>lb://resi-voice-server</gateway.routes.resi-voice-server.uri> |
|
|
|
<!-- <gateway.routes.resi-voice-server.uri>http://localhost:8106</gateway.routes.resi-voice-server.uri>--> |
|
|
|
<!-- 28、政府端-数据首页 --> |
|
|
|
<!-- <gateway.routes.data-report-server.uri>lb://data-report-server</gateway.routes.data-report-server.uri>--> |
|
|
|
<gateway.routes.data-report-server.uri>http://localhost:8109</gateway.routes.data-report-server.uri> |
|
|
|
<gateway.routes.data-report-server.uri>lb://data-report-server</gateway.routes.data-report-server.uri> |
|
|
|
<!-- <gateway.routes.data-report-server.uri>http://localhost:8109</gateway.routes.data-report-server.uri>--> |
|
|
|
<!-- 29、统计服务 --> |
|
|
|
<!-- <gateway.routes.data-statistical-server.uri>lb://data-statistical-server</gateway.routes.data-statistical-server.uri>--> |
|
|
|
<gateway.routes.data-statistical-server.uri>http://localhost:8108</gateway.routes.data-statistical-server.uri> |
|
|
|
<gateway.routes.data-statistical-server.uri>lb://data-statistical-server</gateway.routes.data-statistical-server.uri> |
|
|
|
<!-- <gateway.routes.data-statistical-server.uri>http://localhost:8108</gateway.routes.data-statistical-server.uri>--> |
|
|
|
<!-- 30、内容审核服务 --> |
|
|
|
<!-- <gateway.routes.epmet-openapi-scan.uri>lb://epmet-openapi-scan</gateway.routes.epmet-openapi-scan.uri>--> |
|
|
|
<gateway.routes.epmet-openapi-scan.uri>http://localhost:8107</gateway.routes.epmet-openapi-scan.uri> |
|
|
|
<gateway.routes.epmet-openapi-scan.uri>lb://epmet-openapi-scan</gateway.routes.epmet-openapi-scan.uri> |
|
|
|
<!-- <gateway.routes.epmet-openapi-scan.uri>http://localhost:8107</gateway.routes.epmet-openapi-scan.uri>--> |
|
|
|
<!-- 31、微信第三方平台 --> |
|
|
|
<!-- <gateway.routes.epmet-third-server.uri>lb://epmet-third-server</gateway.routes.epmet-third-server.uri>--> |
|
|
|
<gateway.routes.epmet-third-server.uri>http://localhost:8110</gateway.routes.epmet-third-server.uri> |
|
|
|
<gateway.routes.epmet-third-server.uri>lb://epmet-third-server</gateway.routes.epmet-third-server.uri> |
|
|
|
<!-- <gateway.routes.epmet-third-server.uri>http://localhost:8110</gateway.routes.epmet-third-server.uri>--> |
|
|
|
|
|
|
|
<!-- 32、爱心互助 --> |
|
|
|
<!-- <gateway.routes.epmet-heart-server.url>lb://epmet-heart-server</gateway.routes.epmet-heart-server.url>--> |
|
|
|
<gateway.routes.epmet-heart-server.url>http://127.0.0.1:8111</gateway.routes.epmet-heart-server.url> |
|
|
|
<gateway.routes.epmet-heart-server.url>lb://epmet-heart-server</gateway.routes.epmet-heart-server.url> |
|
|
|
<!-- <gateway.routes.epmet-heart-server.url>http://127.0.0.1:8111</gateway.routes.epmet-heart-server.url>--> |
|
|
|
<!-- 33、 积分银行 --> |
|
|
|
<!-- <gateway.routes.epmet-point-server.url>lb://epmet-point-server</gateway.routes.epmet-point-server.url>--> |
|
|
|
<gateway.routes.epmet-point-server.url>http://127.0.0.1:8112</gateway.routes.epmet-point-server.url> |
|
|
|
<gateway.routes.epmet-point-server.url>lb://epmet-point-server</gateway.routes.epmet-point-server.url> |
|
|
|
<!-- <gateway.routes.epmet-point-server.url>http://127.0.0.1:8112</gateway.routes.epmet-point-server.url>--> |
|
|
|
<!-- 34、 开放接口服务 --> |
|
|
|
<!-- <gateway.routes.epmet-ext-server.url>lb://epmet-ext-server</gateway.routes.epmet-ext-server.url>--> |
|
|
|
<gateway.routes.epmet-ext-server.url>http://127.0.0.1:8113</gateway.routes.epmet-ext-server.url> |
|
|
|
<gateway.routes.epmet-ext-server.url>lb://epmet-ext-server</gateway.routes.epmet-ext-server.url> |
|
|
|
<!-- <gateway.routes.epmet-ext-server.url>http://127.0.0.1:8113</gateway.routes.epmet-ext-server.url>--> |
|
|
|
<!-- 35、多数据源服务 --> |
|
|
|
<!-- <gateway.routes.data-aggregator-server.url>lb://data-aggregator-server</gateway.routes.data-aggregator-server.url>--> |
|
|
|
<gateway.routes.data-aggregator-server.url>http://127.0.0.1:8114</gateway.routes.data-aggregator-server.url> |
|
|
|
<gateway.routes.data-aggregator-server.url>lb://data-aggregator-server</gateway.routes.data-aggregator-server.url> |
|
|
|
<!-- <gateway.routes.data-aggregator-server.url>http://127.0.0.1:8114</gateway.routes.data-aggregator-server.url>--> |
|
|
|
<!-- 36、中间库服务 --> |
|
|
|
<!-- <gateway.routes.open-data-worker-server.url>lb://open-data-worker-server</gateway.routes.open-data-worker-server.url>--> |
|
|
|
<gateway.routes.open-data-worker-server.url>http://127.0.0.1:8117</gateway.routes.open-data-worker-server.url> |
|
|
|
<gateway.routes.open-data-worker-server.url>lb://open-data-worker-server</gateway.routes.open-data-worker-server.url> |
|
|
|
<!-- <gateway.routes.open-data-worker-server.url>http://127.0.0.1:8117</gateway.routes.open-data-worker-server.url>--> |
|
|
|
|
|
|
|
<!--宣传服务--> |
|
|
|
<!-- <gateway.routes.epmet-openapi-adv-server.url>lb://epmet-openapi-adv-server</gateway.routes.epmet-openapi-adv-server.url>--> |
|
|
|
<gateway.routes.epmet-openapi-adv-server.url>http://127.0.0.1:8115</gateway.routes.epmet-openapi-adv-server.url> |
|
|
|
<gateway.routes.epmet-openapi-adv-server.url>lb://epmet-openapi-adv-server</gateway.routes.epmet-openapi-adv-server.url> |
|
|
|
<!-- <gateway.routes.epmet-openapi-adv-server.url>http://127.0.0.1:8115</gateway.routes.epmet-openapi-adv-server.url>--> |
|
|
|
<!--问卷服务--> |
|
|
|
<!-- <gateway.routes.tduck-api.url>lb://tduck-api</gateway.routes.tduck-api.url>--> |
|
|
|
<gateway.routes.tduck-api.url>http://localhost:8116</gateway.routes.tduck-api.url> |
|
|
|
<gateway.routes.tduck-api.url>lb://tduck-api</gateway.routes.tduck-api.url> |
|
|
|
<!-- <gateway.routes.tduck-api.url>http://localhost:8116</gateway.routes.tduck-api.url>--> |
|
|
|
<!-- 插件:数字底座动力主轴 --> |
|
|
|
<gateway.routes.plugin.power-base-server.url>lb://pli-power-base-server |
|
|
|
</gateway.routes.plugin.power-base-server.url> |
|
|
|
<gateway.routes.plugin.power-base-server.url>lb://pli-power-base-server</gateway.routes.plugin.power-base-server.url> |
|
|
|
<!--钉钉 机器人地址--> |
|
|
|
<dingTalk.robot.webHook> |
|
|
|
https://oapi.dingtalk.com/robot/send?access_token=e894e5690f9d6a527722974c71548ff6c0fe29bd956589a09e21b16442a35ed4 |
|
|
|