del:del todo

This commit is contained in:
wangxinyu 2024-12-05 12:50:52 +08:00
parent 05021a4bbb
commit cf2da7be16
1 changed files with 0 additions and 1 deletions

View File

@ -1040,7 +1040,6 @@ func (v *Vas) ZoneRefundV2(ctx *gin.Context, req *vasproto.ZoneRefundReq) error
// (2,24]: 主播审核,发送消息通知 // (2,24]: 主播审核,发送消息通知
// (24, ♾️): 不支持页面退款,需要客服处理 // (24, ♾️): 不支持页面退款,需要客服处理
refundsStatus := dbstruct.Refunds_Awaiting refundsStatus := dbstruct.Refunds_Awaiting
// TODO:wxy, 时间判断
timeInterval := time.Now().Unix() - order.GetCt() timeInterval := time.Now().Unix() - order.GetCt()
if timeInterval >= 0 && timeInterval <= 2*3600 { if timeInterval >= 0 && timeInterval <= 2*3600 {
// 退款 // 退款