app_consts.dart 717 Bytes
import 'package:flutter/foundation.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 const String xsAppKey  = kDebugMode?'t418':'a418';
  static const String xsAppSecretKey = kDebugMode?'1a16f31f2611bf32fb7b3fc38f5b2c81':'c11163aa6c834a028da4a4b30955be99';
  static const String xsAppService = kDebugMode?'':'"wss://api.cloud.ssapi.cn';
}