新增团购枚举常量

This commit is contained in:
yxz 2025-04-28 18:43:30 +08:00
parent 6ab39d84f2
commit a5f7e20891
3 changed files with 10 additions and 5 deletions

View File

@ -8,9 +8,9 @@ cpop:
gateway:
rsa-keypair:
# 公钥文件
publicKeyFile: E:\Cpop\Cpop-Union\Cpop-Core\src\main\resources\static\keyPair\publicKey
publicKeyFile: E:\Code_Project\Jambox_Project\Cpop-Union\Cpop-Core\src\main\resources\static\keyPair\publicKey
# 公钥文件
privateKeyFile: E:\Cpop\Cpop-Union\Cpop-Core\src\main\resources\static\keyPair\privateKey
privateKeyFile: E:\Code_Project\Jambox_Project\Cpop-Union\Cpop-Core\src\main\resources\static\keyPair\privateKey
# DataSource Config
spring:

View File

@ -30,6 +30,11 @@ public enum EasyLearnPayPayEnum {
*/
DIGITAL_CURRENCY("DigitalCurrency",3),
/**
* 团购
*/
GROUP_BOOKING("GROUP_BOOKING",4),
/**
* 预付
*/

View File

@ -8,9 +8,9 @@ cpop:
gateway:
rsa-keypair:
# 公钥文件
publicKeyFile: E:\Cpop\Cpop-Union\Cpop-Core\src\main\resources\static\keyPair\publicKey
publicKeyFile: E:\Code_Project\Jambox_Project\Cpop-Union\Cpop-Core\src\main\resources\static\keyPair\publicKey
# 公钥文件
privateKeyFile: E:\Cpop\Cpop-Union\Cpop-Core\src\main\resources\static\keyPair\privateKey
privateKeyFile: E:\Code_Project\Jambox_Project\Cpop-Union\Cpop-Core\src\main\resources\static\keyPair\privateKey
# DataSource Config
spring:
@ -60,7 +60,7 @@ mybatis-flex:
oam:
url: jdbc:mysql://localhost:3306/cpop_dev?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
password: Admin@123
password: root
jambox:
url: jdbc:mysql://sh-cynosdbmysql-grp-fggo83js.sql.tencentcdb.com:20965/jambox_test?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true
username: root