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