Browse Source

1、添加天猫的渠道类型

tags/0.0.9+7^0
PH2 3 years ago
parent
commit
6549c54338
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/util/global_config.dart

+ 1
- 1
lib/util/global_config.dart View File

@@ -18,7 +18,7 @@ class GlobalConfig {

/// ====================== 各个渠道的key ====================== ///
static const String PROVIDER_TB = 'taobao'; // 淘宝
static const String PROVIDER_TM = 'tianmao'; // 天猫
static const String PROVIDER_TM = 'tmall'; // 天猫tianmao
static const String PROVIDER_JD = 'jd'; // 京东
static const String PROVIDER_KL = 'kaola'; // 考拉
static const String PROVIDER_VIP = 'vip'; // 唯品会


Loading…
Cancel
Save