feat : sts
This commit is contained in:
@@ -22,6 +22,8 @@ class ConfigCode
|
||||
const string APP_LOGO = 'AppLogo'; // app 图标
|
||||
const string ONE_CLICK_SHOPPING_FOR_CATEGORY_NAME = 'OneClickShoppingForCategoryName'; // 一键选购分类名称
|
||||
const string ONE_CLICK_SHOPPING_FOR_CATEGORY_IMAGE = 'OneClickShoppingForCategoryImage'; // 一键选购分类图片
|
||||
const string SPECIALS_CATEGORY_NAME = 'SpecialsCategoryName'; //特惠商品分类名称
|
||||
const string SPECIALS_CATEGORY_IMAGE = 'SpecialsCategoryImage'; // 特惠商品分类图片
|
||||
|
||||
|
||||
/**
|
||||
@@ -55,8 +57,10 @@ class ConfigCode
|
||||
self::USER_AGREEMENT => 'https://www.baidu.com',
|
||||
self::USER_PRIVACY_AGREEMENT => 'https://www.baidu.com',
|
||||
self::APP_LOGO => 0,
|
||||
self::ONE_CLICK_SHOPPING_FOR_CATEGORY_NAME => '一件选购',
|
||||
self::ONE_CLICK_SHOPPING_FOR_CATEGORY_NAME => '一键选购',
|
||||
self::ONE_CLICK_SHOPPING_FOR_CATEGORY_IMAGE => 0,
|
||||
self::SPECIALS_CATEGORY_NAME => '特惠商品',
|
||||
self::SPECIALS_CATEGORY_IMAGE => 0,
|
||||
//CouponConfiguration
|
||||
self::COUPONS_FOR_NEWCOMERS => '0',
|
||||
self::NEWBIE_COUPON_VALIDITY => '0',
|
||||
|
||||
Reference in New Issue
Block a user