|
@@ -142,18 +142,18 @@ spring:
|
|
|
#password: root
|
|
|
#driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
#redis 配置
|
|
|
- redis:
|
|
|
- database: 0
|
|
|
- host: 127.0.0.1
|
|
|
- lettuce:
|
|
|
- pool:
|
|
|
- max-active: 8 #最大连接数据库连接数,设 0 为没有限制
|
|
|
- max-idle: 8 #最大等待连接中的数量,设 0 为没有限制
|
|
|
- max-wait: -1ms #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。
|
|
|
- min-idle: 0 #最小等待连接中的数量,设 0 为没有限制
|
|
|
- shutdown-timeout: 100ms
|
|
|
- password: hcst@2020
|
|
|
- port: 6379
|
|
|
+# redis:
|
|
|
+# database: 0
|
|
|
+# host: 127.0.0.1
|
|
|
+# lettuce:
|
|
|
+# pool:
|
|
|
+# max-active: 8 #最大连接数据库连接数,设 0 为没有限制
|
|
|
+# max-idle: 8 #最大等待连接中的数量,设 0 为没有限制
|
|
|
+# max-wait: -1ms #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。
|
|
|
+# min-idle: 0 #最小等待连接中的数量,设 0 为没有限制
|
|
|
+# shutdown-timeout: 100ms
|
|
|
+# password: hcst@2020
|
|
|
+# port: 6379
|
|
|
#mybatis plus 设置
|
|
|
mybatis-plus:
|
|
|
mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml
|
|
@@ -287,3 +287,39 @@ justauth:
|
|
|
type: default
|
|
|
prefix: 'demo::'
|
|
|
timeout: 1h
|
|
|
+
|
|
|
+bytedance:
|
|
|
+ appId: 1635316529903624
|
|
|
+ secret: 0c51523e90d6166418fc8421a4896808e90e26f4
|
|
|
+ url:
|
|
|
+ auth-prefix: https://ad.oceanengine.com/openapi
|
|
|
+ api-prefix: https://ad.oceanengine.com/open_api
|
|
|
+ callback-url: http://adsp.c-top.com.cn:8080/jeecg-boot/bytedance
|
|
|
+ refresh-token: /oauth2/refresh_token
|
|
|
+ advertiser-info: /2/advertiser/public_info/
|
|
|
+ ad-get: /2/ad/get/
|
|
|
+ ad-create: /2/ad/create/
|
|
|
+ ad-update: /2/ad/update/
|
|
|
+ ad-update-status: /2/ad/update/status/
|
|
|
+ ad-update-bid: /2/ad/update/bid/
|
|
|
+ ad-update-budget: /2/ad/update/budget/
|
|
|
+ ad-update-reject-reason: 2/ad/reject_reason/
|
|
|
+ campaign-get: /2/campaign/get/
|
|
|
+ campaign-create: /2/campaign/create/
|
|
|
+ campaign-update-status: /2/campaign/update/status/
|
|
|
+ campaign-update: /2/campaign/update/
|
|
|
+ dmp-custom-audience-select: /2/dmp/custom_audience/select/
|
|
|
+ file-video-ad: /2/file/video/ad/
|
|
|
+ file-image-ad: /2/file/image/ad/
|
|
|
+ creative-update-status: /2/creative/update/status/
|
|
|
+ creative-material-get: /2/creative/material/read/
|
|
|
+ creative-create-v2: /2/creative/create_v2/
|
|
|
+ creative-get: /2/creative/get/
|
|
|
+ creative-read: /2/creative/read_v2/
|
|
|
+ creative-update: /2/creative/update_v2/
|
|
|
+ creative-reject-reason: /2/creative/reject_reason/
|
|
|
+ advertiser-report-get: /2/report/advertiser/get/
|
|
|
+ campaign-report-get: /2/report/campaign/get/
|
|
|
+ ad-report-get: /2/report/ad/get/
|
|
|
+ ad-creative-get: /2/report/creative/get/
|
|
|
+ advertiser-fund-daily-stat: /2/advertiser/fund/daily_stat/
|