From 26f41e1a5c34a3e36c9e73c237e3643e707924ce Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期六, 18 一月 2020 11:36:51 +0800 Subject: [PATCH] 商城订单失效退还红包 --- fanli/src/main/java/com/yeshi/fanli/controller/wxmp/v1/UserMsgController.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/controller/wxmp/v1/UserMsgController.java b/fanli/src/main/java/com/yeshi/fanli/controller/wxmp/v1/UserMsgController.java index b9fb8e2..214a3b2 100644 --- a/fanli/src/main/java/com/yeshi/fanli/controller/wxmp/v1/UserMsgController.java +++ b/fanli/src/main/java/com/yeshi/fanli/controller/wxmp/v1/UserMsgController.java @@ -247,7 +247,7 @@ // TODO 璺宠浆鍦板潃 JSONObject params = new JSONObject(); - params.put("url", "http://apph5.yeshitv.com/special/1.0.9/jingXuanN_9.html?type=9_9"); + params.put("url", "http://apph5.banliapp.com/special/1.0.9/jingXuanN_9.html?type=9_9"); JumpDetailV2 wxmpJumDetail = JumpDetailUtil.getWXMPJumDetail(jumpDetailV2Service.getByTypeCache("web")); userSystemMsgVO.setJumpDetail(wxmpJumDetail); -- Gitblit v1.8.0