fix:【MALL 商城】小程序发货,uploadTime 不正确的问题

This commit is contained in:
YunaiV
2025-05-11 17:11:38 +08:00
parent 44548ee03f
commit 7c38a32fc9
3 changed files with 10 additions and 4 deletions

View File

@@ -136,7 +136,7 @@ public class BrokerageWithdrawServiceImpl implements BrokerageWithdrawService {
if (Objects.equal(withdraw.getType(), BrokerageWithdrawTypeEnum.ALIPAY_API.getType())) {
channelCode = PayChannelEnum.ALIPAY_PC.getCode();
} else if (Objects.equal(withdraw.getType(), BrokerageWithdrawTypeEnum.WECHAT_API.getType())) {
channelCode = PayChannelEnum.WX_LITE.getCode();
channelCode = withdraw.getTransferChannelCode();
userAccount = withdraw.getUserAccount();
// 特殊:微信需要有报备信息
channelExtras = PayTransferCreateReqDTO.buildWeiXinChannelExtra1000("佣金提现", "佣金提现");