feat:【MALL 商城】商城分佣提现,完成对微信转账(小程序)的对接

This commit is contained in:
YunaiV
2025-05-11 12:39:05 +08:00
parent fd8567f0fa
commit 44548ee03f
10 changed files with 80 additions and 27 deletions

View File

@@ -31,6 +31,7 @@ import static cn.iocoder.yudao.framework.web.core.util.WebFrameworkUtils.getLogi
@Validated
@Slf4j
public class AppBrokerageRecordController {
@Resource
private BrokerageRecordService brokerageRecordService;
@@ -49,4 +50,4 @@ public class AppBrokerageRecordController {
return success(brokerageRecordService.calculateProductBrokeragePrice(getLoginUserId(), spuId));
}
}
}