1
This commit is contained in:
parent
834b1455a5
commit
7725a80be8
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user