master
jiahuiwen 2021-10-28 11:13:14 +08:00
parent 5fcbd4f370
commit a7aa60b5d6
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ public class HaoGameRechargeController {
continue;
}
if (key.equals("extra")) {
value = URLEncoder.encode(body,"UTF-8");
value = URLEncoder.encode((String) value,"UTF-8");
}
sbKey.append(key).append("=").append(value).append("&");
}