yujian
2020-01-18 f4a0f2acc63d7785eab108419a4e16f5f688cb95
fanli/src/main/java/com/yeshi/fanli/util/wx/BanLiShopWXPayUtil.java
@@ -49,10 +49,12 @@
         Map<String, String> map = WXPayUtil.produceOrder(params);
         if ("ios".equalsIgnoreCase(platform))
            return map.get("mweb_url") + "&redirect_url="
                  + URLEncoder.encode("shop.banliapp.com://shop.banliapp.com/order.html?from=pay", "UTF-8");
                  + URLEncoder.encode("shop.banliapp.com://shop.banliapp.com/wx_pay_finish.html", "UTF-8");
         else
            return map.get("mweb_url") + "&redirect_url="
                  + URLEncoder.encode("http://shop.banliapp.com/order.html?from=pay", "UTF-8");
                  + URLEncoder.encode("http://shop.banliapp.com/wx_pay_finish.html", "UTF-8");
      } catch (WXPlaceOrderParamsException e) {
         e.printStackTrace();
      } catch (Exception e) {