Authored by zhengwen.ge

update

@@ -221,6 +221,7 @@ public class PinYouServiceImpl implements IPinYouService { @@ -221,6 +221,7 @@ public class PinYouServiceImpl implements IPinYouService {
221 log.info("pinyou sendUrl union success url={}, and result={}", url, pair); 221 log.info("pinyou sendUrl union success url={}, and result={}", url, pair);
222 if (pair.getLeft() != 200) { 222 if (pair.getLeft() != 200) {
223 log.warn("pinyou callback error with request={}", url); 223 log.warn("pinyou callback error with request={}", url);
  224 + url = URLDecoder.decode(url,"UTF-8");
224 redisListCache.rightPushAll(UNION_SENDFAIL_KEY,url,24, TimeUnit.HOURS); 225 redisListCache.rightPushAll(UNION_SENDFAIL_KEY,url,24, TimeUnit.HOURS);
225 return new UnionResponse(204, "callback error"); 226 return new UnionResponse(204, "callback error");
226 } 227 }