app_consts.dart 768 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 userTermSdkUrl = 'http://page.kouyuxingqiu.com/term_sdk.html';

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