|
@ -96,7 +96,7 @@ public class AppLetAuthorizationServiceImpl implements AppLetAuthorizationServic |
|
|
log.error("解绑失败" + data); |
|
|
log.error("解绑失败" + data); |
|
|
throw new RenException("解绑失败" + data); |
|
|
throw new RenException("解绑失败" + data); |
|
|
} |
|
|
} |
|
|
bindingAccountDao.updateBindStatus(customerId,authAppId); |
|
|
bindingAccountDao.updateBindStatus(customerId,clientType); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|