域名修改
This commit is contained in:
@@ -66,19 +66,19 @@ android {
|
||||
signingConfigs {
|
||||
|
||||
v2 {
|
||||
storeFile file('../yinyou.jks')
|
||||
storePassword "yinyou2021"
|
||||
keyAlias "yinyou"
|
||||
keyPassword "yinyou2021"
|
||||
storeFile file('../moshen.jks')
|
||||
storePassword "moshen2020"
|
||||
keyAlias "moshen"
|
||||
keyPassword "moshen2020"
|
||||
v2SigningEnabled true
|
||||
v1SigningEnabled true
|
||||
}
|
||||
|
||||
v1 {
|
||||
storeFile file('../yinyou.jks')
|
||||
storePassword "yinyou2021"
|
||||
keyAlias "yinyou"
|
||||
keyPassword "yinyou2021"
|
||||
storeFile file('../moshen.jks')
|
||||
storePassword "moshen2020"
|
||||
keyAlias "moshen"
|
||||
keyPassword "moshen2020"
|
||||
v2SigningEnabled false
|
||||
v1SigningEnabled true
|
||||
}
|
||||
@@ -137,7 +137,7 @@ android {
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
buildConfigField "String", "BASE_URL", "\"https://api.lecheng163.com/\""
|
||||
buildConfigField "String", "BASE_URL", "\"https://yinyou.api.shengxuanwangluo.com/\""
|
||||
buildConfigField "String", "BASE_URL_DEBUG", "BASE_URL"
|
||||
buildConfigField "String", "BASE_URL_STAGING", "BASE_URL"
|
||||
buildConfigField "String", "BASE_URL_RELEASE", "BASE_URL"
|
||||
@@ -150,8 +150,8 @@ android {
|
||||
debug {
|
||||
buildConfigField "String", "BASE_URL", "\"http://api.uat.lecheng163.com/\""
|
||||
buildConfigField "String", "BASE_URL_DEBUG", "BASE_URL"
|
||||
buildConfigField "String", "BASE_URL_STAGING", "\"https://api.lecheng163.com/\""
|
||||
buildConfigField "String", "BASE_URL_RELEASE", "\"https://api.lecheng163.com/\""
|
||||
buildConfigField "String", "BASE_URL_STAGING", "\"https://yinyou.api.shengxuanwangluo.com/\""
|
||||
buildConfigField "String", "BASE_URL_RELEASE", "\"https://yinyou.api.shengxuanwangluo.com/\""
|
||||
minifyEnabled false
|
||||
shrinkResources false
|
||||
signingConfig signingConfigs.v1
|
||||
|
@@ -107,7 +107,7 @@ public abstract class BaseLoginAct extends BaseActivity {
|
||||
//showTvLoginTip(loginTipsInfo.isShowWechat() || loginTipsInfo.isShowQq());
|
||||
//showThirdPartLogin(loginTipsInfo.isShowWechat(), loginTipsInfo.isShowQq(), loginTipsInfo.isShowOneClick());
|
||||
showTvLoginTip(false);
|
||||
showThirdPartLogin(false, false, loginTipsInfo.isShowOneClick());
|
||||
showThirdPartLogin(false, false, false);
|
||||
} else {
|
||||
showTvLoginTip(false);
|
||||
showThirdPartLogin(false, false, false);
|
||||
|
@@ -55,6 +55,7 @@
|
||||
android:text="本机号码一键登录"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="@dimen/dp_15"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/iv_logo"
|
||||
@@ -85,14 +86,14 @@
|
||||
android:background="@drawable/bg_login_protocol_hint"
|
||||
android:gravity="center_horizontal|bottom"
|
||||
android:paddingBottom="6dp"
|
||||
android:visibility="gone"
|
||||
android:text="同意隐私政策和用户协议后,才可以注册登录哦~"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="10dp"
|
||||
tools:visibility="visible"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/tv_protocol" />
|
||||
app:layout_constraintTop_toBottomOf="@id/tv_protocol"
|
||||
tools:visibility="visible" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/container_third_part"
|
||||
|
@@ -9,16 +9,11 @@ import com.mango.core.manager.AvRoomDataManager;
|
||||
*/
|
||||
public class UriProvider {
|
||||
|
||||
|
||||
public static String SERVER_DEBUG = "http://beta.tutuyuyin.com/";
|
||||
|
||||
public static String SERVER_STAGING = "http://staging.tutuyuyin.com/";
|
||||
public static String SERVER_RELEASE = "https://www.tutuyuyin.com/";
|
||||
/**
|
||||
* 默认以下生产环境地址
|
||||
*/
|
||||
public static String JAVA_WEB_URL = "https://api.lecheng163.com/";
|
||||
public static String IM_SERVER_URL = "https://api.lecheng163.com/";
|
||||
public static String JAVA_WEB_URL = "https://yinyou.api.shengxuanwangluo.com/";
|
||||
public static String IM_SERVER_URL = "https://yinyou.api.shengxuanwangluo.com/";
|
||||
|
||||
/**
|
||||
* 初始化URL
|
||||
|
@@ -276,7 +276,7 @@ public class XChatConstants {
|
||||
/**
|
||||
* Referer (RELEASE)
|
||||
*/
|
||||
public static final String KEY_REFERER_RELEASE = "https://api.lecheng163.com/";
|
||||
public static final String KEY_REFERER_RELEASE = "https://yinyou.api.shengxuanwangluo.com/";
|
||||
public static final String APP_MARK = "yinyou";
|
||||
/**
|
||||
* 聊天室文本消息易盾反垃圾业务id
|
||||
|
@@ -6,7 +6,7 @@
|
||||
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
||||
# Specifies the JVM arguments used for the daemon process.
|
||||
# The setting is particularly useful for tweaking memory settings.
|
||||
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=1024m
|
||||
org.gradle.jvmargs=-Xmx8192m -XX:MaxPermSize=4096m
|
||||
org.gradle.daemon=true
|
||||
# When configured, Gradle will run in incubating parallel mode.
|
||||
# This option should only be used with decoupled projects. More details, visit
|
||||
|
@@ -9,12 +9,12 @@ MobSDK {
|
||||
gui false
|
||||
devInfo {
|
||||
Wechat {
|
||||
appId "wx3f0462eb7eccd64f"
|
||||
appSecret "1c07949e3f53433f1c6038bfcdd54c40"
|
||||
appId "wx65d13b22662a9c68"
|
||||
appSecret "1bc805724f29a441ff66be5c32ff9ab4"
|
||||
}
|
||||
WechatMoments {
|
||||
appId "wx3f0462eb7eccd64f"
|
||||
appSecret "1c07949e3f53433f1c6038bfcdd54c40"
|
||||
appId "wx65d13b22662a9c68"
|
||||
appSecret "1bc805724f29a441ff66be5c32ff9ab4"
|
||||
}
|
||||
QQ {
|
||||
appId "101937205"
|
||||
|
BIN
moshen.jks
Normal file
BIN
moshen.jks
Normal file
Binary file not shown.
@@ -16,8 +16,8 @@
|
||||
<Tumblr Enable="false" />
|
||||
<Email Enable="false" />
|
||||
<ShortMessage Enable="false" />
|
||||
<Wechat AppId="wx3f0462eb7eccd64f" AppSecret="1c07949e3f53433f1c6038bfcdd54c40" />
|
||||
<WechatMoments AppId="wx3f0462eb7eccd64f" AppSecret="1c07949e3f53433f1c6038bfcdd54c40" />
|
||||
<Wechat AppId="wx65d13b22662a9c68" AppSecret="1bc805724f29a441ff66be5c32ff9ab4" />
|
||||
<WechatMoments AppId="wx65d13b22662a9c68" AppSecret="1bc805724f29a441ff66be5c32ff9ab4" />
|
||||
<QQ AppId="101937205" AppKey="458ed9d671ba4b177799189db5fbc434" ShareByAppClient="true" />
|
||||
<Instapaper Enable="false" />
|
||||
<Pocket Enable="false" />
|
||||
|
Submodule xplan-flutter deleted from a46a357c58
Reference in New Issue
Block a user