generated from root/miduo_server
master
parent
c6762d34c5
commit
fbf3ee2163
|
@ -44,10 +44,11 @@ public class HaoGameRechargeController {
|
|||
@RequestMapping(value = "/haoGameCallback")
|
||||
public String haoGameCallback(HttpServletRequest request, @RequestBody String body) throws Exception {
|
||||
|
||||
LOGGER.info("haoGameCallback body.length={} body={}", body.length(), body);
|
||||
|
||||
body = URLDecoder.decode(body,"UTF-8");
|
||||
|
||||
LOGGER.info("haoGameCallback body.length={} body={}", body.length(), body);
|
||||
|
||||
// try {
|
||||
// BufferedReader reader = request.getReader();
|
||||
// StringBuilder sb = new StringBuilder();
|
||||
|
|
Loading…
Reference in New Issue