修改越南支付

master
DESKTOP-C3M45P4\dengdan 2025-01-06 19:51:23 +08:00
parent 26de587d16
commit b60e42bd8d
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ public class VietnamGamotaRechargeController {
public static String process(HttpServletRequest request,String appsecret,String md5key) throws Exception{ public static String process(HttpServletRequest request,String appsecret,String md5key) throws Exception{
JSONObject result = new JSONObject(); JSONObject result = new JSONObject();
result.put("error_code",1); result.put("error_code",1);
result.put("messsage","Transaction fail"); result.put("message","Transaction fail");
HashMap<String, String> parameterMap = JsonUtil.getInstence().getParameterMap2(request); HashMap<String, String> parameterMap = JsonUtil.getInstence().getParameterMap2(request);
if (parameterMap.isEmpty()) { if (parameterMap.isEmpty()) {