二建连

1.区分一键连客服
2.活动取消
This commit is contained in:
11111 2026-01-08 19:01:36 +08:00
parent af95c310a4
commit 8fd253692c
4 changed files with 33 additions and 4 deletions

29
app/google-services.json Normal file
View File

@ -0,0 +1,29 @@
{
"project_info": {
"project_number": "321336299306",
"project_id": "yijianlian-3e318",
"storage_bucket": "yijianlian-3e318.firebasestorage.app"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:321336299306:android:572d539bef07b6718b9853",
"android_client_info": {
"package_name": "com.jsq.wufu"
}
},
"oauth_client": [],
"api_key": [
{
"current_key": "AIzaSyABfmUvnqxSjzg6KAmDiRdvzfPC6f3zO-w"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": []
}
}
}
],
"configuration_version": "1"
}

View File

@ -252,8 +252,7 @@ class SettingFragment : BaseFragment(), CoroutineScope by CoroutineScope(Dispatc
}
3->{
// startActivity(Intent(requireContext(), ActivityActivity::class.java))
throw RuntimeException("Crashlytics test")
startActivity(Intent(requireContext(), ActivityActivity::class.java))
}
4->{
mainAtyVM.vipSign()

View File

@ -111,11 +111,11 @@ class CustomerServiceWebView:BaseActivity() {
.encode(BZYConstants.MMKV_KEY_KEFU_HOST, str)
}
customerServiceHost = str
csWebView.loadUrl(str+"&app_account=${enName}"+"&app_t=${resources.getString(R.string.yijianlian)}"+"&app_v=${BuildConfig.VERSION_NAME}."+BuildConfig.productId)
csWebView.loadUrl(str+"&app_account=${enName}"+"&app_t=${resources.getString(R.string.yijianlianCustom)}"+"&app_v=${BuildConfig.VERSION_NAME}."+BuildConfig.productId)
}
}
} else {
csWebView.loadUrl(customerServiceHost + "&app_account=${enName}"+"&app_t=${resources.getString(R.string.yijianlian)}"+"&app_v=${BuildConfig.VERSION_NAME}."+BuildConfig.productId)
csWebView.loadUrl(customerServiceHost + "&app_account=${enName}"+"&app_t=${resources.getString(R.string.yijianlianCustom)}"+"&app_v=${BuildConfig.VERSION_NAME}."+BuildConfig.productId)
}
initKeyboardListener()
}

View File

@ -422,6 +422,7 @@
<string name="tooFast">应用初始化中,请等待1~2秒后重试</string>
<string name="Starting">启动中</string>
<string name="yijianlian">一键连</string>
<string name="yijianlianCustom">二建连客服</string>
<string name="PaySuccessful">支付成功</string>
<string name="PayError">支付失败:</string>
<string name="payDelayStr">\u3000\u3000您的支付订单已成功完成目前平台正在处理中。通常情况下到账会有几秒钟的延迟请您稍作等待。如您已返回应用首页建议等待片刻后手动刷新页面以便更新状态。若几分钟后仍未到账请及时联系客服人员为您处理。感谢您的支持与信任</string>