This commit is contained in:
aozhiwei 2024-06-22 09:40:52 +08:00
parent 834b1455a5
commit 7725a80be8

View File

@ -169,6 +169,7 @@ func (this* webHook) orderUpdatedCb(ds *f5.DataSet) bool {
func (ds *f5.DataSet) bool {
return p.EventId > ds.GetByName("event_id")
})
f5.GetSysLog().Info("orderUpdate event_id:%s end", ds.GetByName("event_id"))
return resultErr == nil
}
@ -227,6 +228,7 @@ func (this* webHook) activitySaleCb(ds *f5.DataSet) bool {
func (ds *f5.DataSet) bool {
return p.EventId > ds.GetByName("event_id")
})
f5.GetSysLog().Info("activitySale event_id:%s end", ds.GetByName("event_id"))
return resultErr == nil
}