1
This commit is contained in:
@@ -79,7 +79,7 @@ func onTTPayFinished(msg *tiktok.DetailCallBackMessage) (err error) {
|
||||
} else {
|
||||
orderPay.Status = model.PayStatusFailed
|
||||
}
|
||||
num, err := dao.UpdateEntity(db, &orderPay)
|
||||
num, err := dao.UpdateEntity(db, orderPay)
|
||||
globals.SugarLogger.Debug("退款回调==================err", err)
|
||||
globals.SugarLogger.Debug("退款回调==================err", num)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user