1
This commit is contained in:
@@ -44,6 +44,7 @@ func (c *PurchaseHandler) isAfsMsg(orderStatus string, orderId string, orderCall
|
||||
RefundIds: &[]int64{utils.Str2Int64(success.BizSubRefundId)},
|
||||
}
|
||||
refundAfs, _ := getAPI("", 0, success.StoreId).QueryAfsOrderDetail(param)
|
||||
globals.SugarLogger.Debugf("==============refundAfs.Orders : %s", utils.Format4Output(refundAfs.Orders != nil, false))
|
||||
if refundAfs.Orders != nil {
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user