|
@@ -167,6 +167,9 @@ class MainActivity : AppCompatActivity(),
|
|
|
|
|
|
initView()
|
|
|
DFSToastUtil.success(R.string.refresh_success)
|
|
|
+
|
|
|
+ // 支付配置
|
|
|
+ SystemApi.paymentParam()
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -219,6 +222,11 @@ class MainActivity : AppCompatActivity(),
|
|
|
if (isBottom) {
|
|
|
mLoginTokenRefresher.start(this)
|
|
|
handleUnsolvedOrder()
|
|
|
+
|
|
|
+ GlobalScope.launch {
|
|
|
+ // 支付配置
|
|
|
+ SystemApi.paymentParam()
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|