Commit f8361d7e authored by mengcuiguang2's avatar mengcuiguang2

代码优化

parent 88ca7a58
...@@ -790,7 +790,7 @@ class VipActivity : BaseActivity(), VipView, View.OnClickListener, ...@@ -790,7 +790,7 @@ class VipActivity : BaseActivity(), VipView, View.OnClickListener,
private fun openAlipayApp(alipayAppId: String) { private fun openAlipayApp(alipayAppId: String) {
AppConfig.enterAlipay = true AppConfig.enterAlipay = true
try { try {
val alipayAppId = "2021004157617228" // val alipayAppId = "2021004157617228"
val path = val path =
"app_uid=" + UserManager.getInstance().userID + "&package_app=" + Constant.MINTS_PKG_NAME//这里是传的参数 "app_uid=" + UserManager.getInstance().userID + "&package_app=" + Constant.MINTS_PKG_NAME//这里是传的参数
val link = URLEncoder.encode(path, "UTF-8")//这里是encode传的参数 val link = URLEncoder.encode(path, "UTF-8")//这里是encode传的参数
......
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