1:修改微信商户号
2:修改提现短信
This commit is contained in:
@@ -262,7 +262,7 @@ public class WithdrawalActivity extends BaseMvpActivity<WithdrawalPresenter, Act
|
||||
@Override
|
||||
public void afterTextChanged(Editable s) {
|
||||
String code = etVerificationCode.getText().toString().trim();
|
||||
if (!TextUtils.isEmpty(code)) {
|
||||
if (!TextUtils.isEmpty(code) && code.length() >= 6) {
|
||||
// 验证码验证逻辑
|
||||
MvpPre.withdrawal(mBinding.etCustomAmount.getText().toString(), selectedItem.getType(), code);
|
||||
dialog.dismiss();
|
||||
|
||||
Reference in New Issue
Block a user