去掉提现固定账号

This commit is contained in:
renhaoting 2026-01-05 19:13:10 +08:00
parent 54d878cd94
commit 85bceb3b68
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ class WithdrawViewModel : ViewModel() {
fun withdrawPayout(initUUID: String, payItemId: Int, payCashNum: Double) { fun withdrawPayout(initUUID: String, payItemId: Int, payCashNum: Double) {
viewModelScope.launch { viewModelScope.launch {
val requestParam = PayoutReq().applyInitFields().apply { val requestParam = PayoutReq().applyInitFields().apply {
val bankAccount = "11032341882" //AccountManager.getAccount()?.bankInfo?.bankAccount val bankAccount = AccountManager.getAccount().bankInfo?.bankAccount
val accountType = "CPF" val accountType = "CPF"
account = bankAccount account = bankAccount
@ -60,7 +60,7 @@ class WithdrawViewModel : ViewModel() {
document_type = accountType document_type = accountType
document_id = bankAccount document_id = bankAccount
name = "CapyBucks" name = "CapyBucks"
clientName = "com.jaguar.pace.earn.cash.free.game" //AndroidUtil.getPackageId() clientName = AndroidUtil.getPackageId()
dataAdjust.gps_adid = "gaid" dataAdjust.gps_adid = "gaid"