app_consts.dart 877 Bytes
import '../request/basic_config.dart';

class AppConsts {
  /// 隐私协议
  static const String userPrivacyPolicyUrl =
      'http://page.kouyuxingqiu.com/wowenglishuserregister.html';

  /// 儿童隐私协议
  static const String childrenPrivacyPolicyUrl =
      'http://page.kouyuxingqiu.com/wowenglishchildprotect.html';

  /// 小鵝通
  static const String xiaoeShopUrl = 'https://appo61s7g678876.h5.xiaoeknow.com';

  /// 与第三方共享协议
  static const String userTermSdkUrl =
      'http://page.kouyuxingqiu.com/term_sdk.html';

  /// 先声SDK
  static String xsAppKey = 'a418';
  static String xsAppSecretKey = BasicConfig.isTestDev
      ? '1a16f31f2611bf32fb7b3fc38f5b2c81'
      : 'c11163aa6c834a028da4a4b30955be99';
  static String xsAppService = BasicConfig.isTestDev
      ? 'ws://trial.cloud.ssapi.cn:8080'
      : '"wss://api.cloud.ssapi.cn';
}