Files
jx-callback/business/partner/purchase/mtwm/financial.go
2019-03-18 18:14:05 +08:00

12 lines
277 B
Go

package mtwm
import "git.rosy.net.cn/baseapi/platformapi/mtwmapi"
func OnFinancialMsg(msg *mtwmapi.CallbackMsg) (response *mtwmapi.CallbackResponse) {
return response
}
func (p *PurchaseHandler) OnOrderDetail(orderDetail map[string]interface{}) (err error) {
return err
}