- AfterSaleBillStatus
This commit is contained in:
@@ -76,3 +76,8 @@ func OnStoreMsg(msg *jdapi.CallbackOrderMsg) (retVal *jdapi.CallbackResponse) {
|
||||
globals.SugarLogger.Debugf("OnStoreMsg, msg:%s", utils.Format4Output(msg, false))
|
||||
return jdapi.Err2CallbackResponse(nil, "")
|
||||
}
|
||||
|
||||
func OnAfterSaleMsg(msg *jdapi.CallbackOrderMsg) (retVal *jdapi.CallbackResponse) {
|
||||
globals.SugarLogger.Debugf("OnAfterSaleMsg %s", utils.Format4Output(msg, false))
|
||||
return retVal
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user