feat: tenant-scoped routing and portal navigation
This commit is contained in:
@@ -704,7 +704,7 @@ func (s *super) RefundOrder(ctx context.Context, id int64, form *super_dto.Super
|
||||
return errorx.ErrRecordNotFound.WithMsg("租户不存在")
|
||||
}
|
||||
|
||||
return Creator.ProcessRefund(ctx, t.UserID, id, &v1_dto.RefundForm{
|
||||
return Creator.ProcessRefund(ctx, t.ID, t.UserID, id, &v1_dto.RefundForm{
|
||||
Action: "accept",
|
||||
Reason: form.Reason,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user