|
|
@@ -6,19 +6,18 @@ class WebUrl {
|
|
|
WebUrl._();
|
|
|
|
|
|
static const String _privacyPolicy =
|
|
|
- "https://doc.v8dashen.com/doc/bad49f15215daa70";
|
|
|
+ "https://doc.v8dashen.com/doc/0ae81e24392fe602";
|
|
|
|
|
|
- static const String _privacyPolicyIos =
|
|
|
- "https://doc.v8dashen.com/doc/7aed0a2b23a10f44";
|
|
|
+ static const String _privacyPolicyIos = "";
|
|
|
|
|
|
static const String _userAgreement =
|
|
|
- "https://doc.v8dashen.com/doc/546b8b5175a1b4db";
|
|
|
+ "https://doc.v8dashen.com/doc/0cd9ef72cd994b13";
|
|
|
|
|
|
- static const String _userAgreementIos =
|
|
|
- "https://doc.v8dashen.com/doc/9ac4289f64ac276a";
|
|
|
+ static const String _userAgreementIos = "";
|
|
|
|
|
|
static const String _shareUrl = "https://ssdw.myaskai.cn/#/";
|
|
|
|
|
|
+ static String get privacyPolicy => _privacyPolicy;
|
|
|
static const String _customUrl = "https://qiyu-kefu.atmob.com";
|
|
|
|
|
|
static String renewalAgreement =
|
|
|
@@ -29,8 +28,4 @@ class WebUrl {
|
|
|
static String get userAgreement => Platform.isIOS? _userAgreementIos : _userAgreement;
|
|
|
|
|
|
static String get shareUrl => _shareUrl;
|
|
|
-
|
|
|
- static String get customUrl {
|
|
|
- return "$_customUrl?ssid=${AccountRepository.getInstance()}&device_id={device_id}&app_platform=5&app_version={app_version}&package_name={package_name}&app_name={app_name}";
|
|
|
- }
|
|
|
}
|