Commit c92ba964 authored by mengcuiguang's avatar mengcuiguang

new pro

parent 3081258c
package com.duben.miniplayletd.common package com.duben.miniplayletd.common
import com.duben.miniplayletd.BuildConfig
import com.duben.miniplayletd.utils.VersionUtils
object Constant { object Constant {
const val PAGE_SIZE = 12 const val PAGE_SIZE = 12
...@@ -18,7 +21,7 @@ object Constant { ...@@ -18,7 +21,7 @@ object Constant {
const val IS_FIRST_VIP_BTN = "is_first_agree_btn" const val IS_FIRST_VIP_BTN = "is_first_agree_btn"
const val IS_FIRST_VEDIO = "is_first_vedio" const val IS_FIRST_VEDIO = "is_first_vedio"
const val TAG_NAME = "SUN" const val TAG_NAME = "SUN"
const val MINTS_APP_NAME = "迷你短剧" const val MINTS_APP_NAME = "每日小短剧"
const val MINTS_PKG_NAME = "com.duben.miniplayletd" const val MINTS_PKG_NAME = "com.duben.miniplayletd"
const val ACTION_EXIT_APP = "package.exit" const val ACTION_EXIT_APP = "package.exit"
const val LUCKY_FLAG = "LUCKY_FLAG" const val LUCKY_FLAG = "LUCKY_FLAG"
...@@ -48,7 +51,7 @@ object Constant { ...@@ -48,7 +51,7 @@ object Constant {
const val FRAGMENT_CLICK_FOUR = 3 const val FRAGMENT_CLICK_FOUR = 3
// 协议地址 // 协议地址
var REGISTER_URL = "http://mints-web.mints-id.com/agreements/miniplaylet/yhxy.html"//注册协议 var REGISTER_URL = BuildConfig.MainIp+"/agreements/${VersionUtils.getEndPkg()}/yhxy.html"//注册协议
var PRIVACY_URL = "http://mints-web.mints-id.com/agreements/miniplaylet/syzc.html"//隐私协议 var PRIVACY_URL = BuildConfig.MainIp+"/agreements/${VersionUtils.getEndPkg()}/syzc.html"//隐私协议
var MEMBERS_URL = "https://mints-web.mints-id.com/agreements/miniplaylet/gmxy.html"//会员付费服务协议 var MEMBERS_URL = BuildConfig.MainIp+"/agreements/${VersionUtils.getEndPkg()}/gmxy.html"//会员付费服务协议
} }
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment