- financial related msg
This commit is contained in:
@@ -17,6 +17,11 @@ func OnCallbackMsg(msg *ebaiapi.CallbackMsg) (response *ebaiapi.CallbackResponse
|
||||
response = CurPurchaseHandler.onWaybillMsg(msg)
|
||||
}
|
||||
}, jxutils.ComposeUniversalOrderID(orderID, model.VendorIDEBAI))
|
||||
if msg.Cmd == ebaiapi.CmdOrderPartRefund || msg.Cmd == ebaiapi.CmdOrderUserCancel {
|
||||
utils.CallFuncAsync(func() {
|
||||
OnFinancialMsg(msg)
|
||||
})
|
||||
}
|
||||
return response
|
||||
}
|
||||
|
||||
|
||||
7
business/partner/purchase/ebai/financial.go
Normal file
7
business/partner/purchase/ebai/financial.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package ebai
|
||||
|
||||
import "git.rosy.net.cn/baseapi/platformapi/ebaiapi"
|
||||
|
||||
func OnFinancialMsg(msg *ebaiapi.CallbackMsg) (response *ebaiapi.CallbackResponse) {
|
||||
return response
|
||||
}
|
||||
Reference in New Issue
Block a user