Showing
1 changed file
with
2 additions
and
10 deletions
@@ -15,7 +15,7 @@ import java.net.URLDecoder; | @@ -15,7 +15,7 @@ import java.net.URLDecoder; | ||
15 | * 汇川对接 | 15 | * 汇川对接 |
16 | * Created by zhengwen.ge on 2017/9/21. | 16 | * Created by zhengwen.ge on 2017/9/21. |
17 | */ | 17 | */ |
18 | -@Service("UnionServiceImpl_6") | 18 | +@Service("UnionServiceImpl_100000000008687") |
19 | public class HuiChuanServiceImpl extends UnionServiceImpl implements IUnionService { | 19 | public class HuiChuanServiceImpl extends UnionServiceImpl implements IUnionService { |
20 | 20 | ||
21 | static Logger log = LoggerFactory.getLogger(HuiChuanServiceImpl.class); | 21 | static Logger log = LoggerFactory.getLogger(HuiChuanServiceImpl.class); |
@@ -37,14 +37,6 @@ public class HuiChuanServiceImpl extends UnionServiceImpl implements IUnionServi | @@ -37,14 +37,6 @@ public class HuiChuanServiceImpl extends UnionServiceImpl implements IUnionServi | ||
37 | 37 | ||
38 | @Override | 38 | @Override |
39 | public String getCallbackUrl(ClickUnionRequestBO clickBO, ActivateUnionRequestBO activateUnionRequestBO) { | 39 | public String getCallbackUrl(ClickUnionRequestBO clickBO, ActivateUnionRequestBO activateUnionRequestBO) { |
40 | - try{ | ||
41 | - if(null!=clickBO.getCallbackurl()){ | ||
42 | - String url = URLDecoder.decode(clickBO.getCallbackurl(),"UTF-8"); | ||
43 | - return url; | ||
44 | - } | ||
45 | - }catch (Exception e){ | ||
46 | - log.warn("getCallbackUrl exception is {}",e.getMessage()); | ||
47 | - } | ||
48 | - return null; | 40 | + return clickBO.getCallbackurl(); |
49 | } | 41 | } |
50 | } | 42 | } |
-
Please register or login to post a comment