第N+2次提交

This commit is contained in:
xuhuixiang
2025-04-28 17:43:05 +08:00
parent 0172042233
commit 725426ea65
96 changed files with 3379 additions and 1590 deletions

View File

@@ -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);

View File

@@ -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);