yujian
2019-11-06 11261b1ecf556ebb6cc4d619c6e685ed0e08e9a9
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);