reactor:使用 justauth 官方 1.16.7

(cherry picked from commit d796af204093535d862d91cdc694312dfbfbab5e)
This commit is contained in:
YunaiV
2025-05-14 15:01:23 +08:00
committed by dengqichen
parent 382c0fcfe8
commit 6cc96c82b3
18 changed files with 417 additions and 47 deletions
@@ -135,7 +135,7 @@ public class BrokerageWithdrawServiceImpl implements BrokerageWithdrawService {
private Long createPayTransfer(BrokerageWithdrawDO withdraw) {
// 1.1 获取微信 openid
SocialUserRespDTO socialUser = socialUserApi.getSocialUserByUserId(
UserTypeEnum.MEMBER.getValue(), withdraw.getUserId(), SocialTypeEnum.WECHAT_MINI_APP.getType()).getCheckedData();
UserTypeEnum.MEMBER.getValue(), withdraw.getUserId(), SocialTypeEnum.WECHAT_MINI_PROGRAM.getType()).getCheckedData();
// TODO @luchi:这里,需要校验非空。如果空的话,要有业务异常哈;
// 1.2 构建请求
PayTransferCreateReqDTO payTransferCreateReqDTO = new PayTransferCreateReqDTO()