feat : sts

This commit is contained in:
2025-04-14 17:46:06 +08:00
parent 217ed0c240
commit e996536bf5
10 changed files with 491 additions and 7 deletions

View File

@@ -20,6 +20,8 @@ class ConfigCode
const string USER_AGREEMENT = 'UserAgreement'; // 用户使用协议
const string USER_PRIVACY_AGREEMENT = 'UserPrivacyAgreement'; // 用户隐私协议
const string APP_LOGO = 'AppLogo'; // app 图标
const string ONE_CLICK_SHOPPING_FOR_CATEGORY_NAME = 'OneClickShoppingForCategoryName'; // 一键选购分类名称
const string ONE_CLICK_SHOPPING_FOR_CATEGORY_IMAGE = 'OneClickShoppingForCategoryImage'; // 一键选购分类图片
/**
@@ -52,7 +54,9 @@ class ConfigCode
self::BUSINESS_LICENSE => 'https://www.baidu.com',
self::USER_AGREEMENT => 'https://www.baidu.com',
self::USER_PRIVACY_AGREEMENT => 'https://www.baidu.com',
self::APP_LOGO => 'https://www.baidu.com',
self::APP_LOGO => 0,
self::ONE_CLICK_SHOPPING_FOR_CATEGORY_NAME => '一件选购',
self::ONE_CLICK_SHOPPING_FOR_CATEGORY_IMAGE => 0,
//CouponConfiguration
self::COUPONS_FOR_NEWCOMERS => '0',
self::NEWBIE_COUPON_VALIDITY => '0',