添加订单押金暂扣与归还
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package order
|
||||
|
||||
import "hfb_sys/backend/internal/model"
|
||||
|
||||
const (
|
||||
orderStatusPendingPayment = "pending_payment"
|
||||
orderStatusPendingHandoff = "pending_handoff"
|
||||
@@ -66,4 +68,9 @@ const (
|
||||
refundBizAdminSeal = "admin_seal_refund"
|
||||
refundBizAdmin = "admin_refund"
|
||||
refundBizCheckout = "checkout_refund"
|
||||
refundBizDeposit = "deposit_refund"
|
||||
|
||||
depositHoldStatusNone = model.DepositHoldStatusNone
|
||||
depositHoldStatusHeld = model.DepositHoldStatusHeld
|
||||
depositHoldStatusReleased = model.DepositHoldStatusReleased
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user