更新越南支付

master
DESKTOP-C3M45P4\dengdan 2025-01-06 17:57:48 +08:00
parent e4bb01d181
commit 26de587d16
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public class VietnamGamotaRechargeController {
} }
public static GamotaObj verifyOrder(Map<String,String> map,String apiKey) { public static GamotaObj verifyOrder(Map<String,String> map,String apiKey) {
String url = "https://paygate.gamota.com/v1/services/check_transaction?api_key = " + apiKey; String url = "https://paygate.gamota.com/v1/services/check_transaction?api_key=" + apiKey;
Map<String,String> parms = new HashMap<>(); Map<String,String> parms = new HashMap<>();
parms.put("transaction_id",map.get("transaction_id")); parms.put("transaction_id",map.get("transaction_id"));
try { try {