@ -120,6 +120,7 @@ public class AuthConfig implements WebMvcConfigurer {
.excludePathPatterns("/czOrder/orderRefundNotify")
.excludePathPatterns("/tPig/*")
.excludePathPatterns("/telApi/*")
.excludePathPatterns("/cmsContent/*")
;
}
@ -9,7 +9,7 @@ debug: false
#datasource数据源设置
spring:
datasource:
url: jdbc:mysql://139.159.177.244:3306/hsg_pre?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false
url: jdbc:mysql://122.9.135.148:3306/hsg?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8
username: root
password: HF123456.
type: com.alibaba.druid.pool.DruidDataSource
@ -128,6 +128,7 @@ public class GoodsOrderServiceImpl implements PayService {
throw ErrorHelp.genException(SysCode.System, ErrorCode.COMMON_ERROR, "获取token失败");
Map<String,Object> push = new HashMap<>();
push.put("token", tokenObject.getString("data"));
push.put("couTypeCode", coupon.getCouponKey());