yujian
2019-11-07 64a1ca289eda4deb422549311c4539b09fd30ba3
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);