第N+2次提交
This commit is contained in:
@@ -419,7 +419,9 @@ public class PaymentActivity extends BaseActivity {
|
||||
maps.put("remark", viewBinding.memoEt.getText().toString().trim());
|
||||
}
|
||||
maps.put("coinType", 0);
|
||||
maps.put("substationId", IMUIKitConfig.SUBSTATIONID);
|
||||
if (!TextUtils.isEmpty(IMUIKitConfig.SUBSTATIONID)) {
|
||||
maps.put("substationId", IMUIKitConfig.SUBSTATIONID);
|
||||
}
|
||||
maps.put("payVerifyCode", type);
|
||||
maps.put("receiptType", 2);
|
||||
|
||||
|
||||
@@ -469,7 +469,9 @@ public class PaymentActivity1 extends BaseActivity {
|
||||
maps.put("remark", viewBinding.memoEt.getText().toString().trim());
|
||||
}
|
||||
maps.put("coinType", 0);
|
||||
maps.put("substationId", IMUIKitConfig.SUBSTATIONID);
|
||||
if (!TextUtils.isEmpty(IMUIKitConfig.SUBSTATIONID)) {
|
||||
maps.put("substationId", IMUIKitConfig.SUBSTATIONID);
|
||||
}
|
||||
maps.put("payVerifyCode", type);
|
||||
maps.put("receiptType", 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user