generated from root/miduo_server
更新越南支付
parent
e4bb01d181
commit
26de587d16
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue