...
|
...
|
@@ -254,12 +254,14 @@ public class TradeBillsServiceImpl implements ITradeBillsService { |
|
|
LOGGER.info("unbindingAuthorizeInfoByUid service in. unbinding uid is {},operator user id {} ,user name {},userInfo {}", uid,userInfo.getUserId(),userInfo.getUserName(),userInfo);
|
|
|
//TODO 记录解绑日志 ,调用解绑接口,并且清理本地local cache缓存
|
|
|
|
|
|
/*AuthorizeInfoReq req = new AuthorizeInfoReq();
|
|
|
AuthorizeInfoReq req = new AuthorizeInfoReq();
|
|
|
req.setUid(uid);
|
|
|
req.setOperatorUid(userInfo.getUserId());
|
|
|
req.setOperatorName(userInfo.getUserName());
|
|
|
JSONObject jsonObject = serviceCaller.asyncCall("userRealNameAuthorize.clearAliPayAccount", req, JSONObject.class).get(5);
|
|
|
LOGGER.info("unbindingAuthorizeInfoByUid service in. unbinding uid is {},call result jsonObject {},userInfo {}", uid,JSON.toJSONString(jsonObject),userInfo);
|
|
|
|
|
|
localUidAlipayAccountCache.invalidate(uid);*/
|
|
|
localUidAlipayAccountCache.invalidate(uid);
|
|
|
}
|
|
|
|
|
|
|
...
|
...
|
|