app_consts.dart
675 Bytes
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 const String chivoxAppKey = '1718784836000171';
static const String chivoxSecretKey = '3ce4e362e86b6c95e3b39a29fa486167';
}