Commit 90886fbc authored by cy's avatar cy

支付,广告填加标题字段

parent 8f981d4f
...@@ -26,6 +26,7 @@ public interface SchemeService { ...@@ -26,6 +26,7 @@ public interface SchemeService {
*/ */
R<VolunteerVo> getList(SchemeVo schemeVo); R<VolunteerVo> getList(SchemeVo schemeVo);
/** /**
* 根据方案id,删除方案 * 根据方案id,删除方案
* *
......
...@@ -59,5 +59,5 @@ public class WxCommon { ...@@ -59,5 +59,5 @@ public class WxCommon {
/** /**
* 认证类型 * 认证类型
*/ */
public static final String PRIVATE_KEY = "efef4a06a1654e0f78d113377ea37aed"; public static final String PRIVATE_KEY = "a72e174a8c7f903bc4e5ae3c021eb552";
} }
...@@ -3,8 +3,8 @@ spring: ...@@ -3,8 +3,8 @@ spring:
type: com.alibaba.druid.pool.DruidDataSource type: com.alibaba.druid.pool.DruidDataSource
druid: druid:
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://192.168.110.165:3306/volunteer?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=GMT%2B8 #url: jdbc:mysql://192.168.110.165:3306/volunteer?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=GMT%2B8
#url: jdbc:mysql://localhost:3306/volunteer?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=GMT%2B8 url: jdbc:mysql://localhost:3306/volunteer?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=GMT%2B8
username: root username: root
password: adm4HYservice$ password: adm4HYservice$
initial-size: 10 initial-size: 10
...@@ -78,4 +78,4 @@ aliPay: ...@@ -78,4 +78,4 @@ aliPay:
wxPay: wxPay:
APP_ID: wx7d8f4502a2bfa865 APP_ID: wx7d8f4502a2bfa865
MCH_ID: 1606042985 MCH_ID: 1606042985
PRIVATE_KEY: efef4a06a1654e0f78d113377ea37aed PRIVATE_KEY: a72e174a8c7f903bc4e5ae3c021eb552
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment