去掉提现固定账号
This commit is contained in:
parent
54d878cd94
commit
85bceb3b68
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue