- financial related msg
This commit is contained in:
7
business/partner/purchase/jd/financial.go
Normal file
7
business/partner/purchase/jd/financial.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package jd
|
||||
|
||||
import "git.rosy.net.cn/baseapi/platformapi/jdapi"
|
||||
|
||||
func OnFinancialMsg(msg *jdapi.CallbackOrderMsg) (retVal *jdapi.CallbackResponse) {
|
||||
return retVal
|
||||
}
|
||||
@@ -78,6 +78,8 @@ func OnStoreMsg(msg *jdapi.CallbackOrderMsg) (retVal *jdapi.CallbackResponse) {
|
||||
}
|
||||
|
||||
func OnAfterSaleMsg(msg *jdapi.CallbackOrderMsg) (retVal *jdapi.CallbackResponse) {
|
||||
globals.SugarLogger.Debugf("OnAfterSaleMsg %s", utils.Format4Output(msg, false))
|
||||
utils.CallFuncAsync(func() {
|
||||
OnFinancialMsg(msg)
|
||||
})
|
||||
return retVal
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user