admin
2019-11-06 4d7db6fd66f5b2c9cae9954e46314f9711ce1e8f
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);