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

12 lines
277 B
Go

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