...
|
...
|
@@ -15,7 +15,7 @@ import java.net.URLDecoder; |
|
|
* 汇川对接
|
|
|
* Created by zhengwen.ge on 2017/9/21.
|
|
|
*/
|
|
|
@Service("UnionServiceImpl_6")
|
|
|
@Service("UnionServiceImpl_100000000008687")
|
|
|
public class HuiChuanServiceImpl extends UnionServiceImpl implements IUnionService {
|
|
|
|
|
|
static Logger log = LoggerFactory.getLogger(HuiChuanServiceImpl.class);
|
...
|
...
|
@@ -37,14 +37,6 @@ public class HuiChuanServiceImpl extends UnionServiceImpl implements IUnionServi |
|
|
|
|
|
@Override
|
|
|
public String getCallbackUrl(ClickUnionRequestBO clickBO, ActivateUnionRequestBO activateUnionRequestBO) {
|
|
|
try{
|
|
|
if(null!=clickBO.getCallbackurl()){
|
|
|
String url = URLDecoder.decode(clickBO.getCallbackurl(),"UTF-8");
|
|
|
return url;
|
|
|
}
|
|
|
}catch (Exception e){
|
|
|
log.warn("getCallbackUrl exception is {}",e.getMessage());
|
|
|
}
|
|
|
return null;
|
|
|
return clickBO.getCallbackurl();
|
|
|
}
|
|
|
} |
...
|
...
|
|