fanli/src/main/java/com/yeshi/fanli/controller/CallBackController.java
@@ -171,7 +171,10 @@ @RequestMapping(value = "banlishop/pay") public void banLiShopPay(HttpServletRequest request, PrintWriter out) { Map<String, String> map = WXUtil.parseXML(request); JSONObject json = JSONObject.fromObject(map); LogHelper.test("商城微信支付回调:" + json.toString()); String sign = map.get("sign"); map.remove("sign"); boolean isSuccess = BanLiShopWXPayUtil.signIsRight(map, sign);