mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-10-14 05:40:25 +00:00
build docker 构建镜像相关配置, all on one相关配置优化
This commit is contained in:
@@ -127,6 +127,10 @@ public class CheckoutAssistService {
|
||||
.setStatus(PayStatusEnum.WAIT.getCode())
|
||||
.setRefundStatus(PayRefundStatusEnum.NO_REFUND.getCode())
|
||||
.setExpiredTime(expiredTime)
|
||||
.setAttach(checkoutParam.getAttach())
|
||||
.setReqTime(checkoutParam.getReqTime())
|
||||
.setNotifyUrl(checkoutParam.getNotifyUrl())
|
||||
.setReturnUrl(checkoutParam.getReturnUrl())
|
||||
.setRefundableBalance(checkoutParam.getAmount());
|
||||
// 如果支持分账, 设置分账状态为待分账
|
||||
if (order.getAllocation()) {
|
||||
|
Reference in New Issue
Block a user