del:del todo
This commit is contained in:
parent
05021a4bbb
commit
cf2da7be16
|
@ -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 {
|
||||||
// 退款
|
// 退款
|
||||||
|
|
Loading…
Reference in New Issue