Browse Source

测试

master
zhangyuan 3 years ago
parent
commit
a7a3f5e6fb
  1. 22
      epdc-cloud-custom/pom.xml
  2. 6
      epdc-cloud-custom/src/main/java/com/elink/esua/epdc/modules/third/controller/CommunityManageController.java

22
epdc-cloud-custom/pom.xml

@ -217,10 +217,17 @@
<server.port>17040</server.port> <server.port>17040</server.port>
<!-- redis配置 -->
<spring.redis.index>8</spring.redis.index> <spring.redis.index>8</spring.redis.index>
<spring.redis.host>r-m5eh5czgb1nucti6azpd.redis.rds.aliyuncs.com</spring.redis.host> <spring.redis.host>r-v0l694084401a044pd.redis.rds.aliyuncs.com</spring.redis.host>
<spring.redis.port>10001</spring.redis.port> <spring.redis.port>6379</spring.redis.port>
<spring.redis.password>elink!888</spring.redis.password> <spring.redis.password>CJ!redis@elink</spring.redis.password>
<!-- nacos -->
<nacos.register-enabled>true</nacos.register-enabled>
<nacos.server-addr>192.168.0.175:8848</nacos.server-addr>
<nacos.ip>192.168.0.175</nacos.ip>
<nacos.namespace>33672684-31a6-4550-9586-7f0317b85196</nacos.namespace>
<spring.datasource.druid.url> <spring.datasource.druid.url>
<![CDATA[jdbc:mysql://rm-m5eguiv2827bdye798o.mysql.rds.aliyuncs.com:10001/yushan_esua_epdc_custom?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]> <![CDATA[jdbc:mysql://rm-m5eguiv2827bdye798o.mysql.rds.aliyuncs.com:10001/yushan_esua_epdc_custom?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]>
@ -238,11 +245,6 @@
<analysis.wx.ma.appId>wx9b6102a8ee5add65</analysis.wx.ma.appId> <analysis.wx.ma.appId>wx9b6102a8ee5add65</analysis.wx.ma.appId>
<analysis.wx.ma.secret>394f47d4e08fc0fd629231d3f68a34dc</analysis.wx.ma.secret> <analysis.wx.ma.secret>394f47d4e08fc0fd629231d3f68a34dc</analysis.wx.ma.secret>
<!-- nacos -->
<nacos.register-enabled>true</nacos.register-enabled>
<nacos.server-addr>115.29.142.202:8848</nacos.server-addr>
<nacos.ip>115.29.142.202</nacos.ip>
<nacos.namespace>8831513c-2f72-42e8-899f-eb6c2c5ae110</nacos.namespace>
<!--RocketMQ--> <!--RocketMQ-->
<rocketmq.name.server>192.168.0.59:9876</rocketmq.name.server> <rocketmq.name.server>192.168.0.59:9876</rocketmq.name.server>
<rocketmq.consumer.group>organizationGroup</rocketmq.consumer.group> <rocketmq.consumer.group>organizationGroup</rocketmq.consumer.group>
@ -305,8 +307,8 @@
<!--小程序前缀--> <!--小程序前缀-->
<qr.code.pre>https://epdc-yushan.elinkservice.cn/familyInfo/</qr.code.pre> <qr.code.pre>https://epdc-yushan.elinkservice.cn/familyInfo/</qr.code.pre>
<!--社区管理对接借口--> <!--社区管理对接借口-->
<third.community.url>https://epdc-yushan.elinkservice.cn/familyInfo/</third.community.url> <third.community.url>http://open-service.litenews.cn</third.community.url>
<third.community.path>http://open-service.litenews.cn</third.community.path> <third.community.path>/api_circle/apis</third.community.path>
<third.community.appKey>696e0c9ee47a42dfab1ce9841852267c</third.community.appKey> <third.community.appKey>696e0c9ee47a42dfab1ce9841852267c</third.community.appKey>
<third.community.secret>f3jhlnilv4oy5aysk2o3m6asxcg3gnx7</third.community.secret> <third.community.secret>f3jhlnilv4oy5aysk2o3m6asxcg3gnx7</third.community.secret>
<third.community.orgid>257</third.community.orgid> <third.community.orgid>257</third.community.orgid>

6
epdc-cloud-custom/src/main/java/com/elink/esua/epdc/modules/third/controller/CommunityManageController.java

@ -29,10 +29,10 @@ import org.springframework.web.bind.annotation.RestController;
/** /**
* customer 库共用图片表 * 社区管理推送数据
* *
* @author qu qu@elink-cn.com * @author zhy
* @since v1.0.0 2021-09-14 * @date 2022/12/8 9:50
*/ */
@RestController @RestController
@RequestMapping("manage") @RequestMapping("manage")

Loading…
Cancel
Save